
/* Fonts */ 

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: local('Avenir Next LT Pro Regular'), local('AvenirNextLTPro-Regular'),
        url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.eot');
    src: local('Avenir Next LT Pro Bold'), local('AvenirNextLTPro-Bold'),
        url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




    
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 80px;
      }
    
    body {
        padding: 0px;
        margin: 0px;
        font-size: 17px;
        font-family:'Avenir Next LT Pro', sans-serif;
        background-size: cover;
        line-height: 24px;
        font-weight: 400;
        color:#001837;
    }
    h1, .h1-cl, h2, h3, h4, h5, h6 {
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        color: #252525;
            line-height: 1.2;
        font-size: 35px;
        font-family:'Avenir Next LT Pro', sans-serif;
    }
    h4, .h4-cl{
        font-size: 22px;
    }
    .h2-box{
        font-size: 32px;
        font-weight: bold;
        line-height: initial; 
        color: #252525;
    }
    
    .font-18 {
        font-size: 18px;
    }
    
    .weight-400 {
        font-weight:normal;
    }
    
    .weight-600 {
        font-weight: 600 !important;
    }
    
    .primary-color {
        color: #252525!important;
     
    }
    
    .secondary-color {
        color: #28ABE3 !important;
     }
       
    
     .bd-style{
        border: 1px solid #d6cdcd;
        }
    
    
    .section-sub-hd{
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .hr-dox{
        height: 4px;
        width: 85px;
        background: #19abe5;
        /* background: #28ABE3; */
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        margin: 20px 0px;
    }
    .hr-dox::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: #fff;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
    }
    @-webkit-keyframes MOVE-BG{
        from{-webkit-transform:translateX(0)}
        to{-webkit-transform:translateX(85px)}
    }
    @keyframes MOVE-BG{
        from{
            -webkit-transform:translateX(0);
            transform:translateX(0)}
            to{-webkit-transform:translateX(85px);
            transform:translateX(85px)}
        }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #252525;
    }
    
    b, strong {
        color:#252525;
    }
    
    a:hover {
        color:#28ABE3;
    }
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    li {
        margin: 0;
        padding: 0;
    }
    p, li, .p-text{
        font-size: 17px;
        font-weight: normal;
        color: #626262;
        font-family:'Avenir Next LT Pro', sans-serif;
    }
    p.h1-cl,
    p.h2-box, p.h2-box strong{
        color: #F89938 !important;
    }
    .p-text{
    margin-bottom: 15px;
    }
    img {
        border: 0px;
        margin: 0;
        padding: 0;
        outline: none;
        display: inline-block;
        height: auto;
        width:100%;
        vertical-align: middle;
        -ms-interpolation-mode: bicubic;
    }
    button:focus {
    outline: none !important;
    }
    a {
        text-decoration: none !important;
        color: #F89938;
        transition: all 0.3s ease-in-out;
    }
    textarea:focus,
    input:focus,
    a:focus {
        outline: none;
    
    }
    textarea:focus-visible,
    input:focus-visible{
        outline: none;
        border: none;
    }
    :-moz-focus-inner {
        outline: none;
        border: 0px;
    }
    .btn-check:focus+.btn, .btn:focus{
        box-shadow: none;
    }
    .bg-btn{
        padding: 10px 25px;
        background: #000000;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        border: 2px solid #000000;
        box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.2);
    }
    .no-bg-btn{
        background: transparent;
        color: #000000;
        border: 2px solid #000000;
        margin: 0px 10px;
    }
    .no-bg-btn:hover{
        background: #000000;
        color: #F89938;
    }
    
    .sec-btn{
        /* background: #fa8511;
        border-color:#fa8511; */
        background: #F89938;
        border-color:#F89938;
        border-radius: 10px;
    }
    
    .sec-btn:hover{
        background-color: #28ABE3;
        border-color: #28ABE3;
        color: #fff;
    }
    .align-center {
        display: flex;
        align-items: center;
    }
    
    /*-- Space start --*/
    .space-15{
        margin-bottom: 15px;
    }
    .h3-box {
        font-size: 24px;
        font-weight: 600;
    }
    .sp-manage{
        height: 20px;
        display: block;
    }
    .resources .accordion .card-body {
        padding: 15px;
    }
    /*-- Space end --*/
    
    /*-- Menu start --*/
    .top-menu-bar {
        background: #fff;
        border-bottom: 1px solid #d6cdcd;
    }
    .middle-flex{
        display: flex;
        align-items: center;
    }
    .top-hd-con{
        font-size: 15px;
        font-weight: bold;
        color: #666666;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-hd-con i{
        margin-right: 8px;
        font-size: 17px;
        vertical-align: middle;
        color: #fff;
        background: #4472c4;
        border-radius: 126px;
        padding: 8px;
    }
    .top-hd-con a{
        font-size: 15px;
        font-weight: bold;
        color: #666666;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-hd-con a i{
        margin-right: 8px;
        font-size: 17px;
        vertical-align: middle;
        color: #fff;
        background: #4472c4;
        border-radius: 126px; 
    }
    .avob-box{
        text-align: center;
    }
    .avob-box img {
        height: 25px;
        width: 25px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
    }
    .avob-box span {
        font-size: 14px;
        color: #666666;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .top-hd-btn li a {
        background: #4472c4;
        padding: 10px 15px;
        border-right: 2px solid #fff;
        color: #fff !important;
        font-size: 15px;
        font-weight: bold;
        display: block;
        transition: all 0.3s ease-in-out;
    }
    .top-hd-btn li a:hover{
        background: #F89938;
        transition: all 0.3s ease-in-out;
    }
    .top-hd-btn {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .top-hd-btn li a .fa-download-class {
        background: #fff;
        border-radius: 45px;
        padding: 4px;
        color: #4472c4;
        font-size: 11px;
        transition: all 0.3s ease-in-out;
        font-weight: 900;
    }
    
    .top-hd-con a:hover, .top-hd-con a:focus{
        color: #f89938;
    }
    
    .top-hd-btn li a:hover .fa-download-class{
        color:  #F89938;
        transition: all 0.3s ease-in-out;
    }
    .top-hd-btn li a .fa-payment-class {
        font-size: 15px;
        font-weight: 900;
    }
    .nav-area-dg .container{
        position: relative;
    }
    .nav-area-dg .col-md-8.nag-box{
        justify-content: flex-end;
        position: static;
    }
    .nav-menu>ul{
        text-align: right;
    }
    .nav-menu>ul li{
        display: inline-block;
    }
    .nav-menu>ul li a{
        color: #666666;
        display: block;
        padding: 40px 10px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.3px;
        font-size: 16px;
    }
    .navbar-nav .search-btn{
        background: #F89938;
        border-radius: 100%;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .nav-menu > ul li .sub-menu-content ul li>a{
    /*    font-weight: bold;*/
        letter-spacing: 0.3px;
    }
    .navbar-nav{
        margin-left: 15px;
    }

    .sub-menu{
        position: absolute; 
        left: 0;
        z-index: 99;
        width: 100%;
        background: #fff;
        text-align: left;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
    }
    .sub-menu.mega-menu {
        position: absolute;
        left: 0;
        z-index: 99;
        width: 100%;
        background: #fff;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    }
    .sub-menu .col-md-4{
        padding: 0px;
    }
    
    .nav-logo img {
    max-width: 266px;
}

    @media screen and (min-width:1200px) {
        .sub-menu.mega-menu .row {
            margin: 10px 0px;
        }
    }
    
    
    .sub-menu-hd {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .nav-menu>ul li .sub-menu-hd a{
        padding: 0px;
        color: #F89938;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 17px;
        padding:5px 0px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
    .nav-menu>ul li .sub-menu-hd a:hover{
        color: #000;
    }
    .sub-menu ul li a {
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding: 3px 0px;
        font-size: 17px;
        font-weight: 400;
        text-transform: capitalize;
    }
    .sd-sub-menu {
        position: relative;
    }
    .sub-menu-level2 {
        padding-left: 10px;
        display: none;
    }
    .sd-sub-menu:hover .sub-menu-level2{
        display: block;
    }
    .sd-sub-menu::after {
        content: "\f078";
        font-family: "FontAwesome";
        position: absolute;
        top: 1px;
        right: 10px;
        font-size: 12px;
        color: #28ABE3;
    }
    .sd-sub-menu a{
        color: #28ABE3;
    }
    .sub-menu-level2 li a::after {
        content: "";
        display: block;
        height: 6px;
        width: 6px;
        background: #28ABE3;
        border-radius: 100%;
        position: absolute;
        top: 12px;
        left: -12px;
    }
    .sub-menu ul li.sd-sub-menu > a {
        color: #28ABE3;
        font-weight: 700;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .dropdown-box.small-dropdown .sub-menu-content{
        padding: 8px 10px;
    }
    .sub-menu ul li:last-child > a {
        border: none;
    }
    .sub-menu ul li:last-child > .sub-menu-level2 li a{
        border-bottom: none;
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .sub-menu ul li:last-child > .sub-menu-level2 li:last-child a{
        border-bottom: none;
    }
    .sub-menu ul li{
    width: 100%;
    }
    .small-dropdown{
        position: relative;
    }
    .small-dropdown .sub-menu{
        min-width: 250px;
    }
    .dropdown-box .main-menu-text{
        position: relative;
    }
    .dropdown-box:hover .sub-menu{
        margin-top: 0px;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        pointer-events: all;
    }
    .dropdown-box .main-menu-text:after {
        display: block;
        content: "";
        height: 4px;
        bottom: 0px;
        position: absolute;
        left: 0px;
        width: 0px;
        z-index: 9;
        background: #F89938;
        transition: all 0.3s ease-in-out;
    }
    .dropdown-box:hover .main-menu-text:after{
        width: 100%;
        transition: all 0.3s ease-in-out;
    }
    .sticky{
        position: -webkit-sticky;
       position: sticky;
       top: 0;
       width: 100%;
       left: 0px;
       z-index: 999;
       background: #fff;
       width: 100%;
       transition: all 0.3s ease-in-out;
       animation: smoothScroll 1s forwards;
       box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }
    
    
    
    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    .sticky + .content {
      padding-top: 102px;
    }
    #header_placeholder {
        height:105px;
        width:100%;
        display:none;
    }
    .nav-area-dg{
        background: #fff;
        border-bottom: 1px solid #d6cdcd;
    }
    .review-rating-nov {
        margin: 0px;
        background: #f3f3f3;
        display: inline-block;
        border: 1px solid #ddd;
        position: relative;
        margin-left: 10px;
    }
    .review-rating {
    font-size: 14px;
        text-align: center;
        background: #f3f3f3;
        line-height: 20px;
        position: static;
        border: none;
        padding: 10px;
    }
    .review-rating a {
        color: #000;
        text-decoration: none !important;
    }
    .review-rating strong {
        margin-right: 8px;
        font-weight: 500;
        line-height: 17px;
    }
    span.total_google_rating {
        color: #ffa63e;
        font-size: 16px;
        margin-right: 5px;
        cursor: pointer;
    }
    .review-rating span {
        cursor: pointer;
    }
    .review-rating span:hover i, .review-rating span i {
        color: #d56e0c;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #d56e0c;
    }
    span.google-powered {
        margin-left: 5px;
        font-size: 13px;
        vertical-align: middle;
        display: block;
    }
    .bradcrum-box{
            background: #fff !important;
        border-top: 1px solid #d6cdcd;
        padding: 10px 0px;
    }
    .bradcrum-box li{
        display: inline-block;
    }
    .bradcrum-box li a{
        color: #4c4c4d;
        font-size: 17px;
        font-weight: 700;
    }
    .bradcrum-box li a:hover{
        text-decoration: underline;
    }
    .bradcrum-box li span{
        margin: 0px 10px;
    }
    .close-btn-menu,
    .mobile-menu{
        display: none;
    }
    .mobile-arrow{
        display: none;
    }
    .sub-menu .sub-menu-content ul li a:hover{
        color:#28ABE3;
    }
    .sub-menu .sub-menu-content ul li a:hover{
        background: #28ABE3;
        color: #fff;
        padding: 3px 10px;
        }
    /*-- Menu end --*/
    
    /*-- Hero header start --*/
    .hero-header-dg{
        position: relative;
    }
    .hero-header-dg .container{
        position: relative;
    }
    .hero-header-text{
        top: 0;
        left: -20px;
        z-index: 1;
        padding: 0;
        max-width: 600px;
        position: relative;
        background-position: center center;
        margin-top: -380px;
    }
    .hero-header-text .content{
        padding: 190px 70px 140px;
        z-index: 1;
        position: relative;
    }
    
    .hero-header-text svg{
        position: absolute;
    }
    .hero-header-text .h1-cl{
        font-size: 35px;
        color:#fff;
        margin-bottom: 15px;
    }
    .hero-header-text .h1-cl strong{
        color: #252525;
    }
    .hero-header-text p{
        color: #fff;
    }
    .hero-header-text #customDots{
        display: flex;
        margin-top: 20px;
    }
    .custom-dots-dg{
        position: static;
        margin: 0px;
        margin-top: 20px;
        justify-content: left;
    }
    .custom-dots-dg .button { 
        border: none;
        display: flex;
        height: 35px;
        width: 35px;
        background:transparent;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
        margin: 2px;
        transition: all 0.3s ease-in-out;
    }
    .custom-dots-dg .button span{
        border: none;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        display: block;
        background: #fff;
    }
    .custom-dots-dg .button:hover,
    .custom-dots-dg .button.active{
        background: #ffffff73;
        transition: all 0.3s ease-in-out;
    }
    .hero-header-btn a.bg-btn:hover{
        color: #F89938;
    }
    /*-- Hero header end --*/
    
    /*-- Section right img start --*/
    .sec-right-img-dg{
        padding:48px 0px;
    }
    .right-img-text-dg p, .p-text,
    .sec-right-img-dg p, .p-text{
        color: #626262;
    }
    .two-img-box{
        position: relative;
    }
    .two-img-box .image-1{
        max-width: 300px;
        display: block;
        margin: 0px 0 0 auto;
        box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
    }
    .two-img-box .image-2{
        display: block;
        max-width: 300px;
        box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.2);
        bottom: 0;
        left: 15%;
        margin-top: -160px;
        z-index: 1;
        position: relative;
    }
    /*-- Section right img end --*/
    
    /*-- Section product area start --*/
    .product-area-dg{
        padding: 48px 0px 20px;
        overflow: hidden;
        position: relative;
    }
    .product-box{
        padding:25px;
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
        border-radius: 15px;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
        top:0px;
        background: #fff;
        transition: all 0.3s ease-in-out;
    }
    .product-box:hover{
        top:-15px;
        transition: all 0.3s ease-in-out;
    }
    .product-area-dg .hd-box{
        margin-bottom: 50px;
        margin-top: 30px;
        position: relative;
    }
    .product-area-dg .hd-box .hr-dox,
    .product-area-dg .hd-box .h2-box{
        position: relative;
        z-index: 1;
    }
    .product-box picture{
        max-height: unset;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    .product-box picture img {
        width: 100%;
        max-width: 100%;
    }
    
    .product-box h5, .product-box p,
    .product-box h4{
        font-size: 20px;
        font-weight: bold;
        margin-top: 40px;
        transition: all 0.3s ease-in-out;
        color:#252525;
    }
    .product-box:hover h4{
        color: #28ABE3;
        transition: all 0.3s ease-in-out;
    }
    .product-box .product-img{
        position: relative;
    }
    .product-box .product-img:after{
        display: block;
        content: "";
        height: auto;
        width: 90%;
        position: absolute;
        background-image: linear-gradient(to bottom , #F89938, #28ABE3);
        /* background: #28ABE3; */
        border-radius: 0px;
        transform: skewY(9deg);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    body p.mt-4.center-content picture img{
        max-width: 400px !important;
        width: auto;
    }
    /*-- Section product area end --*/
    
    /*-- Section 1 start --*/
    .htg-diffrent-dg{
        background: #efefef;
        padding: 48px 0px;
    }
    .htg-diffrent-dg .col-md-6 {
        display: flex;
        align-items: center;
    }
    .htg-diffrent-hd{
        font-size: 45px;
        font-weight: bolder;
        line-height: 54px;
        color: #000;
        max-width: 460px;
    }
    .htg-diffrent-text{
        border-left: 8px solid #28ABE3;
        padding: 0px 50px;
    }
    .htg-diffrent-text p {
        font-size: 22px;
        line-height: 35px;
    }
    .htg-diffrent-dg .sec-btn-box{
        margin-top: 20px;
    }
    .htg-diffrent-dg .mobile-view{
        display: none;
    }
    /*-- Section 1 end --*/
    
    /*-- Section 2 start --*/
    .left-img-text-dg,
    .right-img-text-dg{
        padding: 48px 0px;
    }
    .two-img-box.img-left-box .image-1{
        margin: 0px 0 0 0;
    }
    .right-img-text-dg{
        padding: 48px 0px;
    }
    .two-img-box.img-left-box .image-1{
        margin: 0px 0 0 0;
    }
    .two-img-box.img-left-box .image-2{
        left: 25%;
        right: auto;
    }
    .two-img-box.img-left-box:after {
        left: 40%;
    }
    .product-list ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .product-list ul li {
        padding: 10px;
        margin-bottom: 10px;
        width: calc(50% - 10px);
        display: flex;
        align-items: center;
        transition: all 0.3s ease-in-out;
        position: relative;
        overflow:hidden;
        border:1px solid #845515;
        background: transparent;
    }
    .product-list.no-bg ul li{
        border:1px solid #845515;
        background: transparent;
    }
    .product-list ul li:after{
        content: "";
        height: 200px;
        width: 200px;
        background: #84551563;
        position: absolute;
        transform: rotate(40deg);
        right: -300px;
        top: -40px;
        transition: all 0.3s ease-in-out;
    }
    .product-list ul li:hover:after{
        right: -180px;
        transition: all 0.3s ease-in-out;
    }
    .product-list ul li:hover{
        box-shadow: 6px 7px 4px 0px rgb(132 85 21);
        transition: all 0.3s ease-in-out;
        border: 1px solid #845515;	
    }
    .product-list ul li:nth-child(odd) {
        margin-right: 10px;
    }
    .product-list ul li i{
        height: 30px;
        width: 30px;
        background: #0e9cd1;
        /* background: #28ABE3; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        color: #fff;
    }
    .product-list ul li a{
        color: #23262b;
        text-transform: capitalize;
    }
    .center-content{
        text-align: center;
    }
    .right-img-text-dg .sec-btn-box{
        margin-top: 20px;
    }
    /*-- Section 2 end --*/
    
    /*-- Section 3 start --*/
    .center-content .hr-dox{
        margin: 20px auto;
    }
    .tab-sec-dg{
        padding: 48px 0px 30px;
    }
    .tab-content-box{
        margin-top: 20px;
    }
    .tab-content-box .tab{
        text-align: center;
        margin-bottom: 30px;
    }
    .tab-content-box .tab button{
        border: none;
        background: transparent;
        font-size: 20px;
        transition: all 0.3s ease-in-out;
    }
    .tab-content-box .tab button.active{
        font-weight: bold;
        color: #252525;
        transition: all 0.3s ease-in-out;
    }
    .tab-content-box .tab button:after{
        width: 0px;
        display: block;
        content: "";
        height: 3px;
        margin-top: 3px;
        background: #28ABE3;
        transition: all 0.3s ease-in-out;
    }
    .tab-content-box .tab button.active:after {
        width: 100%;
        transition: all 0.3s ease-in-out;
    }
    .tab-img-box{
        overflow: hidden;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 200px;
        margin-bottom: 30px;
        position: relative;
        box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    }
    .tab-img-box picture{
        display: block;
        height: 200px;
        overflow: hidden;
        display: flex;
    }
    
    .tab-img-box:before{
        content: "\f002";
        font-family: 'FontAwesome';
        position: absolute;
        font-size: 22px;
        color:#fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    .tab-img-box:hover:before{
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .tab-img-box:after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        background: rgb(40 171 227 / 73%);
        transition: all 0.3s ease-in-out;
        top:0;
        left: 0;
    }
    .tab-img-box:hover:after{
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
    .tab-img-box img{
        transition: all 0.3s ease-in-out;
    }
    .tab-img-box:hover img{
        transform: scale(1.1, 1.1);
        transition: all 0.3s ease-in-out;
    }
    /*-- Section 3 end --*/
    
    /*-- Testimonial start --*/
    .testimonial-dg{
        padding: 30px 0px;
    }
    .testimonial-box{
        margin-top: 30px;
    }
    .testimonial-content {
        padding: 30px 20px 20px 20px;
        box-shadow: 0px 0px 23px 1px rgba(0,0,0,0.1);
        transition: all 0.3s ease-in-out;
    }
    .testimonial-content:hover{
        box-shadow: 0px 0px 23px 1px rgb(0 0 0 / 23%);
        transition: all 0.3s ease-in-out;
        background: #28ABE3;
    }
    .testimonial-box-area{
        padding: 20px;
    }
    .testimonial-info{
        display: flex;
        align-items: center;
    }
    .testimonial-info .testimonial-img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30%;
        margin-right: 15px;
    }
    .testimonial-info picture img{
        border-radius: 100%;
        height: 70px;
        width: 70px !important;
    }
    .testimonial-info h5 {
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #F89938;
        transition: all 0.1s ease-in-out;
    }
    .testimonial-text span{
        display: block;
        opacity: 0.7;
        font-size: 17px;
    }
    .testimonial-text {
        width: 70%;
    }
    .testimonial-box .owl-dots{
        text-align: center;
        margin-top: 30px;
    }
    .testimonial-box .owl-dots .owl-dot span{
        border: none;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        display: block;
        background: #d6d6d6;
        margin: 0px 5px;
    }
    .testimonial-box .owl-dots .owl-dot.active span{
        background: #F89938;
    }
    .testimonial-content a{
    transition: all 0.1s ease-in-out;
    }
    .testimonial-content:hover .testimonial-text span,
    .testimonial-content:hover .testimonial-text h5,
    .testimonial-content:hover a,
    .testimonial-content:hover p{
        color: #fff;
        transition: all 0.1s ease-in-out;
    }
    .testimonial-content p{
        padding:0px 20px;
        transition: all 0.1s ease-in-out;
    }
    .morecontent span {
        display: none;
    }
    .morelink {
        display: block;
    }
    /*-- Testimonial end --*/
    
    /*-- Blog start --*/
    .blog-dg{
        padding: 30px 0px;
    }
    .blog-content{
      
        -webkit-box-shadow: 0px 0px 23px 1px #5454541a;
        -moz-box-shadow: 0px 0px 23px 1px #5454541a;
        box-shadow: 0px 0px 23px 1px #5454541a;
        
        -webkit-appearance: none;
        height: 100%;
        overflow: hidden;
    }
    
    .blog-img {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .blog-text{
        padding: 20px;
        padding-bottom: 40px;
        transition: all 0.3s ease-in-out;
        height: 100%;
    }
    .blog-content:hover .blog-text{
        background: #f1f1f1;
        transition: all 0.3s ease-in-out;
    }
    .blog-text a,
    .blog-date{
        color: #F89938;
        font-weight: 700;
        font-size: 17px;
    }
    .blog-content:hover .blog-text a span i{
        padding-left:3px;
        transition: all 0.3s ease-in-out;
    }
    .blog-text .blog-hd, .blog-text .blog-hd a{
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 27px;
        margin: 10px 0px;
        color: #001837;
    }
    .blog-text a span i{
        font-size: 13px;
        transition: all 0.3s ease-in-out;
    }
    .blog-text a span i:last-child {
        margin-left: -5px;
    }
    .limite-box a{
        color: rgb(250 133 17);
        text-decoration: underline !important;
        font-size: 15px;
    }
    .blog-dg .sec-btn-box{
        text-align: center;
        margin-top: 40px;
    }
    .blog-text a:last-child {
        position: absolute;
        bottom:20px;
    }
    .blog-text .blog-hd a {
        position: inherit;
    }
    .pagination_container .pagination-content .col-lg-4.col-sm-6{
        margin-top: 30px;
    }
    .pagination_container .pagination-content .col-lg-4.col-sm-6 .blog-text{
        padding-bottom: 20px;
    }
    .blog-dg .blog-main-box{
        margin-top: 30px;
    }
    /*-- Blog end --*/
    
    /*-- FAQ start --*/
    .faq-sec-dg {
        padding: 30px 0px;
    }
    .faq-sec-dg .center-content p{
        max-width: 900px;
        margin: 0 auto 10px;
    }
    .accordion{
        margin-top: 20px;
    }
    .accordion .card{
        border-radius: 0px;
        margin-bottom: 10px;
        border-color: #efefef;
        box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.1);
    }
    .accordion .card-header{
        border-radius: 0px;
        padding: 0px;
        border:none;
    }
    .accordion .card-header button {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #28abe3;
    text-decoration: none;
    font-family: 'Avenir Next LT Pro', sans-serif;
    width: 100%;
    text-align: left;
    margin: 0px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 10px 16px;
    border-top: 3px solid #10a5e9;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    cursor: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    pointer-events: none;
}
 
.accordion .collapse:not(.show) {
    display: block !important;
}
    .accordion .card-header button:hover{
        background: #efefef;
        transition: all 0.3s ease-in-out;
    }
    
    .accordion .card-header button.btn.btn-link.collapsed{
        background: #fff;
    }
    .accordion .card-header button i{
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .accordion .card-body p{
        font-size: 16px;
        color: #424242;
    }
    .accordion .card-body {
        padding: 15px 15px 0px;
    }
    .panel-title {
      position: relative;
    }
    .panel-title::after {
        content: "\f107";
        color: #949494;
        font-size: 24px;
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .panel-title[aria-expanded="true"]{
        background: #efefef !important;
    }
    .panel-title[aria-expanded="true"]::after {
      content: "\f106";
    }
    /*-- FAQ end --*/
    
    /*-- Contact form start --*/
    .contact-form-box form textarea,
    .contact-form-box form input{
        margin-bottom: 20px;
        border-radius: 10px;
        border: 1.5px solid #28ABE3;
        background: transparent;
        padding: 10px 15px;
        box-shadow: 1px 0px 8px 2px rgba(40 171 227 / 35%);
        width: 100%;
    }
    .contact-form-box form textarea:focus,
    .contact-form-box form input:focus{
        outline:none;
        border: 1.5px solid #28ABE3;
    box-shadow: 1px 0px 8px 2px rgba(40 171 227 / 35%);
    }
    .form-input-field {
        width: 50%;
        float: left;
        padding-right: 20px;
    }
    .form-input-field.full-width{
        width: 100%;
    }
    .form-input-field-textarea{
            width: 100%;
        float: left;
        padding-right: 20px;
    }
    .contact-form-box form textarea{
            min-height: 100px;
    }
    .quote-form-box .quote-form-submit:hover,
    .co-form-input-field-submit input:hover,
    .contact-form-box form .form-input-field-submit input:hover{
        background-color: #28ABE3;
        border-color: #28ABE3;
        transition: all 0.3s ease-in-out;
    }
    .quote-form-box .quote-form-submit,
    .co-form-input-field-submit input,
    .contact-form-box form .form-input-field-submit input{
        background: #F89938;
        border-radius: 10px;
        padding: 10px 25px;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        border: 2px solid #F89938;
        box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.2);
        max-width: 130px;
        transition: all 0.3s ease-in-out;
    }
    .contact-form-box{
        display: block;
        margin-top: 40px;
    }
    .contact-form-area {
        padding: 48px 0px;
    }
    .contact-form-box form textarea::placeholder,
    .contact-form-box form input::placeholder {
      color: #000;
      opacity: 0.5;
      font-size: 16px;
    }
    .contact-form-box form textarea:-ms-input-placeholder,
    .contact-form-box form input:-ms-input-placeholder {
     color: #000;
      opacity: 0.5;
      font-size: 16px;
    }
    .contact-form-box form textarea::-ms-input-placeholder,
    .contact-form-box form input::-ms-input-placeholder {
    color: #000;
      opacity: 0.5;
      font-size: 16px;
    }
    .contact-form-area .map-img{
        padding-left: 70px;
    }
    .form-group.random-captcha img{
        max-width: 200px;
        margin-right: 15px;
    }
    .form-group.random-captcha i{
        cursor: pointer;
    }
    /*-- Contact form end --*/
    
    /*-- Bottom bar start --*/
    .bottom-bar-dg{
        background: #efefef;
        padding: 30px 0px;
    }
    .bottom-bar-dg .city{
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }
    .bottom-bar-dg .city:after{
        content: "";
        position: absolute;
        background-size: contain;
        background-position: center center;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        background-repeat: no-repeat;
        content: "\f18c";
        font-family: 'FontAwesome';
        color: #F89938;
        font-size: 15px;
    }
    .bottom-bar-dg .city:last-child{
        margin-bottom: 0px;
    }
    .bottom-bar-dg .card.card-header,
    .bottom-bar-dg .card{
        border: none;
        border-radius: 0px;
        padding: 0px;
        background: transparent;
    }
    .btn-acc-bar-hd .panel-title{
            width: 100%;
        font-family: 'Avenir Next LT Pro', sans-serif;
        font-size: 30px;
        font-weight: bolder;
        padding: 0px;
        color: #000;
    }
    .btn-acc-bar-hd .panel-title:hover{
        text-decoration: none;
    }
    .btn-acc-bar-hd .panel-title{
            display: flex;
        align-items: center;
        text-decoration: none;
    }
    .btn-acc-bar-hd .panel-title::after {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        margin-left: 20px;
        font-size: 50px;
        line-height: 45px;
        color: #000;
        text-shadow: 4px 6px 6px rgb(0 0 0 / 30%);
    }
    #accordion-bottom-bar .card-body{
        margin-top: 15px;
        padding: 15px;
        border-top: 1px solid #cecece;
    }
    /*-- Bottom bar end --*/
    
    /*-- Footer start --*/
    .footer-dg{
        background: #595552;
        padding: 48px 0px 0px;
    }
    .footer-dg h4{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    .footer-dg .footer-hd{
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .footer-dg .footer-hd .hr-dox{
        margin: 10px 0px 0px;
        width: 55px;
        background: #fff;
    }
    .footer-dg .footer-hd .hr-dox::before{
        background: #595552;
    }
    .footer-dg a,
    .footer-dg p{
        color: #fff;
    }
    .footer-dg .footer-logo{
        max-width: 300px;
         margin-bottom: 20px;
    }
    .footer-memu li {
        margin-bottom: 10px;
    }
    .footer-dg  address p{
        display: flex;
        align-items: baseline;
    }
    .footer-dg address p i{
        color: #F89938;
        margin-right: 10px;
    }
    .footer-dg address p strong{
        display: block;
        margin-bottom: 3px;
    }
    .footer-dg .social-icons{
        display: flex;
        padding-top: 15px;
    }
    .footer-dg .social-icons li a{
        height: 40px;
        width: 40px;
        background: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
    }
    .footer-dg .social-icons li a:hover{
        background: #F89938;
        transition: all 0.3s ease-in-out;
    }
    .footer-dg .social-icons li a:hover i{
        color: #fff;
        transition: all 0.3s ease-in-out;
    }
    .footer-dg .social-icons li i{
        color: #F89938;
    }
    .footer-memu li a{
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
    }
    .footer-memu li a:hover:after{
        width:100%;
        transition: all 0.3s ease-in-out;
    }
    .footer-memu li a:after{
        height: 2px;
        width: 0px;
        content: "";
        display: block;
        position: absolute;
        bottom: -4px;
        background: #F89938;
        transition: all 0.3s ease-in-out;
    }
    .footer-dg .footer-box{
        padding-right: 20%;
    }
    .footer-clt-logo ul{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 0px;
    }
    .footer-clt-logo ul li {
        margin: 0px 5px;
    }
    .footer-bottom-bar{
        background: #595552;
        border-top: 1px solid #8d8986;
        padding: 15px 0px;
    }
    .footer-bottom-bar p{
        text-align: center;
        color: #fff;
        margin:0px;
    }
    .black-bg-menu {
        display: none;
        position: fixed;
        height: 100%;
        background: #000;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 0.5;
    }
    .black-bg-menu.menu-open{
        display: block;
    }
    /*-- Footer end --*/
    
    /*-- Our product start --*/
    .our-pro-heading{
        background-color: #28abe3;
        /* background-image: url(/images/our-products-bg.jpg); */
        padding: 30px 0px;
        background-repeat: repeat;
        background-size: cover;
       
    }
    .our-pro-heading h1, .our-pro-heading h3,
    .our-pro-heading .h1-cl{
        font-weight: bold;
        color: #fff;
    }
    .cat-img-box {
        position: relative;
        max-width: 480px;
        width: 100%;
    }
    .cat-img-box picture,
    .cat-img-box .video-sec-box{
        margin: 35px 0px;
    }
    .img-left-align{
        margin: auto 0 0 0;
    }
    .img-right-align{
        margin: 0 0 0 auto;
    }
    .cat-img-box:after {
        /* background-image: linear-gradient(to bottom right, #F89938, #ee9d4c); */
          display: block;
    content: "";
    height: 110%;
    width: 90%;
    position: absolute;
    background-image: linear-gradient(to bottom , #F89938, #28ABE3 );
    border-radius: 0;
    transform: skewY( 
5deg );
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    }
    .video-sec-box iframe,
    .video-sec-box video,
    .cat-img-box picture{
        position: relative;
        height: auto;
        overflow: hidden;
        display: flex;
        border-radius: 20px;
        align-items: center;
        z-index: 1;
        justify-content: center;
    }
    .cat-img-box img {
        position: static;
        width: 100%;
        max-width: 100%;
    }
    /*-- Our product end --*/
    
    /*-- Bradcrm start --*/
    .bradcrum-box {
        background: #fff !important;
        border-top: 1px solid #d6cdcd;
        padding: 10px 0px;
        display: none;
    }
    .bradcrum-box li {
        display: inline-block;
    }
    .bradcrum-box li a {
        color: #4c4c4d;
        font-size: 17px;
        font-weight: 700;
    }
    .bradcrum-box li span {
        margin: 0px 10px;
    }
    /*-- Bradcrm end --*/
    
    /*-- Inner page slider start --*/
    /* 
    .inner-slider-dg .inner-slider-box{
        max-width: 1140px;
        margin: 0 auto;
    } */
    
    .inner-slider-dg .inner-slider-box {
        max-width: 100%;
        margin:0;
    }
    
    
    
    .inner-slider-dg .row{
        margin: 0px;
    }
    .inner-slider-dg .row .col-md-12{
        padding: 0px;
    }
  
    .content-slide2-left{
        padding: 40px;
        padding-left: 20%;
        padding-right: 0px;
    }
    
    .inner-slider-dg .carousel-indicators {
        text-align: left;
        margin-top: 25px;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0px;
        bottom: 8px;
        top: auto;
        position: absolute;
        z-index: 1;
    }
    .inner-slider-dg .carousel-indicators li{
        background: transparent;
        margin: 0px;
        height: auto;
        border: none;
        margin: 0px;
        width: auto;
        opacity: 1;
    }
    .inner-slider-dg .arrow-box{
        opacity: 1;
            background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    }
    .inner-slider-dg .carousel-control-prev.arrow-box{
            background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    }
    .inner-slider-dg .carousel-control-next, 
    .inner-slider-dg .carousel-control-prev{
    background-image: unset !important;
    }

    .inner-slider-dg .arrow-box i{
        border-radius: 100%;
        display: flex;
        align-items: center;
        font-size: 30px;
        justify-content: center;
        transition: all 0.3s ease-in-out;
        opacity: .7;
    }
    .inner-slider-dg .arrow-box:hover i,
    .inner-slider-dg .arrow-box:focus i{
        color: #fff;
        text-decoration: none;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        }
    .inner-slider-dg .carousel-indicators li.active span{
        background-color: #fff;
    }
    .inner-slider-dg .carousel-indicators li span {
        height: 10px;
        width: 10px;
        display: block;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        border-radius: 100%;
        background: transparent;
        border: 1px solid #fff;
        margin: 3px;
    }
     .inner-slider-dg .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .inner-slider-dg .carousel-inner:after {
        content: "";
        display: block;
        height: 888px;
        width: 888px;
        background: #F89938;
        border-radius: 100%;
        z-index: 1;
        position: absolute;
        display: none;
        top: 50%;
        left: -798px;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        opacity: 0;
    }
    .content-slide2-left .h1-cl{
        font-size: 37px;
        color: #fff;
        margin-bottom: 15px;
    }
    .content-slide2-left p,
    .content-slide2-left .p-text{
            color: #fff;
        max-width: 480px;
    }
    .content-slide2-left a.sec-btn{
        background: #F89938;
        color: #fff;
        border-color: #fff;
        text-transform: uppercase;
        font-family: 'AvenirNext-Medium', sans-serif;
    }
    .content-slide2-left a.sec-btn:hover{
        background: #dd8934;
        border-color: #fffeff;
        border-width: 2px;
    }
     .inner-slider-dg .carousel-inner picture {
        display: flex;
        /*min-height: 370px;
        max-height: 370px;*/
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }
    .inner-slider-dg .carousel-inner picture img {
        width: 100% !important;
        max-width: 1300px;
    }
    ul.text-list {
        padding-left: 25px;
    }
    ul.text-list li {
        position: relative;
        margin-bottom: 5px; 
    }
    ul.text-list li:before {
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        background: #8c38cb;
        border-radius: 100%;
        position: absolute;
        left: -26px;
        top: 7px;
    }
    
    .inner-slider-dg .middle-flex{
        position: relative;
        overflow: hidden;
    }
    .inner-slider-dg .middle-flex:before{
        content: "";
        display: block;
        position: absolute;
        height: 110%;
        width: 110%;
        background: #ffb871;
        transform: rotate( -4deg);
        left: -108%;
        top: 30px;
        box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 25%);
    }
    .inner-slider-dg .middle-flex:after {
        content: "";
        display: block;
        position: absolute;
        height: 110%;
        width: 110%;
        background: #ffb871;
        transform: rotate(-4deg);
        right: -108%;
        top: -30px;
        box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 25%);
    }
    
    .content-slide2-left .h1-cl strong {
        color: #fff;
        font-weight: normal;
    }
    
    .inner-slider-dg{
        background-color:#4472c4;
        /* background-image: url(/images/product-bg-img3.jpg); */
        background-size: contain;
        /* padding: 30px 0px; */
        padding: 0px 0px;
        position: relative;
        overflow: hidden;
        border-bottom: 0px solid #d6cdcd; 
    }
    
    
    
    
    
    /* .inner-slider-dg .col-md-12.col-xl-7.col-lg-7 {
    padding:20px 0px 30px 100px;
    } */
    
    
    @media (min-width:1200px) {
        .inner-slider-dg .col-md-12.col-xl-7.col-lg-7 {
            padding: 0px 0px 0px 105px;
            position: relative;
        }
        .mid-c .sec-btn-box.desktop-view {
            margin-top: 48px;
        }
    }
    
    
    .inner-slider-dg .middle-flex:before,
    .inner-slider-dg .middle-flex:after{
        display: none;
    }
    /* .inner-product-pg .inner-slider-dg:before {
        content: "";
        display: block;
        position: absolute;
        background: #28ABE3;
        top: -43px;
        box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 25%);
        border-radius: 15px;
        left: 30px;
        height: 60px;
        width: 37%;
        transform: rotate(
    -6deg
    );
    } */


    .inner-product-pg .inner-slider-dg:before {
        content: "";
        display: block;
        position: absolute;
        background: url(../../images/left-angle.png);
        top: 0;
        border-radius: 0;
        left: 0;
        height: 85px;
        width: 85px;
    }


    /* .inner-product-pg .inner-slider-dg:after {
        content: "";
        display: block;
        position: absolute;
        top: auto;
        background: #28ABE3;
        transform: rotate( -6deg);
        height: 91px;
        width: 39%;
        right: 0;
        left: 30px;
        bottom: -72px;
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
        border-radius: 15px;
    } */
    .inner-slider-dg .col-md-12.col-xl-7.col-lg-7:after {
        content: "";
        display: block;
        position: absolute;
        top: auto;
        background: url(../../images/right-angle.png);
        height: 85px;
        width: 85px;
        left: 20px;
        bottom: 0;
    }









    /*-- Inner page slider end --*/
    
    /*-- All product sec start --*/
    .all-pro-area-dg {
        padding: 48px 0px;
    }
    .all-pro-area-dg .hd-box{
        margin-bottom: 40px;
    }
    .all-pro-box{
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
        position: relative;
        z-index: 1;
        width: 100%;
        background: #fff;
    }
    .all-pro-box h4, .all-pro-box h5, .all-pro-box p {
        font-size: 20px;
        text-align: center;
        padding: 20px 10px;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
    }
    .all-pro-box p{
        color: #252525;
        margin-bottom:0px;
    }
    .all-pro-box:hover h4, .all-pro-box:hover h5, .all-pro-box:hover p {
        color: #fff;
         transition: all 0.3s ease-in-out;
    }
    .all-pro-box:hover{
        background: #28ABE3;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }
    .all-pro-area-dg .img-wrapper picture{
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: #fff;
    }
    .all-pro-area-dg .img-wrapper picture img{
        width: 100%;
        max-width: 100%;
        transition: all 0.3s ease-in-out;
    }
    .all-pro-box:hover .img-wrapper img{
        transform: scale(1.1, 1.1);
        transition: all 0.3s ease-in-out;
    }
    .bg-shape{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
    .bg-shape:after {
        display: block;
        content: "";
        height: 210px;
        width: 80%;
        position: absolute;
        background-image: linear-gradient(to bottom , #F89938, #28ABE3 );
        
        border-radius: 0px;
        transform: skewY(  5deg );
        top: auto;
        left: 0;
        bottom: -10px;
        right: 0;
        margin: auto;
    }
    /*-- All product sec end --*/
    
    /*-- Gallery cta start --*/
    .gallery-cta-dg{
        background: #28ABE3;
        padding: 30px 0px;
    }
    .gallery-cta-dg h4{
        color: #fff;
        font-weight: bold;
        font-size: 36px;
    }
    .gallery-cta-dg .sec-btn{
        background: #ffffff;
        border-color: #ffffff;
        border-radius: 10px;
        color: #000;
    }
    .gallery-cta-dg .sec-btn:hover{
            background: #F89938;
        border-color: #F89938;
        color: #fff;
    }
    /*-- Gallery cta end --*/
    
    /*-- List sec start --*/
    .list-text-dg-area{
        padding: 48px 0px;
    }
    .list-text-dg-area .hd-box{
            max-width: 900px;
        margin: 0 auto;
    }
    .list-text-dg-box .list-box{
        margin-bottom: 25px;
        padding-left: 15px;
        border-left: 4px solid #F89938;
    }
    .list-text-dg-box .list-box h4{
        font-weight: bold;
    }
    .list-text-dg-box .list-box:last-child{
        margin-bottom: 0px;
    }
    /*-- List sec end --*/
    
    /*-- Inner product page start --*/
    .product-area-dg{
        padding: 48px 0px 48px;
    }
    .product-area-dg.prodcut-pg .hd-box{
        margin-top: 0px;
    }
    .inner-product-pg .faq-sec-dg{
        padding-top: 60px;
    }
    .product-area-dg.prodcut-pg .col-xl-4{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /*.inner-product-pg .inner-slider-dg{
        margin-bottom: 20px;
    }*/
    .product-area-dg.prodcut-pg .col-xl-4 .product-box{
        width: 100%;
        max-width: 400px;
    }
    .commen-text-area-dg{
        padding: 48px 0px 30px;
    }
    .commen-context-dg{
        padding: 15px 20px;
        border: 1px solid #28ABE3;
    }
    .commen-text-area-dg .product-list ul li{
        width:calc(25% - 10px);
        margin-right: 10px;
    }
    .commen-text-area-dg .product-list ul{
        margin-right: -10px;
        margin-bottom: 10px;
    }
        .content-slide2-left{
           padding-left: 40%;
            padding: 0px 40px;
            z-index: 1;
        }
    .testimonial-dg.aligner {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 48px 0px;
    }
    .testimonial-dg.aligner .testimonial-box .owl-stage{
        align-items: center;
        display: flex;
    }
    .testimonial-dg.aligner .testimonial-box .owl-stage img{
            border: 1px solid #d6cdcd;
        padding: 10px;
        height: 120px;
        object-fit: contain;
    }
    .testimonial-dg.aligner .testimonial-box .owl-stage .item {
        margin-left: 3px;
    }
    .insld-box{
        position: relative;
    }
    .ex-review-box{
        padding: 15px;
        box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
        margin: 10px 0px 20px;
        border: 1px solid #d6cdcd;
    }
    .ex-review-box .h3-box{
            margin-bottom: 10px;
        border-bottom: 1px solid #28ABE3;
        padding-bottom: 15px;
    }
    .ex-review-box p{
        margin-bottom: 0px;
    }
    /*-- Inner product page end --*/
    
    /*-- Contact page start --*/
    .contact-con{
        padding: 48px 0px;
    }
    .contact-info-box{
        padding: 15px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    .contact-form-info{
            padding-bottom: 25px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    }
    .contact-form-info .sub-text{
            padding: 0px 15px;
        margin-bottom: 15px; 
        width: 100%;
        display: block; 
    }
    .contact-form-info .form-hd h3,
    .contact-info-box .con-info-hd h3{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #845515;
    }
    .contact-fo-text{
        padding-bottom: 48px;
    }
    .contact-info-box .con-info{
        display: flex;
        flex-direction: column;
        align-items: self-start;
        max-width: 400px;
        border: 2px solid #793e8f;
        border-radius: 5px;
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .contact-info-box .con-info span{
        background: #fff;
        width: 70%;
    }
    .contact-info-box .con-info span strong{
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
    }
    .contact-info-box .con-info span p{
        margin-bottom: 0px;
    }
    .locations-box-dg .contact-info-box .con-info i {
        height: 80px;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #28ABE3;
        margin-right: 15px;
        font-size: 25px;
    }
    .locations-box-dg .contact-info-box .con-info i {
        height: 80px;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #54B6E7;
        margin-right: 15px;
        color: #fff;
        font-size: 35px;
        position: relative;
        overflow: hidden;
    }
    .locations-box-dg .contact-info-box .con-info i:before{
            z-index: 1;
        position: relative;
    }
    .locations-box-dg .contact-info-box .con-info i:after {
        content: "";
        height: 150px;
        width: 150px;
        background: #28ABE3;
        position: absolute;
        transform: rotate(50deg);
        left: -100px;
        top: 10px;
    }
    .contact-info-box .con-info{
        display: flex; 
    }
    .contact-info-box iframe{
        border: 0;
        margin-right: 15px;
        width: 100%;
        /* max-width: 300px; */
        height: 230px;
        margin-bottom: 25px;
    }
    .location-data h3{
            font-size: 22px;
        margin-bottom: 10px;
        color: #F89938;
        font-weight: bold;
    }
    .location-data .location-meta {
        display: flex;
    }
    .location-data .location-meta:last-child {
        margin-bottom: 0px;
    }
    .location-data .location-meta,
    .location-data .location-meta h4{
            font-size: 15px;
        margin-bottom: 10px;
        color: #626262;
    }
    .contact-info-box .con-info span p{
        font-size: 15px;
    }
    .location-data .location-meta h4 a{
        color: #626262;
    }
    .location-data .location-meta i {
        margin-right: 10px;
        color: #001837;   
         margin-top: 5px;
    }
    .contact-form-info form{
            display: flex;
        flex-wrap: wrap;
    }
    
    .co-form-input-field {
        width: 50%;
        padding: 0px 15px;
    }
    .contact-form-info .form-hd{
        padding: 15px 15px 0px 15px;
    }
    .quote-form-box textarea, .quote-form-box input,
    .co-form-input-field-textarea textarea,
    .co-form-input-field input{
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 15px;
        border: none;
        background: #f3f3f3;
        position: relative;
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease-in-out;
    }
    .quote-form-box textarea:focus, .quote-form-box input:focus,
    .quote-form-box textarea:hover, .quote-form-box input:hover,
    .co-form-input-field-textarea textarea:hover,
    .co-form-input-field input:hover,
    .co-form-input-field-textarea textarea:focus,
    .co-form-input-field input:focus{
        border-bottom: 1px solid #F89938;
        transition: all 0.3s ease-in-out;
        box-shadow: none;
        background-color: #f3f3f3;
    }
    .co-form-input-field-textarea textarea:after,
    .co-form-input-field input:after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: red;
    }
    .co-form-input-field.full-width{
        width: 100%;
    }
    .co-form-input-field-submit,
    .co-form-input-field-textarea{
        width: 100%;
        padding: 0px 15px;
    }
    .co-form-input-field-textarea textarea{
        width: 100%;
        min-height: 100px;
    }
    .co-form-input-field-textarea textarea:focus{
        outline: none;
    }
    /*-- Contact page end --*/
    
    /*-- Testimonial page start --*/
    .testi-con-box{
        background: #fff;
        padding: 20px 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 10%);
        border-top-left-radius: 0px;
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .testi-con-box .author-wrap{
        display: flex;
        align-items: center;
    }
    .testi-con-box .author-wrap .like-box{
        height: 40px;
        width: 40px;
        background: #28ABE3;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #fff;
        border-radius: 100%;
        margin-right: 14px;
    }
    .testi-con-box .author-wrap .author-name{
        display: block;
        font-weight: bold;
        margin-bottom: 3px;
    }
    .testi-con-box {
        position: relative;
    }
    .testi-con-area .col-lg-6{
    position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px;
        }
    .testi-con-area .bg-shape:after{
        height: 130px;
    }
    /*-- Testimonial page end --*/
    
    /*-- Get Quote start --*/
    .get-quote-area {
        padding: 48px 0px;
    }
    .quote-form-box textarea,
    .quote-form-box input,
    .label-quote-form-cs {
        width: 100%;
    }
    .quote-form-box textarea:focus-visible{
        outline:none;
    }
    .quote-form-box .quote-form-submit{
        max-width: max-content;
        margin-top: 10px;
    }
    .quote-form-box #quoteformdropzone{
        border: 1px solid #F89938;
        padding: 20px;
        text-align: center;
        background: #f3f3f3;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-bottom: 15px;
    }
    .quote-form-box p{
        margin-bottom: .5rem;
    }
    .label-quote-form-cs,
    .quote-form-remove-files{
        margin-bottom: 10px;
        display: inline-block;
        width: auto;
    }
    .quote-form-box input.quote-form-submit:hover{
        background: #28ABE3;
        border-color: #28ABE3;
        transition: all 0.3s ease-in-out;
    }
    .get-a-quote{
        padding: 48px 0px;
    }
    .checkbox-box input{
        width: auto;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .checkbox-box .quote-form-box{
            display: flex;
        align-items: center;
    }
    /*-- Get Quote end --*/
    
    /*-- Thankyou page start --*/
    .thankyou-box{
            padding: 20px;
        box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 5%);
    }
    .thankyou-content{
        padding: 48px 0px 30px;
    }
    .thankyou-box .icon-box{
        text-align: center;
        color: #626262;
        font-size: 4em;
        margin-bottom: 15px;
    }
    .thankyou-box .thankyou-hd{
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #67c524;
        margin-bottom: 15px;
    }
    .thankyou-box p{
        text-align: center;
        line-height: 26px;
        color: #666666;
        font-weight: bold;
        font-size: 20px;
    }
    /*-- Thankyou page end --*/
    
    /*-- Gallery page start --*/
    
    .hrtg-gallry-tabs a{
        transition:none;
    }
    .hrtg-gallry-tabs .revGallery-anchor, .hrtg-gallry-tabs .gal-overlay, .hrtg-gallry-tabs .nak-gallery-poster{
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
    .hrtg-gallry-tabs .revGallery-anchor{
      overflow: hidden;
      position: relative;
      width: calc(100% / 5);
      display: block;
      float: left;
      border: 5px solid #e9e9e9;
    }
    
    .hrtg-gallry-tabs .gal-overlay{
      display: block;
      width: 100%;
      height: 100%;
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      transition: background .4s ease;
      -webkit-transition: background .4s ease;
    }
            
    .hrtg-gallry-tabs .revGallery-anchor:hover .gal-overlay{
      background: rgba(27,27,27, 0);
    }
    
    .hrtg-gallry-tabs .nak-gallery {
      display: block;
      width: 100%;
      position: relative;
      margin-top: 30px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .hrtg-gallry-tabs .nak-gallery-poster{
      padding-bottom:100%;
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transition: all .4s ease;
      -webkit-transition: all .4s ease;
    }
    
    .hrtg-gallry-tabs .revGallery-anchor:hover .nak-gallery-poster{
      transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
    }
    
    .hrtg-gallry-tabs .img-responsive{
      display:none;
    }
    .hrtg-gallry-tabs .inkwell{
            -webkit-filter: none;
        filter: none;
    }
    
    .hrtg-gallry-tabs .button{
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
        background: transparent;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
        box-shadow: none;
        padding: 2px;
        margin-bottom: 0px;
        border:none;
        margin-right: 10px;
            font-family: 'Avenir Next LT Pro', sans-serif;
        font-size: 12px;
    } 
    .hrtg-gallry-tabs .button.is-checked{
        color: #e7711b;
    }
    .hrtg-gallry-tabs .button.is-checked:after{
        width: 100%;
    transition: all .3s ease-in-out;
    }
    .hrtg-tab-responsive-box{
        display: none;
        max-width: 190px;
        position: relative;
        margin: 0 auto;
    }
    .hrtg-tab-responsive-box .show-gallery-cat{
    margin: 0 0 30px;
    text-align: center;
    width: auto;
    border: 1px solid #F89938;
    color: #fff;
    font-size: 15px;
    background: #F89938;
    font-weight: 600;
    padding: 10px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
        }
    .hrtg-tab-box.gallery-cat-box .button {
        width: 100%;
        text-align: left;
        padding: 11px;
        margin: 0px;
    }
    .hrtg-tab-responsive-box .hrtg-tab-box{
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #c5c5c5;
    left: 0;
    top: 50px;
    width: 100%;
    max-height: 300px;
    overflow: scroll;
    }
    .hrtg-tab-responsive-box .hrtg-tab-box.main{
        display: block;
    }
    .hrtg-tab-responsive-box .hrtg-tab-box .button{
        border-radius: 0px;
    }
    .hrtg-tab-responsive-box .hrtg-tab-box .button:after{
        display: none;
    }
    .hrtg-tab-responsive-box .hrtg-tab-box .button:hover{
        background: #000;
    }
    .hrtg-tab-responsive-box .hrtg-tab-box .button.is-checked{
        background: #000;
    }
    .hrtg-gallry-tabs .button:focus{
        outline:none;
    }
    .hrtg-gallry-tabs .button:active,
    .hrtg-gallry-tabs .button.is-checked {
        background: transparent;
        border: none;
    }
    .hrtg-gallry-tabs .button:after{
        content: "";
        display: block;
        height: 1px;
        width: 0;
        background: #161616;
        margin: 0px 0 3px;
        transition: all 0.3s ease-in-out;
        position: relative;
    }
    .hrtg-gallry-tabs .button:hover{
    color: #e7711b;
    transition: all 0.3s ease-in-out;
    }
    .hrtg-gallry-tabs .button:hover:after{
        width: 100%;
        transition: all 0.3s ease-in-out;
    }
    
    .hrtg-gallry-tabs .revGallery-anchor-width1{
      width: 40%
    }
    
    .hrtg-gallry-tabs .revGallery-anchor-width2{
      width: 30%
    }
    
    .hrtg-gallry-tabs .revGallery-anchor-width3{
      width: 20%
    }
    
    .hrtg-gallry-tabs .nak-gallery-height1{
      padding-bottom: 400px
    }
    
    .hrtg-gallry-tabs .nak-gallery-height2{
      padding-bottom: 300px
    }
    
    .hrtg-gallry-tabs .nak-gallery-height3{
      padding-bottom: 200px
    }
    
    .hrtg-gallry-tabs .preloader{
      display: none;
    }
    
    .hrtg-gallry-tabs .preloaderStyle{
      background: red;
      width: 100%;
      height: 100px;
    }
    .hrtg-gallry-tabs-box{
        text-align: left;
    }
    .hrtg-tab-box button.button:last-child {
        margin: 0px;
    }
    .hrtg-gallry-tabs{
        padding: 48px 0px 48px;
        background-size: cover;
        background-position: center center; 
    }
    /*-- Gallery page end --*/
    
    /*-- Core Values page start --*/
    .cv-text-hd{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .cv-list-box {
        margin-bottom: 30px;
        display: block;
        position: relative;
        padding-left: 50px;
    }
    .cv-list-box:after {
        content: "\f054";
        font-family: "Fontawesome";
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        background: #28ABE3;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    .cor-v-img-box{
        padding: 30px;
    }
    .cor-v-img-box picture {
        display: block;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
        border-radius: 20px;
        overflow: hidden;
    }
    .core-values-text {
        padding: 48px 0px;
    }
    .core-values-content {
        padding-top: 40px;
    }
    .our-story-content{
            padding: 48px 0px;
    }
    .core-values-list.list-variations{
        background: #f7f7f7;
        padding: 30px 30px;
    }
    .core-values-list.list-variations h1{
        margin-bottom: 20px;
    }
    .core-values-list.list-variations h1 b{
        color: #F89938!important;
    }
    /*-- Core Values page end --*/
    
    /*-- Bottom contact bar start --*/
    .contact-now-box-text {
        min-height: 110px;
        border: 1px solid #ea6d2c;
        padding: 0px 15px;
        max-width: 400px;
        box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 10%);
    }
    
    .contact-now-box-text a:hover, .contact-now-box-text a:focus {
        color: #ea6d2c;
    }
    .contact-now-box-text p {
        margin: 0px;
    }
    .contact-now-box-text p i {
        font-size: 40px;
        margin-right: 20px;
        color: #ea6d2d;
    }
    .contact-now-box-text p span {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #28abe3;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }
    .contact-now-box-text p a {
        color: #000;
        font-weight: 700;
        font-size: 20px;
    }
    /*-- Bottom contact bar end --*/
    
    /*-- Single testimonial start --*/
    .single-testimonial .st-box{
            padding: 30px;
        border: 1px solid #28ABE3;
        box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 10%);
            position: relative;
        overflow: hidden;
    }
    .single-testimonial{
        padding: 48px 0px;
    }
    .single-testimonial p{
        text-align: center;
    text-align: left;
        color: #000;
        line-height: 27px;
        display: inline;
    }
    .single-testimonial .wirter{
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        color: #F89938;
        margin-bottom: 0;
        display: inline;
    }
    .single-testimonial .bg-btn{
            background-color: #28ABE3;
        border-color: #28ABE3;
    }
    .single-testimonial .bg-btn:hover{
            background-color: #F89938;
        border-color: #F89938;
    }
    .single-testimonial .sr-rew{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .single-testimonial .center-content,
    .single-testimonial .sr-rew{
            z-index: 1;
        position: relative;
    }
    .single-testimonial svg{
            position: absolute;
        width: 100%;
        left: 0;
        bottom: 0px;
    }
    .single-testimonial svg path{
            fill: #efefef87;
    }
    
    /*-- Single testimonial end --*/
    
    
    
    /*  Vertical Image Right Section */ 
    
    .sec-right-img-dg .two-img-box {
        margin-left: 15%;
    }
    
    .two-img-box .image-1 {
        max-width: 90%;
        display: block;
        margin: 0px 0px 40px auto;
        box-shadow: 10px 10px 20px -10px rgb(0 0 0 / 20%);
        position: relative;
        z-index: 1;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .two-img-box .image-1 img {
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }
    
    .two-img-box .image-1:after {
        content: "";
        display: block;
        background: #ffede7;
        height: 300px;
        width: 100%;
        z-index: 0;
        position: absolute;
        top: 40px;
        right: 40px;
        height: 100%;
    }
    
    .right-img-text-dg .two-img-box .image-1:after {
        left: 40px;
        right: auto;
    }
    
    .gallery-area-bg {
        padding: 48px 0px;
        background: #28ABE3;
    }
    
    .gallery-area-bg p {
        color: #fff;
        font-size: 20px;
        max-width: 699px;
        margin: 0px auto 0em;
        line-height: 28px;
    }
    .icon-img img {
        width: auto;
        margin-right: 10px;
    }
    
    /*-- Media page start --*/
    .media-box .product-box .product-img:after{
        display: none;
    }
    .media-box  .product-box picture{
        max-height: inherit;
    }
    .media-box .product-box{
        padding: 20px;
    }
    .media-box .product-box picture img{
        width: 100%;
    }
    .media-box .product-box h5, .media-box .product-box h4{
        margin-top: 20px;
    }
    /*-- Meida page end --*/
    
    /*-- resource page start --*/
    .resource-sidebar .list-group-item {
        margin-bottom: 0.5em;
    background-color:#F89938;
    font-weight: bold;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        color: #fff;
        border:1px solid #F89938;
    }
    
    .resources .accordion .card-header button {
        font-weight: 600;
        font-size: 80%;
    }
    
    
    
    .resource-sidebar .list-group-item+.list-group-item {
        border-top-width: 1px;
    }
    
      .resource-sidebar .list-group-item:hover, .resource-sidebar .list-group-item:focus {  
    background: #28ABE3;
        color: #fff;
        border-color: #28ABE3;
    }
    
    .resource-sidebar .list-group-item.active {
        z-index: 2;
        background: #28ABE3;
        color: #fff;
        border-color: #28ABE3;
    }
    
    .resource-sidebar {
        background: #f8f8f8;
        padding: 15px;
        border-radius: 0;
        border: 1px solid #28ABE3;
    }
    
    .resource-sidebar .h3-box {
        margin-bottom: 16px;
    }
    .resource-sidebar .list-group {
        margin-bottom: 1em;
    }
    
    .resource-sidebar .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .resource-sidebar .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    /* .resource-sidebar .list-group-item.active {
        background: #28ABE3;
        border-color: inherit;
    } */
    
    
    @media (min-width:1200px) {
    .resource-sidebar {
        padding: 30px;
        max-width: 330px;
        margin-left: auto;
    }
    
    
    
    }
    /*-- resource page end --*/
    
    
    /* Review */ 
    
    .image_rev img {
        width: auto !important;
        max-width: 100% !important;
        /* border: 8px solid #f8f8f8; */
        display: table;
        margin: auto;
    }
    
    
    @media (max-width:991px) {
        .sites-review .image_rev.product-box {
            width: 100%;
        }
    }
    
    
    /* Site Map */ 
    
    .site-map-dg{
        padding-top: 30px;
    }
    .sitemap-hd{
        font-size: 30px;
        margin-bottom: 15px;
       
    }
    .site-map-dg a{
        color: #28ABE3;
    }
    .site-map-dg a:hover{
        color: #f89938;
    }
    .site-map-dg .sitemap-sub-hd{
        font-size: 26px;
        margin-bottom: 15px;
        display: block;
    }
    .site-map-dg .sitemap-hd3{
    font-size: 20px;
    margin-bottom: 15px;   
    }
    .site-map-dg blockquote {
        border-left: 4px solid #28abe3;
        margin-left: 0;
        padding-left: 15px;
    }
    
    
    /* Blog Listing */
    
    .blog-listing {
         margin-bottom:4em;
    }
    .blog-image {
        position: relative;
        max-height: 240px;
        box-shadow: inset 0 0 5px 2px rgb(0 0 0 / 7%);
    }
    .blog-image img {
        object-fit: cover;
        height: 240px;
    }
    .blog-listing a {
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }
    .blog-date {
        position: absolute;
        left: 0;
        top: -45px;
        background: #28ABE3;
        width: 85px;
        color: #fff;
        text-align: center;
        padding: 15px 5px;
        line-height: 22px;
        font-size: 14px;
        font-weight: 600;
    }
    .blog-details-headline {
        position: relative;
        top: -15px;
    }
    .blog-title a {
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 7px;
        transition: color 0.3s;
    }
    .blog-title a:hover, .blog-title a:focus {
        color:#F89938;
    }
    .blog-details {
        padding: 30px 0px;
      
    }
    .blog-short-description {
        font-size: 17px;
        color: #626262;
    }
    .blog-grid-section {
        padding: 5em 0 0;
    }
    .pager {
        text-align: center;
        font-size: 17px;
        margin-bottom: 2em;
    }
    .pager a.next_page, .pager a.prev_page {
        display: inline-block;
        line-height: 43px;
    }
    .single-post-image {
        height: 320px;
        position: relative;
        max-width: 475px;
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .single-post-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        object-fit: cover;
        margin: auto;
    }
    .pager .pages {
        display: inline-block;
        margin: 20px 30px 0;
        padding: 4px 3px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #f8f8f8;
    }
    .pager .pages a {
        display: inline-block;
        margin: 0 1px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current {
        color: #fff;
        background-color: #0095eb;
    }
    .pager a {
        color: #a8a8a8;
    }
    .pager a.next_page i, .pager a.prev_page i {
        display: inline-block;
        margin: 0px 5px;
    }
    .pager a.next_page, .pager a.prev_page {
        display: inline-block;
        line-height: 43px;
        color: #0095eb;
    }
    .single-blog-page {
        padding: 2.5em 0 0;
    }
    .single-post-image {
        margin: 2em auto;
    }
    .single-post-image img {
        width: 100%;
        height: auto;
    }
    .post-date {
        color: #3d3838;
        font-size: 17px;
        margin-top: -15px;	
    }
    .share-simple-wrapper {
        border-top: 1px solid rgba(0,0,0,.08);
        padding: 15px 0;
        text-align: left;
        margin-top: 15px;
    }
    
    .share-simple-wrapper .share-label {
        margin-right: 10px;
        font-weight: 600;
        color: #626262;
    }
    .share-simple-wrapper .icons {
        display: inline;
    }
    .blog-list {
        margin-bottom: 1em;
    }
    .share-simple-wrapper .icons a {
        width: 35px;
        height: 35px;
        display: inline-block;
        background: #454241;
        border-radius: 100%;
        text-align: center;
        padding: 0;
        line-height: 35px;
        margin-right: 10px;
        color: #fff;
    }
    .share-simple-wrapper .icons a:hover, .share-simple-wrapper .icons a:focus {
        background: #F89938;
    }
    .headign-news {
        margin: 22px 0px 22px;
    }
    .newsletter-form button {
        display: table;
        padding: 9px 22px;
    }
    .newsletter-form form {
        background: #f3f3f3;
        padding: 30px 15px;
        border: 2px solid #f0f0f0;
    }
    .newsletter-form .form-input-field label span {
        color: #161922 !important;
    }
    .newsletter-form .form-input-field-submit .btn-submit {
        padding: 10px 30px;
        border-radius: 4px;
        width: max-content;
        cursor: pointer;
        background: #F89938;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }
    .newsletter-form .form-input-field-submit .btn-submit:hover, .newsletter-form .form-input-field-submit .btn-submit:focus {
        background: #584e4d !important;
    }
    h2.blog-newsletter.font-20 {
        font-weight: 600;
        padding: 0px;
        margin: 0px;
        color: #252525;
        font-size: 20px;
        font-family: 'Avenir Next LT Pro', sans-serif;
    }
    .product-list-acc .inside h4 {
        background: #F89938;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0px;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        padding: 0.5em;
        font-family: 'Avenir Next LT Pro', sans-serif;
    }
    .newsletter-form .form-input-field label {
        color: #474747;
        font-weight: 700;
    }
    .newsletter-form button {
        -webkit-border-radius: 0.25em;
        border-radius: 0.25em;
    }
    .mc4wp-alert.mc4wp-success {
        text-align: center;
        margin-top: 1em;
    }
    .mc4wp-alert.mc4wp-success p {
        color: green;
    }
    .form-input-field2 input , .form-input-field2 textarea, form#commentform input[type='text'],form#commentform input[type='email'], form#commentform input[type='url'], form#commentform textarea {
        border: 1px solid #dfdfdf;
        font-size: inherit;
        padding: 10px 15px;
        width: 100%;
        margin: 0 0 0 0;
        max-width: 100%;
        border-radius: 0.375em;
        resize: none;
        background: #f8f8f8;
    }
    .form-input-field2 input:focus, .form-input-field2 textarea:focus,  form#commentform input:focus, form#commentform textarea:focus {
    
        background-color: rgba(233, 245, 252, 1) !important;
        border-color: #d5e5ee !important;
        outline:0;
        box-shadow: none;
    }
    .comment-form-cookies-consent label {
        font-weight: normal !important;
    }
    .blog-comment-form {
        border-top: 1px solid #e4e4e4;
        padding-top: 30px;
    }
    .form-input-field2 textarea {
        min-height: 140px;
    }
    .blog-comment-form {
        border-top: 1px solid rgba(0,0,0,.08);
        padding-top: 16px;
    }
    .form-input-field2 input[type="submit"] {
        width: auto;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        transition: all 0.3s ease;
    }
    .form-input-field2 input[type="submit"]:hover, .form-input-field2 input[type="submit"]:focus {
        background: #000 !important;
    }
    .comment-reply-title {
        font-size: 26px;
    }
    form#commentform label {
        color: #575757;
        font-weight: 600
    }
    input#submit {
        display: block;
        background: #28ABE3;
        font-size: 15px;
        color: #fff;
        padding: 10px 20px;
        text-transform: uppercase;
        border: 1px solid #28ABE3;
        font-weight: 600;
        border-radius: 3px;
        transition: all 1.5s ease;
        height: auto !important;
        transition: all 0.3s ease-in-out;
    }
    input#submit:hover, input#submit:focus {
        background: #584e4d !important;
        border-color: #584e4d !important;
        color:#fff;
    }
    .form-input-field-submit {
        text-align: center;
        margin: auto;
        display: flex;
        float: left;
        justify-content: center;
    }
	
	.newsletter-form form .form-input-field-submit {
    float: none;
    justify-content: left;
}
	
    footer.comment-meta, footer.comment-footer-meta {
        background: transparent;
        padding: 30px 0px;
    }
    .comment-author a {
        display: flex;
        flex-direction: column;
        padding-left: 64px;
    }
    .comment-author.vcard a img {
        width: 48px;
        height: 48px;
        position: absolute;
        display: block;
        overflow: hidden;
        border: 1px solid #eaeaea;
        border-radius: 0.375em;
        background: #454241;
        left: 0;
    }
    .fn {
        color: #444741;
        font-size: 16px;
        font-weight: 600;
    }
    .icon-hover-wraper .row .col-md-4:last-child .box-hover:after {
        content: unset;
    }
    .single-feature-image {
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
        height: 427px;
        margin: 1em 0;
    }
    .single-blog-content h1 {
        font-size: 30px;
    
    }
    .single-blog-content h2 {
        font-size: 30px;
        
    }
    .single-blog-content h2.comment-reply-title {
        font-size: 24px;
        
    }
    .single-blog-content .blog-details-headline {
        margin-bottom: 0;
    }
    .blog-details-text a {
        color: #F89938;
    }
    .blog-details-text a:hover {
        color:#001837;
    }
    .single-blog-content h3 {
        font-size: 26px;
        
    }
    .single-blog-content h4 {
        font-size: 22px;
        
    }
    .img-auto-width img {
        width: auto !important;
        max-width: 100% !important;
    }
    .menu-side-container {
        background: #ddd;
        padding: 15px;
    }
    .menu-side-container ul li {
        padding: 1px !important;
        border-bottom: 1px solid #ccc;
    }
    .menu-side-container ul li a {
        color: #000;
        font-size: 14px;
        padding: 7px 10px;
        background: none;
        display: block;
        border: none;
        margin: 0;
    }
    .menu-side-container ul {
        background: #fff;
        padding: 0;
        list-style: none;
        margin: 0px;
    }
    .menu-side-container ul li a:hover,
    .menu-side-container ul li a:focus {
        text-decoration: none;
        color: #28ABE3 !important;
        background: none;
    }
    .menu-side-container ul li:hover {
        background: #f3f3f3 !important;
    }
    .newsletter-form .form-input-field input, .newsletter-form .form-input-field-textarea textarea {
        height: auto !important;
        padding: 9px 12px !important;
        border-radius: 4px !important;
        background: #fff !important;
        border: 1px solid #ddd !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        max-width: 100%;
        display: block;
        margin-bottom: 15px;
        outline: none;
        box-sizing: border-box;
        width: 100%;
        -webkit-box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
        -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
        -ms-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
        box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
    }
    .newsletter-form .form-input-field label span {
        color: #d56e0c !important;
        margin-bottom: 0.75em;
        display: block;
        font-size: 14px;
    }
    .newsletter-form .form-input-field{
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .footer-dg .social-icons a{
        background-color: transparent;
    }
    /*end blog */
    
    
    @media (max-width:767px) {
		
	
        .single-feature-image  {
            height: 200px;
        }
        .single-feature-image img {
    
        align-self: flex-start;
        display: flex;
        align-self: flex-start;
        justify-self: flex-start;
        width: 100%;
        height: auto !important;
    object-fit: none;
    max-width: 100%;
    }
    
    .wp-block-image img, .blog-details-text img {
        max-width: 100% !important;
        width: 100% !important;
        display: flex !important;
        margin: 1em 0px !important;
        align-items: center !important;
        justify-content: center;
    
    }
        .nav-logo img {
        max-width: 186px;
    }
    }
    
    .bg-green-box .hr-dox::before,
    .bg-green-box{
        background-color:#28ABE3;
    }
    .bg-green-box .h2-box{
        color: #fff;
    }
    .bg-green-box p{
        color: #fff;
    }
    .bg-green-box .sec-btn{
        background: #ffffff;
        border-color: #ffffff;
        color: #001837;
    }
    .bg-green-box .sec-btn:hover{
        background-color: #F89938;
        border-color: #F89938;
        color: #fff;
    }
    
    
    
    /* Back to top */ 
    
    .footer-clt-logo span {
        color: #ffaf00;
    }
      
    .footer-clt-logo p {
        text-align: center;
    }
    
    
    /* Form Validation Css */
    
    textarea.form-control {
        resize: none;
    }
    
    #overlay{ 
      position: fixed;
      top: 0;
      z-index: 999999;
      width: 100%;
      height:100%;
      display: none;
      background: rgba(0,0,0,0.6);
    }
    .cv-spinner {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;  
    }
    .spinner {
      width: 40px;
      height: 40px;
      border: 4px #ddd solid;
      border-top: 4px #2e93e6 solid;
      border-radius: 50%;
      animation: sp-anime 0.8s infinite linear;
    }
    @keyframes sp-anime {
      100% { 
        transform: rotate(360deg); 
      }
    }
    .is-hide{
      display:none;
    }
    #processing{
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, 50%);
        color: #fff;
        font-size: 1.35em;
        font-weight: 500;
    }
    
    
    
    /* Header Button */
    
    /* Header Menu Buttton */
    .main-menu-text.cta-menu-btn {
        background: #F89938;
        /* background: #019557; */
        border-radius: 10px;
        padding: 12px 20px;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }
    
    .request-a-quote-form .main-menu-text.cta-menu-btn {
        /* background: #F89938; */
        /* background: #28ABE3; */
    }
    
    
    
    .main-menu-text.cta-menu-btn:hover, .main-menu-text.cta-menu-btn:focus {
        background: #28ABE3;
        border-color: #28ABE3;
        transition: all 0.3s ease-in-out;
        color:#fff !important;
    }
    .request-a-quote-form .main-menu-text.cta-menu-btn:hover, .request-a-quote-form .main-menu-text.cta-menu-btn:focus {
        background: #F89938;
        border-color: #F89938;
    }
    
    
    @media(max-width:991px) {
        .main-menu-text.cta-menu-btn {
            margin-left: 20px;
            margin-top: 1em;
        }
    }
    
    
    
    /* Form Validation Css */
    
    textarea.form-control {
        resize: none;
    }
    
    #overlay{ 
      position: fixed;
      top: 0;
      z-index: 999999;
      width: 100%;
      height:100%;
      display: none;
      background: rgba(0,0,0,0.6);
    }
    .cv-spinner {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;  
    }
    .spinner {
      width: 40px;
      height: 40px;
      border: 4px #ddd solid;
      border-top: 4px #2e93e6 solid;
      border-radius: 50%;
      animation: sp-anime 0.8s infinite linear;
    }
    @keyframes sp-anime {
      100% { 
        transform: rotate(360deg); 
      }
    }
    .is-hide{
      display:none;
    }
    #processing{
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, 50%);
        color: #fff;
        font-size: 1.35em;
        font-weight: 500;
    }
    
    
    /* Request A Quote Form in Product Pages */
    
     
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    .request-a-quote-form {
     padding: 48px;
     border-radius: 10px;
    position: relative;
    z-index: 1;
    position: relative;
    max-width: 480px;
    width: 100%;
    background:#28ABE3;
    /* background:#019557; */
    box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 20px 60px -10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    }
    .request-a-quote-form .form-control {
     background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: normal;
    border: 1px solid #eeeeee !important;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    }
    
    .request-a-quote-form textarea.form-control {
    height:auto;
    line-height: inherit;
    }
    
    .request-a-quote-form .form-control:focus {
        box-shadow: none;
        border: 1px solid #a5c773 !important;
        }
        
        /* Style update */
        .request-form-box .form-check-label {
            color: #fff;
            }
        
            .form-check label {
                font-size: 0.9em;
                position: relative;
                cursor: pointer;
                }
                
        
        .request-form-box .form-check .form-check-input {
            width: 18px;
            height: 18px;
            display: inline-block;
            background: #fff;
            position: absolute;
            left: 40px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid #ccc;
            border-radius: 3px;
            padding: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        .request-form-box .form-check .form-check-input:checked {
            border: 0;
            box-shadow: none;
            outline: 0;
        }
        
        .request-form-box .form-check .form-check-input:focus, .form-check .form-check-input:active {
            border: 1px solid #000;
            -webkit-apperance: none;
            -moz-appearance: none;
            appearance: none;
            z-index: 0;
            top: -1px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            background: #fff;
        }
        .request-form-box .form-check .form-check-input:checked:focus {
            outline: 0;
            border: 0;
            box-shadow: none;
        }
        .request-form-box .form-check .form-check-input:hover {
            border:0;
            border: 1px solid #000;
            background: #fff;
        }
        
        
        .request-form-box .form-check input {
          padding: 0;
          height: initial;
          width: initial;
          margin-bottom: 0;
          display: none;
          cursor: pointer;
        }
        
        .request-form-box .form-check label:before {
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            /* border: 1px solid #ccc; */
            box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
            /* padding: 8px; */
            height: 18px;
            width: 18px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
        }
        
        .form-check input:checked + label:before {
            background: #ee6b2a;
            border-color: #ee6b2a;
            margin-top: -5px;
        }
        
        
        .request-form-box .form-check input:checked + label:after {
            content: "";
            display: block;
            position: absolute;
            top: 6px;
            left: 6px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 1px 1px 0;
            transform: rotate(
        45deg
        );
        }
        /* Style update */
        
       
    .request-a-quote-form .form-heading-quote {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 20px;
    color: #fff;
    }
    
    .request-a-quote-form .label-quote-form-cs {
    /* color: #F89938; */
    color:#ffffff;
    
    }
    
    @media(max-width:991px) {
        .request-a-quote-form .main-menu-text.cta-menu-btn {
            margin-left: 0px;
        }
        .contact-info-box {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media(min-width:992px) {
        .request-a-quote-form {
        margin-top: -105px;
    }
    
    
    
    }
    
    
    .request-a-quote-form .error {
        color: #000;
        display: block;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .error {
    color:orange;
        display: block;
        font-size: 14px;
    }
    
    .request-form-box.form-group.random-captcha i {
        color: #fff;
    }
    
    @media(max-width:575px) {
        .request-a-quote-form {
            padding:1.5em 1em;
        }
        .request-a-quote-form .form-heading-quote {
            font-size: 24px;
       
        }
        
        
    }


    /* ++++++++++++++++++++++++++++++++      Left Right Layout  +++++++++++++++++++++++++++++++++++++  */ 

        .bg_green { 
            background:#28ABE3;
        }
       .new-design .content_wraper_box {
             padding: 53px 53px 0;
             max-width: 630px;
          }

          .new-design .product-box {
            border-radius: 10px;
            padding: 0px;
        }


        .new-design .product-box h5, .new-design .product-box p, .new-design .product-box h4 {
            margin-top: 1em;
            min-height: 46px;
        }

        .new-design  .product-box h5 a {
            color: #252525;
        }
        .new-design .product-box h5 a:hover, .new-design .product-box h5 a:focus {
            color: #F89938;
        }

        .new-design  .product-img img {
            border-radius: 10px 10px 0 0;
        }
    
      .new-design .product-box .product-img:after, .new-design .btn-acc-bar-hd .panel-title::after, .new-design .bottom-bar-dg .city:after {
             display:none;
          }
          .new-design .product-box h5, .new-design .product-box p, .new-design .product-box h4 {
      
        margin-top: 1em;
        min-height: 46px;
      
    }
    .new-design .tab-content-box .tab button:after {
         background: #28ABE3;
       
    }

    @media (min-width:1202px)  { 
        .nav-area-dg .container, .top-menu-bar .container {
            max-width: 1199px;
        }
    
    }
    
    @media (min-width:992px) and (max-width:1205px) { 
        .nav-area-dg .container, .top-menu-bar .container {
            max-width: 1023px;
        }
        .nav-menu > ul > li > a {
            font-size: 14px !important;
        }
        
    .top-hd-contect li:first-child i {
        display: none !important;
    }

    .avob-box span {
        font-size: 12px;
    }
    .avob-box img {
        display: none;
    }
    .content-slide2-left .h1-cl {
        font-size: 26px;
        line-height: initial;
    }
    .mid-c .sec-btn-box.desktop-view {
        margin-top: 38px;
    }
    
    }

    
@media(min-width:1400px)  {
    .prod_cat .container-fluid {
        max-width: 1360px;
    }
}

    @media(max-width:1199px) {
        .new-design .content_wraper_box {
        margin: auto;
        max-width: 630px;
    }
    .img_wraper picture img {
        max-width: 640px;
        margin: auto;
        display: block;
    }
    
    }
    @media(max-width:991px) {
       /* .bottom-bar-dg { */
        /* margin-top: 48px; */
    /* } */
    }
    
    
    
    
    @media (min-width: 768px) {
    
    /* .new-design .tab-content-box .tab{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 0.5em;
    } */
    .new-design .content_wraper_box {
             padding: 53px 53px 50px;
             
          }
    }
    
    
    
    @media(max-width:767px) {
       .new-design .tab-content-box .tab button {
          max-width: initial;
       }
    
       .new-design .content_wraper_box {
        padding: 30px;
        max-width: 100%;
    }
    .contact-info-box {
        grid-template-columns: repeat(1, 1fr);
    }
    }
    
    
    @media(min-width:1200px) {

        .inner-product-pg .inner-slider-dg:before {
            height: 120px;
            width: 120px;
            background-repeat: no-repeat;
            background-size: 100%;
        }

        .inner-slider-dg .col-md-12.col-xl-7.col-lg-7:after {
            height: 120px;
            width: 120px;
            left: -15px;
            background-repeat: no-repeat;
            background-size: 100%;
        }

       .img_wraper picture img {
             max-width: 100%;
             max-height: 500px;
             height:500px;
             object-fit:cover;
             overflow: hidden;
          }

          .content-slide2-left p, .content-slide2-left .p-text {
            max-width: 100%;
        }
        
        .content-slide2-left {
            text-align: center;
            padding-left: 98px;
            padding-right: 0;
        }
        .content-slide2-left .h2-box {
            font-weight: normal;
        }
        
    .image-main-height picture img {
    height: auto;
    max-height: inherit;
}
    }
    


    @media(max-width:991px) {
        .new-design .product-box {
            width: calc(100% - 0px);
        }
  }



  /* New Style Layout */ 

  .new-design .btn-acc-bar-hd .panel-title::after, .new-design .bottom-bar-dg .city:after {
	display:block;
}		
.prod_cat h5 {
    font-size: 18px;
}

.rating-star {
    margin-bottom: 12px;
}
		 .g_logo svg {
			position: relative;
		}

	.single-testimonial .quotes svg path, .g_logo svg  path  {
		fill:inherit;
	}

	.quotes svg {
		height: 42px;
		fill: #F89938;
		width: auto;
		margin-bottom: 8px;
	}



.rating-star .fa {
    color: #ffcf01;
}

.h2-box-customer {
	font-size:24px;
   line-height: 37px;

}


.g_logo svg {
    width: 40px;
    height: 40px;
}

.single-testimonial p, .single-testimonial .wirter{
	font-style: italic;
}

.single-testimonial .st-box {
    padding: 17px 30px 30px;
}

.divider-theme-line {
  height:3px;
  width:100%;
  background:#28ABE3;
}

.prod_cat .sec-btn-box .sec-btn:hover, .prod_cat .sec-btn-box .sec-btn:focus {
    color: #001837;
    background: #fff;
    border-color: #fff;
}


#accordion-bottom-bar .panel-title[aria-expanded="true"] {
    background: transparent !important;
}


.quotes svg {
    height: 42px;
    fill: #F89938;
    width: auto;
    margin-bottom: 8px;
    position: absolute;
    top: -45px;
}

.single-testimonial .st-box {
    position: relative;
}
.st-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 108px;
    background: #f6f6f6;
    width: 100%;
    left: 0;
}

.ready-get-started a {
    color: #ffc488;
}
.ready-get-started a:hover {
	color:#f89938;
}
.single-testimonial {
    padding: 48px 0px 70px;
}
.inner-product-pg .faq-sec-dg {
    padding-bottom: 60px;
}

.faq-sec-dg .accordion .card-header button {
    color: #ffffff;
    background: #28abe3;
}

.faq-sec-dg .panel-title::after {
    color: #ffffff;
}
.faq-sec-dg .accordion .card-header button.btn.btn-link.collapsed {
    background: #28abe3;
}
.faq-sec-dg .accordion .card-header button:hover {
    background: #28abe3;
}

.faq-sec-dg .panel-title[aria-expanded="true"] {
    background: #28abe3 !important;
}


.faq-sec-dg .accordion .card-header button {
    color: #ffffff;
    background: #28abe3;
    padding: 1em;
}

.single-testimonial .wirter {
    text-transform: capitalize;
    font-size: 18px;
	font-weight: normal;

}

.bg-green-box.ready-get-started .sec-btn {
    background: #f89938;
    border-color: #f89938;
    color: #ffffff;
}

.bg-green-box.ready-get-started .sec-btn:hover, .bg-green-box.ready-get-started .sec-btn:focus {
    background: #fff;
    color: #001837;
    border-color: #fff;
}




/* Full Width Slider */ 
.inner-slider-dg.fw-slide .carousel-inner {
    max-width: 100%;
  
}

.inner-slider-dg.fw-slide .carousel-inner {
    max-width: 100%;
    height: auto;
}

.inner-slider-dg.fw-slide .carousel-inner picture img {
    max-width: 100%;
	height:auto;
	object-fit:cover;
}


.fw-slide .overlay-carousel-caption .h1-cl {
   font-size:37px;
   color:#fff;
   text-align: center;
}

.fw-slide .overlay-carousel-caption {
	max-width: calc(100% - 35%);
    margin-left: auto;
    margin-right: auto;
	top: 56%;
    -webkit-transform: translateY(-43%);
	-moz-transform: translateY(-43%);
	transform: translateY(-43%);
}


.inner-slider-dg.fw-slide::before {
    display:none;
}


.fw-slide .overlay-carousel-caption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.fw-slide .overlay-carousel-caption .slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fw-slide .overlay-carousel-caption .slide-content .h1-cl {
    background: rgb(37 37 37 / 70%);
    padding: 12px 32px;
}

/* Full Width Slider */ 


@media(min-width:768px) {
	.new-design .content_wraper_box.lbr-0 {
    padding-right: 0;
    max-width: calc(100% - 70px);
    padding-left: 70px;
}

.inner-slider-dg.fw-slide .carousel-inner, .inner-slider-dg.fw-slide .carousel-inner picture img {
    height: auto;
}

}
@media (min-width: 1200px) and (max-width: 1210px){
.nav-menu>ul li a {
    padding: 40px 7px;
}
}

@media (min-width: 1200px) {
.prod_cat .container-fluid {
    max-width: 1220px;
}


.img_wraper.cover-height picture img {
    max-height: 660px;
    height: 580px;
}

.img_wraper.cover-height-max picture img {
	height: 670px;
    max-height: 700px;
}
.img_wraper.cover-height-maxl picture img {
    height: 780px;
    max-height: 800px;
}
.cover-height-maxll picture img {
    height: 1000px;
    max-height: 1040px;
}

.img_wraper.cover-height-530 picture img {
	height: 580px;
    max-height: 600px;
}

.img_wraper.cover-height-630 picture img {
    height: 550px;
    max-height: 600px;
}

/*  Slide */ 
.inner-slider-dg.fw-slide .carousel-inner, .inner-slider-dg.fw-slide .carousel-inner picture img {
    height: auto;
}

}


.oragne-divider-line {
    height:5px;
    background:#F89938;
    width:100%;
}


.single-testimonial.bg_green .rounded {
    border-radius: 10px !important;
}


.single-testimonial.bg_green .st-box:after {
    height: 108px;
}


.single-testimonial.bg_green .sr-rew {
    padding-bottom: 30px;
}

.single-testimonial.bg_green {
    padding: 48px 0px 48px;
}



/* Customer Lover */ 
.img_wraper {
    position: relative;
}

.img_wraper .sr-rew {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    height: 100%;
    width: 100%;
    text-align: left;
    padding-right: 0;
    max-width: calc(100% - 70px);
    padding-left: 70px;
}

.img_wraper p {
    color: #fff;
    font-style: italic;
    line-height: 1.7em;
}

.img_wraper .wirter {
    font-size: 1.25em;
    margin: 0.5em 0 0.15em;
    color: #fff;
}

.img_wraper .wirter-company img {
    width: 150px !important;
    height: auto !important;
}





@media(max-width:1199px) {
	.new-design .content_wraper_box, .new-design .content_wraper_box.lbr-0 {
    padding-left: 0;
	max-width: 630px;
}

.divider-theme-line {
	display:none;
}

.left-image-sec .container-fluidss {
    padding-left: 15px;
    padding-right: 15px;
}

.img_wraper .sr-rew {
    max-width: 630px;
    padding-left:35px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 35px;
}

}


@media(max-width:575px) {
    .img_wraper.over-text img {
        height: 640px;
        width: 100%;
        object-fit: cover;
    }

}
	
	
	
	 form .g-recaptcha{
        transform: scale(0.77);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}



/*30sep ajay slider css start here*/
 .my-content {
              position: relative;
            }
            
            .my-content .owl-theme .owl-nav .owl-prev, .my-content .owl-theme .owl-nav .owl-next {
              position: absolute;
                color: inherit;
                top: 46%;
                transform: translate(-0%, -50%);
                background: none;
                border: none;
                z-index: 100;
            }
            .my-content .owl-theme .owl-nav .owl-prev i, .my-content .owl-theme .owl-nav .owl-next i {
              font-size: 42px;
               color: #ffffff;
            }
            .my-content .owl-theme .owl-nav .owl-prev {
              left: -30px;
            }
            .my-content .owl-theme .owl-nav .owl-next {
              right: -30px;
            }
            .my-content .owl-item img {
                display: block;
                width: 100%;
                height: 240px;
                object-fit: cover;
                overflow: hidden;
            }
            @media only screen and (max-width: 1260px) {
               .my-content .owl-theme .owl-nav .owl-prev {
              left: 5px;
            }
            .my-content .owl-theme .owl-nav .owl-next {
              right: 5px;
            }

            }

     /*30sep ajay slider css end here*/


.joe-gass-bio img{
	width: 100%;
	border-top: 30px solid #f89938;
	border-left: 30px solid #28abe3;
	margin-bottom:10px;
}

.joe-gass-bio1 img{
	width: 100%;
	border-bottom: 30px solid #28abe3;
	border-right: 30px solid #f89938;
	margin-bottom:10px;
}

@media (max-width:767px) {
		.joe-gass-bio1 img {
			width: 100%;
			border-bottom: 20px solid #28abe3;
			border-right: 20px solid #f89938;
			margin-bottom: 10px;
		}
        .contact-info-box .con-info {
            margin: auto;
            width: 100%;
        }
		.joe-gass-bio img {
			width: 100%;
			border-top: 20px solid #f89938;
			border-left: 20px solid #28abe3;
			margin-bottom: 10px;
		}
		
}


.new-video-class .bg-shape:after{
    display: none;
}
.new-video-class .all-pro-box{
    box-shadow: inherit;
}
.new-video-class .all-pro-box:hover{
    background: inherit;
} 
    .new-video-class .all-pro-box:hover h4, .new-video-class .all-pro-box:hover h5, .new-video-class .all-pro-box:hover p {
    color: #252525;
    transition: all 0.3s ease-in-out;
}
.new-video-class .all-pro-box h4, .new-video-class .all-pro-box h5, .new-video-class .all-pro-box p {
    font-size: 17px;
    text-align: left;
    padding: 15px 5px;
    }
.new-video-class .all-pro-box{
    border-radius:inherit;
}
.new-video-class .embed-responsive{
    border-radius: 12px;
}
 .new-video-class  .bg-shape{
    margin-bottom: 30px;
}

.price-label{
	font-size: 18px;
    font-weight: 600;
}





/*================new inner page design css start here================*/
.custom-image-layout,
.custom-image-layout2 {
  padding: 60px 0;
  position: relative;
  z-index: 9;
}
.custom-image-layout2 {
  background-color: #f6f6f6;
}

@media (min-width: 1200px) {
  .new-design .custom-image-layout .content_wraper_box.lbr-0 {
    padding-left: 70px;
    max-width: 100%;
  }
  .new-design .custom-image-layout2 .content_wraper_box,
  .new-design .custom-image-layout .content_wraper_box {
    padding: 0;
  }
  .custom-image-layout .img_wraper picture img,
  .custom-image-layout2 .img_wraper picture img {
    height: auto;
    max-height: inherit;
  }
  .custom-image-layout2:after {
    content: "";
    background-image: url(/images/texture-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
  }
.custom-image-layout .container-fluidss, .custom-image-layout2 .container-fluidss, 
.nav-area-dg .container, .top-menu-bar .container, .footer-dg .container, .container {
        margin: auto;
        max-width: 1400px;
        padding-left: 15px;
        padding-right: 15px;
    }

}



@media (max-width: 1200px) {
.new-design .custom-image-layout .content_wraper_box, .new-design .custom-image-layout2 .content_wraper_box.lbr-0{ 
    padding-top: 0; 
    padding-left: 0;
    max-width: 630px;
}

.divider-theme-line {
    display:block;
}

.custom-image-layout .container-fluidss {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-image-layout .img_wraper .sr-rew, .custom-image-layout2 .img_wraper .sr-rew {
    max-width: 630px;
    padding-left:35px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 35px;
}   
.new-design .custom-image-layout .content_wraper_box, .new-design .custom-image-layout2 .content_wraper_box {
        margin: auto;
        max-width: 630px;
    }
.custom-image-layout .img_wraper picture img,  .custom-image-layout2 .img_wraper picture img {
    max-width: 630px;
    margin: auto;
    display: block;
}

}

@media (max-width: 767px) {
  .custom-image-layout,
  .custom-image-layout2 {
    padding: 40px 0;
  }
  .new-design .custom-image-layout .content_wraper_box,
  .new-design .custom-image-layout2 .content_wraper_box {
    padding: 0;
  }
  
  .lb-wrapper-text-val {
	left: -17px !important;
    top: 10px !important;
	}
  
  
}


.footer-dg .social-icons li a img {
    height: 17px;
    width: auto;
}


/*================new inner page design css end here================*/
 
.lb-wrapper-text {
    width: 140px;
    position: absolute;
    right: 15px;
    top: -16px;
}


.lb-wrapper-text-val {
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    position: relative;
    padding: 6px 0;
    background-color: #0ea6ea;
    color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    font-size: 14px;
    border-radius: 2px;
}
.lb-wrapper-text-val-0 {
    background: #fa8b32;
}

.lb-wrapper-text-val-1 {
    background: #793e90;
}

@media only screen and (max-width: 991px) {
    .blog-content{
        position: relative;
        overflow: visible;
    }
    .lb-wrapper-text{
        right: 0;
    }
}



.our-ideal-candidate .img_wraper img{
	width:50%;
}

.our-ideal-candidate .img_wraper{
	text-align:center;
}

.interview-tips .increase-font img{
	width:40%;
}


/***********core-values-css start**********/
.core-values-css h1, .core-values-css h2, .core-values-css h3{
    font-size: 28px;
	font-weight: bold;
}

.core-values-css .bg-btn {
    padding: 10px 20px; 
    border-radius: 5px;  
    box-shadow: unset;
}
.core-values-css .btn-sec.d-flex.flex-wrap.justify-content-center {
    margin-top: 20px;
}  
.core-values-css .resume-input input{
    cursor: pointer;
    height: auto;
}
.core-values-css input{
    background: #ffffffba;
}
.core-values-css input:hover{
    background: #fff;
}


.core-values-css .quote-form.quote-form-custom {
    background: #dddddd8c;
    padding: 40px;
    border-radius: 7px;
}
.core-values-css .quote-form-submit:focus{
    background: #28ABE3;
    border-color: #28ABE3;
}

@media only screen and (max-width: 767px){

.core-values-css h1, .core-values-css h2, .core-values-css h3{
    font-size: 26px;
    line-height: 35px;
    }
    .core-values-css .core-values-list.list-variations h1 {
    margin-bottom: 20px;
}
.core-values-css .quote-form.quote-form-custom{
    padding: 20px;
}
}
@media only screen and (max-width: 480px){

.core-values-css h1, .core-values-css h2, .core-values-css h3{
        font-size: 22px;
    line-height: 28px;
    }

}



span.spam_cs_star {
    color: #f79738;
}
/***********End core-values-css start**********/


/*for submenu navbar css start here*/

.level2-hd {
    right: 0px;
    left: 240px;
    top: 0;
}

.dropdown-box.mb-level2 .main-menu-text:after{
    display: none;
}
.sub-menu.level2-hd{
    max-width: 210px;
    min-width: 200px;
}
.dropdown-box.mb-level2 .sub-menu{
  opacity: 0;
}

.dropdown-box.mb-level2:hover .sub-menu{
    opacity: 1;
}

.mb-level2 i {
    font-size: 15px;
    line-height: 0;
    position: relative;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
@media (max-width:992px){
.mb-level2 i {
    display: none;
}
}


/*core value css start here*/
.core-value-new{
		background-image: url(../../images/Mission_Vision_Values_img.jpg);
		background-size: cover;
		position: relative;
		margin: 20px;
		padding: 0;
		text-align: center;
	}
	img.corner1 {
		width: 31px;
		height: 31px;
		position: absolute;
		top: -20px;
		left:  -20px;
		z-index: -9;
	}
	img.corner2 {
		width: 31px;
		height: 31px;
		position: absolute;
		top: -20px;
		right: -20px; 
		z-index: -9;
		transform: rotate(90deg);
	}
	img.corner3 {
		width: 31px;
		height: 31px;
		position: absolute;
		bottom: -20px;
		left: -20px;
		z-index: -9;
		transform: rotate(-90deg);
	}
	img.corner4 {
		width: 31px;
		height: 31px;
		position: absolute;
		bottom: -20px;
		right: -20px;
		z-index: -9;
		transform: rotate(180deg);
	}
	.core-values-lists .core-logo {
		max-width: 410px; 
	}
	.core-value-new .core-values-lists{
		padding: 60px 40px;
		margin: auto;
	}
	.core-value-new .cv-text-hd {
		font-size: 38px;
		margin-top: 40px;
	}
	.border-line{
		width: 100%;
	}
	.core-values-lists .border-line {
		max-width: 100%;
		margin-top: 25px;
	}
	.core-value-new p {
		font-size: 22px;
		line-height: normal;
		max-width: 1030px;
		margin-left: auto;
		margin-right: auto;
	}
 
	.bottom-line{
		display: flex;
		width: 100%; 
		margin-bottom: 60px;
	}
	.line1 {
		background-color: #f79938;  
		height: 28px;
		width: 25%;
	}
	.line2 {
		background-color: #82469a;  
		width: 25%;
		height: 28px;
	}
	.line3 {
		background-color: #d84097;  
		width: 25%;
		height: 28px;
	}
	.line4 {
		background-color: #00aeef;  
		width: 25%;
		height: 28px;
	}
	.core-value-new p:last-child {
		margin-bottom: 0;
	}

      .preparation-sec-wrapper .core-logo{
          max-width: 280px;
          margin: auto;
          display: flex;
          justify-content: center;
          margin-bottom: 30px;
      }
      .preparation-sec {
          text-align: center; 
          padding: 30px 0;
      }
      .locations-group {
          display: flex;
          justify-content: center;
          gap: 60px;
      }
      .preparation-sec h2 {
          font-size: 29px;
          color: #00aeef;
          margin-bottom: 20px;
      }
      .locations-group h5 {
          font-size: 19px;
          color: #00aeef;
          margin-bottom: 15px;
      }
      .locations-group h5 a {
          display: block;
      }
      .preparation-sec h3 {
        font-size: 25px;
        color: #82469a;
        margin-bottom: 13px;
      }
      .preparation-sec h4{
          font-size: 20px;
          color: #00aeef;
          font-style: italic;
      }
      .preparation-sec-wrapper p {
          font-size: 19px;
      }
      .preparation-sec-wrapper p b{ 
         color: #626262;
      }
      .preparation-sec-wrapper .links-item-parent a{
        font-size:18px;
        display: block;
        text-decoration: underline !important;
    width: fit-content;
      }
      .preparation-sec-wrapper .h2-box {
          color: #28ABE3;
          text-align: center;
          margin-bottom:20px;
      }

.two-contact-info-box {  
  grid-template-columns: repeat(2, 1fr); 
  margin: 0;
  padding: 0;
}  
.location-data h3 {
  font-size: 19px;
}
.contact-info-box .con-info{  
  max-width:500px;
}
.big-iframe iframe {
  height: 100%;
  width: 100%;
  border:0;
}
      
	@media (max-width:992px){
	.core-value-new p {
		font-size: 20px;
	}
	.core-value-new .core-values-lists {
		padding: 60px 0px;
	}
	.core-value-new .cv-text-hd {
		font-size: 32px;
		margin-top: 30px;
	}
	.line1, .line2, .line3, .line4{
			height: 24px;
	}
      .two-contact-info-box {
      margin-top: 30px;
  }
  .big-iframe iframe {
    height: 300px;
  } 
	}

	@media (max-width:768px){
		.core-values-lists .core-logo {
			max-width: 340px;
		}
		.core-value-new .core-values-lists {
			padding: 40px 0px;
		}
		.bottom-line{
				margin-bottom: 40px;
		}
		.line1, .line2, .line3, .line4{
				height: 23px;
		}
        .locations-group{
          gap:20px;
        }
        .preparation-sec h2 {
            font-size: 26px;
            margin-bottom: 15px;
        }
        .locations-group h5 {
          font-size: 17px;
        }
        .preparation-sec h3 {
          font-size: 22px;
          margin-bottom:10px;
        }
        .preparation-sec h4 {
          font-size: 17px;
        }
	}

	@media (max-width:480px){
		.core-values-lists .core-logo {
			max-width: 250px;
		}
		.core-value-new .cv-text-hd {
			font-size: 26px;
		} 
		.core-value-new p {
			font-size: 18px;
		}
		.line1, .line2, .line3, .line4{
				height: 20px;
		}
		.core-value-new{
			margin: 15px;
		}
		.corner1, .corner2, .corner3, .corner4{
		top: -15px;
			left: -15px;
		}
		.core-value-new .core-values-lists {
			padding: 20px 0px;
		}
		.bottom-line {
			margin-bottom: 20px;
		}
        .locations-group {
            flex-direction: column;
            gap:0
        }
        .preparation-sec h2 {
          font-size: 22px;
        }
        .preparation-sec h3 {
          font-size: 20px;
        }
        .preparation-sec-wrapper .core-logo { 
          max-width: 210px;
          margin-bottom: 20px;
        }
      .preparation-sec-wrapper p {
          font-size: 17px;
      }
      .preparation-sec-wrapper .links-item-parent a {
          font-size: 17px;
      }
       .two-contact-info-box {
    grid-template-columns: repeat(1, 1fr);
  }
  
        .nav-logo img {
        max-width: 170px;
    }
	}
