﻿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: 'Lato' !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: #1d488a;
    padding: 5px;
    color: #fff;
}
    .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: #fff;
    }
.top_RC {
    text-align: right;
}
    .top_RC ul li a{
        color: #fff;
    }
        .top_RC ul li a span {
            padding: 0 5px;
            font-size: 14px;
            margin: 30px 0 0 0;
            border-radius: 20px;
        }
.header {
    transition-property: height;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
}
    .header.newheader {
        background: #cccccc;
        box-shadow: 2px 12px 39px -14px #000;
        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,
        .header.newheader nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
            color: #0a0a0a;
        }
    .header.newheader button.Loginbtn {
        margin-top: 0;
    }
/*----------HS_main_banner-css------------------*/
.banner_container {
    width: 95%;
    margin: 9rem auto 0 auto;
    display: block;
}
.carousel {
    position: relative;
    padding: 40px;
}
.HS_main_banner {
    background: url('../img/banner/main-banner.jpg') no-repeat;
    background-size: cover;
    padding: 9rem 0 5rem 0;
    border-radius: 50px 50px 0 0;
    background-attachment: fixed;
}
.banner_content {
    padding-left: 10rem;
    padding-top: 0rem;
    width: 83%;
}
span.banner_span {
    background: #DDE8DD;
    padding: 5px 20px;
    color: #161616;
    font-weight: 600;
    border-radius:4px;
}
.banner_content h1 {
    color: #1e1e1e;
    font-size: 38px;
    padding: 2rem 0;
    line-height: 80px;
}
    .banner_content h1 span {
        color: #1d488a;
        font-size: 64px;
    }
.banner_content p {
    color: #000;
    font-size: 20px;
    padding: 0;
    text-align: justify;
    line-height: 2;
}
:root {
    --color: #1d488a;
}
.RM_btn {
    margin-top: 3rem;
}
.RM_btn a i{
    font-size: 14px;
}
.RM_btn a {
    color: #1d488a;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #1d488a;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
}

    .RM_btn a:hover,
    .RM_btn a:focus {
        color: #fff;
        text-decoration: none;
        background: radial-gradient(circle,var(--color) 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, var(--color) 0.2em, transparent 0.3em) 0 0/1em 1em;
        transition-delay: 0.2s;
        animation: ani500 0.6s forwards;
    }

@keyframes ani500 {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

@media only screen and (max-width: 767px) {
    .RM_btn a {
        margin-bottom: 30px;
    }
}
:root {
    --greencolor: #7defa8;
}


.RM_btnGreen a {
    color: #7defa8;
    border: 1px solid #7defa8;
}

    .RM_btnGreen a:hover,
    .RM_btnGreen a:focus {
        background: radial-gradient(circle,var(--greencolor) 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, var(--greencolor) 0.2em, transparent 0.3em) 0 0/1em 1em;
    }
.carousel-inner > .item > img {
    height: auto;
}
.banner_slider .item {
    border-radius: 50px 0 0 50px;
}

.carousel-control.left, .carousel-control.right {
    display: none;
}
/*-------------------------------------second_li_section--css---------------------------*/
.second_li_section {
    background: #1C2D37;
    background-image: url('../img/banner/background-line-banner.png');
    padding: 3rem 2rem;
}
    .second_li_section ul {
        text-align: center;
    }
    .second_li_section ul li {
        list-style: none;
        display: inline-block;
        padding: 2rem 2rem;
    }
.li_icon {
    text-align: center;
}
.li_content{
    background: #fff;
    padding: 5px;
    text-align: center;
}
    .li_content h5 {
        color: #2C2C2C;
        font-weight: bold;
        margin: 0;
        font-size: 16px;
    }
    .li_content p {
        color: #2C2C2C;
        font-weight: 500;
        font-size: 14px;
        margin: 0;
        text-align: center;
    }
/*-------------------------------------about_section--css---------------------------*/
.about_section{
    padding: 6rem 0;
}
.about_right_div {
    padding: 4rem 0;
}
.HS_heading span {
    padding: 10px 20px;
    color: #1d488a;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
}
.HS_heading h2 {
    color: #282828;
    font-weight: 700;
    font-size: 4rem;
    padding:1rem 0;
}
.heading-style h2 {
    text-align: center;
    font-size: 5rem;
    font-weight: 300;
    color: #122b52;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

    .heading-style h2:after, .heading-style h2:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #088136;
        border-top: 1px solid #088136;
        height: 5px;
        background-color: #f8f8f8;
    }
.about_bottom {
    background: #cfdcef;
    border-radius: 30px;
}
.ABP {
    padding: 15px 20px;
}
    .ABP.ab1 {
        border-right: 5px solid #fff;
        padding: 15px 20px;
    }
    .ABP.ab3 {
        border-top: 5px solid #fff;
    }
.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;
}
.greenRM_btn a {
    border: 2px solid #1d488a;
    border-right: 6px solid #1d488a;
    border-left: 6px solid #1d488a;
    color: #1d488a;
    font-size: 16px;
    padding: 10px 30px;
}
    .greenRM_btn a:hover {
        background: #1d488a;
        color: #fff;
        text-decoration: none;
    }


