﻿body {
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-size: 14px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4747;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    /*-moz-osx-font-smoothing: grayscale;*/
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.auto-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.d-flex {
    display: flex;
    /*flex-wrap: wrap;*/
    align-content: space-between;
}

a:hover {
    color: inherit;
    text-decoration: none;
}
/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #EB1C24;
    background-color: #EB1C24;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

a {
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-color: none;
}

    a:hover {
        text-decoration: none;
        border-color: none;
    }

.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    /*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

    .navbar-default-white.sticky {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: inherit;
        box-sizing: border-box;
        -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    /*.social-icons-subnav a {
        cursor: pointer;
        font-size: 12px;
    }*/
    .topemail {
        display: none;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 500px;
}

.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ba4c73;
}

#scrollUp {
    background: #1d9ece none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 0% 100% 100% 100%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(45deg);
}

.arrowup {
    -webkit-transform: rotate(-45deg);
}
/*footer 2*/
.site-footer {
    background-color: #1d9ece;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    /*font-family: 'Playfair Display', serif;*/
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}


    .footer-primary .widget .widget-title:before {
        /* background-color: #00a550; */
        content: "";
        /* height: 7px; */
        width: 30px;
        margin-right: -30px;
        margin-top: 30px;
        border-bottom: 1px solid #f1c734;
    }

/*.footer-primary .widget .widget-title::after {
        background-color: #00a550;
        content: "";
        height: 20px;
        width: 5px;
        margin-left: 10px;
    }*/

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #1d9ece;
    padding: 5px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

.footercontainer .hvrc li a:hover {
    transition: 0.5s all ease-in-out;
    padding-left: 5px;
    transition: 0.5s all ease-in-out;
    color: #f1c734;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    background: #FFF;
}

    .social-icons li a:hover {
        background: #1d9ece;
        color: #fff;
        padding-left: 0px;
    }

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

    .social-icons li {
        display: inline-block;
        margin: -1px 1px 0 0;
        padding: 0;
        border-radius: 100%;
        overflow: visible;
    }

.site-footer .footer-menu ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 14px;
    color: #B6B6B6;
}

.site-footer .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
}

.site-footer .copy-right {
    color: #ffffff;
}

.footer-bottom-bg p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-align: center;
    color: #FFF;
}

.site-footer .copy-right a:hover {
    color: #0073b2;
}

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #3b5a9a !important;*/
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}


/*header*/

.top-container {
    background-color: #1d9ece;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 43px;
}

    .top-container .rightcontent {
        float: right;
    }

    .top-container .fa {
        font-size: 14px;
        color: #fff;
        /*padding: 5px 10px 0px 10px;*/
        border: solid 1px #fff;
        border-radius: 50%;
        line-height: 2;
    }

    .top-container .fab {
        font-size: 25px;
        color: #fff;
        padding: 5px 10px 0px 10px;
    }

.content {
    padding: 16px;
}

.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;
        color: #000;
        transition: background 1s linear;
        box-shadow: 0px 0px 8px #c1c1c1;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        /*padding: 12px 12px 15px 12px;*/
        padding: 10px 12px 10px 12px;
        text-decoration: none;
        font-size: 17px;
        line-height: 25px;
        /*border-radius: 50px;*/
        /*color: #000;*/
        /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
        /*font-weight: bold;*/
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #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: 95px;
    border-bottom: 1px solid #f1f1f1;
}

.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 > a {
    text-align: center;
    padding: 10px 12px 10px 12px;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    margin: 5px;
    text-transform: uppercase;
}

    .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
        background-color: #1d9ece;
    }

    .navbar-nav > li > a:active {
        color: #1d9ece;
        background-color: transparent;
    }

.dropdown-menu {
    background-color: #00000078;
    color: #fff;
}

    .dropdown-menu > li > a {
        color: #fff;
    }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    /*height: 100px;*/
    padding: 15px 15px;
    font-size: 18px;
    /*line-height: 20px;*/
}

    .navbar-brand img {
        width: 100%;
        height: 95px;
        /*max-height: 44px !important;*/
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        padding: inherit;
        margin-top: -11px;
    }

/*.sticky-opacity .navbar-brand img {
    width: 100%;
    height: 100px;
}*/

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 95px;
    /*position: absolute;*/
    z-index: 10000;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}



/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        padding: 10px 0px !important;
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #5c4f3b;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #5c4f3b;
        }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 25px;
        top: 2px;
        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: #5c4f3b;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #1d9ece;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #1d9ece;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: relative;
        /*width: 100%;*/
        margin-right: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    .footer-bottom-bg p {
        font-size: 10px;
        line-height: 1.9em;
        margin: 5px;
    }

    /*.top-container {
        display: inline-table;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-nav > li > a:hover {
            color: #000;
            background-color: transparent;
        }
    /*.navbar-nav > li > a {
        color: #fff;
    }*/
    .navbar-collapse {
        padding-right: 0px;
    }

    .sticky-opacity .navbar-brand img, .navbar-brand img {
        width: 100px;
        height: auto;
        /*margin-top: -25px;*/
    }
}


.navbar-nav {
    margin: 16.5px 15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}
/***********************************New Header start****************************/
#header {
    -moz-user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 0;
    min-height: 70px;
    padding: 0 11px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
}

.logo-img-responsive {
    display: inline-block;
    max-width: 320px;
    padding: 0px;
    height: 77px;
}

.softtitle:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    padding: 7px 15px;
    /*padding: 7px 10px;*/
    margin-top: -7px;
}

.logo a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
}

.header-inner {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner > li:not(.pull-right) {
        float: left;
        /*margin-left: -30px;*/
    }

.header-inner-visitor {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner-visitor > li:not(.pull-right) {
        float: left;
        margin-left: -30px;
    }


#menu-trigger {
    cursor: pointer;
    height: 37px;
    width: 43px;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-trigger {
    margin-right: -170px;
}

.menu-trigger-visitor {
    margin-right: -285px;
}

.lblusername {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

.line-wrap {
    height: 12px;
    margin: 12px 11px;
    transition: all 300ms ease 0s;
    width: 26px;
}

#menu-trigger .line-wrap .line {
    background-color: #89692E;
}

.line-wrap .line {
    height: 5px;
    transition: all 300ms ease 0s;
    width: 25px;
}

.open .line-wrap .line.top {
    width: 12px;
}

.line-wrap .line.center {
    margin: 3px 0;
}

.open .line-wrap .line.bottom {
    width: 12px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 54px;
}

.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding-left: 0;
}

    .main-menu > li > a > i {
        font-size: 19px;
        left: 225px;
        padding: 18px 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
        color: #fff;
    }

    .main-menu > li > a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        padding: 15px 20px 14px 20px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid gray;
        margin-bottom: 2px;
        background: black;
    }

        .main-menu > li > a:hover {
            background-color: #265397;
            color: #fff;
        }

        .main-menu > li > a:focus {
            background-color: #265397;
            color: #fff;
        }

body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

.sidebar.toggled {
    opacity: 0.8;
    display: block;
}

.sidebar {
    background: #000;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 10;
    right: 0px;
    width: 25%;
}

