﻿body, html {
    font-family: 'Lato';
    overflow-x: hidden;
    position: relative;
}
p{
    font-size: 16px;
}
.entry-header {
    display: block;
    color: white;
    text-align: center;
    margin: 0 auto 50px auto;
    width: 978px;
    position: relative;
    z-index: 10001;
}
    .entry-header img{
        display: block;
        margin : 0 auto;
        text-align: center;
        width: 30%;
    }
    .entry-header h1{
        font-size: 20px;
        font-weight: 700;
    }
    #demo-content {
        padding-top: 100px;
    }

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 10%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #000;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #000;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+  */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded Styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+  */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+  */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045,0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+  */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.1s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}


h1, h2, h3 {
    font-family: 'Rubik' !important;
    color: #282828;
}
h2, .h2 {
    margin-bottom: 2rem;
}
h5, p {
    font-family: 'Lato' !important;
    color: #303030;
}
.text-white{
    color: #fff !important;
}
p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.7;
    word-spacing: 0.1px;
}
.fa {
    font-family: 'FontAwesome';
}
.text-center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-align: left;
}
h3 {
    font-weight: 600 !important;
}
h2{
    margin-top: 0 !important;
}
.p-0{
    padding: 0 !important;
}
ul li {
    padding: 8px 0;
    font-size: 17px;
    text-align: justify;
}
ul {
    padding-left: 15px;
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #485555;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #8ACDDB;
    }

.sticky_social_icon {
    position: fixed;
    right: 30px;
    bottom: 50%;
}

    .sticky_social_icon ul {
        position: fixed;
        right: 0;
        bottom: 30%;
    }

        .sticky_social_icon ul li {
            list-style: none;
            padding: 10px 5px;
        }

            .sticky_social_icon ul li a {
                color: #fff;
                font-size: 25px;
            }
    .sticky_social_icon.clr_sticky_social_icon ul li a {
        color: #303030;
    }
.clr_sticky_social_icon:before, .clr_sticky_social_icon:after {
    border-left: 1px solid #303030 !important;
}
.sticky_social_icon ul li a:hover {
    color: #00D3FF;
}
.sticky_whatsapp_icon {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 9;
}
    .sticky_whatsapp_icon .fa{
        background: green;
        padding: 12px 14px;
        color: #fff;
        font-size: 22px;
        border-radius:50%;

    }
    .sticky_social_icon {
        //height: 150px;
        width: 50px;
        display: inline-block;
        text-align: center;
        z-index: 99;
        //padding-top: 100px;
    }

        
        .sticky_social_icon:before {
            border-left: 1px solid #fff;
            content: "";
            display: block;
            height: 65px;
            left: 60px;
            position: absolute;
            top: -160px;
            width: 1px;
            z-index: 0;
        }

        .sticky_social_icon:after {
            border-left: 1px solid #fff;
            content: "";
            display: block;
            height: 65px;
            left: 61px;
            position: absolute;
            top: 130px;
            width: 1px;
            z-index: 0;
        }

.CU_mob_btn {
    display: none !important;
}

.logo h1{
    color: #fff;
}
/*----------topbar-css------------------*/
.top_bar {
    background: linear-gradient(162deg,rgba(84, 33, 32, 1) 0%, rgba(148, 43, 41, 1) 50%, rgba(255, 193, 0, 1) 100%);
    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;
        }
.header {
    transition-property: height;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
}
    .header.newheader {
        background: #212121;
        z-index: 999;
        top: 0;
        transition-property: height;
        transition-duration: 0.5s;
        transition-delay: 0.1s;
        padding-bottom: 10px;
    }
    .header.newheader .logo h1, .header.newheader nav.navbar.bootsnav ul.nav > li > a {
        color: #fff;
    }
    .header.newheader button.Loginbtn {
        margin-top: 0;
    }