/*-------------------------------------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: #1d488a;
    color: #fff;
    padding: 0px 6px;
    border-radius: 50%;
    margin: 5px;
    opacity: 1;
    font-weight: 800;
    font-size: 16px;
    position: absolute;
}
.owl_slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -17px;
    top: 40%;
}
.owl_slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
    top: 40%;
}
.owl_slider {
    padding: 3rem 0 1px 0;
    margin-top: 12rem;
}
.owl_slider .item {
    padding: 20px;
}
    .owl_slider .owl-pagination {
        display: none;
    }
.greenRM_btn {
    margin: 3rem 0;
}
.project_section .greenRM_btn {
    margin: 0rem 0;
    text-align: center;
}
.process-card3_icon {
    font-size: 40px;
}
.process-card3 h3.box-title {
    margin: 0px;
    font-size: 20px;
}
.process-card3 {
    background: #d4e6db;
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
    height: auto;
}
/*-------------------------------------project_section--css---------------------------*/
.SERVICE_section {
    padding: 10rem 0;
}
.box {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

    .box:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
        background-image: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.5) 100%);
        background-size: 35px 35px;
        position: absolute;
        top: 0;
        left: 50%;
        opacity: 0;
        transform: translateX(-50%) scale(0);
        transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    }

    .box:hover:before {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    .box img {
        width: 100%;
        height: auto;
    }

    .box .box-content {
        width: 100%;
        opacity: 0;
        background: #1d488a;
    width: 80%;
    border-radius: 0 10px 10px 0;
        position: absolute;
        bottom: 5px;
        left: 0;
        transform: scale(1.5);
        transition: all 0.3s ease 0s;
    }

    .box:hover .box-content {
        opacity: 1;
        transform: scale(1);
    }

    .box .title {
        font-size: 22px;
        font-weight: 600;
        color: #ebd6b3;
        text-align: left;
        text-transform: capitalize;
        text-shadow: 0 0 5px #000;
        margin: 0 0 5px 0;
        padding-left: 20px;
    }

    .box .post {
        display: block;
        font-size: 20px;
        color: #fff;
        text-align: left;
        text-transform: capitalize;
        letter-spacing: 1px;
        padding-left: 20px;
    }

    .box .icon {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
        transition: all 0.3s ease 0s;
    }

    .box:hover .icon {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .box .icon li {
        display: inline-block;
        margin: 0 5px;
    }

        .box .icon li a {
            display: block;
            padding-left: 7px;
            width: 40px;
            height: 40px;
            line-height: 42px;
            border-radius: 50%;
            background: #1d488a;
            font-size: 19px;
            color: #fff;
            transition: all 0.3s ease 0s;
        }

            .box .icon li a:hover {
                background: #fff;
                color: #1d488a;
                box-shadow: 0 0 0 5px #1d488a inset, 0 0 10px #fff;
            }

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
        margin-top: 0px;
    }
}



/*-------------------------------------team_section--css---------------------------*/
section.director_section {
    background: #1D488A;
    background: linear-gradient(162deg, rgba(29, 72, 138, 1) 0%, rgba(6, 6, 6, 1) 50%, rgba(29, 72, 138, 1) 100%);
    padding: 5rem 0;
    width: 95%;
    margin: 0 auto;
    border-radius: 35px;
}
.our-team {
    padding: 20px 5px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}

    .our-team .pic {
        display: inline-block;
        width: 345px;
        height: 350px;
        background: #fff;
        padding: 0px;
        margin-bottom: 25px;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .pic {
        background: #1d488a;
        border-radius: 50%;
    }

.pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #0e1e35;
    margin-bottom: 15px;
}

.our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .our-team .social li {
        display: inline-block;
        margin-right: 5px;
    }

        .our-team .social li a {
            display: block;
            text-align: center;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            font-size: 15px;
            color: #1d488a;
            border: 1px solid #1d488a;
            transition: all 0.5s ease 0s;
        }