.pull-right span {
    font-size: 30px;
    cursor: pointer;
    color: #ba4c73;
    max-width: 24px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    /*position: fixed;*/
    z-index: 99 !important;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
/***********************************New Header end****************************/
/**********************************Main Home Page Slider Start****************************/
.hero {
    /*background: #000;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
}

@media (max-width: 768px) {
    .heading-decorate {
        font-size: 15px;
    }

    .thm-btn-two {
        padding: 10px 20px 10px;
    }
}
/***Our Clients Start*****/
.slider {
    position: relative;
    margin-top: -17px;
    z-index: 0;
}

.flip {
    position: relative;
}

    .flip:hover img {
        transform: rotateY(180deg);
    }

    .flip:hover i {
        transform: rotateY(180deg);
    }

.customer-logos {
    position: relative;
    background-color: #00a550;
}

    .customer-logos img {
        border-radius: 20px;
        padding: 15px;
        border: 1px solid #e7e7e7;
        margin: 15px 0;
    }

        .customer-logos img:hover {
            border-radius: 20px;
            padding: 15px;
            border: 1px solid #e7e7e7;
            margin: 15px 0;
            filter: grayscale(0);
            opacity: 1;
        }

.partner-image {
    max-width: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.customer-logos h4 {
    color: #fff;
}

/**********************Slider Start**************************/
.carousel-inner {
    max-height: 550px;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

@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 .main-bunner-img {
    opacity: 1;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
}

.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: 50px;
        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 {
    margin-top: 7em;
    position: relative;
    z-index: 1;
}

    .slider-content h2 {
        font-size: 40px;
        color: #fff;
        text-align: center;
        letter-spacing: .2em;
        line-height: 1.2;
        margin-top: 0px;
        margin-bottom: 40px;
        font-weight: 600;
        /*font-family: 'Playfair Display', serif;*/
    }

    .slider-content p {
        text-align: center;
        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;
    }
}

.v-center {
    align-self: center;
    align-items: center;
}

.carousel-control .fa {
    color: #2e70c1;
}

.camera_caption {
    /*background: #be2120ba none repeat scroll 0 0;*/
    /*background: rgba(252, 90, 10, 0.85) none repeat scroll 0 0;*/
    box-sizing: border-box;
    display: block;
    left: 0;
    /*padding: 10px 30px 45px 32px;*/
    position: relative;
    text-align: left;
    /*width: 570px;*/
    z-index: 0;
}

    .camera_caption h2, .camera_caption span, .camera_caption p {
        color: #fff;
    }


        .camera_caption h2 span {
            /*margin-top: 15px;
            font-size: 45px;
            font-weight: 500;
            display: block;
            line-height: 50px;
            letter-spacing: 0;
            width: 90%;*/
            color: #1d9ece;
        }

        .camera_caption h2 + p {
            margin-top: 20px;
        }

    .camera_caption p {
        margin: 0;
        width: 75%;
        position: relative;
    }

    .camera_caption a {
        border: 2px solid #fff;
        bottom: 25px;
        color: #fff;
        display: inline-block;
        font-size: 35px;
        height: 76px;
        line-height: 68px;
        position: absolute;
        right: 30px;
        text-align: center;
        transition: all 0.25s ease 0s;
        width: 76px;
    }

        .camera_caption a:hover {
            background: #272d33 none repeat scroll 0 0;
            border-color: #272d33;
            transition: all 0.25s ease 0s;
        }

/*.camera_caption.caption-bg-2 {
        background: rgba(39, 45, 51, 0.85);
    }*/

.htc__slider__fornt__img {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/*.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}*/

@media (max-width: 514px) {
    .camera_caption h2 {
        font-size: 22px;
        line-height: 39px;
        text-transform: uppercase;
        /*font-family: inherit;*/
        font-weight: 900;
    }

        .camera_caption h2 span {
            font-size: 14px;
            line-height: 15px;
        }

    .camera_caption p {
        width: 80%;
        line-height: 21px;
    }

    .camera_caption a {
        bottom: 10px;
        font-size: 27px;
        height: 46px;
        line-height: 42px;
        right: 10px;
        width: 46px;
    }
}

@media (max-width: 767px) {
    .camera_caption ul li {
        color: #fff;
    }
}

@media (max-width: 923px) {
    .camera_caption {
        width: 100%;
    }
}

@media (max-width: 923px) {
    .camera_caption {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .camera_caption h2 span {
        /*font-size: 35px;*/
        line-height: 37px;
    }
}

@media (min-width: 1200px) {
    .camera_caption h2 {
        font-size: 57px;
        text-transform: capitalize;
        /*font-family: inherit;*/
        font-weight: 900;
        /* line-height: 9; */
        /*margin-top: 100px;*/
        /*font-size: 37px;
        text-transform: capitalize;
        font-family: inherit;
        font-weight: 900;*/
        /*line-height: 80px;*/
        font-weight: 700;
    }

    .camera_caption ul {
        padding-left: 20px;
        color: #fff;
    }
}

/*@media (max-width: 1561px) {
    .camera_caption {
        padding: 24px 30px;
    }
}*/

/**new privew next slider arrow start***/
.keen-slider-container.banner-category-container .keen-slider-arrow {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #00000029;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 8px 12px;
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
}

.keen-slider-container.banner-category-container .prev {
    left: -20px;
}

.keen-slider-container.banner-category-container .prev {
    left: -14px;
    top: 50%;
}

.keen-slider-container.banner-category-container .next {
    right: -20px;
}

.keen-slider-container.banner-category-container .next {
    right: -14px;
    top: 50%;
}

/**new privew next slider End***/
/**********************Slider end**************************/

.swiper-container {
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        color: #cef1ea;
    }

@media (min-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 30px;
}

    .swiper-button-prev:before {
        /*font-family: "FontAwesome";*/
        content: "\f175";
    }

.swiper-button-next {
    right: 30px;
}

    .swiper-button-next:before {
        /*font-family: "FontAwesome";*/
        content: "\f176";
    }

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
    content: "\f060";
}

.swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination .swiper-pagination-bullet {
        position: relative;
        width: 15px;
        height: 15px;
        display: inline-block;
        border-radius: 100%;
        border: 2px solid #b7b7b7;
        background: transparent;
        overflow: hidden;
        transition: .2s;
    }

        .swiper-pagination .swiper-pagination-bullet:before {
            position: absolute;
            content: '';
            width: 150%;
            height: 150%;
            top: -3px;
            left: -3px;
            background: #cef1ea;
            transform: translateX(-200%);
            transition: all .3s;
        }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
            border-color: #cef1ea;
        }

            .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
                transform: translateX(0);
            }

    .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
    }

.swiper-pagination-black .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
}

    .swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: black;
    }

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
    height: 480px;
}

    .swiper-slide-caption h1 + * {
        margin-top: 20px;
    }

    .swiper-slide-caption .lead {
        display: none;
        text-align: justify;
    }

.swiper-slide .heading-decorate .divider:after {
    width: 50px;
}

@media (min-width: 992px) {
    .swiper-slide-caption .lead {
        display: block;
    }

    .swiper-slide-caption * + .lead {
        margin-top: 25px;
    }

    .swiper-slide .heading-decorate .divider:after {
        width: 50px;
    }
}

.swiper-slide .slider-logo {
    display: inline-block;
}

    .swiper-slide .slider-logo svg > * {
        stroke: #cef1ea;
    }

    .swiper-slide .slider-logo svg {
        width: 70px;
        height: 70px;
    }

@media (min-width: 576px) {
    .swiper-slide .slider-logo svg {
        width: 125px;
        height: 125px;
    }
}

.swiper-slide .slider-logo + * {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .swiper-slide .slider-logo + * {
        margin-top: 20px;
    }
}

.swiper-counter {
    display: none;
    position: absolute;
    top: 50%;
    right: 22px;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 2px;
    text-align: center;
    z-index: 2;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid rgba(147, 147, 147, 0.7);
    transform: translateY(-50%);
    color: rgba(147, 147, 147, 0.7);
    letter-spacing: 0;
}

@media (min-width: 1200px) {
    .swiper-counter {
        display: block;
    }
}

.swiper-slider-1 {
    min-height: 360px;
}

@media (min-width: 768px) {

    .swiper-slider-1 {
        min-height: 40.10417vw;
    }
}

.swiper-slider-1 .swiper-button-prev,
.swiper-slider-1 .swiper-button-next {
    right: 40px;
    left: auto;
    display: none;
}

    .swiper-slider-1 .swiper-button-prev:before,
    .swiper-slider-1 .swiper-button-next:before {
        display: none;
    }

    .swiper-slider-1 .swiper-button-prev svg > *,
    .swiper-slider-1 .swiper-button-next svg > * {
        stroke: rgba(147, 147, 147, 0.7);
        transition: all .3s;
    }

    .swiper-slider-1 .swiper-button-prev:hover svg > *,
    .swiper-slider-1 .swiper-button-next:hover svg > * {
        stroke: #151515;
    }

@media (min-width: 1200px) {
    .swiper-slider-1 .swiper-button-prev,
    .swiper-slider-1 .swiper-button-next {
        display: block;
    }
}

.swiper-slider-1 .swiper-button-prev {
    top: calc(50% + 50px);
}

.swiper-slider-1 .swiper-button-next {
    top: calc(50% - 50px);
}

@media (min-width: 1200px) {
    .swiper-slider-1 .swiper-pagination-bullet {
        display: none;
    }
}

.slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
    right: 30px;
    bottom: inherit;
    left: inherit;
    top: 80%;
    width: auto;
    transform: translateY(-50%);
}

    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet {
        display: block;
        margin: 5px 0;
    }

@media (min-width: 768px) {
    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
        top: 50%;
    }
}

@media (min-width: 1800px) {
    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
        right: 40px;
    }
}

@media (min-width: 1200px) {
    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination-bullet {
        display: block;
    }
}

