body {
    font-family: sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/*----------------------------Header START-------------------------------------*/
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.inner-container {
    position: relative;
    /*margin-left: 285px;*/
    padding-left: 33px;
    background-color: #000000;
}

    .inner-container .top-left {
        float: right;
    }

.top-right {
    padding: 5px;
    padding-bottom: 0px;
}

    .top-right .search-container {
        padding: 6px 0px;
    }

.inner-container .top-right {
    float: left;
}

.top-right .list-group {
    margin-bottom: 0px;
}

.top-right .form-control {
    width: 100%;
}

.search-container {
    display: flex;
}

    .search-container i {
        font-size: 26px;
        color: #141414;
        margin: 0px;
        background-color: #fff;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.mobileviewsearchbar {
    display: none;
}

@media (max-width : 787px) {
    /*.desktopsearchbar {
        display: none;
    }*/

    .autocomplete {
        width: 100% !important;
    }

    .inner-container .top-right {
        float: initial;
    }

    .mobileviewsearchbar {
        display: initial;
    }

    .inner-container {
        margin-left: 0px;
        padding-left: 0px;
        line-height: 0px;
    }
    /*.inner-container {
        margin-left: 0px;
        padding-left: 10px;
        line-height: 30px;
    }*/

    #menu:before {
        top: 0px;
    }

    .inner-container .top-left {
        margin-right: 0px;
        float: left;
    }
}


.top-left .contact-list {
    position: relative;
    padding: 6px;
}

    .top-left .contact-list li {
        position: relative;
        float: left;
        font-size: 14px;
        line-height: 10px;
        color: #e9e8e9;
        font-weight: 400;
        margin-right: 15px;
    }

        .top-left .contact-list li i {
            font-size: 14px;
            color: #fff;
            background: #36b4e5;
            border-radius: 10%;
            padding: 7px;
        }

        .top-left .contact-list li a {
            color: #ffffff;
            font-weight: 400;
            font-size: 14px;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }



@media (max-width : 787px) {
    .top-left .contact-list li {
        font-size: 13px;
        text-align: center;
        margin-bottom: 5px;
    }

        .top-left .contact-list li i {
            font-size: 12px;
            padding: 6px;
        }

        .top-left .contact-list li a {
            font-size: 13px;
        }

    .top-left .contact-list {
        display: none;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        transition: background 1s linear;
        height: 100px;
        border-bottom: solid 1px #413e3f;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 16px;
        line-height: 37px;
        border-radius: 4px;
        color: #413e3f;
        font-weight: 700;
    }

    .sticky-opacity .navbar-brand img {
        max-width: 200px;
        max-height: 85px;
    }

    .sticky-opacity .navbar-brand {
        margin-top: 15px;
    }

    .sticky-opacity .navbar-nav > li > a:hover {
        color: #413e3f;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 7px;
    }

    .sticky-opacity #menu:before {
        border-bottom: 0px solid #fff;
    }

.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    /*position: fixed;*/
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 80px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li {
    margin-right: 5px;
}

    .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 16px;
        line-height: 25px;
        /*border-radius: 4px;*/
        margin-top: 11px;
        color: #413e3f;
        font-weight: 700;
        position: relative;
        display: inline-block;
    }

        .navbar-nav > li > a:before {
            background: #36b4e5;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            opacity: 0;
            position: absolute;
            width: 100%;
            -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .navbar-nav > li > a:hover {
            /*color: #fff;
            background-color:#fff;
            border-bottom:solid 1px #65bc7b;*/
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            background-color: #fff;
        }

        .navbar-nav > li > a:active {
            position: relative;
            display: inline-block;
            /*color: #fff;
            background-color: #fff;
            border-bottom: solid 1px #65bc7b;*/
        }

    .navbar-nav > li :hover a {
        color: #333335;
    }

.navbar-nav {
    margin-top: 6px;
}

.navbar-brand {
    float: left;
    padding: 4px 20px;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: relative;
    /* max-height: 65px; */
    top: 5px;
}

    .navbar-brand img {
        /*background: #fff;*/
        transition: 0.4s;
        /*margin: -25px 0px 0px 50px;*/
        /*height: 100px;*/
        height: 60px;
        /*border-radius: 5px;*/
    }

@media screen and (max-width: 787px) {
    .navbar-brand img {
        margin-top: 15px;
    }

    .sticky-opacity .navbar-brand img {
        margin-top: 2px;
    }
}

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    z-index: 2;
    margin-bottom: 10px;
}

/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333335;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            transform-origin: 0 0 0;
            transition: 0.10s;
            background-color: #182857;
            font-weight: 400;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .dropdown-menu > li > ul.dropdown-submenu {
        position: absolute;
        list-style: none;
        width: 100%;
    }

    .dropdown-menu > li:hover ul.dropdown-submenu {
        display: block;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #000;
    border-color: #428bca;
    color: #fff;
}

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
        height: 90px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        /*border: 1px solid #fff;*/
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
        padding: 0px 10px;
        color: white;
        margin-top: 15px;
        /*background-color: #fff;*/
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #000;
    }

    .navbar-toggle {
        /*background-color: #fff;*/
        /*border: 1px solid #5c4f3b;*/
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        top: 15px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #000;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
            font-size: 25px;
        }

    .top-container {
        background-color: #000;
        padding: 5px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
            margin-left: 10px;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 65px;
        margin-top: -5px;
        text-align: center;
        width: 75%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        list-style: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 15px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            /*color: #035C07;*/
            white-space: nowrap;
            left: 0;
            right: auto;
            transform-origin: 0 0 0;
            transition: 0.10s;
            font-size: 15px;
            /*border-bottom: 1px solid #eee;*/
        }

    .sticky-opacity .dropdown-menu > li > a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #000;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 5px 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        transform-origin: 0 0 0;
        transition: 0.10s;
        background-color: #EF7F2D;
        font-weight: 400;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #EF7F2D;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }

    .navbar-brand img {
        margin-top: 15px;
        height: 50px;
    }

    .sticky-opacity .navbar-nav {
        margin-top: -11px;
        background-color: #fff;
        color: #000;
    }

        .sticky-opacity .navbar-nav > li > a {
            color: #000;
            padding: 6px 12px 10px 12px;
        }
}

@media(max-width:767px) {
    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 2;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }
}

/*----------------------------Header END-------------------------------------*/
.carousel-inner {
    max-height: 550px;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

.gallery img {
    width: 100%;
    height: 250px;
}

}

/*** Footers*/

/**Footer TOp strat**/


.footercolwidth {
    /* max-width: 210px; */
    font-size: 12px;
    margin-left: -38px;
    font-size: 16px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    border-right: solid 2px #fff;
}

.footertop li {
    margin-top: 16px;
    color: #fff;
    list-style: none;
}

.footertop .footercolwidth {
    /* max-width: 210px; */
    font-size: 12px;
    margin-left: -38px;
    font-size: 16px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    border-right: solid 2px #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

/*.footertop .footercolwidth li a {
        color: #fff;
    }*/
/**Footer Top End**/

.footercontent a {
    margin: 0 3px;
}

    .footercontent a i {
        text-align: center;
        color: #fff;
        /*border: 1px solid #fff;*/
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #000;
    z-index: 1;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    font-weight: 600;
    letter-spacing: .15em;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1;
    font-family: sans-serif;
}

    .footertitle:before {
        position: absolute;
        content: '';
        z-index: -1;
        width: 90px;
        height: 3px;
        background-color: #fff;
        bottom: 0;
        left: 0;
    }

    .footertitle:after {
        position: absolute;
        content: '';
        z-index: -1;
        width: 30px;
        height: 3px;
        background-color: #36b4e5;
        bottom: 0;
        left: 18px;
    }

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
}