/*----------HS_main_banner-css------------------*/
.HS_main_banner {
    background: url('../img/main-banner.jpg') no-repeat;
    background-size: cover;
    padding: 14rem 0 5rem 0;
    background-attachment: fixed;
}
.banner_content {
    padding-left: 4rem;
    padding-right: 5rem;
}
span.banner_span {
    background: #DDE8DD;
    padding: 5px 20px;
    color: #161616;
    font-weight: 600;
    border-radius:4px;
}
.banner_content h1 {
    color: #fff;
    font-size: 50px;
    padding: 2rem 0;
    line-height: 80px;
}
    .banner_content h1 span {
        color: #ffc100;
        font-size: 55px;
    }
.banner_content p {
    color: #fff;
    font-size: 20px;
    padding: 0;
    text-align: justify;
    line-height: 2;
}
.RM_btn {
    margin: 4rem 0;
}
.link {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    overflow: hidden;
    transition: 0.5s;
}

    .link:hover,
    .link:focus {
        color: #fff;
        text-decoration: none;
    }

    .link span {
        color: #2b2b2b;
        background: #fff;
        padding: 3px 13px;
        border: 4px solid #ffc100;
        display: block;
        border-radius: 5px;
        position: relative;
        z-index: 1;
    }

    .link:hover span {
        color: #fff;
    }

    .link span:before {
        content: "";
        background: #fff;
        display: block;
        width: 8%;
        height: 500%;
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.3s;
        z-index: -1;
    }

    .link:hover span:before {
        background: #ffc100;
        width: 100%;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    }

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scan {
    0% {
        height: 100%;
    }

    100% {
        height: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .link {
        margin-bottom: 30px;
    }
}

.carousel-inner > .item > img {
    height: auto;
}
.banner_slider .item {
    border-radius: 50px 0 0 50px;
}
.banner_slider img {
    width: 100% !important;
    float: left;
    border: 0px solid #099946;
    /* border-right: 0; */
    border-radius: 5px;
}
.carousel-control.left, .carousel-control.right {
    display: none;
}
/*-------------------------------------about_section--css---------------------------*/
section.about_section {
    background: url('../img/vector-icon-yellow.png') no-repeat;
    background-size: cover;
    padding: 7rem 0 0 0;
    position: relative;
}


.about_container {
    width: 85%;
    margin: 0 auto;
   //background: #fff1c5;
    padding: 4rem 5rem;
    border-radius: 100px 100px 0 0;
}
.SE_heading h2 {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
}
.SE_heading {
    margin-bottom: 2rem;
}
.WTU ul{
    padding: 0;
}
.WTU li {
    list-style: none;
    display: inline-block;
    padding: 5px 3px;
    margin: 2px;
    background: #ccc;
    font-size: 14px;
}
/*-------------------------------------services_section--css---------------------------*/
section.service_section {
    background: url('../img/bg-gear-img.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 4rem 0;
}
.service_section .SE_heading{
    padding: 0 3rem;
}
:root {
    --main-color: #0FBCC2;
}

.main-timeline {
    font-family: 'Poppins', sans-serif;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }
    .main-timeline .timeline {
        width: 100%;
        margin: 0 0 40px;
        float: left;
        position: relative;
        z-index: 1;
    }

.main-timeline .timeline-content {
    color: #fff;
    padding: 20px 75px 0 0;
    display: block;
    position: relative;
}

    .main-timeline .timeline-content:hover {
        text-decoration: none;
    }

    .main-timeline .timeline-content:before {
        content: '';
        background-color: #ffc100;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(255,255,255,0.5) inset;
        position: absolute;
        left: 20px;
        top: 0;
        right: 0;
        bottom: 20px;
        z-index: -1;
    }

.main-timeline .timeline-icon {
}
    .main-timeline .timeline-icon img {
        position: absolute;
        bottom: 25px;
        right: 12px;
        width: 12%;
    }
        .main-timeline .timeline-year {
    font-size: 30px;
    font-weight: 200;
    line-height: 28px;
    text-shadow: 2px 2px rgba(255,255,255,0.3);
    position: absolute;
    top: 10px;
    right: 12px;
}

    .main-timeline .timeline-year span {
        display: block;
    }

.main-timeline .title {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 30px 35px;
}

.main-timeline .description {
    color: #555;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5),0 0 0 15px #fff;
}
.main-timeline .timeline:nth-child(even) {
    float: right;
    margin: 0 0 20px 10px;
}
    .main-timeline .description:hover {
        background: #fff1c5;
    }
        .main-timeline .description:hover .main-timeline .timeline-content:before {
            content: '';
            background-color: #f3cdcc;
        }

        @media screen and (max-width:767px) {
            .main-timeline .timeline, .main-timeline .timeline:nth-child(even) {
                width: 100%;
                margin: 0 0 30px;
            }
        }

        @media screen and (max-width:576px) {
            .main-timeline .timeline-content,
            .main-timeline .timeline:nth-child(even) .timeline-content {
                padding: 20px 0 75px;
            }

                .main-timeline .timeline-content:before,
                .main-timeline .timeline:nth-child(even) .timeline-content:before {
                    left: 0;
                    right: 0;
                    bottom: 0;
                }

            .main-timeline .timeline-icon,
            .main-timeline .timeline:nth-child(even) .timeline-icon {
                left: auto;
                right: 15px;
                bottom: 5px;
            }

            .main-timeline .timeline-year,
            .main-timeline .timeline:nth-child(even) .timeline-year {
                right: auto;
                left: 15px;
                bottom: 17px;
                top: auto;
            }

                .main-timeline .timeline-year span {
                    display: inline-block;
                }

            .main-timeline .title,
            .main-timeline .timeline:nth-child(even) .title {
                margin-left: 15px;
            }
        }
.yellow_container {
    width: 80%;
    margin: 3rem auto;
    padding: 4rem;
    border-radius: 20px;
    background: #fffbed;
}
.box {
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}

    .box:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: all 0.2s ease 0s;
    }

    .box:hover:before {
        opacity: 1;
    }

    .box:after {
        content: "";
        width: 100%;
        height: 100%;
        background: repeating-radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.2) 15%);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transform: scale(2);
        transition: all 0.2s ease-out 0s;
    }

    .box:hover:after {
        opacity: 1;
        transform: scale(1);
    }

    .box img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease 0s;
    }

    .box .box-content {
        padding: 7px 0;
        text-align: left;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 2;
        transition: all 0.3s ease 0s;
    }

    .box .title {
        display: block;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin: 0 0 3px 20px;
        opacity: 0;
        transform: translateY(-50px);
        transition: all 0.4s ease 0.2s;
    }

    .box .post {
        display: inline-block;
        padding: 0 7px;
        background: #6d1212;
        font-size: 16px;
        font-style: italic;
        color: #fff;
        opacity: 0;
        transform: translateX(50px);
        transition: all 0.4s ease 0.2s;
    }

    .box:hover .title,
    .box:hover .post {
        opacity: 1;
        transform: translate(0, 0);
    }

   

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}
/*-------------------------------------team_section--css---------------------------*/
.our_team {
    background: url(../img/vector-icon.png) no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.our-team .pic {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #232721;
    padding: 70px 20px 10px;
    margin-bottom: 5px;
    position: relative;
}

.our-team .description {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

    .our-team .pic img {
        width: 101%;
        height: 101%;
        border-radius: 50%;
        position: absolute;
        top: -1px;
        left: -1px;
        transition: all 0.6s ease 0s;
    }

    .our-team:hover .pic img {
        transform: rotate(-120deg);
        transform-origin: 95% 40% 0;
    }
.our-team {
    text-align: center;
}
    .our-team .title {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #86302e;
        letter-spacing: 1px;
        margin-bottom: 5px;
        margin-top: 0;
        text-align: center;
    }
.bottom_description {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}
    .our-team .post {
        display: block;
        font-size: 15px;
        color: #333;
        text-transform: capitalize;
        margin-bottom: 10px;
        position: relative;
    }

        .our-team .post:after {
            content: "";
            width: 30px;
            height: 3px;
            background: #eee;
            margin: 0 auto;
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
        }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team {
        overflow: hidden;
    }
}

/*---------------------gellary-section--css--------------------*/
section.gallery-section {
    padding: 7rem 0;
}

.container-gallery {
    background: #fff1c5;
    width: 90%;
    margin: 0 auto;
    padding: 5rem 2rem;
    border-radius: 30px;
}

.gallery img {
    width: 100%;
    height: auto;
    margin: 0 0 35px;
    border-radius: 5px;
    transition: 0.3s ease;
    box-shadow: 0 0 14px 1px #454545;
    border: 1px solid #ccc;
}

        .gallery img:hover {
            transform: scale(1.05);
        }

/*-------------------------------------customer_section--css---------------------------*/
section.Customer_section {
    padding: 6rem 0 1rem;
}
.vertical-tab {
    background: linear-gradient(#7e3442, #943230);
    font-family: 'Karla', sans-serif;
    padding: 15px;
    border-radius: 30px;
    outline: 3px solid rgba(255,255,255,0.2);
    outline-offset: -8px;
    display: table;
}

    .vertical-tab .nav-tabs {
        display: table-cell;
        width: 25%;
        min-width: 25%;
        border: none;
        vertical-align: top;
    }

        .vertical-tab .nav-tabs li {
            float: none;
        }

            .vertical-tab .nav-tabs li a {
                color: #111;
                background: linear-gradient(to left,rgba(255,255,255,0.5),#fff);
                font-size: 16px;
                font-weight: 700;
                letter-spacing: 0.5px;
                text-transform: capitalize;
                text-align: center;
                padding: 10px 7px 11px;
                margin: 0 1px 2px 0;
                border-radius: 20px 0 0 0;
                border: none;
                overflow: hidden;
                position: relative;
                z-index: 1;
                transition: all 0.5s ease 0s;
            }

                .vertical-tab .nav-tabs li a:hover,
                .vertical-tab .nav-tabs li.active a,
                .vertical-tab .nav-tabs li.active a:hover {
                    color: #000;
                    background: linear-gradient(to left,#fff,#fff);
                    border: none;
                    border-radius: 20px 0 0 20px;
                }

    .vertical-tab .tab-content {
        color: #333;
        background: linear-gradient(to right,rgba(255,255,255,0.6),#fff);
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        padding: 15px;
        border-radius: 0 20px 0 0;
        display: table-cell;
    }

        .vertical-tab .tab-content h3 {
            font-size: 22px;
            font-weight: 500;
            text-transform: uppercase;
            margin: 0 0 5px;
        }

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
    }

        .vertical-tab .nav-tabs li a {
            padding: 10px 25px 9px;
            margin: 0 0 12px;
        }

    .vertical-tab .tab-content {
        font-size: 14px;
        padding: 15px;
        display: block;
    }
}
.GS_second_slider .owl-wrapper {
    width: 100% !important;
}
    .GS_second_slider .owl-wrapper .owl-item {
        width: 100% !important;
    }
.GS_second_slider_pic img {
    padding: 20px;
    margin: 20px;
}
/*-------------------------------------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, .owl_slider #owl-slider2 .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.owl-carousel {
    display: block;
    position: relative;
}
    .owl_slider .owl-theme .owl-controls .owl-buttons div {
    background: #ffc100;
    color: #fff;
    padding: 0px 10px;
    border-radius: 50%;
    margin: 5px;
    opacity: 1;
    font-weight: 800;
    font-size: 22px;
    position: absolute;
}
.owl_slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px;
    top: 40%;
}
.owl_slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px;
    top: 40%;
}
.owl_slider {
    padding: 3rem 0;
}
.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;
}


.GS_second_slider_pic {
    display: table-cell;
}
/*-------------------------------------project_section--css---------------------------*/

.hover-zoom {
    overflow: hidden;
}
.hover-zoom img {
    transition: 0.8s;
    overflow: hidden;
}

    .hover-zoom img:hover {
        transform: scale(2) rotate(35deg);
    }

.scale-zoom img {
    transition: 0.8s;
    overflow: hidden;
}

    .scale-zoom img:hover {
        transform: scale(1.1);
    }

/*-------------------------------------DPT_section--css---------------------------*/

/*-----------------footer-------------------*/
footer {
    background: #7e3442;
    //background-image: url(../img/foote-img.png);
    background-size: 100%;
    padding: 5rem 0 5rem 0;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 7rem;
}

.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: block;
        padding: 10px 30px 0 0;
        list-style: none;
    }

        .footer_content_SM ul li a {
            color: #fff;
            font-size: 16px;
        }

            .footer_content_SM ul li a:hover, .QL ul li a:hover {
                color: #19c462;
            }

.footer_div.QL {
    padding-left: 5rem;
}

.footer_div h6 {
    font-size: 20px;
    font-weight: bold;
}

.QL ul li {
    display: contents;
    list-style: none;
}

    .QL ul li a {
        color: #fff;
        padding: 1px 10px;
        font-size: 16px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

.footer_contentB {
    background: #3a3a3a;
    padding: 2rem;
    margin: 4rem;
    border-radius: 5px;
}

    .footer_contentB p {
        color: #fff;
    }

footer hr {
    border-top: 1px solid #cccccc !important;
}

.GIT_btn iframe {
    display: block;
    width: 100%;
    margin: 2rem auto;
    border: 1px solid black;
}

.footer_icon {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    font-size: 30px;
    float: left;
    margin-right: 20px;
}

.footer_div h6 {
    font-size: 20px;
    font-weight: bold;
    color: #ffc100;
    display: inline-block;
}
/*-----------------about_page--css-----------------*/
.inner_banner {
    background: url(../img/banner/inner-banner-bg-img.jpg) no-repeat;
    padding: 15rem 0 8rem 0;
    background-size: 100%;
    background-attachment: fixed;
}
.HS-heading {
    font-size: 7rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

.HS-heading {
    color: transparent;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
}
.HS-heading2 {
    font-size: 7rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

.HS-heading2 {
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0,0.2);
}
.inner_banner p{
    font-size: 18px;
    color: #fff;
    text-align: justify;
    width: 60%;
}



.about_section, .Customer_section, footer {
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    right: 1%;
    top: 6%;
}

    .shape-mockup img {
        width: 100px;
    }

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shape2 {
    left: 1%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: 15%;
}

    .shape2 img {
        width: 20%;
    }

.shape3 {
    left: 0%;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    bottom: 0;
    opacity: 0.3;
}

    .shape3 img {
        transform: rotate(90deg);
        width: 50%;
    }


.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);
    }
}

/*-----------------about_page--css-----------------*/
.inner_banner {
    background: url(../img/banner/inner-banner-bg-img.jpg) no-repeat;
    padding: 15rem 0 8rem 0;
    background-size: 100%;
    background-attachment: fixed;
}

.HS-heading {
    font-size: 7rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

.HS-heading {
    color: transparent;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
}

.HS-heading2 {
    font-size: 7rem;
    margin-top: 0px;
    margin-bottom: 10px;
}

.HS-heading2 {
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0,0.2);
}

.inner_banner p {
    font-size: 18px;
    color: #fff;
    text-align: justify;
    width: 60%;
}

.AB_second_div {
    padding: 7rem 0px 3rem 0;
}

.AB_ul {
    padding: 0 3rem 0 0;
}

    .AB_ul ul li {
        list-style: none;
        padding: 10px;
        margin: 5px 0;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #DDE8DD;
        color: #000;
    }

        .AB_ul ul li:hover {
            background: #0999464a;
            border: 1px solid #099946 !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: #099946;
    }

        .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;
}