.slider-scale-effect .swiper-slide:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide-bg-1 {
    background-image: url('../images/bg/01.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.slide-bg-2 {
    background-image: url('../images/bg/glass-water-white-background_114579-38298.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.slide-bg-3 {
    background-image: url('../images/bg/water-filters-carbon-cartridges-glass-blue-background-household-filtration-system.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.slide-bg-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.slide-bg-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.slide-bg-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.slider-scale-effect .slide-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 8.5s ease-out;
    transform: scale(1.08);
    background-size: cover;
    /*background-color:#f0f8ff;*/
}

@media (max-width: 767px) {
    .slider-scale-effect .slide-bg {
        background-position-x: 80%;
    }
}

.desktop .slider-scale-effect .swiper-slide:nth-child(1) .slide-bg {
    transform-origin: 0 0;
}

.desktop .slider-scale-effect .swiper-slide:nth-child(2) .slide-bg {
    transform: scale(1);
    transform-origin: 100% 100%;
}

.desktop .slider-scale-effect .swiper-slide:nth-child(3) .slide-bg {
    transform-origin: 50% 50%;
}

.slider-scale-effect .swiper-slide.swiper-slide-active .slide-bg {
    transform: scale(1);
}

.slider-scale-effect .swiper-slide:nth-child(2).swiper-slide-active .slide-bg {
    transform: scale(1.08);
}

.swiper-slider-2 {
    min-height: 360px;
}

@media (min-width: 768px) {
    .swiper-slider-2 {
        min-height: 40.10417vw;
    }
}

.swiper-slider-2 .swiper-button-prev,
.swiper-slider-2 .swiper-button-next {
    display: none;
    width: 40px;
    height: 120px;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

    .swiper-slider-2 .swiper-button-prev:before,
    .swiper-slider-2 .swiper-button-next:before {
        /*font-family: 'FontAwesome';*/
        font-size: 40px;
    }

    .swiper-slider-2 .swiper-button-prev:hover,
    .swiper-slider-2 .swiper-button-next:hover {
        background: #cef1ea;
    }

.swiper-slider-2 .swiper-button-prev {
    left: 0;
}

    .swiper-slider-2 .swiper-button-prev:before {
        content: '\f104';
    }

.swiper-slider-2 .swiper-button-next {
    right: 0;
}

    .swiper-slider-2 .swiper-button-next:before {
        content: '\f105';
    }

@media (min-width: 1200px) {
    .swiper-slider-2 .swiper-pagination {
        display: none;
    }

    .swiper-slider-2 .swiper-button-prev,
    .swiper-slider-2 .swiper-button-next {
        display: block;
    }
}

.swiper-arrow-white.swiper-slider-2 .swiper-button-prev,
.swiper-arrow-white.swiper-slider-2 .swiper-button-next {
    background: rgba(255, 255, 255, 0.2);
}

    .swiper-arrow-white.swiper-slider-2 .swiper-button-prev:hover,
    .swiper-arrow-white.swiper-slider-2 .swiper-button-next:hover {
        background: #cef1ea;
    }

.swiper-white-content .swiper-slide-caption h1 {
    color: #ffffff;
}

.swiper-white-content .swiper-slide-caption p {
    color: #c5c5c5;
}

.swiper-white-content .swiper-slide-caption .button-default-outline {
    color: #ffffff;
}

.swiper-slider-with-info .swiper-slide-caption {
    padding-bottom: 140px;
}

.swiper-block-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    bottom: 60px;
    left: 50%;
    font-size: 14px;
    transform: translateX(-50%);
    z-index: 10;
}

    .swiper-block-info .swiper-block-info-item a, .swiper-block-info .swiper-block-info-item span {
        color: #ffffff;
        padding: 0 2px;
    }

        .swiper-block-info .swiper-block-info-item a:hover {
            color: #cef1ea;
        }



@media (min-width: 992px) {
    .swiper-block-info {
        flex-direction: row;
        justify-content: space-around;
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .swiper-block-info {
        bottom: 40px;
    }
}

.swiper-caption-inner {
    overflow: hidden;
}

.swiper-white-filter:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
    .swiper-white-filter:before {
        display: none;
    }
}

.swiper-filter-overlay {
    position: relative;
}

    .swiper-filter-overlay > * {
        position: relative;
    }

    .swiper-filter-overlay:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.45);
    }

.hero-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 45%;
    height: 100%;
}

    .hero-img:before {
        content: "";
        height: 100%;
        width: 100%;
        /*background-color: #dedede;*/
        position: absolute;
        top: 0;
        right: 0;
        /*-webkit-clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);
        clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);*/
    }

    .hero-img img {
        width: 400px;
        height: 100%;
        object-fit: cover;
        /*-webkit-clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
        clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
        filter: drop-shadow(2px 4px 6px black);*/
        /*margin-top: 70px;*/
    }

.icon-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
}

.icon-btn {
    --btn-size: 70px;
    /*line-height: 60px;*/
    font-size: 24px;
    background-color: #1c9ccd;
    color: #fff;
    border-radius: 0% 100% 100% 100%;
    border: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.hero-img .icon-btn i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 55%;
    width: 100%;
    margin-top: -50px;
}

    .owl-carousel1 .owl-nav .owl-prev {
        left: 2px;
        float: left;
    }

    .owl-carousel1 .owl-nav .owl-next {
        right: 2px;
        float: right;
    }

    .owl-carousel1 .owl-nav .owl-prev, .owl-carousel1 .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: 43px;
        margin: 0px 8px;
        font-weight: 700;
        /*border-radius: 50px;*/
        display: inline-block;
        background-color: #b6a3a38f;
        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%);
        /*border-radius:50%;*/
    }

        .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
            color: #fff;
            background-color: #1c9ccd;
        }

.owl-carousel3 .owl-nav .owl-prev:hover, .owl-carousel3 .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #1c9ccd;
}

.owl-carousel3 .owl-nav {
    position: absolute;
    left: 0px;
    top: 55%;
    width: 100%;
    margin-top: -50px;
}

    .owl-carousel3 .owl-nav .owl-prev {
        left: 2px;
        float: left;
    }

    .owl-carousel3 .owl-nav .owl-next {
        right: 2px;
        float: right;
    }

    .owl-carousel3 .owl-nav .owl-prev, .owl-carousel3 .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: 0px 8px;
        font-weight: 700;
        /*border-radius: 50px;*/
        display: inline-block;
        background-color: #b6a3a38f;
        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%);
    }




@media (min-width: 768px) {

    .section-md {
        padding: 60px 0;
    }

    .profile-modern {
        display: flex;
        align-items: flex-start;
        margin-left: -30px;
    }

        .profile-modern > * {
            margin-left: 30px;
        }

    .profile-modern-figure {
        max-width: 50%;
        flex-shrink: 0;
    }

    .profile-modern-main {
        flex-grow: 1;
    }

    h3, .heading-3 {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 0;
        font-weight: 600;
    }
}