footer p {
    line-height: 18px;
    font-size: 12px;
    color: #eee;
    text-align: center;
}

.footermenulist li {
    margin-top: 24px;
    color: #fff;
    list-style: none;
}

    .footermenulist li i {
        margin-left: -20px;
    }

.footermenulist {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    /*text-transform: uppercase;*/
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist h5 {
        font-size: 15px;
        margin: 7px 0px;
    }

    .footermenulist > li {
        display: block;
        margin-bottom: 17px;
        margin-left: 20px;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            /*color: #fcba03;*/
            /*padding-left: 5px;*/
            color: #36b4e5;
            transition: all 0.3s ease-in-out;
            text-decoration: none;
        }


* + .footercolwidth {
    margin-top: 0px;
}

/** + .footermenulist {
    margin-top: 30px;
}*/

.copyrights {
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .footermenulist {
        text-align: left;
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }
}


@media (max-width: 787px) {
    .footer-bottom-bg p {
        text-align: center;
    }

    .footermenulist {
        text-align: left;
        margin-bottom: 10px;
    }

        .footermenulist > li {
            display: block;
            margin-bottom: 5px;
            margin-left: 0;
        }
}

@media (min-width: 992px) {
    .footermenulist {
        letter-spacing: .2em;
        /*columns: 2;*/
        break-inside: avoid;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        /*max-width: 320px;*/
        /*margin-left: -37px;*/
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }

    * + .footermenulist {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .footertitle {
        letter-spacing: .2em;
    }

    .footermenulist {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
    }
}

/*------------------------------------------Index Start--------------------------------*/
/*------------------------------------------Index Start--------------------------------*/
.justify-content-center {
    justify-content: center !important;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.slider-row {
    display: flex;
    flex-wrap: wrap;
}
/*----------------------------------------*/
@media (min-width: 992px) {
    .section-main-bunner {
        min-height: 700px;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 120px 0 100px;
    }
}

.section-main-bunner {
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
}

    .section-main-bunner .overlay-bg {
        position: absolute;
        z-index: 1;
        background: rgba(34,27,104,.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

@media (min-width: 1200px) {
    .section-main-bunner .main-bunner-img {
        left: -100px;
        right: -100px;
        bottom: -100px;
        top: -100px;
        animation: bunner-img 10s infinite;
    }
}

.section-main-bunner .main-bunner-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.section-main-bunner .main-bunner-inner {
    position: relative;
    flex: 1;
}

@media (max-width : 787px) {
    .section-main-bunner {
        padding: 30px 0 70px;
        height: 330px;
    }

        .section-main-bunner .main-bunner-img {
            opacity: 1;
            object-fit: cover;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

        .section-main-bunner .main-bunner-inner {
            z-index: unset;
        }
}

@media (min-width: 992px) {
    h1, .heading-1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .pr-xl-60 {
        padding-right: 60px;
    }
}

.text-opacity-80 {
    opacity: .8;
}

.font-weight-regular {
    font-weight: 400;
}

.slider-content {
    position: relative;
    z-index: 1;
}

    .slider-content h2 {
        font-size: 65px;
        color: #fff;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-top: 0px;
        margin-bottom: 40px;
        font-weight: 800;
        /*font-family: 'Arial Rounded MT';*/
    }

    .slider-content p {
        font-size: 18px;
        padding-right: 50px;
        color: #fff;
        line-height: 26px;
    }

@media(max-width:767px) {
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slider-content p {
        font-size: 14px;
        padding-right: 0px;
    }

    .slider-content {
        z-index: 1;
    }
}
/*------------------------------------------Project Area--------------------------------*/
/*------------------------------------------Project Area--------------------------------*/
.fix {
    overflow: hidden;
}

.pb-20 {
    padding-bottom: 50px;
}

.pt-120 {
    padding-top: 30px;
}

.p-relative {
    position: relative;
}

.mb-50 {
    margin-top: 100px;
    /*margin-bottom: 15px;*/
}

.section-title h5 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 0;
    font-family: 'monospace';
}

.sectionhrline {
    width: 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #002739;
    background-color: #002739;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.section-title h2 {
    margin-bottom: 0px;
    position: relative;
    /*font-family: 'monospace';*/
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    color: #182857;
    margin-bottom: 0;
    text-align: center;
}


    .section-title h2 span {
        margin-bottom: 0px;
        position: relative;
        font-family: 'monospace';
        font-weight: 700;
        text-transform: capitalize;
        font-size: 50px;
        color: #002739;
        margin-bottom: 0;
    }

.breadcrumb-menu {
    position: relative;
    z-index: 1;
}

    .breadcrumb-menu li:first-child {
        margin-left: 0;
    }

    .breadcrumb-menu li a {
        color: #fff;
        transition: all 0.5s ease-in-out;
        font-size: 20px;
        margin-right: 10px;
    }


    .breadcrumb-menu li.active {
        color: #005e41;
        font-size: 20px;
    }

    .breadcrumb-menu li {
        position: relative;
        display: inline-block;
        margin-left: 10px;
        color: #fff;
        font-weight: 500;
        text-transform: capitalize;
    }

        .breadcrumb-menu li:first-child {
            margin-left: 0;
        }

/*.section-title h2:before{    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../assets/images/title-shape.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.section-title h2:after{    
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../../assets/images/title-shape.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}*/

@media (max-width : 787px) {
    .section-title h5 {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 30px;
    }

        .section-title h2 span {
            font-size: 25px;
        }
}

.section-title span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0;
    letter-spacing: 2px;
    display: inline-block;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider .slick-list {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.project-area .slick-slide {
    padding: 0 10px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 235px;
}

@media (max-width : 787px) {
    .slick-slide {
        float: none;
        width: 330px;
        height: auto;
        margin-bottom: 15px;
    }
}

.text-primary {
    color: #36b4e5 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 900;
    line-height: 1.2;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

    .btn.btn-dark span, .btn.btn-dark i {
        display: inline-block;
    }

    .btn.btn-primary span, .btn.btn-primary i {
        display: inline-block;
    }

    .btn.btn-dark {
        color: #002739;
        border: none;
        transition: 0.5s;
    }

    .btn.btn-dark {
        color: #fff;
        border: none;
        transition: 0.5s;
        font-size: 17px;
    }

.btn-dark {
    color: #fff;
    background-color: #0c1844;
    border-color: #0c1844;
}

.btn.btn-primary {
    color: #fff;
    border: none;
    transition: 0.5s;
    font-size: 17px;
}

    .btn.btn-primary:hover {
        transform: scale(1.05);
    }

.btn.btn-dark:hover {
    border: solid 1px #fff;
    transform: scale(1.05);
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #878d97;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(0,0,0,0);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #36b4e5;
    border-color: #357ebd;
}

.btn.btn-primary:hover {
    background: #0c1844;
    color: #fff;
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
}

.btn.btn-dark:hover {
    color: #fff;
    background: #36b4e5;
}

@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media (max-width: 768px) {
    .btn.btn-primary {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 3rem;
    }
}

/******************************Home page Start******************************/
/**Slider On Home Page Start**/
/*.hmpagetf {
    padding: 100px 20px;
}

.bg-gradient {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../Images/bg/Slider1.jpg');
}

.hero-bg-bg1:before {
    content: ""; 
    height: 115vh;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: right 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.v-center {
    align-self: center;
    align-items: center;
}

.single-image img {
    width: 100%;
    height: 285px;
}

.text-primary {
    color: #36b4e5 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 900;
    line-height: 1.2;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

    .btn.btn-dark span, .btn.btn-dark i {
        display: inline-block;     
    }

    .btn.btn-primary span, .btn.btn-primary i {
        display: inline-block; 
    }

    .btn.btn-dark {
        color: #002739;
        border: none;       
        transition: 0.5s;
    }

    .btn.btn-dark {
        color: #fff;
        border: none;     
        transition: 0.5s;
        font-size: 17px;
    }

.btn-dark {
    color: #fff;
    background-color: #0c1844;
    border-color: #0c1844;
}

.btn.btn-primary {
    color: #fff;
    border: none;   
    transition: 0.5s;
    font-size: 17px;  
}

    .btn.btn-primary:hover {
        transform: scale(1.05);
    }

.btn.btn-dark:hover {
    border: solid 1px #fff;
    transform: scale(1.05);
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #878d97;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;   
    border: 1px solid rgba(0,0,0,0);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #36b4e5;
    border-color: #357ebd;
}

.btn.btn-primary:hover {
    background: #0c1844;
    color: #fff;
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
}

.btn.btn-dark:hover {
    color: #fff;
    background: #36b4e5;
}

.hero-section .left .fa, .right .fa {
    background: #ffffff57;
    padding: 10px;
}

    .hero-section .left .fa:hover, .right .fa:hover {
        background: #000;
    }

.carousel-control {
    width: 10%;
}

.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;  
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    opacity: .5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: none;
    }

    .carousel-control.right {      
        background-image: none;
    }


@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

@media (max-width: 768px) {
    .single-image img {
        width: 100%;
        height: auto;
    }
}*/
/**New Sldier Code Below Start**/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}

/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {
    background-image: url('../Images/Slider1.jpg');
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../Images/Slider2.jpg');
    background-position: center;
}

/*.slides .slide-3 {
    background-image: url('../images/Slider/S7.jpg');
    background-position: center;
}*/

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}*/

/*.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}*/

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}
/*****/
.content-box {
    position: relative;
    width: 50%;
    top: 170px;
    display: flex;
    flex-wrap: wrap;
}

    .content-box .title {
        display: block;
        font-size: 22px;
        color: #d93337;
        font-weight: 500;
        margin-top: 25px;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .content-box h2 {
        display: block;
        font-size: 69px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
        /*margin-bottom: 30px;*/
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-family: 'Font Awesome 5 Free';
    }

        .content-box h2 span {
            color: #d93337;
        }
    /*.content-box .info-list {
        position: relative;
        margin-bottom: 45px;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }*/

    .content-box .info-list li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 400;
        margin: 0 10px;
        text-transform: uppercase;
    }

        .content-box .info-list li .icon {
            color: #faaC1D;
            margin-right: 10px;
            float: left;
            font-size: 18px;
            line-height: 26px;
        }

.sliderbtn {
    margin-top: 110px;
}
/*****/

@media(max-width:767px) {

    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
    }

        .content-box .title {
            font-size: 5px;
            margin-top: 0px;
        }

        .content-box h2 {
            font-size: 12px;
            margin: 0px;
        }

    .content-box {
        width: 62%;
        top: 20px;
        padding: 0px 25px;
    }

        .content-box h4 {
            font-size: 7px;
        }

    .display-1 {
        font-size: 8px;
    }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #36b4e5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

    .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
        color: #fff;
        background-color: #182857;
    }


#scrollUp {
    background: #d93337 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

    #scrollUp:hover {
        background: #fff none repeat scroll 0 0;
        color: #0c6db6;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
        top: 50%;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}
/**New Sldier Code Below End**/
/**Slider On Home Page End**/
/**Home Page Category Section  Start***/
.Categoryhmpage {
    background-color: #ffffff;
    /*margin-top: -27px;*/
    border-radius: 30px;
    /*box-shadow: 0px 0px 5px 2px #dddfe0;
    margin-top: -53px;*/
    position: relative;
    /*padding: 20px;*/
    z-index: 1;
}

.categoryblock3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 2px;
}

.block_content {
    border: solid 1px #b0aeae;
    /*border-radius: 10px;*/
}

.cat-img {
    padding: 15px;
}

    /*.cat-img a {
        filter: grayscale(100%);
    }*/

    .cat-img a:hover {
        filter: none;
    }

    /*.categoryimage img:hover {
    transform: scale(1.03);   
    transition: 0.5s all ease-in-out;
}*/

    .cat-img i {
        font-size: 20px;
    }

.categorylist {
    font-size: 11px;
    text-align: center;
}

.cate-heading {
    background-color: #182857;
}

    .cate-heading a {
        color: #fff;
    }

@media (max-width : 787px) {
    .categorylist {
        font-size: 6px;
        text-align: center;
    }

        .CategoryList .owl-prev {
            display: none;
        }

        .CategoryList .owl-next {
            display: none;
        }

    .cat-img {
        padding: 3px;
    }
}
/**Home Page Category Section  End***/
/**Home Page About Us Start***/
/*.sectb {
    margin: 50px 0px;
}*/

.leftrightspace {
    padding: 20px 60px;
}

.HmpAboutus .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

/*.section-header.text-start h6::after {
    left: 0;
}*/

/*.section-header h6 {
    position: relative;
    display: inline-block;
}*/

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

/*.section-header h6::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    left: -45px;
    right: -45px;
    margin-top: -1px;
    background: #36b4e5;
    z-index: -1;
}*/

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #182857;
    transform: rotate(-5deg);   
}