.our-team:hover .social li a {
    background: #1d488a;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

/*-------------------------------------counter_section--css---------------------------*/
section.counter_section {
    background: #13294a;
    padding: 3rem 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
}
.counter {
    color: #1d488a;
    background: linear-gradient(to right, transparent 49%, #90c6a4 50%);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    padding: 35px 25px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

    .counter:before {
        content: "";
        background: linear-gradient(to right,#F8F8FA,#F5F5F5);
        width: calc(100% - 28px);
        height: calc(100% - 28px);
        border-radius: 20px 20px;
        box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
    }

    .counter .counter-icon {
        color: #444;
        font-size: 28px;
        line-height: 35px;
        margin: 0 0 12px;
        transform: rotateY(0deg);
    }

    .counter h3 {
        font-size: 19px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 12px;
    }

    .counter .counter-value {
        color: #fff;
        background: linear-gradient(to right, #088136 49%, #0c923f 50%);
        font-size: 30px;
        font-weight: 600;
        padding: 3px 10px 2px;
        border-radius: 10px;
        display: inline-block;
    }

    

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}
.margin-top3rem{
    margin-top: 3rem;
}
/*-----------------testimonial_section-------------------*/
.testimonial_section {
    padding: 20rem 3rem 17rem 3rem;
    background: #c7ead4;
    margin-top: -13rem;
    z-index: -1;
    position: relative;
}

.heading-style .TH2 {
    text-align: left;
    font-size: 4rem;
    font-weight: 300;
    color: #4a381a;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}
.testimonial_section .testimonial-slider {
    max-width: 748px;
    left: -12rem;
    margin: 80px 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-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 {
    padding: 4rem 0 4rem 3rem;
    position: relative;
}
.testimonial_section .item .fa {
    color: #dfdf0c;
    font-size: 20px;
    padding-bottom: 20px;
}

/*-----------------GIT_section-------------------*/
.GIT_section{
    padding: 4rem 0;
}
.GIT_row {
    background: #DDE8DD;
    padding: 4rem;
    border-radius: 10px;
}
.GIT_icon .fa {
    color: #1d488a;
    font-size: 7rem;
    padding-top: 8rem;
    padding-left: 6rem;
}
.GIT_btn{
    margin: 8rem 0 0 3rem;
}
.GIT_btn a {
    background: #1d488a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 30px;
}

/*-----------------footer-------------------*/
footer {
    margin-top: 1rem;
    background: #000;
    background: linear-gradient(162deg, rgba(0, 0, 0, 1) 0%, rgba(29, 72, 138, 1) 50%, rgba(0, 0, 0, 1) 100%);
    padding: 5rem 0;
    background-position: top;
}
.footer-logo {
    width: 70%;
}
    .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: inline-block;
    padding: 10px 30px 0 0;
    list-style: none;
}
    .footer_content_SM ul li a {
        color: #212121;
        font-size: 18px;
    }
        .footer_content_SM ul li a:hover, .QL ul li a:hover {
            color: #1d488a;
        }
.footer_div.QL {
    padding-left: 5rem;
}
.footer_div h6 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}
.QL ul li {
    list-style: square;
    color: #FFF;
}
    .QL ul li a {
        color: #fff;
        font-size: 16px;
    }
footer hr {
    border-top: 1px solid #cccccc !important;
}
.GIT_btn iframe {
    display: block;
    width: 100%;
    
    margin: 2rem auto;
    border: 1px solid black;
}
.CU {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 30px;
    margin: 10px;
}
.social li, .CU li {
    color: #fff;
    list-style: none;
    display: inline-block;
}
    .social li .fa, .CU li .fa {
        padding-right: 10px;
    }
    .social li {
        padding-right: 30px;
    }
        .social li a {
            color: #fff;
            font-size: 25px;
        }

/*-----------------about_page--css-----------------*/
.inner_banner {
    background: url(../img/banner/inner-banner-bg-img.jpg) no-repeat;
    padding: 8rem 0 7rem 0;
    background-size: 100%;
    background-attachment: scroll;
    margin: 9rem auto 2rem auto;
    width: 95%;
    border-radius: 55px;
}
.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: #1d488a4a;
        border: 1px solid #1d488a !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: #1d488a;
    }
        .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;
}
.gray_container {
    background: #e5e5e5;
    padding: 3rem 4rem;
    border-radius: 40px;
    margin: 0 auto 3rem auto;
    width: 90%;
}
.green_container {
    background: #d4e6db;
    padding: 3rem 4rem;
    border-radius: 40px;
    margin: 3rem auto;
    width: 90%;
}
.blue_container {
    background: #ccc;
    padding: 3rem 4rem;
    border-radius: 40px;
    margin: 3rem auto;
    width: 90%;
}
.WhiteB_container {
    background: #fff;
    border: 3px groove #ccc;
    border-radius: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin: 1rem auto;
    width: 90%;
    box-shadow: 4px 4px 9px #ccc;
}
.about_left_content {
    margin-top: 3rem;
}
.about_img img {
    border-radius: 50px 0 0 50px;
}
.bg_green {
    background: #c1e3ce;
    padding: 10px;
    FONT-WEIGHT: 600;
    margin: 20px;
    border-radius: 5px;
    letter-spacing: 1.5px;
    box-shadow: 4px 4px 9px #ccc;
}

.bg_blue {
    background: #cfdcef;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 4px 4px 9px #ccc;
}
.CC_div {
    background: #ffffff;
    padding: 15px;
    margin: 10px 0;
    border-radius: 20px;
    border: 3px solid #bfbfbf;
    box-shadow: 4px 4px 9px #ccc;
}
    .CC_div h5 {
        font-size: 18px;
        font-weight: 600;
    }
    .CC_div p {
        font-size: 16px;
    }
.Bottom_para ul li {
    list-style: none;
    display: inline-block;
    margin: 8px;
    padding: 10px;
    border: 1px solid #a5a3a3;
    border-radius: 5px;
    box-shadow: 4px 4px 9px #ccc;
}
.MB4rem {
    margin-bottom: 4rem !important;
}
.DP_div {
    padding: 2rem 0;
}
.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;
}
.HS_content_div .span3 {
    position: absolute;
    top: 415px;
    left: -16px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50%;
    background: #1d488a;
}
.HS_content_div .span4 {
    position: absolute;
    top: 595px;
    left: -16px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50%;
    background: #1d488a;
}
.DP_content .HS_content_div p {
    font-size: 18px;
    height: 65px;
}
.DP_content .HS_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 .HS_content_div p {
    font-size: 18px;
    height: AUTO;
}
.DP_contentgs .HS_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 {
    background: #DDE8DD;
    padding: 7rem 10px 5rem 10px;
    margin: 2rem;
    border-radius: 35px;
    text-align: center;
}
.contact_icon .fa {
    background: #1d488a;
    border-radius: 15px;
    padding: 20px 22px;
}
.add_content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #37383A;
    margin: 20px 0;
}
.add_content p {
    font-size: 18px;
    font-weight: 500;
    color: #646464;
}
.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: #1d488a;
                    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 .HS_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;
            }

           /*------------------animations css----------------*/