@media(max-width:767px) {
    /*.hero-img {
        display: none;
    }*/

    .section-md {
        padding: 40px 0 70px;
    }

    .swiper-slide-caption {
        height: auto;
    }

    .profile-modern-header {
        display: initial;
    }

    /*.hero .swiper-slide-caption img {
        display: none;
    }*/

    .sliderbtn {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    /*.section-md {
        padding: 80px 0 70px;
    }*/

    .profile-modern-figure {
        max-width: 28%;
    }

    html .group {
        margin-top: 30px;
        margin-left: -30px;
    }

        html .group > * {
            margin-left: 30px;
        }
}


@media (min-width: 1200px) {
    .profile-modern {
        margin-left: -60px;
    }

        .profile-modern > * {
            margin-left: 60px;
        }

    .progress-linear + .progress-linear {
        margin-top: 34px;
    }

    h3, .heading-3 {
        font-size: 34px;
        line-height: 1.2;
        font-weight: bold;
    }
}
/****************************************new slider end*******************************************/
/***HMP feature-section us page Start***/
.feature-section {
    position: relative;
}

    .feature-section .inner-container {
        position: relative;
        display: block;
        background-color: #fff;
        padding: 15px 50px 40px 50px;
        box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
        /*margin-top: -100px;*/
        z-index: 2;
        border: solid 1px #c8c6c6;
        border-radius: 10px;
    }

    .feature-section .title-text {
        position: relative;
        display: block;
        /*margin-bottom: 45px;*/
    }

        .feature-section .title-text h2 {
            font-size: 26px;
            line-height: 45px;
            font-weight: 700;
            color: #434a4c;
        }

            .feature-section .title-text h2 span {
                color: #1d9ece;
            }



.feature-block-one .inner-box {
    position: relative;
    display: block;
}

    .feature-block-one .inner-box .shape {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15px;
        width: 12px;
        height: 121px;
        background-repeat: no-repeat;
    }

.centred {
    text-align: center;
}

.miniicon {
    width: 70px;
}

@media(max-width:767px) {
    .feature-block-one .inner-box .shape {
        display: none;
    }
}
/***HMP feature-section us page End***/


/***HMP Products page Start***/

.lower-content {
    position: relative;
    display: block;
}

.sub-title h5 {
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.lower-content .shape {
    position: absolute;
    left: 0px;
    width: 25%;
    height: 10px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.service-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    /*padding: 40px 0 40px;*/
    overflow: hidden;
    z-index: 1;
}

.service-style1_pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 496px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}

.single-service-style1 {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px #0000001a;
    padding: 40px 40px 32px;
    border-radius: 10px;
}

.single-service-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 190px;
    background-attachment: scroll;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
    width: 230px;
    height: 230px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 1;
}

    .single-service-style1 .img-holder::before {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        border: 11px solid#ffffff;
        border-radius: 50%;
        content: "";
        z-index: -1;
    }

    .single-service-style1 .img-holder .inner {
        position: relative;
        display: block;
        border-radius: 50%;
        overflow: hidden;
        z-index: 2;
    }

    .single-service-style1 .img-holder img {
        width: 100%;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.single-service-style1:hover .img-holder img {
}

.single-service-style1 .img-holder .overlay-icon {
    position: absolute;
    left: 0;
    bottom: -17px;
    right: 0;
    z-index: 3;
}

    .single-service-style1 .img-holder .overlay-icon a {
        position: relative;
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 50%;
        background: #ffffff;
        text-align: center;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        font-size: 30px;
        z-index: 1;
    }

        .single-service-style1 .img-holder .overlay-icon a::before {
            position: absolute;
            top: -10px;
            left: -10px;
            bottom: -10px;
            right: -10px;
            border: 1px solid #dae3e9;
            border-radius: 50%;
            content: "";
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

.single-service-style1:hover .img-holder .overlay-icon a::before {
    border-color: #65cef5;
}

.single-service-style1 .img-holder .overlay-icon a::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: #65cef5;
}

.single-service-style1:hover .img-holder .overlay-icon a::after {
    transform: scaleX(1.0);
}

.single-service-style1 .img-holder .overlay-icon a span::before {
    color: #65cef5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .img-holder .overlay-icon a span::before {
    color: #ffffff;
}


.single-service-style1 .title-holder {
    position: relative;
    display: block;
    margin-top: 47px;
}

    .single-service-style1 .title-holder h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 7px;
    }

        .single-service-style1 .title-holder h3 a {
            color: #000;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-service-style1 .title-holder h3 a:hover {
                color: #65cef5;
            }

    .single-service-style1 .title-holder .inner-text {
        position: relative;
        display: block;
    }

        .single-service-style1 .title-holder .inner-text p {
            margin: 0;
            text-align: center;
        }

.readmore-button {
    position: relative;
    display: block;
    margin-top: 17px;
}

    .readmore-button a {
        color: #000;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        /*font-family: var(--thm-font-2);*/
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .readmore-button a:hover {
            color: #65cef5;
        }

        .readmore-button a span::before {
            position: relative;
            display: inline-block;
            padding-right: 10px;
        }

.service-style1_btns-box {
    position: relative;
    display: block;
    padding-top: 20px;
    line-height: 0;
}

@media(max-width:767px) {
    .single-service-style1 .img-holder {
        width: auto;
        height: auto;
    }

    .products-section .sub-title h5 {
        color: #000;
    }

    .feature-section .inner-container {
        padding: 5px 5px 4px 5px;
    }
}
/***HMP Products page End***/

/***HMP Testimonials page Start***/
.bg-color-1 {
    background-color: #f2f9ff;
}

.testimonial-section {
    position: relative;
    padding: 60px 0px 170px 0px;
}

.testimonial-block-one {
    padding: 10px;
    text-align: left;
}

.testimonial-section .shape-layer .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-section .shape-layer .shape-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 134px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-block-one .inner-box .rating li {
    color: #f1c734;
}

.testimonial-block-one .inner-box .designation {
    color: #00d1f9;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #f7f7f7;
    padding: 45px 30px 45px 190px;
}

    .testimonial-block-one .inner-box .author-thumb {
        position: absolute;
        left: 40px;
        top: 40px;
        width: 120px;
        height: 150px;
        border-radius: 100px;
    }

        .testimonial-block-one .inner-box .author-thumb img {
            width: 100%;
            border-radius: 100px;
        }

    .testimonial-block-one .inner-box .rating li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 10px;
        font-size: 18px;
    }

        .testimonial-block-one .inner-box .rating li:last-child {
            margin: 0px !important;
        }

    .testimonial-block-one .inner-box .rating {
        position: relative;
        display: block;
        margin-bottom: 17px;
        list-style: none;
        padding: 0px;
    }

    .testimonial-block-one .inner-box p {
        color: #222222;
        margin-bottom: 20px;
    }

    .testimonial-block-one .inner-box h5 {
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 1px;
    }

    .testimonial-block-one .inner-box .designation {
        position: relative;
        display: block;
        font-size: 15px;
    }

.testimonial-section .owl-dots {
    position: absolute;
    top: -80px;
    right: -7.5px;
}

    .testimonial-section .owl-dots span {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #dfe5eb !important;
        border-radius: 50%;
        margin: 0px 7.5px !important;
        cursor: pointer;
        transition: all 500ms ease !important;
    }

@media only screen and (max-width: 499px) {
    .testimonial-block-one .inner-box {
        padding-left: 30px;
    }

        .testimonial-block-one .inner-box .author-thumb {
            position: relative;
            left: 0px;
            top: 0px;
            margin-bottom: 15px;
        }
}