.about-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00273959;
    transform: rotate(5deg);
    opacity: .5;
    z-index: 1;
}

.about-img img {
    z-index: 1;
}

video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(3, 15, 39, .7), rgba(3, 15, 39, .7)), url(../img/carousel-3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        width: 100%;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

    .video .btn-play:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100px;
        height: 100px;
        background: #36b4e5;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video .btn-play span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 32px solid #d0d0d0;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }

    .video .btn-play:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100px;
        height: 100px;
        background: #56c0e9;
        border-radius: 50%;
        transition: all 200ms;
    }

    .video .btn-play:hover:after {
        background-color: #002739;
    }

        .video .btn-play:hover:after .video .btn-play {
            color: #002739;
        }

.fw-semi-bold {
    font-weight: 600 !important;
}

.bg-white {
    background-color: #fff !important;
}

.section-header {
    position: relative;
    z-index: 1;
}

.p-3 {
    padding: 1rem !important;
}

.section-title {
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}

    .section-title::before {
        position: absolute;
        content: "";
        width: 150px;
        height: 5px;
        left: 0;
        bottom: 0;
        background: #36b4e5;
        border-radius: 2px;
    }

    .section-title::before {
        height: 1px;
    }


    .section-title.text-center::before {
        left: 50%;
        margin-left: -75px;
    }


    .section-title.section-title-sm::before {
        width: 90px;
        height: 3px;
    }

    .section-title.section-title-sm::before {
        height: 1px;
    }


    .section-title::after {
        position: absolute;
        content: "";
        width: 6px;
        height: 5px;
        bottom: 0px;
        background: #FFFFFF;
        -webkit-animation: section-title-run 5s infinite linear;
        animation: section-title-run 5s infinite linear;
    }

    .section-title::after {
        bottom: -2px;
        background: #36b4e5;
    }


    .section-title.section-title-sm::after {
        width: 4px;
        height: 3px;
    }

    .section-title.section-title-sm::after {
        bottom: -1px;
    }


    .section-title.text-center::after {
        -webkit-animation: section-title-run-center 5s infinite linear;
        animation: section-title-run-center 5s infinite linear;
    }


    .section-title.section-title-sm::after {
        -webkit-animation: section-title-run-sm 5s infinite linear;
        animation: section-title-run-sm 5s infinite linear;
    }

