﻿.home-bottom {
}

.home-bottom-container {
    padding-bottom: 47px;
}

.home-bottom .p-side-left {
}

.home-bottom .p-side-right {
}

.home-video {
    margin-bottom: 38px;
}

.home-video-heading {
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(180deg, #E5EAF0 0%, #D0D8E0 100%);
    box-shadow: 0px 34px 0px 0px rgba(203, 214, 221, 0.26);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    padding-bottom: 13px;
    padding-top: 24px;
    border-bottom: 2px solid #91C73B;
    margin-bottom: 24px;
}

.home-video-heading .decor {
    position: absolute;
    top: 0;
    right: 2px;
}

.home-video .heading-left {
    display: flex;
    align-items: center;
}

.home-video .heading-left img {
}

.home-video .heading-left .content {
    margin-left: 13px;
}

.home-video .heading-left .content span {
    color: var(--default-color-4);
    font-family: 'robotoconr';
    font-size: 20px;
    line-height: 25.238px;
    text-transform: capitalize;
}

.home-video .heading-left .content h3 {
    margin: 0;
    font-family: sfb;
    color: var(--default-color-2);
    font-size: 32px;
    line-height: 40.38px;
    margin-top: -2px;
}

.home-video .heading-right {
}

.home-video .heading-right a {
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 2;
    position: relative;
    font-size: 15px;
    color: #9A9A9A;
    line-height: 22.5px;
    padding: 7px 15px;
    border-radius: 55px;
    box-shadow: 0px 1px 4px 0px rgba(124, 134, 159, 0.25);
    transform: translateY(9px);
    transition: all linear .2s;
}

.home-video .heading-right a:hover {
    background-color: var(--default-color-1);
    color: #fff;
}

.home-video .heading-right a span {
}

.home-video .heading-right a .icon {
    margin-left: 6px;
    box-shadow: 0px 0px 2px 0px rgba(150, 158, 186, 0.50);
    border-radius: 50%;
}


.home-banner {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px rgba(185, 217, 255, 0.30);
    margin-bottom: 35px;
}

.home-banner img {
    width: 100%;
}




.home-cate-heading {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    padding-bottom: 13px;
    padding-top: 24px;
    border-bottom: 2px solid #91C73B;
    background: var(--3, linear-gradient(180deg, #3F86EA 0%, #2166DD 100%));
    box-shadow: 0px 34px 0px 0px rgba(203, 214, 221, 0.26);
}

.home-cate-heading .decor {
    position: absolute;
    top: 0;
    right: 2px;
}

.home-cate .heading-left {
    display: flex;
    align-items: center;
}

.home-cate .heading-left img {
}

.home-cate .heading-left .content {
    margin-left: 13px;
}

.home-cate .heading-left .content span {
    color: #fff;
    font-family: 'robotoconr';
    font-size: 20px;
    line-height: 25.238px;
    text-transform: capitalize;
}

.home-cate .heading-left .content h3 {
    margin: 0;
    font-family: sfb;
    color: #ffff;
    font-size: 32px;
    line-height: 40.38px;
    margin-top: -2px;
}

.home-cate .heading-right {
}

.home-cate .heading-right a {
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 2;
    position: relative;
    font-size: 15px;
    color: #9A9A9A;
    line-height: 22.5px;
    padding: 7px 15px;
    border-radius: 55px;
    box-shadow: 0px 1px 4px 0px rgba(124, 134, 159, 0.25);
    transform: translateY(9px);
    transition: all linear .2s;
}

.home-cate .heading-right a:hover {
    background-color: var(--default-color-1);
    color: #fff;
}

.home-cate .heading-right a span {
}

.home-cate .heading-right a .icon {
    margin-left: 6px;
    box-shadow: 0px 0px 2px 0px rgba(150, 158, 186, 0.50);
    border-radius: 50%;
}

.home-cate-wrap {
    display: flex;
    position: relative;
    z-index: 2;
    background-color: #EAECF7;
    padding: 23px 20px;
    justify-content: space-between;
    border: 1px solid rgba(57, 139, 238, 0.47);
    margin-bottom: 27px;
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
}

.home-cate-left {
    width: 52.5%;
}


.home-cate-left .item {
}

.home-cate-left .item:hover img {
    transform: scale(1.02);
}

.home-cate-left .item:hover h3 {
    color: var(--default-color-2);
}

.home-cate-left .img {
    height: 270px;
    overflow: hidden;
    border-radius: 5px;
}

.home-cate-left .img img {
    transition: all linear .2s;
}

.home-cate-left .content {
}

.home-cate-left .content h3 {
    margin: 0;
    font-family: sfb;
    font-size: 20px;
    color: var(--default-color-4);
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 7px;
    transition: all linear .2s;
}

.home-cate-left .content span {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 22.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 12px;
}

.home-cate-left .list {
}

.home-cate-left li {
    border-top: 1px dashed #A0BBCA;
    padding: 7px 0;
}

.home-cate-left li a {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 22.4px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-left: 17px;
    transition: all linear .2s;
}

.home-cate-left li a::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--default-color-2);
    border-radius: 50%;
    left: 4px;
    top: 8px;
}

.home-cate-left li a:hover {
    color: var(--default-color-2);
}

.home-cate-right {
    width: 368px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
    width: 45.9%;
}

.home-cate-right .item {
}

.home-cate-right .item:hover img {
    transform: scale(1.02);
}

.home-cate-right .img {
    border-radius: 5px;
    overflow: hidden;
    height: 121px;
}

.home-cate-right .img img {
    transition: all linear .2s;
}

.home-cate-right .content {
}

.home-cate-right .content h3 {
    margin: 0;
    color: #6B6B6B;
    font-weight: 100;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 21px;
    transition: all linear .2s;
    margin-top: 7px;
}

.home-cate-right .item:hover .content h3 {
    color: var(--default-color-4);
}


.home-service {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 23px;
    row-gap: 27px;
}

.home-service-wrap {
}

.home-service-wrap .wrap-heading {
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background: var(--3, linear-gradient(180deg, #3F86EA 0%, #2166DD 100%));
    box-shadow: 0px 34px 0px 0px rgba(203, 214, 221, 0.26);
    padding: 0 14px;
    border-bottom: 2px solid #91C73B;
    padding-top: 9px;
    padding-bottom: 6px;
}

.home-service-wrap .wrap-heading .decor {
    position: absolute;
    top: 1px;
    right: 1px;
}

.home-service-wrap .wrap-heading h3 {
    margin: 0;
    font-family: sfb;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-left: 13px;
}

.home-service-wrap .wrap-heading .decor {
}


.home-service .wrap-content {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #D7D7D7;
    background: #F0F0F0;
    overflow: hidden;
    padding: 24px 20px;
    position: relative;
    border-top: 0;
    z-index: 2;
}

.home-service .top {
    border-bottom: 1px dashed #A0BBCA;
}

.home-service .top .item {
}

.home-service .top .item:hover img {
    transform: scale(1.02);
}

.home-service .top .img img {
    transition: all linear .2s;
}

.home-service .top .img {
    height: 214px;
    border-radius: 5px;
    overflow: hidden;
}

.home-service .top .content {
}

.home-service .top h3 {
    margin: 0;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    font-family: sfb;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 14px;
    transition: all linear .2s;
    height: 48px;
    color: var(--default-color-1);
}

.home-service .top .item:hover h3 {
    color: var(--default-color-2);
}

.home-service .top span {
    color: #4D4D4D;
    font-size: 15px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 4px;
    margin-bottom: 11px;
    height: 63px;
    px;
    */
}

.home-service .center {
    padding: 14px 0;
    border-bottom: 1px dashed #A0BBCA;
}

.home-service .center .item {
    display: flex;
    align-items: center;
}

.home-service .center .item:hover img {
    transform: scale(1.02);
}

.home-service .center .item:first-child {
    margin-bottom: 8px;
}

.home-service .center .img {
    width: 74.55px;
    height: 54px;
    border-radius: 3px;
    overflow: hidden;
}

.home-service .center .img img {
    transition: all ease .2s;
}

.home-service .center .content {
    flex: 1;
    padding-left: 13px;
}

.home-service .center .item:hover h3 {
    color: var(--default-color-4);
}

.home-service .center .content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 100;
    color: #4D4D4D;
    line-height: 19.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
}

.home-service .bottom {
    padding-top: 11px;
}

.home-service .bottom .item {
    padding-left: 14px;
    position: relative;
}

.home-service .bottom h3 {
    margin: 0;
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 100;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
}

.home-service .bottom .item:hover h3 {
    color: var(--default-color-4);
}

.home-service .bottom .item:first-child {
    margin-bottom: 3px;
}

.home-service .bottom .item::before {
    content: "\f054";
    position: absolute;
    font-family: FontAwesome;
    left: 2px;
    color: #2196F3;
    font-size: 10px;
    top: 5px;
}

.home-video .p-video-item:nth-child(4) {
    display: none;
}
/*RS*/
@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-video .heading-left img {
        display: none;
    }

    .home-video .heading-left .content {
        margin-left: 0;
    }

    .home-video .heading-left .content span {
        font-size: 14px;
    }

    .home-video .heading-left .content h3 {
        font-size: 22px;
    }

    .home-video .heading-right a {
        font-size: 14px;
    }

    .home-video .p-video-item:nth-child(4) {
        display: block;
    }

    .home-cate .heading-left img {
        display: none;
    }

    .home-cate .heading-left .content span {
        font-size: 15px;
    }

    .home-cate .heading-left .content h3 {
        font-size: 20px;
        line-height: 27.38px;
        margin-top: 0;
    }

    .home-cate-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-cate .heading-right a {
        font-size: 13px;
    }

    .home-cate .heading-left .content {
        margin: 0;
    }

    .home-cate-wrap {
        padding: 12px;
        flex-direction: column;
    }

    .home-cate-left,
    .home-cate-right {
        width: 100%;
    }

    .home-cate-right {
        margin-top: 10px;
        column-gap: 12px;
        row-gap: 12px;
    }

    .home-service {
        grid-template-columns: repeat(1,minmax(0,1fr));
        row-gap: 15px;
    }

    .home-service .bottom {
        display: none;
    }

    .home-service-wrap .wrap-heading h3 {
        font-size: 15px;
    }

    .home-video-heading {
        padding: 0 15px;
        padding-bottom: 13px;
        padding-top: 24px;
    }
}