@media only screen and (max-width: 767px) {
    .feature-section .title-text h2 {
        font-size: 15px;
        line-height: 30px;
    }

    .testimonial-section {
        padding: 70px 0px 40px 0px;
    }

        .testimonial-section .shape-layer {
            display: none;
        }

    .align-items-center {
        display: initial;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-block-one .inner-box {
        margin-bottom: 30px;
    }
}
/***HMP Testimonials page End***/
/**Counter Section Start**/
.counter {
    color: #fff;
    margin-top: 10px;
}
/*.single-counter{
        text-align: center;
}*/

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.sec-Counter .counter-area {
    /*background-position: center;
    background-size: cover;*/
    background-repeat: no-repeat;
    position: relative;
    /*background-color: #f1c734;*/
}

/*.counter-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
    z-index: 0;
}*/

.sec-Counter .sec-title h2 {
    color: #000;
}

.icon img {
    width: 70px;
    border-bottom: solid 2px #1d9ece;
    padding: 10px;
    /*background-color: #fff;*/
}

.firstrow .icon img {
    border-bottom: solid 2px #f1c734;
}

.sec-Counter .row {
    justify-content: space-between;
}

.count {
    font-size: 50px;
    color: #1d9ece;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
    display: inline-block;
    /*font-family: 'Rubik', sans-serif;*/
}

.counter p {
    color: #000;
}

.counter-area .col.s4 {
    border-right: 2px dotted;
}

    .counter-area .col.s4:last-child {
        border-right: none;
    }

.row .col.s4 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
    padding: 10px;
}
/**Counter New Design Start**/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

    .fact .col-6 {
        display: flex;
        align-items: flex-start;
    }

    .fact .fact-icon {
        position: relative;
        margin: 15px 15px 0 15px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .fact .fact-icon [class^="flaticon-"]::before {
            margin: 0;
            font-size: 60px;
            line-height: 60px;
            background-image: linear-gradient(#ffffff, #fdbe33);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .fact .fact-right .fact-icon [class^="flaticon-"]::before {
        background-image: linear-gradient(#ffffff, #030f27);
    }

    .fact .fact-left,
    .fact .fact-right {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fact .fact-text h2 {
        font-size: 35px;
        font-weight: 700;
    }

    .fact .fact-text p {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .fact .fact-left {
        color: #fdbe33;
        background: #1d9ece;
    }

    .fact .fact-right {
        color: #030f27;
        background: #f1c734;
    }

    .fact .fact-left h2 {
        color: #fdbe33;
    }

/**Counter NEw Design End**/
@media (max-width: 767px) {
    .sec-Counter .row {
        justify-content: flex-start;
    }

    .fact .fact-text p {
        font-size: 12px;
    }

    .counter-area .col.s4 {
        border-right: none;
        border-bottom: solid 2px;
    }

    .count {
        font-size: 30px;
    }

    .counter-area .col-md-3 {
        border-right: none;
    }

    .row .col.s4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

/**Counter Section End**/
/**Choose section start**/
.choose-style1-area {
    position: relative;
    display: block;
    padding: 40px 0px 40px;
    background: #ffffff;
}

.choose-style1_image-box {
    position: relative;
    display: block;
}

    .choose-style1_image-box img {
        max-width: none;
        float: right;
        width: 100%;
    }

    .choose-style1_image-box .round-box {
        position: absolute;
        top: 150px;
        right: 50px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: #1d9ece;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .choose-style1_image-box .round-box:before {
            content: "";
            position: absolute;
            top: -15px;
            left: -15px;
            right: 15px;
            bottom: 15px;
            border: 1px solid #266db9;
            border-radius: 50%;
            animation: fa-spin 4s ease infinite;
        }

        .choose-style1_image-box .round-box:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: -15px;
            bottom: -15px;
            border: 1px solid #266db9;
            border-radius: 50%;
            animation: fa-spin 4s ease infinite;
        }

        .choose-style1_image-box .round-box h3 {
            color: #ffffff;
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
        }


.choose-style1-content {
    position: relative;
    display: block;
}

    .choose-style1-content .sec-title {
        padding-bottom: 45px;
    }

    .choose-style1-content .inner-content {
        position: relative;
        display: block;
    }

        .choose-style1-content .inner-content .shape {
            position: absolute;
            /*top: -20px;
            left: 85%;*/
            bottom: 0;
            transform: translateX(-50%);
        }

    .choose-style1-content ul {
        position: relative;
        display: block;
        padding-left: 0px;
    }

        .choose-style1-content ul li {
            position: relative;
            display: block;
            /*float: left;
            width: 270px;
            margin-right: 230px;
            margin-bottom: 48px;*/
        }

            .choose-style1-content ul li:last-child {
                margin-right: 0;
            }

            .choose-style1-content ul li .icon {
                position: absolute;
                top: 5px;
                left: 0;
                width: 70px;
                height: 70px;
                text-align: center;
                border-radius: 50%;
                z-index: 1;
            }

                .choose-style1-content ul li .icon span::before {
                    color: #1d9ece;
                    font-size: 40px;
                    line-height: 70px;
                }

                .choose-style1-content ul li .icon .icon-bg {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    border-radius: 50%;
                    z-index: -1;
                    filter: grayscale(1);
                }

                    .choose-style1-content ul li .icon .icon-bg:before {
                        content: "";
                        position: absolute;
                        top: 0px;
                        left: 3px;
                        bottom: 5px;
                        right: 3px;
                        border-radius: 50%;
                        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
                        z-index: -1;
                        border-bottom: solid 2px #1d9ece;
                    }

            .choose-style1-content ul li .text {
                position: relative;
                display: block;
                padding-left: 100px;
            }

                .choose-style1-content ul li .text h3 {
                    font-size: 24px;
                    line-height: 34px;
                    font-weight: 600;
                }

                .choose-style1-content ul li .text p {
                    margin: 0;
                }

.choose-style2-area {
    position: relative;
    display: block;
}

    .choose-style2-area .auto-container {
        max-width: 100%;
        padding: 0 40px;
    }

    .choose-style2-area .outer-box {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 20px 20px 30px;
        border-radius: 10px;
        margin-top: -70px;
        z-index: 10;
    }

    .choose-style2-area .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .choose-style2-area .row [class*=col-] {
            padding-left: 10px;
            padding-right: 10px;
        }

.single-choose-box-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid rgb(218, 229, 236);
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

    .single-choose-box-style2 .inner {
        position: relative;
        display: block;
        overflow: hidden;
        background: #ffffff;
        border-radius: 10px;
        z-index: 1;
    }

        .single-choose-box-style2 .inner:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            bottom: -1px;
            right: -1px;
            background: #000;
            z-index: -1;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .5s;
            transition-property: all;
            transform-origin: top;
            transform-style: preserve-3d;
            transform: scaleY(0);
        }

    .single-choose-box-style2:hover .inner:before {
        transform: scaleY(1.0);
    }

    .single-choose-box-style2 .inner .outer-icon {
        position: absolute;
        top: -62px;
        left: -70px;
        width: 181px;
        height: 183px;
        z-index: 1;
        transform: perspective(400px) rotateY(0deg);
        transform-origin: left;
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .single-choose-box-style2:hover .inner .outer-icon {
        transform: perspective(400px) rotateY(90deg);
        transition: all 700ms linear;
        transition-delay: 0.2s;
    }

    .single-choose-box-style2 .inner .outer-icon .icon-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .single-choose-box-style2 .inner .outer-icon span:before {
        position: relative;
        display: block;
        color: #1d9ece;
        font-size: 40px;
        text-align: right;
        padding-top: 87px;
        padding-right: 50px;
    }


    .single-choose-box-style2 .inner-content {
        position: relative;
        display: flex;
        align-items: center;
        padding: 30px;
    }

        .single-choose-box-style2 .inner-content .inner-icon {
            position: relative;
            width: 70px;
            height: 70px;
            z-index: 1;
            transform: perspective(70px) rotateY(90deg);
            transform-origin: left;
            transition: all 500ms linear;
            transition-delay: 0.1s;
        }

    .single-choose-box-style2:hover .inner-content .inner-icon {
        transform: perspective(70px) rotateY(0deg);
        transition: all 700ms linear;
        transition-delay: 0.2s;
    }

    .single-choose-box-style2 .inner-content .inner-icon .icon-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .single-choose-box-style2 .inner-content .inner-icon span:before {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 40px;
        line-height: 70px;
        text-align: center;
    }

    .single-choose-box-style2 .inner-content .title {
        position: relative;
        display: block;
        padding-left: 20px;
    }

        .single-choose-box-style2 .inner-content .title h3 {
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            margin: 0 0 3px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-choose-box-style2:hover .inner-content .title h3 {
        color: #ffffff;
    }

    .single-choose-box-style2 .inner-content .title p {
        margin: 0;
        transition: all 200ms linear;
        transition-delay: 0.3s;
    }

    .single-choose-box-style2:hover .inner-content .title p {
        color: #ffffff;
    }

.choose-style3-area {
    position: relative;
    display: block;
    background: #ecf2f6;
    padding: 110px 0 110px;
}


.choose-style3-content {
    position: relative;
    display: block;
}

.single-choose-box-style3 {
    position: relative;
    display: block;
    border-radius: 10px;
    padding-bottom: 28px;
    z-index: 1;
}

    .single-choose-box-style3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 28px;
        right: 0;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
        z-index: -1;
    }

    .single-choose-box-style3 .inner {
        position: relative;
        display: block;
        overflow: hidden;
        background: #ffffff;
        padding: 40px 20px 64px;
        border-radius: 10px;
        z-index: 2;
    }

        .single-choose-box-style3 .inner:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            background: #000;
            opacity: 1;
            border-radius: 10px;
            transition: .5s;
            transform: perspective(400px) scaleX(0);
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom;
            z-index: -1;
        }

    .single-choose-box-style3:hover .inner:before {
        opacity: 1.0;
        transform: perspective(400px) scaleX(1.0);
    }


    .single-choose-box-style3 .count-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 56px;
        background: #1d9ece;
        border-radius: 50%;
        border-top-right-radius: 10px;
        color: #ffffff;
        font-size: 20px;
        line-height: 56px;
        font-weight: 600;
        text-align: center;
        transition: all 100ms linear;
        transition-delay: 0.1s;
        /*font-family: var(--thm-font-2);*/
    }

    .single-choose-box-style3 .icon {
        position: relative;
        display: block;
        padding-bottom: 15px;
    }

        .single-choose-box-style3 .icon span:before {
            color: #1d9ece;
            font-size: 60px;
            line-height: 60px;
        }

    .single-choose-box-style3 .text {
        position: relative;
        display: block;
    }

        .single-choose-box-style3 .text h3 {
            font-size: 24px;
            font-weight: 600;
            margin: 0 0 9px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-choose-box-style3:hover .text h3 {
        color: #ffffff;
    }

    .single-choose-box-style3 .text p {
        margin: 0;
        transition: all 200ms linear;
        transition-delay: 0.2s;
    }

    .single-choose-box-style3:hover .text p {
        color: #ffffff;
    }

    .single-choose-box-style3 .btn-box {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        z-index: 3;
    }

        .single-choose-box-style3 .btn-box a {
            position: relative;
            display: inline-block;
            width: 58px;
            height: 58px;
            background: #ffffff;
            border-radius: 50%;
            color: #98a1a7;
            font-size: 20px;
            line-height: 56px;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

    .single-choose-box-style3:hover .btn-box a {
        color: #ffffff;
        background: #1d9ece;
    }

    .single-choose-box-style3 .button-boder {
        position: absolute;
        left: 0;
        bottom: -40px;
        right: 0;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border: 1px solid #d1d9dd;
        border-radius: 50%;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        z-index: 3;
    }

    .single-choose-box-style3:hover .button-boder {
        transform: scale(0);
    }

    .single-choose-box-style3 .btn-box a:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border-radius: 50%;
        border: 1px solid #1d9ece;
        border-radius: 50%;
        transform: scale(0);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-choose-box-style3:hover .btn-box a:before {
        transform: scale(1.0);
    }

.choose-carousel_1 .owl-stage-outer {
    padding-bottom: 30px;
}

.choose-carousel_1.owl-dot-style1 .owl-dots {
    margin-top: 25px !important;
}

@media only screen and (max-width: 767px) {


    .shop-top-image-box .ice {
        display: none;
    }

    .shop-top-image-box .round-box {
        top: 90%;
        left: 0;
    }

    .shop-style1_content {
        max-width: 370px;
        width: 100%;
        margin: 0 auto;
    }

    .single-shop-item {
        max-width: 370px;
        margin: 0 auto 40px;
    }

    .single-shop-item {
        max-width: 370px;
        margin: 0 auto 40px;
    }

    .choose-style1-area {
        padding: 110px 0px 65px;
    }

    /*.choose-style1_image-box img {
        max-width: 100%;
        float: none;
        width: 100%;
    }*/

    .choose-style1_image-box .round-box {
        top: 50px;
    }

    .choose-style1-content {
        margin-top: 30px;
    }

        .choose-style1-content .inner-content .shape {
            display: none;
        }

        .choose-style1-content ul li {
            margin-right: 0px;
            width: auto;
        }
}

@media (max-width: 767px) {
    .choose-style1-content ul li .text {
        padding-left: 10px;
    }

    .choose-style1-content ul li .icon .icon-bg {
        display: none;
    }

    .choose-style1-content ul li .icon span {
        display: none;
    }

    .certificate-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .choose-style1_image-box .round-box {
        width: 80px;
        height: 80px;
        right: 0px;
    }

        .choose-style1_image-box .round-box h3 {
            font-size: 14px;
        }
}

/**Choose section End**/

/**thought start**/
.thought {
    background-color: #f1c734;
    position: relative;
    display: block;
    padding: 110px 0 110px;
}

    .thought .feature-section .title-text h2 {
        color: #000;
    }

.about-style1_top {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding-bottom: 60px;*/
}

.our-certification-box {
    position: relative;
    border: 1px solid #dae5ec;
    border-radius: 10px;
    padding: 26px 30px 26px;
    max-width: 570px;
    width: 100%;
}

    .our-certification-box .text h3 span {
        text-transform: uppercase;
    }

    .our-certification-box .text h3 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin: 0 0 8px;
        color: #000;
    }

    .our-certification-box .text p {
        margin: 0;
        color: #000;
    }

    .our-certification-box .text {
        position: relative;
        padding-left: 30px;
    }

.certificate-logo {
    position: relative;
    display: block;
    width: 170px;
}

    .certificate-logo img {
        width: 100%;
    }

.certificate-logo, .our-certification-box .text {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .about-style1_top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .certificate-logo, .our-certification-box .text {
        display: block;
    }
}

/**thought 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;
}

.box-transform {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    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;
    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: #fff;
    }

    .breadcrumbs-custom-path a {
        display: inline;
        vertical-align: middle;
    }

    /*.breadcrumbs-custom-path li::after {
        position: absolute;
        content: "";
        top: 46%;
        right: -8px;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        font-family: "Material Design Icons";
        color: #151515;
        transform: translate3d(0, -50%, 0);
    }*/
    .breadcrumbs-custom-path li i {
        margin-left: 10px;
    }

    .breadcrumbs-custom-path li.active {
        font-weight: 900;
        color: #c0beb2;
    }

    .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: 0px 0;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 0px 0;
    }


    /*.breadcrumbs-custom-path {
        padding: 20px 0;
    }*/
}

@media only screen and (max-width: 767px) {
    .certificate-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .our-certification-box .text {
        padding-left: 0px;
        text-align: center;
    }

    .owl-nav {
        display: none;
    }

    .breadcrumbs-custom-title {
        font-size: 18px;
    }

    .breadcrumbs-custom-path li {
        font-size: 9px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom {
        padding: 0px 0;
    }
}

/**All page Header Section End**/

/**Contact Us Page Start***/
.main-contact-form-area {
    position: relative;
    display: block;
    background: #ffffff;
    /*padding: 110px 0 110px;*/
    z-index: 10;
}

.single-service {
    position: relative;
    display: block;
}

    .single-service .img-holder img {
        width: 100%;
    }

    .single-service .text-holder .title {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 22px;
    }

    .single-service .text-holder {
        position: relative;
        display: block;
        padding: 37px 30px 40px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    }

.contact-style1_form {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px;
}

    .contact-style1_form .top-title {
        position: relative;
        display: block;
        margin-top: -3px;
        padding-bottom: 21px;
    }

        .contact-style1_form .top-title h3 {
            font-size: 30px;
            line-height: 36px;
            font-weight: 700;
            text-transform: capitalize;
        }

.contact-form {
    position: relative;
    display: block;
}

    .contact-form form {
        position: relative;
        display: block;
    }

        .contact-form form .input-box {
            position: relative;
            display: block;
            margin-bottom: 15px;
        }

            .contact-form form .input-box .icon {
                position: absolute;
                top: 0;
                left: 20px;
                bottom: 0;
                color: var(--thm-primary);
                font-size: 18px;
                line-height: 53px;
                width: 30px;
                z-index: 2;
            }

                .contact-form form .input-box .icon:after {
                    position: absolute;
                    top: 15px;
                    right: 0;
                    bottom: 15px;
                    width: 1px;
                    background: #d1d9dd;
                    content: "";
                }

            .contact-form form .input-box.two .icon:after {
                top: 15px;
                right: 0;
                bottom: auto;
                width: 1px;
                height: 24px;
            }

        .contact-form form input[type="text"],
        .contact-form form input[type="email"],
        .contact-form form textarea {
            position: relative;
            display: block;
            background: #ecf2f6;
            width: 100%;
            height: 55px;
            border: 1px solid #ecf2f6;
            color: #585858;
            font-size: 16px;
            font-weight: 400;
            font-style: normal;
            padding-left: 65px;
            padding-right: 30px;
            border-radius: 27px;
            transition: all 500ms ease;
            /*font-family: var(--thm-font);*/
        }

        .contact-form form textarea {
            height: 100px;
            padding-top: 12px;
            padding-left: 65px;
            border-radius: 27px;
        }

        .contact-form form input[type="text"]::-webkit-input-placeholder {
            color: #585858;
        }

        .contact-form form input[type="text"]:-moz-placeholder {
            color: #585858;
        }

        .contact-form form input[type="text"]::-moz-placeholder {
            color: #585858;
        }

        .contact-form form input[type="text"]:-ms-input-placeholder {
            color: #585858;
        }

        .contact-form form input[type="email"]::-webkit-input-placeholder {
            color: #585858;
        }

        .contact-form form input[type="email"]:-moz-placeholder {
            color: #585858;
        }

        .contact-form form input[type="email"]::-moz-placeholder {
            color: #585858;
        }

        .contact-form form input[type="email"]:-ms-input-placeholder {
            color: #585858;
        }

        .contact-form form textarea::-webkit-input-placeholder {
            color: #585858;
        }

        .contact-form form textarea:-moz-placeholder {
            color: #585858;
        }

        .contact-form form textarea::-moz-placeholder {
            color: #585858;
        }

        .contact-form form textarea:-ms-input-placeholder {
            color: #585858;
        }

        .contact-form form .button-box {
            position: relative;
            padding-top: 5px;
        }

            .contact-form form .button-box button {
                position: relative;
                display: block;
            }

@media only screen and (max-width: 767px) {
    .contact-style1_form {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .contact-style1_form {
        padding: 10px 10px 10px;
    }

    .theme-btn {
        font-size: 14px;
    }
}
/**Contact Us page End***/

/***HMP About us Section Start***/
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}

.All-section {
    position: relative;
    padding: 40px 0px 40px 0px;
}

.about-section .image-box {
    position: relative;
    display: block;
}

    .about-section .image-box img {
        max-width: 100%;
        float: right;
    }

.about-section .content_block_1 .content-box {
    margin-left: 40px;
}

.content_block_1 .content-box {
    position: relative;
    display: block;
}

    .content_block_1 .content-box .sec-title {
        margin-bottom: 17px;
    }

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 55px;
        font-weight: 700;
        color: #434a4c;
    }

.content_block_1 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

    .content_block_1 .content-box .text p {
        margin-bottom: 26px;
    }

@media(max-width:767px) {
    .about-section .content_block_1 .content-box {
        margin-left: 0px;
    }
}

/*.content_block_1 .content-box .theme-btn {
    padding: 15px 50px;
}*/

.theme-btn.btn-one {
    background-color: #1d9ece;
    border: solid;
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    /*font-size: 17px;*/
    line-height: 25px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 600;
    text-align: center;
    padding: 15px 34px;
    border-radius: 50px;
    z-index: 1;
    border: none;
    transition: all 500ms ease;
}

    .theme-btn:before {
        webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: 110%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: -1;
    }

    .theme-btn.btn-one {
        color: #fff !important;
    }

    .theme-btn:hover:before {
        top: -40%;
    }

    .theme-btn:before {
        background-color: #061a3a;
    }
/***HMP About us Section End***/

/**Whycshoose Page Strat**/
/*.WhyChoose {
    background-color: #f1f1f1;
}*/

.WhyChoose .line-b {
    border-bottom: 1px dashed #cdd2e2;
}

.pl-70 {
    padding-left: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-45 {
    margin-top: 45px;
}

.pt-45 {
    padding-top: 36px;
}

.visionmission {
    position: relative;
}

    .visionmission.line-r {
        border-right: 1px dashed #cdd2e2;
    }

    .visionmission .services-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
    }

.services-icon img {
    width: 100%;
}

.visionmission .services-cont {
}

    .visionmission .services-cont h4 {
        padding-bottom: 7px;
        font-weight: bold;
    }

    .visionmission .services-cont p {
        padding-bottom: 10px;
        height: 100px;
    }

    .visionmission .services-cont a {
        padding: 0 30px;
        line-height: 40px;
        border-radius: 50px;
        color: #fff;
        /*background-color: #2c2d3e;*/
        position: relative;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

        .visionmission .services-cont a span {
            position: absolute;
            top: 8px;
            right: 0;
            background-color: #2e4db9;
            padding: 7px 13px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-radius: 50px;
            opacity: 0;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
            z-index: -1;
        }

            .visionmission .services-cont a span i {
                width: 18px;
                height: 10px;
                border: 1px solid #fff;
                border-radius: 50px;
                font-size: 8px;
                text-align: center;
            }

        .visionmission .services-cont a:hover {
            background-color: #2e4db9;
        }

            .visionmission .services-cont a:hover span {
                right: -17px;
                opacity: 1;
                z-index: 9;
            }

/*===== INDEX - 2 =====*/

.services-part-2 .visionmission.right .services-icon {
    left: auto;
    right: 0;
}

.services-part-2 .visionmission.right .services-cont {
}

/*===== INDEX - 3 =====*/

.services-part-3 .visionmission .services-icon {
    position: inherit;
}

@media(max-width:767px) {
    .visionmission .services-cont p {
        height: auto;
    }

    .visionmission.line-r {
        border-right: none;
    }

    .pl-70 {
        padding-left: 0px;
    }

    .visionmission .services-icon {
        position: relative;
    }
}

/**Whycshoose Page End**/

/**water-composition start**/
.water-composition {
    /*background: linear-gradient(rgb(0 0 0 / 90%), rgb(13 13 13 / 90%)), url(../../assets/images/bg/glass-water-.jpg);*/
    background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 30%)), url(../../assets/images/bg/into-glass-.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    .water-composition .box-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem;
        background-color: #bbb3;
        box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);
    }

    .water-composition .water-item {
        padding: 1.5rem 0;
    }

        .water-composition .water-item h3 {
            font-size: 2.5rem;
            color: #f1c734;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 0.5rem;
        }

            .water-composition .water-item h3 span {
                height: 3.5rem;
                width: 3.5rem;
                border-radius: 50%;
                font-size: 1.6rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #fff;
                background-color: #24b5fc;
            }

        .water-composition .water-item h5 {
            font-size: 2rem;
            color: #24b5fc;
        }

        .water-composition .water-item p {
            font-size: 1.6rem;
            color: #fff;
        }

    .water-composition .box-1,
    .water-composition .box-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30rem;
        flex: 1 1 30rem;
    }

        .water-composition .box-1 .water-item {
            text-align: right;
        }

            .water-composition .box-1 .water-item h3 {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

    .water-composition .image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30rem;
        /*flex: 1 1 30rem;*/
    }

        .water-composition .image img {
            object-fit: contain;
            width: 100%;
        }