.pb-3 {
    padding-bottom: 1rem !important;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 70px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


.display-5 {
    /*font-size: calc(-0.575rem + 2.1vw);*/
    font-size: calc(0.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.2;
}

.position-absolute {
    position: absolute !important;
}

.HmpAboutus p {
    font-size: 17px;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

@media (max-width : 787px) {
    .leftrightspace {
        padding: 0px 0px;
    }

    .HmpAboutus .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 20px;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/**Home Page About Us End***/

/**Home Page testiomonial Start***/
.testimonial-section .owl-next, .owl-prev {
    display: none;
}

.testimonial-section {
    background-color: #efefefd4;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials {
    margin: 20px 0px;
}

.testimonial-section h5 {
    color: #fff;
    font-weight: bold;
}

.testimonial-carousel .testimonial-item {
    position: relative;
    margin: 0 60px 45px 35px;
}

    .testimonial-carousel .testimonial-item img {
        position: absolute;
        width: 70px !important;
        height: 70px;
        top: 50px;
        left: -36px;
        padding: 5px;
        z-index: 2;
    }

.border {
    border: 1px solid #dee2e6 !important;
}

.align-items-center {
    align-items: center !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-primary {
    border-color: #002739 !important;
}

.testimonial-carousel .testimonial-text {
    position: relative;
    padding: 25px 25px 25px 50px;
    text-align: justify;
    height: 165px;
}

.testimonial-carousel .testimonial-item h5 {
    position: absolute;
    left: 65px;
    /*bottom: -35px;*/
    z-index: 2;
    font-size: 18px;
}

.testimonial-carousel .testimonial-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 45px;
    left: 45px;
    background: #182857;
}


.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    margin-top: 30px;
    text-align: center;
}

    .gtco-testimonials .owl-dots .active {
        background-color: #002739;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
    }

    .gtco-testimonials .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        border: 2px solid #002739;
        /*border-radius: 50%;*/
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

.owl-carousel1 .owl-dots.disabled {
    display: block;
}

@media (max-width : 787px) {
    .testimonial-carousel .testimonial-text {
        height: auto;
    }
}
/**Home Page testiomonial End***/
/**Home Page Why choose us Start***/
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel2 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

    .owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 45px;
        margin: -20px 2px;
        font-weight: 700;
        border-radius: 0px;
        display: inline-block;
        background-color: #36b4e5;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }

        .owl-carousel2 .owl-nav .owl-prev:hover, .owl-carousel2 .owl-nav .owl-next:hover {
            background-color: #182857;
        }

    .owl-carousel2 .owl-nav .owl-prev {
        left: 0px;
        float: left;
    }

    .owl-carousel2 .owl-nav .owl-next {
        right: 0px;
        float: right;
    }

.owl-prev i, .owl-next i {
    color: #fff; /* Change as needed */
}
/*.owl-prev {
    display: none;
}

.owl-next {
    display: none;
}*/

.whychoose h3 {
    font-weight: 500 !important;
    color: #252525;
    margin-top: 0px;
}

.whychoose i {
    font-size: 30px;
}

.whychoose p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #777;
}

.d-flex {
    display: flex !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.whychoose .feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

    .whychoose .feature-img::before {
        position: absolute;
        content: "";
        width: 60%;
        height: 80%;
        top: 13%;
        left: 20%;
        border: 5px solid #002739;
        z-index: -1;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.whychoose img, .feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
    border: solid 5px #e7e7e7;
}

    .whychoose img:nth-child(2), .feature-img img:nth-child(2) {
        margin: 20% 0 0 40%;
    }

@media (max-width : 787px) {
    .whychoose .feature-img::before {
        top: 8%;
    }

    .whychoose img, .feature-img img {
        height: auto;
    }

    .whychoose h3 {
        font-size: 20px;
    }

    .owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
}
/**Home Page Why choose us End***/
/**Home page counter start**/
.counter-up-area .icon img {
    width: 100%;
    height: 150px;
    border: solid 1px #182857;
    border-bottom: solid 5px #182857;
    /*border-radius: 50%;*/
    background-color: #fff;
}

.counter-up-area.style-1 {
    /*padding: 80px 0;*/
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #000;
}

.te-counter-card {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 60px;
}

    .te-counter-card .te-counter-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        text-align: center;
    }

        .te-counter-card .te-counter-item:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.3);
            right: -30px;
        }

        .te-counter-card .te-counter-item:last-child:before {
            content: none;
        }

        .te-counter-card .te-counter-item .te-counter-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            gap: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .te-counter-card .te-counter-item .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            /*background-color: #fff;
            border-radius: 10px;*/
        }

            .te-counter-card .te-counter-item .icon img {
                filter: grayscale(100%);
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

                .te-counter-card .te-counter-item .icon img:hover {
                    filter: none;
                    transform: scale(1.1);
                    transition: 0.5s;
                }

        .te-counter-card .te-counter-item .te-counter-title .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .te-counter-card .te-counter-item .number {
            /*font-family: "Jost", sans-serif;*/
            font-weight: 600;
            font-size: 48px;
            line-height: 58px;
            letter-spacing: -1.92px;
            text-align: center;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }

        .te-counter-card .te-counter-item .number {
            /*font-family: "Jost", sans-serif;*/
            font-weight: 600;
            font-size: 48px;
            line-height: 58px;
            letter-spacing: -1.92px;
            text-align: center;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }

        .te-counter-card .te-counter-item .title {
            margin: 0;
            /*font-family: "Jost", sans-serif;*/
            font-weight: 400;
            font-size: 16px;
            line-height: 32px;
            color: #fff;
        }

.sectionpading {
    padding: 40px 0;
}

@media (max-width: 575px) {
    .te-counter-card {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
}
/**Home page counter End**/
/**AMC Start**/
.bgamc {
    /*background-image: url('../Images/bg/sliderbg.jpg');*/
    background-position: center;
    background-size: cover;
    position: relative;
}

    .bgamc:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000a8;
        opacity: 0.8;
        z-index: 0;
    }

p {
    text-align: justify;
    font-size: 16px;
    color: #777;
}

.amcsection ul {
    padding: 0px;
}

    .amcsection ul li {
        padding: 10px 0px;
        color: #fff;
        font-size: 16px;
    }

.amcsection .display-5 {
    color: #fff;
    margin-top: 10px;
}

.amcsection .panel p {
    color: #777;
    padding: 7px 0px;
}

.amcsection p {
    font-size: 16px;
    color: #fff;
}

.bgimgcover {
    background: #000;
}

.FaqCent h4 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #d93337;
}

