﻿body, html {
    font-family: 'Lato';
    overflow-x: hidden;
    position: relative;
}

.entry-header {
    display: block;
    color: white;
    text-align: center;
    margin: 0 auto 50px auto;
    width: 978px;
    position: relative;
    z-index: 10001;
}

    .entry-header img {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 30%;
    }

    .entry-header h1 {
        font-size: 20px;
        font-weight: 700;
    }

#demo-content {
    padding-top: 100px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 10%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #000;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #000;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded Styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+  */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+  */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+  */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.1s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}


h1, h2, h3 {
    font-family: 'Rubik' !important;
    color: #282828;
}

h2, .h2 {
    margin-bottom: 2rem;
}

h5, p {
    font-family: 'Lato' !important;
    color: #303030;
}

.text-white {
    color: #fff !important;
}

p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.7;
    word-spacing: 0.1px;
}

.fa {
    font-family: 'FontAwesome';
}

.text-center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-align: left;
}

h3 {
    font-weight: 600 !important;
}

h2 {
    margin-top: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

ul li {
    padding: 8px 0;
    font-size: 17px;
    text-align: justify;
}

ul {
    padding-left: 15px;
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #485555;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #8ACDDB;
    }

.sticky_social_icon {
    position: fixed;
    right: 30px;
    bottom: 50%;
}

    .sticky_social_icon ul {
        position: fixed;
        right: 0;
        bottom: 30%;
    }

        .sticky_social_icon ul li {
            list-style: none;
            padding: 10px 5px;
        }

            .sticky_social_icon ul li a {
                color: #fff;
                font-size: 25px;
            }

    .sticky_social_icon.clr_sticky_social_icon ul li a {
        color: #303030;
    }

.clr_sticky_social_icon:before, .clr_sticky_social_icon:after {
    border-left: 1px solid #303030 !important;
}

.sticky_social_icon ul li a:hover {
    color: #00D3FF;
}

.sticky_whatsapp_icon {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 9;
}

    .sticky_whatsapp_icon .fa {
        background: green;
        padding: 12px 14px;
        color: #fff;
        font-size: 22px;
        border-radius: 50%;
    }

.sticky_social_icon {
    //height: 150px;
    width: 50px;
    display: inline-block;
    text-align: center;
    z-index: 99;
    //padding-top: 100px;
}


    .sticky_social_icon:before {
        border-left: 1px solid #fff;
        content: "";
        display: block;
        height: 65px;
        left: 60px;
        position: absolute;
        top: -160px;
        width: 1px;
        z-index: 0;
    }

    .sticky_social_icon:after {
        border-left: 1px solid #fff;
        content: "";
        display: block;
        height: 65px;
        left: 61px;
        position: absolute;
        top: 130px;
        width: 1px;
        z-index: 0;
    }

.CU_mob_btn {
    display: none !important;
}

.logo h1 {
    color: #fff;
}

/*----------topbar-css------------------*/
.top_bar {
    background: #D2C1B6;
    padding: 5px;
    color: #2b2b2b;
}

    .top_bar ul {
        margin: 0;
    }

.SI_div ul li, .top_RC ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

    .SI_div ul li a {
        color: #2b2b2b;
    }

.top_RC {
    text-align: right;
}

    .top_RC ul li a {
        color: #fff;
    }

        .top_RC ul li a span {
            padding: 0 5px;
            font-size: 14px;
            color: #2b2b2b;
        }

.header {
    transition-property: height;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
}

    .header.newheader {
        background: #d5d5d5;
        z-index: 999;
        top: 0;
        transition-property: height;
        transition-duration: 0.5s;
        transition-delay: 0.1s;
        padding-bottom: 10px;
    }

        .header.newheader .logo h1, .header.newheader nav.navbar.bootsnav ul.nav > li > a {
            color: #2b2b2b;
        }

        .header.newheader button.Loginbtn {
            margin-top: 0;
        }

.navbar-nav {
    float: right !important;
    margin: 0;
}
/*----------HS_main_banner-css------------------*/

.banner_Section {
    background: #1B3C53;
    padding: 3rem;
    height: 90vh;
    position: relative
}
.banner_left_li_div {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left;
    top: 80%;
    left: 4%;
}
    .banner_left_li_div ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 55px;
    }
        .banner_left_li_div ul li {
            width: auto;
            height: auto;
            font-size: 25px;
            font-weight: 500;
            color: #fff;
            list-style: none;
            text-transform: uppercase;
            position: relative;
        }
        .banner_left_li_div ul li a{
            font-size: 25px;
            color: #fff;
        }