/**water-composition End**/

/**Discount Block Start**/
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bg-image-100 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #d6d6d6;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}

.discount-block {
    background-color: #1d9ece;
    position: relative;
}

    .discount-block .discount-thumb-back {
        width: calc(50% - 175px);
    }

@media only screen and (max-width: 1199px) {
    .discount-block .discount-thumb-back {
        width: calc(50% - 145px);
    }
}

@media only screen and (max-width: 991px) {
    .discount-block .discount-thumb-back {
        display: none;
    }
}

.discount-block .discount-content {
    margin-top: -10px;
}

@media only screen and (max-width: 575px) {
}

.discount-block .discount-content .discount-title {
    font-size: 50px;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 25px;
    font-weight: 700;
}

    .discount-block .discount-content .discount-title span {
        color: #f1c734;
    }

/*@media only screen and (max-width: 420px) {
    .discount-block .discount-content .discount-title {
        font-size: 32px;
    }
}*/

@media only screen and (max-width: 575px) {
    .discount-block .discount-content .discount-title {
        font-size: 20px;
    }

    .discount-block .discount-content {
        margin-top: -5px;
    }
}

/*@media only screen and (max-width: 767px) {
    .discount-block .discount-content .discount-title {
        font-size: 48px;
    }
}*/

@media (max-width: 767px) {
    .water-composition .box-container {
        display: initial;
    }
}