.Boxfaq {
    text-align: center;
    margin: 20px 0px;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 2px #dddfe0;
}

.FaqCent {
    justify-content: center;
}


.accordion {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*border-radius: 10px;*/
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: outset;
    text-align: left;
    outline: none;
    font-size: 14px;
}

    .accordion:hover {
        cursor: pointer;
        transition: all 250ms ease;
        transform: scale(1.03);
        /*background: linear-gradient(to bottom,#c7ecff 0,#f9efff 100%);*/
        transition: 0.5s all ease-in-out;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }


.panel {
    border-radius: 0px;
    border: none;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.Faqimg img {
    width: 100%;
}

.Faqimg {
    border-radius: 30px;
    box-shadow: 0px 4px 0px 4px #f34952;
}

.acreapirsimg {
    width: 100%;
    margin-top: -105px;
    background-color: #fff;
}

.amcsection {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .Boxfaq {
        padding: 0px;
    }

        .Boxfaq img {
            visibility: visible;
            animation-duration: 1s;
            animation-delay: 0.2s;
            animation-name: zoomIn;
            width: 200px;
        }

    .accordion {
        font-size: 10px;
        padding: 5px;
    }

    .panel {
        margin-bottom: 5px;
        border: none;
    }

        .panel p {
            font-size: 10px;
        }
}



/**AMC End**/

/**brands logo start***/
.brands {
    height: 150px;
    margin: 5px;
    padding: 15px;
    border: solid 1px #c7c7c7;
}

    .brands img {
        width: 100%;
    }

    .brands:hover {
        background-color: #dff6ff;
    }

@media (max-width: 767px) {
    .brands {
        height: 70px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}
/**brands logo End***/

/**All page Header Section Start**/
.bg-gray-7 {
    background-color: #f3f3f3;
}

.box-transform-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumbs-custom {
    position: relative;
    padding: 20px 0;
    text-align: center;
    /*background-color: #be2120;*/
}

.breadcrumbs-custom-title {
    letter-spacing: -0.02em;
    font-size: 50px;
    line-height: 1.05455;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}

.box-transform {
    position: absolute;
    right: 0;
    top: 0;
    /*width: calc(100% + 150px);
    height: calc(100% + 150px);*/
    width: 100%;
    height: 100%;
    /*will-change: transform;
    animation: bgPos 100s linear infinite;
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);*/
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

    .box-transform:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        z-index: -1;
    }

.breadcrumbs-custom-path {
    padding: 10px 0;
    text-align: left;
    /*margin-left: -17px;
    margin-right: -17px;*/
}

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
    }

    .breadcrumbs-custom-path > * {
        padding-left: 17px;
        padding-right: 17px;
    }

    .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
        color: #777777;
    }

    .breadcrumbs-custom-path a {
        color: #fff;
        display: inline;
        vertical-align: middle;
    }

    .breadcrumbs-custom-path li i {
        margin-left: 10px;
    }

    .breadcrumbs-custom-path li.active {
        font-weight: 900;
        color: #fff;
    }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
        padding: 5px;
    }

.context-dark {
    color: #ffffff;
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}


@media (min-width: 576px) {
    .breadcrumbs-custom {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 80px 0;
    }

    .breadcrumbs-custom-path {
        padding: 20px 0;
    }
}


@media (min-width: 992px) {
    .breadcrumbs-custom {
        padding: 90px 0;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        /*padding: 40px 0;*/
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .breadcrumbs-custom-path li {
        font-size: 8px;
    }

    .breadcrumbs-custom-title {
        font-size: 20px;
    }
}

/**All page Header Section End**/
/*******************************Home page End*******************************/
/*******************************About page Start*******************************/
.gray-color {
    background-color: #F6F7F9;
}

.btn-part {
    margin-left: 10px;
}

.rs-about .rs-animation-shape {
    position: relative;
    z-index: 1;
}

    .rs-about .rs-animation-shape .middle-image2 {
        position: absolute;
        top: -90px;
        left: -25px;
        z-index: -1;
    }

.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
}

.rs-about .shape-image {
    position: relative;
}

    .rs-about .shape-image .top {
        position: absolute;
        right: 51%;
        top: -125px;
    }

.images img {
    background-color: #000000;
    border-radius: 5px;
    width: 500px;
    height: 500px;
}

.aboutpage .pb-120 {
    padding-bottom: 120px;
}

.aboutpage .pt-120 {
    padding-top: 120px;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}

.rs-process.style2 .addon-process .process-wrap .process-img {
    padding: 10px 10px 10px 10px;
    text-align: center;
}

    .rs-process.style2 .addon-process .process-wrap .process-img img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        filter: saturate(0.5);
        border: solid 5px #182857;
    }

        .rs-process.style2 .addon-process .process-wrap .process-img img:hover {
            filter: none;
            transition: 0.5s all ease-in-out;
        }

.rs-process.style2 .addon-process .process-wrap .process-text {
    text-align: center;
    padding: 15px 0 0;
}

    .rs-process.style2 .addon-process .process-wrap .process-text .title {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
        color: #0a0a0a;
        margin-bottom: 0;
    }

#services .service-col {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #000;
    /*border-radius: 80px 0px 0px 80px;*/
    border-right: solid 5px #36b4e5;
}

#services .service-icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding: 5px 0;
    border-right: 3px solid #ffffff;
    /*border-radius: 80px;*/
}

#services .service-col h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 27px 0;
}

#services .service-icon img {
    width: 100%;
    padding: 15px;
}

#services .service-icon i {
    font-size: 40px;
    color: #fff;
}

#services .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgb(54 180 229);
    padding: 5px 5px 5px 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

#services .service-col:hover .service-detail {
    transition: .5s;
    left: 0;
}

.abservice .section-header {
    margin-left: 20px;
}

@media (max-width: 768px) {
    .images img {
        background-color: #000000;
        border-radius: 50%;
        width: 250px;
        height: 250px;
    }

    .rs-about .rs-animation-shape .middle-image2 {
        position: absolute;
        top: -80px;
        left: -185px;
        z-index: -1;
    }
}
/*******************************About page End*******************************/
/*******************************Contact us page Start*************************/
.contact-two .section-header {
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.contact-two {
    position: relative;
    display: block;
    background-color: #f7f8fa;
    padding: 120px 0 111px;
    z-index: 3;
}

.contact-two__img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    .contact-two__img-1 img {
        width: auto;
    }

.contact-two__bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 723px;
    background-color: #182857;
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

iframe {
    border: 0;
}

.contact-two__bg-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 120px;
    width: 720px;
    background-color: #182857;
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 112%);
    z-index: -1;
}

.contact-two__google-map {
    position: absolute;
    top: 30px;
    right: 0;
}

.contact-two__left {
    position: relative;
    display: block;
}

    .contact-two__left .section-title {
        margin-bottom: 13px;
    }

.form-block .form-group {
    margin-bottom: 0;
}