.HS_main_banner {
    background-image: url('../img/banner/project-bg-img.jpg');
    padding: 5rem 2rem 8rem;
    background-attachment: fixed;
    margin-top: 0;
}
.banner_content {
    padding-left: 3rem;
    width: 96%;
}

span.banner_span {
    background: #DDE8DD;
    padding: 5px 20px;
    color: #161616;
    font-weight: 600;
    border-radius: 4px;
}

.banner_content h1 {
    color: #2b2b2b;
    font-size: 50px;
    padding: 0 0 2rem;
    margin: 0;
    line-height: 80px;
}

    .banner_content h1 span {
        color: #D2C1B6;
        font-size: 55px;
    }

.banner_content p {
    color: #434343;
    font-size: 17px;
    padding: 0;
    text-align: justify;
    line-height: 1.5;
}

.RM_btn {
    margin: 4rem 0;
}

    .RM_btn a {
        border: 2px solid #40E0D0;
        border-right: 6px solid #40E0D0;
        border-left: 6px solid #40E0D0;
        color: #40E0D0;
        font-size: 16px;
        padding: 10px 30px;
    }

        .RM_btn a:hover {
            background: #40E0D0;
            color: #161616;
            text-decoration: none;
        }

    .RM_btn i {
        padding-left: 15px;
        font-size: 18px;
    }

.carousel-inner > .item > img {
    height: auto;
}

.banner_slider {
    padding-left: 4rem;
}

    .banner_slider .item {
        border-radius: 50px 0 0 50px;
    }

    .banner_slider img {
        width: 85% !important;
        /*float: right;*/
        /*border: 5px solid #D2C1B6;*/
        /*border-right: 0;*/
        border-radius: 10px;
    }

.carousel-control.left, .carousel-control.right {
    display: none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100% !important;
}
/*-------------------------------------second_li_section--css---------------------------*/
.second_li_section {
    background: #f7e6db;
    /* background-image: url(../img/banner/background-line-banner.png); */
    padding: 22rem 2rem 8rem;
    background-attachment: fixed;
    margin-top: 0;
}

.counter-box {
    display: block;
    background: #ffffff;
    padding: 10px 10px 10px;
    border-radius: 5px;
    text-align: left;
}

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #1b3c53;
        text-align: left;
        font-size: 18px;
        font-weight: 500
    }

    .counter-box i {
        font-size: 30px;
        margin: 0 0 15px;
        color: #1b3c53
    }
    .counter-box i {
        float: left;
        padding-right: 3rem;
    }
.counter {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #1b3c53;
    line-height: 28px
}

.counter-box.colored {
    background: #1b3c53
}

    .counter-box.colored p,
    .counter-box.colored i,
    .counter-box.colored .counter {
        color: #fff
    }

.li_icon {
    text-align: center;
}
/*-------------------------------------about_section--css---------------------------*/
.about_section {
    padding: 6rem 0 1rem;
}

.about_right_div {
    padding: 4rem 0;
}

.HS_heading span {
    background: #DDE8DD;
    padding: 10px 20px;
    color: #282828;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
}


.shadow-title {
    font-family: var(--title-font);
    font-size: 100px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    background: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    display: block;
    position: relative;
}
.HS_heading h2 {
    position: absolute;
    bottom: 3px;
    font-size: 4rem;
    left: 82px;
}
.about_SHeading {
    font-size: 3rem;
    letter-spacing: 3px;
    text-align: justify;
    word-spacing: 4px;
    line-height: 1.5;
    font-weight: 300 !important;
}
.mt-4{
    margin-top: 4rem;
}
.circle-img {
    border-radius: 50%;
    width: 200px;
    height: 200px !important;
    float: right;
}
.about_right_div p {
    text-align: justify;
}

.about_right_div ul {
    padding-top: 0.2rem;
}

    .about_right_div ul li {
        list-style: none;
        padding: 10px 0;
    }
.aboutMV_div {
    background: #D2C1B6;
    width: 85%;
    border-radius: 10px;
    margin: 0 auto;
}
    .aboutMV_div h6, .aboutMV_div span i, .aboutMV_div p{
        color: #1B3C53 !important;
    }
    .greenRM_btn a {
        border: 2px solid #D2C1B6;
        border-right: 6px solid #D2C1B6;
        border-left: 6px solid #D2C1B6;
        color: #D2C1B6;
        font-size: 16px;
        padding: 10px 30px;
    }

    .greenRM_btn a:hover {
        background: #D2C1B6;
        color: #fff;
        text-decoration: none;
    }