/*@media only screen and (max-width: 1199px) {
    .discount-block .discount-content .discount-title {
        font-size: 52px;
    }
}*/

.discount-block .discount-content .discount-text {
    color: #000;
    opacity: 0.8;
    margin-bottom: 40px;
    line-height: 1.8em;
}

/**Discount Block End**/

/**About us page about-one section start**/
/**About One**/
.aboutpere {
    padding: 20px;
    background-color: #f1c734;
    border: solid 1px #ffffff;
    filter: drop-shadow(2px 4px 6px black);
}

.about-one {
    position: relative;
}

@media (max-width: 991px) {
    .about-one {
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .aboutpere {
        margin-top: 20px;
    }

    .about-one {
        padding: 80px 0px;
    }
}

.about-one__thumb {
    position: relative;
    z-index: 1;
}

.about-one__thumb__item {
    margin-left: 70px;
    margin-right: 50px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .about-one__thumb__item {
        margin-left: 40px;
        margin-right: 0px;
    }
}

.about-one__thumb__item img {
    object-fit: cover;
    width: 100%;
}

.about-one__thumb__item__element {
    position: absolute;
    top: 0;
    right: 0;
}

    .about-one__thumb__item__element img {
        object-fit: cover;
        width: 100%;
        filter: grayscale(1);
    }

.about-one__thumb__line {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: top-bottom 3s ease-in-out infinite;
}

    .about-one__thumb__line span {
        height: 216px;
        width: 2px;
        background-color: #1d9ece;
    }

        .about-one__thumb__line span:nth-child(2) {
            margin-top: 10px;
        }

        .about-one__thumb__line span:nth-child(3) {
            margin-top: 20px;
        }

.about-one__thumb__element {
    position: relative;
    z-index: 1;
    animation: top-bottom-two 4s ease-in-out infinite;
    margin-left: -20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .about-one__thumb__element {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .about-one__thumb__element {
        margin-left: 0;
    }
}

.about-one__thumb__shape {
    position: relative;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 137.000000 300.000000">  <g transform="translate(0.000000,300.000000) scale(0.050000,-0.050000)"> <path d="M0 3609 c0 -2356 1 -2392 40 -2470 77 -151 117 -159 759 -159 l561 0 0 -480 0 -480 690 0 690 0 0 2365 c-1 2660 11 2464 -151 2587 l-76 58 -576 6 -577 6 0 479 0 479 -680 0 -680 0 0 -2391z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 137.000000 300.000000">  <g transform="translate(0.000000,300.000000) scale(0.050000,-0.050000)"> <path d="M0 3609 c0 -2356 1 -2392 40 -2470 77 -151 117 -159 759 -159 l561 0 0 -480 0 -480 690 0 690 0 0 2365 c-1 2660 11 2464 -151 2587 l-76 58 -576 6 -577 6 0 479 0 479 -680 0 -680 0 0 -2391z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    width: 167px;
    height: 367px;
    background-color: transparent;
    margin-top: -300px;
}

    .about-one__thumb__shape img {
        width: 100%;
    }

.about-one__thumb__shape-two {
    position: absolute;
    bottom: -10px;
    left: -15px;
    filter: invert(1);
    display: none;
}

.about-one__content .sec-title__title {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
}

.about-one__content__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: 30px;
}

.about-one__feature {
    margin-bottom: 50px;
}

.about-one__feature__item {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .about-one__feature__item {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

@media (max-width: 575px) {
    .about-one__feature__item {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.about-one__feature__item + .about-one__feature__item {
    margin-top: 30px;
}

.about-one__feature__left {
    position: relative;
    z-index: 1;
    flex: 70%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .about-one__feature__left {
        flex: 60%;
        width: 60%;
    }
}

@media (max-width: 575px) {
    .about-one__feature__left {
        flex: 60%;
        width: 60%;
    }
}

@media (max-width: 575px) {
    .about-one__feature__left {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        flex: 100%;
    }
}

.about-one__feature__left:hover .about-one__feature__icon {
    background-color: #1c2f36;
    color: #1d9ece;
}

    .about-one__feature__left:hover .about-one__feature__icon i {
        animation: shake 0.5s linear 1;
    }

.about-one__feature__icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a1a1a1;
    font-size: 34px;
    color: #1d9ece;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}

    .about-one__feature__icon img {
        width: 100%;
        padding: 2px;
    }



.about-one__feature__title {
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    /*font-size: 20px;*/
    line-height: 150%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #4c4c4c;
    text-transform: capitalize;
    padding-left: 96px;
}



    .about-one__feature__title a {
        color: inherit;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

        .about-one__feature__title a:hover {
            background-size: 100% 1px;
        }

.about-one__feature__text {
    margin-bottom: 0;
    border-left: 3px solid #ffd508;
    padding: 7px 30px;
    background-color: #1d9ece;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    width: 100%;
    font-weight: bold;
}

@media (max-width: 575px) {
    .about-one__feature__title {
        padding-left: 0;
    }

    .about-one__feature__icon {
        position: relative;
    }
}

@media (max-width: 767px) {
    /*.about-one__feature__icon {
        height: 50px;
    }*/

    .about-one__thumb__line span {
        display: none;
    }

    .about-one__thumb__shape {
        display: none;
    }

    .about-one__thumb__shape-two {
        display: none;
    }

    .about-one__thumb__item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-one__thumb__item__element {
        right: -125px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .about-one__feature__text {
        flex: 80%;
        width: 80%;
    }
}



.about-one__btn {
    padding: 11px 40px;
}

/**Shape mover start**/
@keyframes top-bottom-two {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}
/**Shape Mover End**/

/**About us page about-one section End**/
/**Products Page Strat**/
.products-section {
    position: relative;
}

    .products-section .top-title {
        margin-bottom: 60px;
    }

.products-block-one {
    position: relative;
    display: block;
    /*background: #fff;*/
    border-radius: 5px;
    overflow: hidden;
    /*text-align: center;*/
}

.products-section .service-block-one {
    margin-bottom: 30px;
}

.products-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    /*height: 330px;*/
}

    .products-block-one .inner-box .image-box a {
        position: relative;
        display: block;
        background-color: #1d9ece;
    }

        .products-block-one .inner-box .image-box a:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 0%;
            left: 0px;
            top: -100%;
            transition: all 500ms ease-in-out;
            z-index: 1;
        }

.products-block-one:hover .inner-box .image-box a:before {
    top: 0%;
    height: 100%;
}

.products-block-one .inner-box .image-box a:before {
    background: rgba(19, 187, 234, 0.6);
}

.products-block-one .inner-box .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    /*background-color: #c8c8c8;*/
}

.products-block-one:hover .inner-box .image-box img {
    transform: scale(1.05);
}

.products-block-one .inner-box .lower-content {
    position: relative;
}

    .products-block-one .inner-box .lower-content h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
        transition: all 500ms ease;
    }

        .products-block-one .inner-box .lower-content h3 a {
            display: inline-block;
            color: #222;
        }

            .products-block-one .inner-box .lower-content h3 a:hover {
            }

    .products-block-one .inner-box .lower-content .text {
        position: relative;
        margin-bottom: 27px;
        text-align: justify;
        height: 100px;
    }

    .products-block-one .inner-box .lower-content .price {
        position: relative;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .products-block-one .inner-box .lower-content .btn-box a:hover {
        color: #fff;
    }

/*.products-section .products-block-one {
    margin-bottom: 30px;
}*/
/**new design products start**/

.Productsrow {
    padding: 30px;
    border: solid 1px #c0b8b8;
    margin: 30px 0px;
}

.Products-Features {
    list-style: circle;
    padding-left: 20px;
    line-height: 25px;
    margin-top: 50px;
}

.keyfea {
    list-style: none;
    padding-left: 0px;
}

.KeyFeatures {
    font-weight: bold;
}

.Productsrow .spacerem {
    margin: 0px;
}

@media (max-width: 767px) {
    .Productsrow {
        padding: 30px 0px;
    }

    .products-block {
        padding: 0px;
    }

    .products-block-one .inner-box .lower-content {
        position: relative;
        padding: 15px;
    }

        .products-block-one .inner-box .lower-content .text {
            height: auto;
        }
}
/**Products Page End**/
/**Service Page Start**/

.service-us-page .service-image-container {
    border-radius: 4886px clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px) 4886px;
    border: 2px solid #fed508;
    border-right: 0;
    padding: clamp(12px, 1.25vw, 40px);
    padding-right: 0;
    margin-top: -2px;
}

    .service-us-page .service-image-container img {
        border-radius: 4886px clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px) 4886px;
        width: 100%;
    }

.service-us-page .service-text-container .service-icon {
    width: clamp(48px, 3.33vw, 96px);
    height: clamp(48px, 3.33vw, 96px);
    background: #1d9ecf;
    border-radius: clamp(4px, 0.417vw, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .service-us-page .service-text-container .service-icon img {
        width: clamp(28px, 2.083vw, 48px);
        height: clamp(28px, 2.083vw, 48px);
    }

.service-us-page .service-image-container.vr-2 {
    border-radius: clamp(18px, 1.25vw, 48px) 4886px 4886px clamp(18px, 1.25vw, 48px);
    border: 2px solid #fed508;
    border-left: 0;
    padding: clamp(12px, 1.25vw, 40px);
}

    .service-us-page .service-image-container.vr-2 img {
        border-radius: clamp(18px, 1.25vw, 48px) 4886px 4886px clamp(18px, 1.25vw, 48px);
    }

.service-us-page .service-text-container.vr-2 .service-icon {
    margin-left: auto;
}

.service-us-page .service-text-container {
    padding-left: clamp(16px, 0.833vw, 32px);
}

.benefit-section {
    background-color: #f1f1f1;
}

    .benefit-section .sub-title h5 {
        color: #000;
    }

    .benefit-section .benefit-block.border-line-1 {
        border-right: 1px solid #92949F;
    }

    .benefit-section .benefit-block.border-line-2 {
        border-left: 1px solid #92949F;
    }

    .benefit-section .benefit-block {
        padding: clamp(20px, 1.875vw, 48px) clamp(48px, 4.375vw, 128px);
    }

        .benefit-section .benefit-block img {
            width: clamp(40px, 3.33vw, 96px);
            height: clamp(40px, 3.33vw, 96px);
            background-color: #ffd400;
            padding: 10px;
            border-radius: 10px;
            filter: grayscale(1);
        }

.benefit-block h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.mb-48 {
    margin-bottom: clamp(24px, 2.5vw, 96px);
}

.mb-24 {
    margin-bottom: 24px;
}

.dark-gray {
    color: #45474F !important;
}

.text-end {
    text-align: right !important;
}


@media (max-width: 575px) {
    .py-80 {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {

    .mb-16 {
        margin-bottom: 10px;
    }

    .mb-24 {
        margin-bottom: 20px;
    }

    .mb-32 {
        margin-bottom: 20px;
    }

    .mb-48 {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .service-us-page .service-image-container.vr-2 {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .service-us-page .col-lg-6 {
        width: 50%;
        padding: 0;
    }
}

@media (max-width: 1599px) {
    .service-us-page .service-text-container p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}
/**Service Page End**/

/**Video Section Start**/
.paddingmarrgine {
    padding: 0px;
    margin: 0px;
}

Video {
    width: 100%;
}

@media (max-width: 767px) {
    Video {
        height: auto !important;
        width: 100%;
    }
}
/**Video Section End**/