.ripple-shape {
    position: absolute;
    top: 100px;
    left: 3px;
    z-index: 0;
    height: 100px;
    width: 100px;
}
.ripple-shape2 {
    top: 850px;
}
.ripple-shape3 {
    top: 60rem;
    left: 133rem;
}
    .ripple-1, .ripple-2, .ripple-3, .ripple-4, .ripple-5, .ripple-6 {
    border-color: rgb(20 29 56 / .3);
}

.ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.ripple-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.ripple-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ripple-1, .ripple-2, .ripple-3, .ripple-4, .ripple-5, .ripple-6 {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff0;
    border: 1px solid #1d488a;
    border-radius: 50%;
    -webkit-animation: heroripple 8s linear infinite;
    animation: heroripple 8s linear infinite;
}

@keyframes heroripple {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: .2;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4);
    }
}
.shape-mockup1 {
    position: absolute;
    top: 20%;
    left: -2%;
    z-index: 0;
    transform: rotate(116deg);
}

.shape-mockup3 {
    position: absolute;
    bottom: 31%;
    right: -2%;
    z-index: 0;
    transform: rotate(294deg);
}

.shape-mockup5 {
    position: absolute;
    bottom: -14%;
    right: 2%;
    z-index: 0;
}

    .shape-mockup5 img {
        width: 100%;
        opacity: 0.3;
    }

.shape-mockup6 {
    position: absolute;
    top: 35%;
    left: 0%;
    z-index: 0;
    opacity: 0.5;
}

    .shape-mockup6 img {
        width: 86%;
    }

.shape-mockup7 {
    position: absolute;
    bottom: -3%;
    right: -27%;
    z-index: 0;
    opacity: 0.3;
}

    .shape-mockup7 img {
        width: 30%;
    }

.shape-mockup8 {
    position: absolute;
    top: 5%;
    left: -2%;
    z-index: 0;
    opacity: 0.2;
}

    .shape-mockup8 img {
        width: 75%;
    }

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}

.shape-mockup {
    position: absolute;
    z-index: 0;
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.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);
    }
}

.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);
    }
}
.banner_container, .about_section, .project_section, .SERVICE_section, .testimonial_section {
    position: relative;
}
.shape-mockup img {
    width: 11%;
    opacity: 0.5;
}