.A_li_img img {
    width: 4%;
    opacity: 0.8;
}
/*-------------------------------------project_section--css---------------------------*/
.project_section {
    background-image: url('../img/banner/about-bg-banner.png');
    padding: 3rem 0;
    background-size: cover;
}

.owl_slider #owl-demo .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.owl_slider .owl-theme .owl-controls .owl-buttons div {
    background: #fff;
    color: #2b2b2b;
    padding: 4px 10px;
    border-radius: 50%;
    margin: 5px;
    opacity: 1;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 2px 2px 2px #000;
    position: absolute;
}

.owl_slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -14px;
    top: 40%;
}

.owl_slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -16px;
    top: 40%;
}

.owl_slider {
    padding: 0rem 0;
}

    .owl_slider .item {
        padding: 5px;
    }

    .owl_slider .owl-pagination {
        display: none;
    }

.greenRM_btn {
    margin: 3rem 0;
}

.project_section .greenRM_btn {
    margin: 0rem 0;
    text-align: center;
}
/*-------------------------------------service_section--css---------------------------*/


.service-container {
    background: #1B3C53;
    width: 100%;
    padding: 10rem 0;
    border-radius: 0;
}

.margin-top {
    margin-top: 2rem;
}

.Service_div {
    border-radius: 16px;
    margin: 10px;
}

.Service_div_home2 img {
    padding-top: 20px;
}

.Service_div_home3 img {
    padding-top: 50px;
}

.Service_div:hover {
    border-radius: 5px;
    border: 1px solid #D2C1B6;
}

span.service-icon {
    float: left;
    padding-right: 15px;
}

.service-icon i {
    font-size: 2rem;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 5px 6px;
    border-radius: 5px;
}

.Service_div:hover .service-icon i {
    color: #D2C1B6;
    border: 1px solid #D2C1B6;
    border-radius: 50%;
}

.projectPSCM_Service_div .Service_content {
    height: 350px;
}

.Service_content {
    padding: 2rem 2rem 0;
}

    .Service_content h6 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        margin: 2rem 0 2rem;
    }

    .Service_content p {
        color: #fff;
        display: inline-block;
        margin-top: 1rem;
    }

.hover-zoom {
    overflow: hidden;
}

    .hover-zoom img {
        transition: 0.8s;
        overflow: hidden;
    }

        .hover-zoom img:hover {
            transform: scale(2) rotate(35deg);
        }

.scale-zoom img {
    transition: 0.8s;
    overflow: hidden;
}

    .scale-zoom img:hover {
        transform: scale(1.1);
    }
.ASD_btn {
    text-align: right;
    margin-top: 3rem;
}
.ASD_btn a {
    border: 1px solid #1B3C53;
    padding: 10px 30px;
    border-radius: 20px;
    background: #1B3C53;
    color: #fff;
}
.inner-heading .HS_heading {
    margin: 10rem auto 0 auto;
}
.inner-heading .banner_Section {
    height: auto;
}
.profile_Section_container {
    background: #d2c1b6;
    width:80%;
    margin: 3rem auto;
    padding: 3rem;
    border-radius: 0 30px 30px 30px;
}
.profile_Section_container .HS_heading h2 {
    width: 100%;
}
.direc-img img{
    border-radius: 0 30px 30px 30px;
}
.direc-content p {
    padding: 3rem 0;
}
/*-------------------------------------DPT_section--css---------------------------*/
.DPT_section {
    padding: 3rem 0 25rem 0;
    background: #d2c1b6;
}
.container.D_container {
    width: 60%;
}
.box {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

    .box:after {
        content: "";
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9) 75%);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(2);
        transition: all 0.3s ease-out 0s;
    }

    .box:hover:after {
        opacity: 1;
        transform: scale(1);
    }

    .box img {
        width: 100%;
        height: auto;
    }

    .box .box-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .box .inner-content {
        padding: 7px 0;
        text-align: right;
        position: absolute;
        bottom: 5px;
        left: 15px;
    }

    .box .title {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        margin: 0;
        opacity: 0;
        transform: translateX(-50px);
        transition: all 0.2s ease 0s;
    }

    .box .post {
        display: inline-block;
        font-size: 16px;
        font-style: italic;
        color: #fff;
        text-align: left;
        margin: 10px 0;
        opacity: 0;
        transform: translateX(50px);
        transition: all 0.2s ease 0s;
    }

    .box:hover .title,
    .box:hover .post {
        opacity: 1;
        transform: translateX(0);
    }

    .box .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(270deg);
        transition: all 0.3s ease 0s;
    }

    .box:hover .icon {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    .box .icon li {
        display: inline-block;
        margin: 0 5px;
    }

        .box .icon li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 36px;
            background: #f44178;
            border: 2px dotted transparent;
            border-radius: 50%;
            margin-bottom: 10px;
            font-size: 18px;
            color: #fff;
            transform: rotate(360deg);
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .box .icon li a:hover {
                text-decoration: none;
                background: #fff;
                color: #f44178;
                border: 2px dotted #f44178;
                transform: rotate(0);
            }

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}
.Banking_Section {
    padding: 7rem 20px;
    background: #d2c1b6;
    width: 80%;
    margin: -24rem auto 0 auto;
    border-top: 1px solid #1B3C53;
}
section.Amenities_Section {
    background: #1B3C53;
    padding: 5rem 0;
}
.AM-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    height: 150px;
}
    .AM-box img {
        width: 45%;
    }