.container-login100-form-btn button {
    margin-left: 20px;
}

.form-block input {
    width: 100%;
    height: 50px;
    /*padding: 0 15px;*/
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.help-block.with-errors {
    color: #ff5050;
    margin: 0 0 0 10px;
    font-size: 13px;
    position: relative;
    bottom: 12px;
}

.form-block select {
    width: 100%;
    height: 50px;
    padding: 0 0 0 10px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-block textarea {
    /*height: 100px;*/
    width: 100%;
    padding: 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
}

.Complaint p, .Installation p {
    color: #413e3f !important;
}

.Complaint .form-block select {
    padding: 0 0 0 20px;
}

.select2-results__options {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-two {
    position: relative;
    display: block;
    background-color: #f7f8fa;
    padding: 120px 0 111px;
    z-index: 3;
}

.contact-two__img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    .contact-two__img-1 img {
        width: auto;
    }

.contact-two__google-map {
    position: absolute;
    top: 30px;
    right: 0;
}

.contact-two__map {
    position: relative;
    display: block;
    height: 625px;
    width: 715px;
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 767px) {

    .contact-two__img-1 {
        display: none;
    }

    .contact-two__bg-shape {
        display: none;
    }

    .contact-two__bg-shape-2 {
        display: none;
    }

    .contact-two__google-map {
        position: relative;
        top: inherit;
        right: inherit;
        display: block;
    }

    .contact-two__map {
        width: 100%;
        clip-path: none;
    }

    .contact-two__left {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-two__map {
        width: 450px;
    }

    .contact-two__img-1 {
        display: none;
    }

    .contact-two__bg-shape {
        width: 461px;
    }

    .contact-two__bg-shape-2 {
        width: 459px;
    }
}

/*******************************Contact us page End*************************/
/*******************************Footer section message Start**********/
.cta-one {
    position: relative;
    display: block;
    background-color: #182857;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .12;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0 101px;
}

.cta-one__title {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    color: #fff;
}

.cta-one__btn-box {
    position: relative;
    display: block;
}

/*******************************Footer section message End****************/
/****************Login page start ****************/
.login .form-block input {
    padding: 0 0 0 55px;
}


.wrapper {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

/*.wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000a8;
        opacity: 0.8;
        z-index: 0;
    }*/

.inner {
    padding: 20px;
    background: #fff;
    max-width: 850px;
    margin: auto;
    display: flex;
    position: relative;
}

    .inner .image-holder {
        width: 50%;
    }

    .inner form {
        padding-top: 36px;
        padding-left: 45px;
        padding-right: 45px;
    }

.form-wrapper i {
    position: absolute;
    bottom: 9px;
    right: 0;
}

.login-icon {
    /* float: left; */
    width: 20%;
    height: 100%;
    text-align: center;
    padding: 14px 0px 0px 0px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    background-color: #002739;
}

.input100 {
    display: block;
    line-height: 1.5;
    padding: 0 0 0 55px;
    width: 100%;
    background: transparent;
    border: none;
    height: 50px;
    color: #000 !important;
    border: 1px solid grey;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
    border-right: 7px;
    width: 20px;
    margin: 0px;
}

.image-holder img {
    width: 100%;
    height: 430px;
}

.wrap-input100 {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .inner .image-holder {
        width: 100%;
    }

    .inner {
        display: block;
    }
}
/****************Login page  End****************/
/****************AMC page Start****************/
.wpo-AMCPage-section .AMCPage-content .AMCPage-info, .wpo-AMCPage-section-s3 .AMCPage-content .AMCPage-info, .wpo-AMCPage-section-s4 .AMCPage-content .AMCPage-info {
    margin-bottom: 20px;
    margin-top: 30px;
}

.wpo-AMCPage-section .AMCPage-img, .wpo-AMCPage-section-s3 .AMCPage-img, .wpo-AMCPage-section-s4 .AMCPage-img {
    /*border: 1px solid #bbb7af;*/
    /*border-radius: 350px;
    border-radius: 370px;*/
    margin-left: auto;
    /*padding: 20px;*/
    position: relative;
    text-align: right;
    z-index: 1;
}

    .wpo-AMCPage-section .AMCPage-img img, .wpo-AMCPage-section-s3 .AMCPage-img img, .wpo-AMCPage-section-s4 .AMCPage-img img {
        /*border-radius: 350px;*/
        width: 100%;
        filter: grayscale(1);
    }

    .wpo-AMCPage-section .AMCPage-img .rotate-text, .wpo-AMCPage-section-s3 .AMCPage-img .rotate-text, .wpo-AMCPage-section-s4 .AMCPage-img .rotate-text {
        /*background: #eae6dc;*/
        border-radius: 50%;
        bottom: 0;
        height: 200px;
        left: 0;
        line-height: 200px;
        position: absolute;
        width: 200px;
    }

/*.wpo-AMCPage-section .wpo-service-area {
    padding-left: 60px;
}*/

.wpo-service-area .wpo-service-item, .wpo-service-area-s2 .wpo-service-item, .wpo-service-area-s3 .wpo-service-item {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #a8a8a8;
    /*border-radius: 10px;*/
    display: flex;
    margin-bottom: 30px;
    padding: 20px 30px;
    box-shadow: 0px 0px 5px 2px #dddfe0;
}

.wpo-service-item:hover {
    transform: scale(1.03);
    /* background: linear-gradient(to bottom,#c7ecff 0,#f9efff 100%); */
    transition: 0.5s all ease-in-out;
}

.wpo-service-area .wpo-service-item .icon i, .wpo-service-area-s2 .wpo-service-item .icon i, .wpo-service-area-s3 .wpo-service-item .icon i {
    background: #eae6dc;
    border-radius: 50%;
    display: block;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
}

.wpo-service-item .icon i img {
    border-radius: 50%;
    /* display: block; */
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
}

.wpo-service-area .wpo-service-item .wpo-service-text h3, .wpo-service-area-s2 .wpo-service-item .wpo-service-text h3, .wpo-service-area-s3 .wpo-service-item .wpo-service-text h3 {
    cursor: pointer;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
}

.wpo-service-area .wpo-service-item .wpo-service-text p, .wpo-service-area-s2 .wpo-service-item .wpo-service-text p, .wpo-service-area-s3 .wpo-service-item .wpo-service-text p {
    margin-bottom: 0;
}

.wpo-service-text h3 {
    margin-top: 0px;
}

.servcie-plans {
    padding-left: 0px;
}

    .servcie-plans li {
        /*list-style: circle;*/
        color: #5a5a5a;
        font-size: 14px;
        line-height: 1.8em;
    }

    .servcie-plans .amcserivecemarginleft {
        margin-left: 30px;
        list-style: disc;
    }

    .servcie-plans i {
        color: #36b4e5;
    }

.AMCPage-info h4 {
    font-weight: bold;
}

.highlightlinetext {
    font-weight: bold;
    color: #36b4e5 !important;
}

.highlighttetxprice {
    color: #36b4e5;
    font-weight: 700;
}

.checkredline {
    /*font-size: 16px;*/
    color: #ae0606;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: line-through;
}

.pageheader {
    color: #182857;
    display: block;
    line-height: 1.0;
    width: 100%;
    font-weight: bold;
    border-radius: 15px 15px 0px 0px;
}

.formheaderdivider {
    border-bottom: 3px solid #182857;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.formcontainer {
    width: 50%;
    /* margin-top: -20px; */
    padding: 15px;
    /* margin-top: 81px; */
    background: #eee;
    /* box-shadow: 0 0 4px 2px #ccc; */
    /* width: 1000px; */
    vertical-align: middle;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-left: 350px;
    /* margin-right: 200px; */
    overflow: hidden;
    position: relative;
}

@media (max-width: 1399px) {
    /*.wpo-AMCPage-section .wpo-service-area {
        padding-left: 20px;
    }*/

    .wpo-service-area .wpo-service-item, .wpo-service-area-s2 .wpo-service-item, .wpo-service-area-s3 .wpo-service-item {
        padding: 15px;
    }
}

@media (max-width: 1199px) {
    .wpo-service-area .wpo-service-item, .wpo-service-area-s2 .wpo-service-item, .wpo-service-area-s3 .wpo-service-item {
        padding: 20px 10px;
    }
}

@media (max-width: 765px) {
    .wpo-service-area .wpo-service-item, .wpo-service-area-s2 .wpo-service-item, .wpo-service-area-s3 .wpo-service-item {
        align-items: center;
        background: #fff;
        border: 1px solid #a8a8a8;
        border-radius: 10px;
        display: flex;
        margin-bottom: 30px;
        padding: 20px 30px;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .wpo-AMCPage-section .AMCPage-img, .wpo-AMCPage-section-s3 .AMCPage-img, .wpo-AMCPage-section-s4 .AMCPage-img {
        margin: 0 auto 50px;
        max-width: 600px;
    }

    .wpo-AMCPage-section .wpo-service-area {
        margin: 0 auto;
        max-width: 600px;
    }

    .wpo-service-area .wpo-service-item, .wpo-service-area-s2 .wpo-service-item, .wpo-service-area-s3 .wpo-service-item {
        align-items: center;
        background: #fff;
        border: 1px solid #a8a8a8;
        border-radius: 0px;
        display: flex;
        margin-bottom: 30px;
        padding: 20px 30px;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .formcontainer {
        width: 95%;
        margin-left: 10px;
    }

    .wpo-service-text {
        font-size: 11px;
    }

    .wpo-AMCPage-section .wpo-service-area {
        padding-left: 0px;
    }
}

@media (max-width: 575px) {
    .wpo-service-area .wpo-service-item .wpo-service-text h3, .wpo-service-area-s2 .wpo-service-item .wpo-service-text h3, .wpo-service-area-s3 .wpo-service-item .wpo-service-text h3 {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}
/****************AMC page End***************

/***Store Page Star***/
.Store .single-item {
    margin-bottom: 30px;
}

.single-item .img-holder {
    position: relative;
}

    .single-item .img-holder img {
        width: 100%;
        background-color: #f1f1f1;
    }

    .single-item .img-holder .opacity {
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
        background: rgb(24 40 87 / 65%);
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        opacity: 0;
        visibility: hidden;
    }

.single-item:hover .img-holder .opacity {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.p-color-bg, .sidebarOne .sidebar-banner .opacity a:hover, .quick-message-form input[type="submit"], .appoinment-form-style-two form input[type="submit"], .contact-agent-form form input[type="submit"], #banner .banner-heading form input[type="submit"] {
    background: #a1a1a1;
}

.single-item .img-holder .opacity a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

    .single-item .img-holder .opacity a span {
        display: table-cell;
        vertical-align: middle;
    }

        .single-item .img-holder .opacity a span i {
            display: block;
            width: 72px;
            height: 72px;
            border: 1px solid #fff;
            margin: 0 auto;
            line-height: 72px;
        }

strike {
    color: #c10f0f;
}

.single-item .cartext {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    margin: 0;
}

.single-item h6 {
    font-size: 25px;
}

    .single-item h6 a {
        color: #fff;
    }

.single-item .cartext a {
    color: #000;
    padding-left: 20px;
}

.single-item .cartext span {
    float: right;
    font-weight: normal;
    font-size: 18px;
    border-left: 1px solid #fff;
    padding: 0 18px;
}

.single-item .text {
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-top: none;
    padding: 20px 0px;
    text-align: center;
}

    .single-item .text p {
        width: 85%;
        margin: 0 auto;
        text-align: justify;
    }

    .single-item .text ul {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        margin-top: 20px;
        padding: 0;
    }

        .single-item .text ul li {
            display: inline-block;
            /* width: 32.33333%; */
            /* line-height: 50px; */
            border-right: 1px solid #dfdfdf;
            font-size: 15px;
            /* margin: 5px; */
            padding: 12px;
        }

            .single-item .text ul li:last-child {
                border: none;
            }

            .single-item .text ul li i {
                font-size: 18px;
            }

            .single-item .text ul li span {
                font-size: 14px;
                margin: 0 5px;
            }

    .single-item .text > span {
        line-height: 55px;
    }

        .single-item .text > span i {
            margin-right: 8px;
            font-size: 18px;
        }

.single-item .img-holder .opacity a span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 400px) {
    .single-item .text ul li {
        line-height: 32px;
        padding: 2px;
        font-size: 12px;
    }

        .single-item .text ul li i {
            display: block;
            margin-top: 5px;
            font-size: 12px;
        }

        .single-item .text ul li span {
            font-size: 12px;
        }
}

/***Store page End***/
/**Inquiry Page Start**/
.Inquiry {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../Images/bg/6.jpg');
}

.Installation .form-block select {
    padding: 0 0 0 20px;
}

.Inquiry .form-block select {
    padding: 0 0 0 20px;
}

.Inquiry .form-block {
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.Inquiryimg {
    width: 100%;
    margin-top: 40px;
}

/**Inquiry Page End**/
/**Store btn Start**/
.btn-outline-info {
    color: #17a2b8;
    padding: 5px 20px;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
/**Store btn end**/
/**Prodet Start**/
.ProDetails img {
    width: 100%;
    /*border: solid 2px #eee;*/
    padding: 20px;
}

.DetailPageTitle h2 {
    color: #002739;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    font-size: 30px;
    border-bottom: 2px solid #e0e0e0;
    text-transform: uppercase;
    font-weight: bold;
}

.detailsdesign {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 10px;
}

.product-caption {
    display: flex;
    flex-direction: column;
    position: relative;
    /*padding: 1.2rem 1rem;*/
    /*text-align: center;*/
    flex-grow: 1;
}

.ProductUlli {
    margin: 0px;
    padding: 0px;
}

    .ProductUlli li {
        color: #666666;
    }

/*.ProductShocaseimg {
    padding: 10px;
    border: solid 1px #000;
}*/

.ProductShocaseimg img {
    width: 100%;
}

.ProductUlli li span {
    font-weight: bold;
    color: #002739;
}

.PopupProductDesciption .section-title h2 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    border-left: 3px solid #7c1312;
}

.PopupProductDesciption .Popup-Sub-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #000;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    padding-left: 30px;
    margin: 20px 0px;
    padding: 10px;
    border-left: 3px solid #182857;
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
}

.price del {
    font-size: 12px;
    color: #7c1312;
    font-weight: 500;
    margin-right: 10px;
}

.gallerybutton {
    display: flex;
}

.PopupProductDesciption .description {
    font-size: 17px;
}

.description {
    font-size: 10px;
    text-align: left;
    /* display: flex; */
}

.price {
    justify-content: center;
    margin-bottom: 0;
    color: #7c1312;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
}

.net-less-gross-weight i {
    font-style: normal;
    display: flex;
    border: solid 1px #cac9c9;
    margin: 5px;
    padding: 5px;
}

.PopupProductDesciption .net-less-gross-weight i span {
    /* font-weight: 300; */
    margin-left: 10px;
    margin-right: 10px;
}

.PopupProductDesciption .net-less-gross-weight i span {
    /* font-weight: 300; */
    margin-left: 10px;
    margin-right: 10px;
}

.product-caption .btn {
    color: #7c1312;
    margin-top: 10px;
    /* font-family: 'Questrial', sans-serif; */
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    border: 2px solid #7c1312;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 15%;
}

.product-caption .btnwhatsapp {
    color: green;
    border: 2px solid green;
    margin-right: 5px;
}

.product-caption .btn.disabled {
    color: #ff0000;
    border: 2px solid Red;
}

.net-less-gross-weight {
    font-size: 10px;
    text-align: left;
    display: flex;
    justify-content: center;
}

.KeyFeatures {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0px;
    padding: 10px;
    border: solid 1px #eee;
}

.HighlightFourFeaature {
    margin: 0px;
    padding: 0px;
}

    .HighlightFourFeaature li {
        list-style: none;
        padding: 10px;
        color: #666666;
    }

        .HighlightFourFeaature li i {
            color: #002739;
        }

.ProDetails .Pro-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #002739;
}

.ProDetails .Pro-Model {
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #565151;
    margin: 10px 0px;
}

.ProDetailImg {
    border: solid 1px #eee;
    padding: 10px;
}

    .ProDetailImg img {
        width: 100%;
    }

.ProDetails .product-title {
    text-transform: uppercase;
    display: inline-flex;
}

.Price {
    text-transform: uppercase;
}

    .Price span {
        color: #002739;
        font-size: 20px;
        font-weight: bold;
    }
/**Prodet End**/
.widget-title {
    margin-top: -6px;
    margin-bottom: 23px;
    font-size: 20px;
}

.social-link a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-right: 10px;
    color: #000;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dedede;
}

    .social-link a:hover {
        color: #fff;
        background-color: #36b4e5;
    }
/***offer_section  Start**/

.owl-carousel8 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

    .owl-carousel8 .owl-nav .owl-prev, .owl-carousel8 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 45px;
        margin: -20px 2px;
        font-weight: 700;
        border-radius: 0px;
        display: inline-block;
        background-color: #36b4e5;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }

        .owl-carousel8 .owl-nav .owl-prev:hover, .owl-carousel8 .owl-nav .owl-next:hover {
            background-color: #182857;
        }

    .owl-carousel8 .owl-nav .owl-prev {
        left: 0px;
        float: left;
    }

    .owl-carousel8 .owl-nav .owl-next {
        right: 0px;
        float: right;
    }

@media (max-width: 767px) {
    .categoryblock3 {
        margin-top: 0px;
    }

    .owl-carousel8 .owl-nav .owl-prev, .owl-carousel8 .owl-nav .owl-next {
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: 55%;
    }
}

.offerimg {
    padding: 10px;
    border-radius: 10px;
}

    .offerimg img {
        border-radius: 10px;
        height: 90px;
    }
/***offer_section  End**/


/***Deasl of the Day Start**/
.DeaslOftheDay {
    background-color: #efefefd4;
}

    .DeaslOftheDay img {
        width: 100%;
        position: absolute;
    }

    .DeaslOftheDay .box {
        margin: 10px;
        height: 100%;
        position: relative;
        min-height: 350px;
        border: solid 5px #fff;
        background-color: #f2f2f2;
    }

        .DeaslOftheDay .box:hover {
            transition: 0.5s all ease-in-out;
            transform: translateY(-10px);
            border: solid 5px #36b4e5;
        }

    .DeaslOftheDay .btn.btn-primary {
        position: relative;
    }
/***Deasl of the Day End**/

/**Founder Css Start**/

/**Founder Css End**/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
}

input[type=text] {
    background-color: #fff !important;
    width: 100%;
}



/**Whatsapp Button on side bar Start**/
.whats-app {
    position: fixed;
    width: 43px;
    height: 43px;
    bottom: 52px;
    right: 9px;
    background-color: #25d366;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
    line-height: 44px;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    bottom: 135px;
    border-radius: 0px;
}


    .whats-app:hover {
        transition: .3s;
        background-color: #fff;
        color: #25d366;
        border: 2px solid #25d366;
    }

        .whats-app:hover i {
            animation-name: fadeInUp;
            animation-duration: 1s;
            animation-fill-mode: both;
            animation-iteration-count: infinite;
        }


/**Whatsapp Button on side bar End**/

#scrollUp {
    background: #182857 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    line-height: 39px;
    position: fixed;
    right: 9px;
    text-align: center;
    width: 43px;
    height: 43px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    /*box-shadow: 2px 2px 3px #999;*/
    border-radius: 0px;
}

    #scrollUp:hover {
        background: #fff none repeat scroll 0 0;
        color: #0c6db6;
    }

        #scrollUp:hover i {
            animation-name: fadeInUp;
            animation-duration: 1s;
            animation-fill-mode: both;
            animation-iteration-count: infinite;
        }

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}

