﻿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: #0C2060;
    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: 100%;
    margin: 0rem auto 0 auto;
    display: block;
}

.carousel {
    position: relative;
    padding: 0px;
}

.HS_main_banner {
    //background: url('../img/banner/main-banner.jpg') no-repeat;
    background-size: cover;
    padding: 0rem 0 0rem 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: #0C2060;
        font-size: 64px;
    }

.banner_content p {
    color: #000;
    font-size: 20px;
    padding: 0;
    text-align: justify;
    line-height: 2;
}

.BTC_main {
    position: relative
}

.banner_bottom_content {
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #EFF1F9;
    padding: 60px 36px 45px 36px;
    max-width: 1008px;
    margin-left: 0;
    -webkit-clip-path: polygon(0 0, 95% 0%, 100% 40%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
    clip-path: polygon(0 0, 95% 0%, 100% 40%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
}

.BTC_main ul li {
    list-style: none;
    display: inline-block;
    padding: 35px 20px;
    font-size: 20px;
}

:root {
    --white: #fff;
    --color: #041a60;
}

.JDK_btn {
    margin-top: 3rem;
}

.JKDbtn {
    color: var(--color);
    font-family: "Amaranth", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 0;
    border: 2px solid var(--color);
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

    .JKDbtn:hover {
        color: var(--white) !important;
        text-decoration: none;
    }

    .JKDbtn:before {
        content: "";
        background: var(--color);
        width: 0;
        height: 100%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.5s ease-in-out;
        z-index: -1;
    }

    .JKDbtn:hover:before {
        width: 100%;
        opacity: 1;
    }

@media only screen and (max-width: 767px) {
    .JKDbtn {
        margin-bottom: 30px;
    }
}

:root {
    --greencolor: #7defa8;
}



.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: #0C2060;
    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 #44c0ff;
        border-top: 1px solid #44c0ff;
        /* height: 5px; */
        background-color: #f8f8f8;
    }

.about_bottom {
    background: #c0eeff;
    border-radius: 7px;
    position: relative;
    display: flex;
}

.checklist.style11 {
    width: 50%;
    float: left;
    display: flex;
    position: relative;
}

    .checklist.style11 .fa-cubes:before {
        content: "\f1b3";
        color: #041a60;
        padding-right: 10px;
        font-size: 20px;
        font-weight: 400;
    }

.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 {
        font-size: 20px;
        list-style: none;
        padding: 10px 0;
    }

.greenRM_btn a {
    border: 2px solid #0C2060;
    border-right: 6px solid #0C2060;
    border-left: 6px solid #0C2060;
    color: #0C2060;
    font-size: 16px;
    padding: 10px 30px;
}

    .greenRM_btn a:hover {
        background: #0C2060;
        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: #0C2060;
    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: 35px;
}

.process-card3 {
    background: #c0eeff;
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
    height: auto;
}

    .process-card3 h4 {
        font-size: 20px;
        padding: 10px 0;
        line-height: 26px;
        word-spacing: 5px;
    }
/*-------------------------------------project_section--css---------------------------*/




/*-------------------------------------counter_section--css---------------------------*/
section.counter_section {
    background: url('../img/banner/counter-bg.jpg') no-repeat;
    background-size: 100%;
    padding: 3rem 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
}

.counter_bottom_div {
    padding: 4rem 3rem 17rem 3rem;
    background: #e4efff;
    margin-top: -17rem;
}
.counter_row {
    margin-top: 12rem;
}
.counter {
    color: #0C2060;
    background: linear-gradient(to top, transparent 49%, #67d6ff 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% - 12px);
        height: calc(100% - 12px);
        border-radius: 5px 5px;
        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: 17px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
        letter-spacing: 1px;
        margin: 0 0 12px;
    }

    .counter .counter-value {
        color: #fff;
        background: #041a60;
        font-size: 25px;
        font-weight: 600;
        padding: 3px 10px 2px;
        border-radius: 2px;
        display: inline-block;
    }



@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

.margin-top3rem {
    margin-top: 3rem;
}
/*-----------------testimonial_section-------------------*/
.testimonial_section {
    background: url('../img/banner/testimonial-bg-img.jpg') no-repeat;
    background-size: 100%;
    width: 78%;
    padding: 3rem;
    margin: 3rem auto;
    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: auto;
    margin: 0px auto;
    padding: 5px;
    text-align: justify;
    position: relative;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.testimonial-author {
    margin-top: 0px;
    font-weight: bold;
    color: #333;
    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: #0C2060;
    font-size: 7rem;
    padding-top: 8rem;
    padding-left: 6rem;
}

.GIT_btn {
    margin: 8rem 0 0 3rem;
}

    .GIT_btn a {
        background: #0C2060;
        color: #fff;
        padding: 10px 30px;
        border-radius: 10px;
        font-size: 30px;
    }

/*-----------------footer-------------------*/
footer {
    margin-top: 1rem;
    background: #000;
    background: linear-gradient(201deg, rgb(4 26 96) 0%, rgb(192 238 255) 50%, rgb(4 26 96) 100%);
    padding: 5rem 0;
    border-radius: 50px 50px 0 0;
    background-position: top;
}

.footer-logo {
    width: 35%;
}

    .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: #0C2060;
            }

.footer_div.QL {
    padding-left: 0rem;
}

.footer_div h6 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.QL ul li {
    list-style: square;
    color: #000;
    vertical-align: middle;
}

    .QL ul li a {
        color: #fff;
        font-size: 16px;
    }
.footer_BD {
    border: 1px groove #000;
    margin: 3rem;
    padding: 20px;
    border-radius: 5px;
}
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 #000000;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 5px;
}
    .social li, .CU li {
        color: #000;
        list-style: none;
        display: inline-block;
    }

        .social li .fa, .CU li .fa {
            padding-right: 10px;
        }

.social li {
    padding-right: 30px;
}

    .social li a {
        color: #000;
        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: #ffffff;
    -webkit-text-stroke: .3px rgb(255 255 255);
    text-shadow: 2px 2px 2px #000;
}

.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: #0C20604a;
            border: 1px solid #0C2060 !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: #0C2060;
    }

        .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: 10rem auto 3rem auto;
    width: 90%;
}
.gray_containerOP {
    margin: 2rem auto 1rem auto;
}
.green_container {
    background: #e5f8ff;
    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: #c0eeff;
    padding: 10px;
    FONT-WEIGHT: 600;
    margin: 20px;
    border-radius: 5px;
    letter-spacing: 1.5px;
    box-shadow: 4px 4px 9px #ccc;
}
.border_div {
    border: 1px solid #949494;
    padding: 20px;
    border-radius: 5px;
}
.bg_blue {
    background: #cfdcef;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 4px 4px 9px #ccc;
}

.CC_div {
    height: 210px;
    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: #0C2060;
}

.HS_content_div .span4 {
    position: absolute;
    top: 595px;
    left: -16px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50%;
    background: #0C2060;
}

.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: #0C2060;
    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: #0C2060;
                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: 2;
    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 #0C2060;
    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;
}