.AM-p h5 {
    text-align: center;
    font-size: 18px;
    color: #1b3c53;
    font-weight: 600;
}
section.Amenities_Section.container {
    margin: 8rem auto -20rem auto;
}
footer {
    padding-top: 17rem;
}
/*-----------------testimonial_section-------------------*/
.TDL1 {
    padding: 7rem 0;
    background: #d2c1b6;
}
.testimonial-container {
    width: 80%;
    // margin: -23rem auto 0 auto;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #1B3C53;
}
.testimonial_section .testimonial-slider {
    /*max-width: 748px;
        */
    /* left: -20rem; */
    margin: 50px auto;
    /* background: #f9f9f9; */
    /* padding: 30px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    text-align: justify;
    /* position: absolute;*/
}

.testimonial_content {
    z-index: 999;
    background: #fff;
    position: absolute;
    width: 60%;
    right: 0;
    top: 50px;
    padding: 20px;
    border-radius: 10px;
}

.testimonial_img {
    float: left;
    width: 50%;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #555;
}

.testimonial-author {
    margin-top: 20px;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.testimonial_section .carousel-control {
    background: none !important;
    color: #333;
    font-size: 30px;
}

.testimonial_section .HS_heading span {
    background: #ffffff;
}

.Testimonial_div {
    position: relative;
}

.testimonial_section .item .fa {
    color: #dfdf0c;
    font-size: 20px;
    padding-bottom: 20px;
}

/*-----------------GIT_section-------------------*/
.GIT_section {
    padding: 4rem 0;
}

.GITcontainer {
    box-shadow: 0px 0px 28px 0px #c7c7c7;
    width: 101%;
    margin: 0rem auto;
    padding: 2rem;
}

.GIT_row {
    background: #2b2b2b;
    padding: 4rem;
    border-radius: 10px;
}

.GIT_icon .fa {
    color: #D2C1B6;
    font-size: 7rem;
    padding-top: 8rem;
    padding-left: 6rem;
}

.GIT_btn {
    margin: 8rem 0 0 3rem;
}

    .GIT_btn a {
        background: #D2C1B6;
        color: #fff;
        padding: 10px 30px;
        border-radius: 10px;
        font-size: 30px;
    }

/*-----------------footer-------------------*/
footer {
    background: #1B3C53;
    background-image: url(../img/banner/background-line-banner.png);
    background-size: 100%;
    padding: 16rem 0 0 0;
    background-position: top;
}

.footer-logo {
    width: 30%;
}

    .footer-logo img {
        width: 100%;
    }

.footer_div h5 {
    font-size: 20px;
    padding: 10px 0;
    font-weight: 700;
}

.footer_content_SM ul, .QL ul {
    padding: 0;
}

    .footer_content_SM ul li {
        display: block;
        padding: 10px 30px 0 0;
        list-style: none;
    }

        .footer_content_SM ul li a {
            color: #fff;
            font-size: 16px;
        }

            .footer_content_SM ul li a:hover, .QL ul li a:hover {
                color: #D2C1B6;
            }
.FCBR p {
    padding-top: 3rem;
}
.footer_div.QL {
    padding-left: 5rem;
    text-align: left;
}

.footer_div h6 {
    font-size: 20px;
    font-weight: bold;
}

.QL ul li {
    display: contents;
    list-style: none;
}

    .QL ul li a {
        color: #fff;
        padding: 1px 10px;
        font-size: 16px;
        border-right: 1px dashed #fff;
        border-left: 1px dashed #fff;
    }

.footer_contentB {
    background: #1B3C53;
    padding: 2rem;
    margin: 4rem;
    border-radius: 5px;
}

    .footer_contentB p {
        color: #fff;
    }

footer hr {
    border-top: 1px solid #cccccc !important;
}

.GIT_btn iframe {
    display: block;
    width: 100%;
    margin: 2rem auto;
    border: 1px solid black;
}

.footer_icon {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    font-size: 30px;
    float: left;
    margin-right: 20px;
}

.footer_div h6 {
    font-size: 20px;
    font-weight: bold;
    color: #D2C1B6;
    display: inline-block;
}
/*-----------------about_page--css-----------------*/
.inner_banner {
    background: url(../img/banner/inner-banner-bg-img.jpg) no-repeat;
    padding: 15rem 0 8rem 0;
    background-size: 100%;
    background-attachment: fixed;
}

.HS-heading {
    font-size: 7rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

.HS-heading {
    color: transparent;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
}

.HS-heading2 {
    font-size: 7rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

.HS-heading2 {
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0,0.2);
}

.inner_banner p {
    font-size: 18px;
    color: #fff;
    text-align: justify;
    width: 60%;
}

.AB_second_div {
    padding: 7rem 0px 3rem 0;
}

.AB_ul {
    padding: 0 3rem 0 0;
}

    .AB_ul ul li {
        list-style: none;
        padding: 10px;
        margin: 5px 0;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #DDE8DD;
        color: #000;
    }

        .AB_ul ul li:hover {
            background: #D2C1B64a;
            border: 1px solid #D2C1B6 !important;
            text-decoration: none;
        }

            .AB_ul ul li:hover a {
                color: #212121;
                text-decoration: none;
            }

        .AB_ul ul li a {
            color: #000;
        }

    .AB_ul ul .active_ul {
        background: #D2C1B6;
    }

        .AB_ul ul .active_ul a {
            color: #fff;
        }

.AB_top_img {
    margin: 3rem 0;
}

.ab_left_content {
    padding: 1rem 2rem;
    background: rgb(221, 232, 221);
    background: linear-gradient(173deg, rgba(221, 232, 221, 1) 0%, rgb(9 153 70) 100%);
    border-radius: 10px;
    width: 95%;
    margin: 0.5rem 0;
    text-align: justify;
}

.AB_third_div {
    background: url('../img/banner/about-bg-banner2.jpg') no-repeat;
    background-size: cover;
    padding: 4rem;
    background-attachment: fixed;
}

.abt_CONTENT {
    padding: 7rem 3rem;
    border-bottom: 1px dashed #ccc;
}

    .abt_CONTENT img {
        width: 100%;
    }

    .abt_CONTENT h2, .ABT_left_content p {
        color: #fff;
        text-align: justify;
    }

.director_profile .container {
    background: #DDE8DD;
    padding: 4rem;
    border-radius: 10px;
}

.director_profile .ABT_left_content p {
    color: #000;
}

.bg-white {
    background: #fff !important;
    padding: 2rem;
    border-radius: 5px;
}

/*-----------------DirectorProfileSSS--css-----------------*/
.DirectorProfileSSS .inner_banner {
    background: url(../img/banner/DP-bg-img.jpg) no-repeat;
    padding: 10rem 0;
    background-size: 100%;
    background-attachment: fixed;
}

.DP_container {
    width: 90%;
    margin: 10rem auto 3rem auto;
    padding: 3rem;
    display: block;
    box-shadow: 0px 0px 40px #adadad;
    border-radius: 15px;
}

.text-dark {
    color: #1F1F1F !important;
}

.DP_content {
    border-top: 2px solid #ccc;
    margin: 8rem 0 3rem 0;
    padding: 5rem 0 0 0;
}

.AB_right_content h3, .DirectorProfileSSS h3 {
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

.ASD_content_div .span3 {
    position: absolute;
    top: 415px;
    left: -16px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50%;
    background: #D2C1B6;
}

.ASD_content_div .span4 {
    position: absolute;
    top: 595px;
    left: -16px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50%;
    background: #D2C1B6;
}

.DP_content .ASD_content_div p {
    font-size: 18px;
    height: 65px;
}

.DP_content .ASD_content_div .span2 {
    top: 230px;
}

.DP_content2 {
    background: #DDE8DD;
    padding: 2rem;
}

.DP_EE {
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    padding: 2rem;
    margin: 2rem;
    text-align: justify;
    box-shadow: 0px 0px 10px #909090;
}

    .DP_EE h4 {
        font-weight: 700;
        line-height: 1.5;
    }

    .DP_EE ul li {
        padding: 10px 0;
    }

.DCRone {
    background: #fff;
    padding: 2rem;
    margin: 2rem;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #909090;
}

.DP_contentgs .ASD_content_div p {
    font-size: 18px;
    height: AUTO;
}

.DP_contentgs .ASD_content_div .span2 {
    top: 37rem;
}
/*------------projectUPS---css-------------------*/
.projectUPS .inner_banner {
    background-image: url('../img/project/project-banner-bg-img.jpg');
    padding: 10rem 0;
    background-size: 100%;
    background-attachment: fixed;
}

.service-content li {
    color: #fff;
    list-style: none;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.projectUPS_service_box .service-icon {
    width: 100%;
    height: 250px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    margin-bottom: 2rem;
}

.projectUPS_service_box .service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 300px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.projectUPS_service_box .service-box .service-icon .front-content {
    position: relative;
    top: 19rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    backdrop-filter: blur(1px);
    border-radius: 4px;
}

    .projectUPS_service_box .service-box .service-icon .front-content i {
        font-size: 28px;
        color: #fff;
        font-weight: normal;
    }

.service-box .service-icon .front-content h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

.projectUPS_service_box .service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.projectUPS_service_box .service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0;
}

.projectUPS_service_box .service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.projectUPS_service_box .service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.servicebg1, .servicebg2, .servicebg3, .servicebg4 {
    background-size: cover !important;
}

.servicebg1 {
    background: url('../img/UPS-img1.jpg') no-repeat;
}

.servicebg2 {
    background: url('../img/UPS-img2.jpg') no-repeat;
}

.servicebg3 {
    background: url('../img/UPS-img3.jpg') no-repeat;
}

.servicebg4 {
    background: url('../img/UPS-img4.jpg') no-repeat;
}

.bg-green {
    background: #DDE8DD;
    padding: 2rem;
    border-radius: 10px;
}

.projectUPS_service_box {
    background: #ececec;
    padding: 2rem;
    margin: 2rem;
    border-radius: 10px;
}

.POWS_Service_div .Service_content {
    height: 320px;
}
/*-----------contact_page---css------------*/
.contact_page .inner_banner {
    background: url('../img/banner/contact-bg-img.jpg');
    padding: 15rem 0 8rem 0;
    background-size: 100%;
    background-attachment: fixed;
}

.add_content {
    text-align: left;
    background: transparent;
    padding: 10px;
    margin: 1rem;
    border-radius: 10px;
    border: 1px dashed #fff;
}

.contact_icon {
    float: left;
    padding-right: 20px;
    padding-top: 8px;
}

.contact_p {
    display: inline-block;
}

.contact_icon .fa {
    background: #fff;
    border-radius: 50%;
    color: #2b2b2b;
    padding: 6px 7px;
}

.add_content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 5px 0;
}

.add_content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.vertical-tab {
    font-family: 'Montserrat', sans-serif;
    display: table;
}

    .vertical-tab .nav-tabs {
        width: 27%;
        min-width: 27%;
        border: none;
        vertical-align: top;
        display: table-cell;
    }

        .vertical-tab .nav-tabs li {
            float: none;
        }

            .vertical-tab .nav-tabs li a {
                color: #fff;
                background: #222;
                font-size: 17px;
                font-weight: 800;
                letter-spacing: 1px;
                text-align: center;
                text-transform: uppercase;
                padding: 15px 15px 16px;
                margin: 0;
                border: none;
                border-radius: 0;
                overflow: hidden;
                position: relative;
                z-index: 1;
                transition: all 0.3s ease 0.3s;
            }

                .vertical-tab .nav-tabs li a:hover,
                .vertical-tab .nav-tabs li.active a {
                    color: #fff;
                    background: #222;
                    border: none;
                }

                    .vertical-tab .nav-tabs li.active a:hover {
                        color: #212121;
                    }

            .vertical-tab .nav-tabs li.active a {
                color: #ffffff;
            }

            .vertical-tab .nav-tabs li a:before,
            .vertical-tab .nav-tabs li a:after {
                content: "";
                background: #D2C1B6;
                height: 100%;
                width: 100%;
                opacity: 0;
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
                transition: all 0.5s ease 0s;
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            }

            .vertical-tab .nav-tabs li a:after {
                background: #1e6868;
            }

            .vertical-tab .nav-tabs li.active a:before,
            .vertical-tab .nav-tabs li a:hover:before {
                opacity: 1;
                clip-path: polygon(0 0, 100% 0, 5% 10%, 0% 100%);
            }

            .vertical-tab .nav-tabs li.active a:after,
            .vertical-tab .nav-tabs li a:hover:after {
                opacity: 1;
                clip-path: polygon(95% 90%, 100% 0, 100% 100%, 0% 100%);
            }

    .vertical-tab .tab-content {
        color: #444;
        background: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 23px;
        padding: 20px;
        border: 2px solid #222;
        display: table-cell;
    }

        .vertical-tab .tab-content h3 {
            color: #222;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 0 7px;
        }

.contact-tab {
    padding: 3rem 0;
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
    }

        .vertical-tab .nav-tabs li a {
            padding: 15px 10px 14px;
        }

    .vertical-tab .tab-content {
        font-size: 14px;
        display: block;
    }
}

.P_OWS .ASD_content_div .span3 {
    position: absolute;
    top: 277px;
}
/*------------projectPC---css-------------------*/
.projectPC .inner_banner {
    background-image: url('../img/banner/project-climatology-bg-banner.jpg');
    padding: 10rem 0;
    background-size: 100%;
    background-attachment: fixed;
}
/*--------------------blogPage--css------------------*/
.blogPage .inner_banner {
    background-image: url('../img/banner/blog-banner.jpg');
    padding: 10rem 0 3rem 0;
    background-size: 100%;
    background-attachment: fixed;
}

.blog_second_div {
    background: #DDE8DD;
    padding: 3rem 0;
}

    .blog_second_div .AB_top_img {
        margin: 0;
    }

.ul_blog_div ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

    .ul_blog_div ul li .fa {
        padding-right: 5px;
    }

.blog_category_list {
    background: #1c2d37;
    padding: 2rem;
    border-radius: 10px;
    color: #fff;
    margin: 2rem 0;
}

    .blog_category_list ul {
        padding: 0;
    }

        .blog_category_list ul li {
            list-style: none;
            display: block;
            padding: 10px 0;
            margin: 10px 0;
            border-bottom: 1px solid #ccc;
        }

            .blog_category_list ul li a {
                color: #fff;
            }

            .blog_category_list ul li span {
                float: right;
            }

.rp_row img {
    padding: 10px;
}

.blog_category_list h3 {
    position: relative;
}

    .blog_category_list h3:after, .blog_category_list h3:before {
        content: '';
        height: 3px;
        width: 100%;
        background-color: rgba(164, 181, 186, .2);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .blog_category_list h3:after {
        background-color: #ccc;
        width: 50px;
        height: 3px;
        border-radius: 0;
        margin-bottom: 0;
    }

h2 {
    font-weight: 700 !important;
}

.PC_Blog ul li {
    background: rgba(164, 181, 186, .2);
    display: inline-block;
    border: none;
    padding: 10px;
    margin: 5px;
}

.blog_left_content {
    height: 1500px;
    overflow: hidden;
    overflow-y: auto;
}

.LN_left_content {
    height: 1175px;
}
/*--------------------LatestNewsPage--css------------------*/
.LatestNewsPage .inner_banner {
    background-image: url('../img/banner/news-bg-banner.jpg');
    padding: 10rem 0 3rem 0;
    background-size: 100%;
    background-attachment: fixed;
}

.post-slide {
    padding: 0 15px;
}

    .post-slide .post-img {
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            filter: grayscale(100%);
            opacity: 0.9;
            transform: scale(1,1);
            transition: all 0.3s ease-in-out 0s;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.2,1.2);
        filter: none;
        opacity: 1;
    }

    .post-slide .post-content {
        padding: 20px 30px;
        position: relative;
        background: #fff;
    }

    .post-slide .post-date {
        min-width: 28px;
        min-height: 28px;
        line-height: 28px;
        text-align: center;
        background: #556677;
        position: absolute;
        top: -30px;
        left: 30px;
    }

    .post-slide .month {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 0 10px;
        background: #14bf9b;
        ;
        text-transform: uppercase;
    }

    .post-slide .date {
        color: #fff;
        font-size: 14px;
    }

    .post-slide .post-title {
        margin: 20px 0;
    }

        .post-slide .post-title a {
            color: #14bf9b;
            font-size: 22px;
            text-transform: capitalize;
            transition: all 0.50s ease 0s;
        }

            .post-slide .post-title a:hover {
                color: #333;
                text-decoration: none;
            }

    .post-slide .post-description {
        color: #999;
        font-size: 16px;
        line-height: 30px;
    }

    .post-slide .post-bar {
        padding: 15px 0;
        list-style: none;
        text-align: center;
        background: #14bf9b;
    }

        .post-slide .post-bar li {
            display: inline-block;
            margin-right: 5px;
        }

            .post-slide .post-bar li a {
                text-transform: capitalize;
                font-size: 12px;
                color: #fff;
                transition: 0.2s ease;
            }

                .post-slide .post-bar li a:hover {
                    text-decoration: none;
                    color: #333;
                }

            .post-slide .post-bar li i {
                color: #fff;
                margin-right: 5px;
            }

/*------------------------homefor sale and rent--css----------------*/
.our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .our-team img {
        width: 100%;
        height: auto;
    }

    .our-team .team-content {
        width: 100%;
        background: #D2C1B6;
        color: #fff;
        padding: 15px 0 10px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    .our-team h3 {
        margin-bottom: 0 !important;
        padding-bottom: 0rem !important;
    }

    .our-team:hover .team-content {
        padding-bottom: 40px;
    }

    .our-team .team-content:before,
    .our-team .team-content:after {
        content: "";
        width: 60%;
        height: 26px;
        background: #D2C1B6;
        position: absolute;
        top: -2px;
        transform: rotate(15deg);
        z-index: -1;
    }

    .our-team .team-content:before {
        left: -3%;
    }

    .our-team .team-content:after {
        right: -3%;
        transform: rotate(-15deg);
    }

    .our-team .title {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 7px 0;
        position: relative;
    }


    .our-team .post {
        display: block;
        font-size: 13px;
        text-transform: capitalize;
        margin-bottom: 8px;
    }

    .our-team .social-links {
        list-style: none;
        padding: 0 0 15px 0;
        margin: 0;
        position: absolute;
        bottom: -40px;
        right: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social-links {
        bottom: 0;
    }

    .our-team .social-links li {
        display: inline-block;
    }

        .our-team .social-links li a {
            display: block;
            font-size: 16px;
            color: #aad6e1;
            margin-right: 6px;
            transition: all 0.5s ease 0s;
        }

        .our-team .social-links li:last-child a {
            margin-right: 0;
        }

        .our-team .social-links li a:hover {
            color: #393939;
        }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }

        .our-team .team-content:before,
        .our-team .team-content:after {
            height: 50px;
            top: -24px;
        }

        .our-team .title:before,
        .our-team .title:after {
            top: -85px;
            height: 102px;
        }

        .our-team .title:before {
            left: 35%;
        }

        .our-team .title:after {
            right: 35%;
        }
}

@media only screen and (max-width: 767px) {
    .our-team .team-content:before,
    .our-team .team-content:after {
        height: 75px;
    }

    .our-team .team-content:before {
        transform: rotate(8deg);
    }

    .our-team .team-content:after {
        transform: rotate(-8deg);
    }

    .our-team .title:before,
    .our-team .title:after {
        width: 10px;
        top: -78px;
        height: 102px;
    }

    .our-team .title:before {
        left: 42.5%;
        transform: rotate(-82deg);
    }

    .our-team .title:after {
        right: 42.5%;
        transform: rotate(82deg);
    }
}

@media only screen and (max-width: 480px) {
    .our-team .title:before,
    .our-team .title:after {
        top: -83px;
    }
}


.HS_main_banner, .DPT_section, .SERVICE_section, .testimonial_section {
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    right: 1%;
    top: 20%;
}

    .shape-mockup img {
        width: 75%;
    }

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shape2 {
    left: 1%;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    top: 15%;
}

    .shape2 img {
        width: 20%;
    }

.shape3 {
    right: -39%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: -2%;
    opacity: 0.3;
}

    .shape3 img {
        width: 15%;
    }

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