.boxform {
    padding: 30px 0px;
    border: solid 1px #d3d3d3;
    background-color: #ffffff70;
    box-shadow: 0px 0px 5px 2px #dddfe0;
}

/*.Installation {
    background-image: url('../Images/bg/13.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

/**Founder Section Start**/
.Founder {
    background-color: #36b4e5;
}

    .Founder img {
        padding: 10px;
        border: solid 5px #182857;
        background-color: #fff;
    }
/**Founder Section End**/
/**OurService Section In AboutUs Page Start**/
/*.OurService {
    background-color: #f1f1f1;
}*/

.flex-column {
    flex-direction: column !important;
}

.process-icon {
    width: 75px;
    height: 75px;
    /*background-color: #06A3DA !important;*/
}

    .process-icon img {
        /*color: #fff !important;*/
        background-color: #36b4e5;
        padding: 10px;
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }

.process-item .position-relative::after {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 50px;
    color: #DDDDDD;
    top: 0;
    right: -45px;
    -webkit-animation: process-item-icon 3s infinite linear;
    animation: process-item-icon 3s infinite linear;
}

@-webkit-keyframes process-item-icon {
    0% {
        right: -30px;
    }

    50% {
        right: -45px;
    }

    100% {
        right: -30px;
    }
}

.process-item:last-child .position-relative::after {
    display: none;
}


@media (max-width: 767px) {
    .process-item .position-relative::after {
        display: none;
    }

    .process-item {
        margin: 30px 0px;
        border: solid 1px #d0cfcf;
    }

    .process-icon {
        margin-top: 29px;
        /* background-color: #06A3DA !important; */
    }

    .footertop .row {
        display: flex;
    }

        .footertop .row .col-md-1 {
            padding-right: 5px;
            padding-left: 5px;
        }
}

.product-image {
    border: solid 1px #182857;
}
/**OurService Section In AboutUs Page End**/
