@font-face {
    font-family: "futura_ltbook";
    /*font-weight: 300;*/
    src: url(../fonts/FuturaLT-Bold/FuturaLT-Bold.ttf);
}

@font-face {
    font-family: "inter";
    font-weight: 400;
    src: url(../fonts/Inter/Inter-Regular.ttf);
}

@font-face {
    font-family: "inter";
    font-weight: 500;
    src: url(../fonts/Inter/Inter-Medium.ttf);
}

@font-face {
    font-family: "inter";
    font-weight: 600;
    src: url(../fonts/Inter/Inter-SemiBold.ttf);
}

@font-face {
    font-family: "inter";
    font-weight: 700;
    src: url(../fonts/Inter/Inter-Bold.ttf);
}

@font-face {
    font-family: "inter";
    font-weight: 800;
    src: url(../fonts/Inter/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: "inter";
    font-weight: 900;
    src: url(../fonts/Inter/Inter-Black.ttf);
}
/* Universal Styles */
* {
    font-family: inter !important;
}

li {
    list-style: none;
}

:root {
    --color1: #000000;
    --color2: #ffffff;
    --h-color: #484848;
    --txt-color: #484848;
    --btn-color: #03342c;
    --sec-color: #ffcc10;
}

body {
    position: relative;
    max-width: 1920px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: #fff !important;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.btn-primary {
    color: var(--color2);
    background: var(--btn-color) !important;
    border: 1px solid var(--btn-color) !important;
}

body .my_contact_us {
    display: block;
    position: fixed;
    right: -44px;
    top: 35%;
    z-index: 9;
    transform: rotate(90deg);
}

.dasktop-show {
    display: block;
}

/* --- Show More Button CSS --- */
.content-hidden p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content h2 {
    font-size: 32px;
}

.content-hidden {
    overflow: hidden;
    transition: 0.5s ease;
}

body .content-hidden h1:nth-child(1),
body .content-hidden h2:nth-child(1),
body .content-hidden p:nth-child(1) {
    display: block !important;
}

body .content-hidden h1,
body .content-hidden h2,
body .content-hidden h3,
body .content-hidden h4,
body .content-hidden h5,
body .content-hidden h6,
body .content-hidden p,
body .content-hidden li {
    display: none !important;
}

button#toggleBtn {
    outline: unset;
}

.content-hidden p:nth-child(2) {
    display: block !important;
}

/* --- Heading Styles --- */
.sub-heading {
    position: relative;
}

.sub-heading h3 {
    display: inline-block;
    position: relative;
    color: var(--btn-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0px;
}

.sub-heading h3 span.colr1 {
    font-weight: 700;
    color: #f87c02 !important;
}

.sub-heading h3 span.colr2 {
    color: #d1d1d1;
    text-shadow: 0 0 #0089ff;
    font-weight: 700;
}

.sub-heading h3 span.colr3 {
    font-weight: 700;
    color: #028408;
}

.sub-heading:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.defalt-heading h2 {
    color: var(--txt-color);
    font-size: 45px;
    margin: 0px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.defalt-heading p {
    position: relative;
    color: var(--txt-color);
    max-width: 70%;
    margin: 10px auto;
    font-size: 16px;
}

/* --- Header CSS --- */
.h-contact .all-icon p.c-black {
    margin: 0 !important;
    color: #136FFE;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.h-contact .all-icon p.c-num {
    margin: 0 !important;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 30px !important;
    transition: 0.5s;
}

.h-contact .all-icon:hover p.c-num {
    color: var(--h-color) !important;
    transition: 0.5s;
}

.main-menu-header {
    background: var(--btn-color);
    padding: 10px 0px;
    transition: 0.5s ease;
}

.main-menu-header.active {
    background: #000;
    transition: 0.5s ease;
}

@media (max-width: 992px) {
    .main-menu-header.active {
        background: var(--h-color) !important;
        transition: unset !important;
    }
    
    .dasktop-show {
        display: none !important;
    }
    
     .bread_crumb a {
        font-size: 12px !important;
    }
    
    .search-box-btn.search-box-outer {
        filter: unset !important;
    }
    
    .footer-botm p.asdas {
        font-size: 13px !important;
    }
    
}

.my-navbar .header-logo.mobile-logo {
    display: none;
}

.main-menu-header .header-logo {
    max-width: 100%;
}

.main-header li.nav-item {
    position: relative;
    margin-right: 28px;
    transition: 0.5s;
}

.main-header li.nav-item a.nav-link {
    padding: 5px 0px;
    color: #ffffff;
    border-radius: 0px;
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-header li.active.nav-item a.nav-link {
    position: relative;
    border-radius: 0px;
    color: var(--sec-color) !important;
    background: transparent !important;
    font-weight: 700;
}

.main-header li.nav-item a.nav-link.show {
    color: var(--sec-color) !important;
    transition: 0.5s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--btn-color);
    transition: 0.3s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--color2) !important;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
    background: transparent !important;
    transition: 0.3s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
    color: var(--sec-color) !important;
    transition: 0.3s;
    background: transparent !important;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: var(--sec-color) !important;
}

.col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
    display: none;
}

.my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon {
    background-image: url(/images/menubar.png);
}

.my-navbar button.navbar-toggler span.navbar-toggler-icon {
    background-image: url(/images/close.png);
    height: 40px;
    width: 40px;
}

nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    padding: 10px 0px;
    text-align: end;
    display: block;
}

.my-navbar ul.navbar-nav {
    align-items: center;
}

.my-navbar .collapse.navbar-collapse {
    align-items: center;
    justify-content: end !Important;
}


/* Header CSS for Mobile */
@media (max-width: 767px) {
    .header-top {
        display: none;
    }

    section.logo-sec.main-header {
        background: var(--btn-color) !important;
        width: 100%;
        position: fixed !important;
        height: 80px !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 999 !important;
    }

    .main-menu-header {
        background: var(--h-color);
        height: 80px !important;
        border-radius: 0px !important;
    }

    .my-navbar .header-logo.mobile-logo {
        display: block !important;
        text-align: left !important;
        top: 0 !important;
        margin: 0;
    }

    .my-navbar .container-fluids {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .my-navbar .header-logo.mobile-logo img.img-fluid {
        width: 70%;
    }

    .my-navbar button.navbar-toggler {
        padding: 0 !important;
        background: var(--color2);
    }

    .main-header .navbar-collapse {
        position: fixed;
        top: 0;
        background: var(--color2);
        left: 0;
        transform: translateX(-1000px);
        width: 70%;
        padding-top: 60px;
        height: 100vh !important;
        text-align: left;
        transition: 0.3s;
    }

    .main-header .navbar-collapse.show {
        transform: translateX(0px);
        transition: 0.3s;
        background-color: #fff;
        z-index: 999;
    }

    .main-header li.nav-item {
        padding: 5px 0px !important;
    }

    .main-header li.nav-item a.nav-link {
        font-size: 12px !important;
        color: var(--btn-color) !important;
        margin: 5px 10px !important;
        display: inline-block;
        position: relative;
        font-weight: 600;
    }

    body .main-header li.nav-item a:hover {
        color: #000 !important;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu {
        background: var(--color2) !important;
        margin: 0px 10px;
        text-align: center !important;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu a {
        color: var(--h-color) !important;
        font-size: 12px;
    }

    .main-header .navbar-toggler:focus {
        box-shadow: none !important;
        border-color: rgba(0, 0, 0, 0.1);
    }
    
    .defalt-heading h2 {
        font-size: 22px !important;
    }
    
    .sub-heading h3 {
        font-size: 15px !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .logo-sec.main-header .wow.fadeInRight {
        width: 100%;
    }

    .my-navbar .container-fluids {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .logo-sec.main-header {
        background: #1c1c1c;
        width: 100%;
        position: fixed;
        height: 80px;
        top: 0;
        left: 0;
        z-index: 999;
    }
}

/* Header CSS for Tablet */
@media (min-width: 767px) and (max-width: 992px) {
    .header-top {
        display: none;
    }

    .logo-sec.main-header .row-second {
        display: none !important;
    }

    .my-navbar .container-fluids {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    section.logo-sec.main-header {
        background: var(--color2);
        width: 100%;
        position: fixed !important;
        height: 80px;
        top: 0;
        left: 0;
        z-index: 999 !important;
    }

    .main-menu-header {
        background: var(--h-color);
        height: 80px !important;
        border-radius: 0px !important;
        padding-top: 10px;
    }

    .my-navbar .header-logo.mobile-logo {
        display: block !important;
        text-align: left !important;
        top: 0 !important;
    }

    .my-navbar .container-fluids {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .my-navbar .header-logo.mobile-logo img.img-fluid {
        width: 50%;
    }

    .my-navbar button.navbar-toggler {
        padding: 0 !important;
        background: var(--color2);
    }

    .main-header .navbar-collapse {
        position: fixed;
        top: 0;
        background: var(--color2);
        left: 0;
        transform: translateX(-1000px);
        width: 50%;
        padding-top: 60px;
        height: 100vh !important;
        overflow: auto;
        text-align: left;
        transition: 0.3s;
        padding-bottom: 20px;
        z-index: 99999;
    }

    .main-header .navbar-collapse.show {
        transform: translateX(0px);
        transition: 0.3s;
    }

    .main-header li.nav-item {
        padding: 5px 0px !important;
        text-align: center !important;
    }

    .main-header li.nav-item a.nav-link {
        font-size: 14px !important;
        color: var(--btn-color) !important;
        margin: 5px 10px !important;
        display: inline-block;
        position: relative;
        font-weight: 600;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu {
        background: var(--color2) !important;
        margin: 0px 10px;
        text-align: center;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu a {
        color: var(--h-color) !important;
        font-size: 14px;
    }

    .main-header .navbar-toggler:focus {
        box-shadow: none !important;
        border-color: rgba(0, 0, 0, 0.1);
    }
    
    nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
        padding: 0px !important;
    }
    
    .defalt-heading h2 {
        font-size: 30px !important;
    }
    
    .defalt-heading p {
        font-size: 14px !important;
        max-width: 90% !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .main-header a.nav-link {
        font-size: 12px;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu a {
        color: #fff !important;
        font-size: 12px;
    }
}

/* --- Search CSS --- */
.h-search-form input.form-control {
    position: absolute;
    width: 250px;
    top: -44px;
    transform: translateX(2000px);
    transition: 0.5s;
}

.form-section.h-search-form {
    position: relative;
}

.form-section.h-search-form button.btn {
    float: right;
}

.form-section.h-search-form form.d-flex {
    display: block !important;
}

.form-section.h-search-form form.d-flex:hover input {
    transform: translateX(-180px);
    transition: 0.5s;
}

.search-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.search-box-btn.search-box-outer {
    background: transparent;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
}

.search-box-btn.search-box-outer:hover {
    transition: 0.3s;
}

.search-box-btn.search-box-outer img {
    max-width: 70%;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
    z-index: 9999999;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup:before {
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    outline: none;
    border: none;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 40px;
    line-height: 65px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: unset;
}

.search-popup .form-group button {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100%;
    width: 40px;
    margin: auto;
    padding: 0;
    line-height: normal;
    background: var(--btn-color);
}

.search-popup .form-group button img.img-fluid {
    margin: 0;
    position: relative;
    filter: invert(1);
}

/* --- Banner CSS --- */
.banner-slider .owl-item .item .container {
    position: relative;
    height: 450px;
}

.banner-slider .owl-item .item .container .row.align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-slider .owl-item .item .caption {
    position: relative;
    max-width: 58%;
}

.banner_txt .caption2 h1.text1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #000;
}

.banner_txt .caption2 .btn-bnnr a img {
    display: inline-block;
    float: right;
    max-width: 30%;
}

.banner-alid-img {
    text-align: center;
}

section.banner-section .row {
    position: relative;
}

section.banner-section .bannermain {
    position: relative;
    z-index: 1;
}

.banner-slider .owl-item .item {
    height: 450px;
    margin: 20px;
    position: relative;
    border-radius: 20px;
}

.bannermain .caption2.banner_txt {
    padding-right: 10px;
}

.banner_txt h2.text3 {
    color: var(--sec-color);
    font-size: 28px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner_txt h5.text2 {
    color: var(--btn-color);
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 2.4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner_txt p.text4 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner_txt .caption2 .btn-bnnr {
    margin-top: 10px !important;
}

.banner-slider .owl-dots .owl-dot:first-child span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
    background: #fff;
    height: 10px;
    width: 10px;
}

.banner-slider .owl-dots .owl-dot:nth-child(2) span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    height: 10px;
    width: 10px;
}

.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    height: 10px;
    width: 10px;
}

.banner_txt h2.text2.text3 {
    color: var(--btn-color) !important;
    font-weight: 600;
}

.banner_txt .caption2 h1.text1 {
    position: relative;
}

.banner_txt .caption2 h1.text1 span.ban-span-1 {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-3 {
    color: #333;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-4 {
    color: var(--btn-color);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-5 {
    color: #333;
    font-size: 43px;
    font-weight: 600;
    line-height: normal;
}

.banner_txt .caption2 p.text23 {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 20px;
    max-width: 100%;
    margin: auto;
}

.btn-bnnr {
    display: inline-block;
    margin-top: 0px;
}

.btn-bnnr a {
    padding: 10px 20px;
    color: #fff;
    background: var(--btn-color);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: 0.5s;
    border-radius: 0px;
}

.btn-bnnr a:hover {
    transition: 0.5s;
    transform: scale(1.08);
}

.banner-slider .owl-nav {
    display: block !important;
}

.banner-slider .owl-dots {
    display: none !important;
    position: absolute;
    bottom: 25%;
    left: -6%;
}

.banner-slider .owl-dots .owl-dot span {
    display: block;
    padding: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
}

.banner-slider .owl-dots .owl-dot {
    border-radius: 50%;
    border: 0px solid #ffffff;
    margin: 10px;
    padding: 4px;
    display: inline;
}

.banner-slider .owl-dots .owl-dot.active span:before {
    font-weight: 600 !important;
}

.banner-slider .owl-dots .owl-dot.active span {
    border: 1px solid #fff;
}

/* Banner CSS for Mobile */
@media (max-width: 767px) {
    section.banner-section {
        position: relative;
        height: 200px !important;
        margin-top: 80px !important;
    }

    section.banner-section .bannermain {
        position: relative !important;
        top: 0 !important;
        padding: 0px !important;
    }

    .banner_txt {
        padding: 0 !important;
    }

    .banner_txt .caption2 {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .banner_txt h2.text3 {
        font-size: 13px;
        line-height: 15px;
        margin: 0 !important;
        -webkit-line-clamp: 1;
    }

    .banner_txt h5.text2 {
        font-size: 12px;
        line-height: 15px;
        margin: 0 !important;
    }

    .banner_txt p.text4 {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .btn-bnnr {
        margin-top: 0px !important;
    }

    .btn-bnnr a {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .banner-slider .owl-dots {
        display: none !important;
    }

    .banner-slider .owl-nav {
        display: none !important;
    }
    
    .bannermain .caption2.banner_txt {
        position: absolute;
        top: 50px;
        margin: auto 10px;
        max-width: 70%;
        background: #0000006b;
        padding: 10px !important;
    }
    
    .bannermain .caption2.banner_txt p.text23 {
        font-size: 12px;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Banner CSS for Tablet */
@media (min-width: 767px) and (max-width: 992px) {
    section.banner-section {
        position: relative;
        height: 340px !important;
        margin-top: 80px;
    }

    body section.banner-section .bannermain {
        height: 300px !important;
    }

    body .bannermain .item {
        height: 300px !important;
    }

    section.banner-section .bannermain {
        position: relative !important;
        top: 0 !important;
        padding: 0px !important;
    }

    .banner_txt {
        padding: 0 !important;
    }

    .banner_txt .caption2 {
        /* max-width: 50% !important; */
        /* padding: 0 !important; */
    }

    .banner_txt h2.text3 {
        font-size: 18px;
        line-height: 25px;
        margin: 0;
    }

    .banner_txt p.text23 {
        font-size: 12px !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 5px;
    }

    .banner_txt h5.text2 {
        font-size: 20px;
        line-height: 20px;
    }

    .banner_txt p.text4 {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .btn-bnnr {
        margin-top: 0px !important;
    }

    .btn-bnnr a {
        font-size: 12px !important;
        padding: 10px 20px !important;
    }

    .banner-slider .owl-nav {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .banner_txt h2.text3 {
        font-size: 30px;
    }

    .banner_txt h5.text2 {
        font-size: 18px;
    }

    .btn-bnnr a {
        font-size: 18px;
    }
}

/* --- About Section --- */
.about-section {
    position: relative;
    padding: 60px 0px;
    z-index: 1;
}

.about-section .sub-heading:before {
    margin: 0;
}

.about-ccontent h1 {
    color: var(--h-color);
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding-bottom: 10px;
    position: relative;
}

.about-section .about-ccontent p {
    color: var(--txt-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-btn a {
    font-weight: 500;
    line-height: normal;
    border-radius: 20px;
}

.about-section .abt-sec img {
    border-radius: 20px;
    transition: 0.5s;
    overflow: hidden;
}

.about-section .abt-sec img:hover {
    transition: 0.5s;
    transform: scale(1.05);
}

.about-section .abt-sec {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about-image.solu-img img {
    border-radius: 20px;
    transition: 0.5s;
}

.about-image.solu-img img:hover {
    transition: 0.5s;
    transform: scale(1.05);
}

.about-image.solu-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about-image.solu-img span {
    position: absolute;
    bottom: 15%;
    right: 10%;
    z-index: 1;
    background: var(--btn-color);
    padding: 20px;
    width: 160px;
    text-align: center;
    display: none;
}

.about-image.solu-img span h4 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

/* About CSS for Mobile */
@media (max-width: 767px) {
    .about-section {
        padding: 30px 0px !important;
        margin: 0 !important;
    }

    .about-ccontent h1 {
        display: block !important;
        font-size: 22px !important;
    }

    .about-section .about-ccontent {
        padding-top: 0px !important;
    }

    .about-section .about-ccontent p {
        font-size: 12px !important;
        line-height: 18px !important;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .about-btn a {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .about-section .abt-sec {
        margin-bottom: 10px;
        height: 200px;
    }
}

/* About CSS for Tablet */
@media (min-width: 767px) and (max-width: 992px) {
    section.about-section {
        padding: 30px 0px !important;
    }

    .about-ccontent h1 {
        display: block !important;
        font-size: 22px !important;
    }

    section.about-section .about-ccontent p {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .about-btn a {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .about-ccontent h1 {
        font-size: 20px;
    }

    .about-section .sub-heading:before {
        margin: auto !important;
    }

    .about-section .about-ccontent p {
        font-size: 13px;
    }

    .about-btn a {
        font-size: 13px;
    }
}

/* --- Footer CSS --- */
.footer-section {
    position: relative;
}

.footer-p p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer-heading {
    margin-bottom: 20px;
}

.footer-section .footer-heading h4 {
    color: var(--sec-color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}

.footer-widgets li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: unset;
}

.footer-widgets li a p {
    display: inline-block;
}

li.foot-numb:last-child a p {
    width: 75%;
}

.footer-menus ul.footer-menus-list {
    padding: 0;
    margin: 0 !important;
}

li.foot-numb {
    display: block !important;
}

li.foot-numb a p {
    display: inline-block !important;
    word-break: break-word;
}

.footer-widgets li .h-icon {
    margin-right: 15px;
    display: inline-block;
}

.footer-widgets li {
    margin: 5px 0px;
}

ul.footer-menus-list li {
    margin: 15px 0px !important;
}

.f-recent-post .f-post h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.f-recent-post .f-recent {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.f-details-wrapper p {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
}

.f-details-wrapper h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
    margin: 0;
    text-transform: capitalize;
}

.f-image-wrapper {
    margin-right: 20px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: relative;
}

.f-image-wrapper img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.footer-botm {
    padding: 10px 0px;
    background: var(--sec-color);
    border-top: 1px solid #ffffff42;
}

.footer-botm p.asdas {
    margin: 0px;
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.footer-botm p.asdas a {
    color: var(--btn-color);
    position: relative;
}

.footer-botm p.asdas a:hover {
    color: var(--btn-color);
    transition: 0.3s;
    opacity: 0.8;
}

.ffc ul.main-social-list {
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
    margin: 0;
}

.ffc ul.main-social-list li a {
    background: var(--btn-color);
    margin-right: 20px !important;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid var(--sec-color);
    border-radius: 100%;
    position: relative;
}

.footer-main-contact li.foot-numb span a p {
    margin: 0;
}

.footer-top-sec {
    padding: 20px 0px;
    background: #161616;
}


.ffc ul.main-social-list li img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    filter: invert(1);
    transition: 0.5s;
}


.footer-section .footer-heading.footer-heading22 {
    margin-bottom: 5px;
}

.ffc ul.main-social-list li a:hover img {
    filter: unset !important;
    transition: 0.5s;
}

.foot-clmn-2.all-foot-clmn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #ffffff42;
    margin: auto;
}



@media (max-width: 767px) {
    body .my_contact_us {
        right: -30px;
    }
}

/*footer css for mobile*/
@media (max-width: 767px) {
    .footer-section {
        /* padding-top: 30px !important; */
    }

    .footer-section .container.bg {
        padding-bottom: 0px !important;
    }

    .l-o-g {
        width: 60% !important;
        margin-top: 10px !important;
    }

    .footer-p p {
        font-size: 12px;
        margin-top: 15px;
        line-height: 17px !important;
    }

    .footer-heading {
        margin-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .footer-section .footer-heading h4 {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    ul.footer-menus-list li {
        margin: 5px 0px !important;
    }

    .footer-widgets li {
        font-size: 12px !important;
        line-height: 20px !important;
        margin: 5px 0px !important;
    }

    .footer-widgets li a {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .footer-widgets li a,
    li.foot-numb p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .footer-widgets li a .h-icon {
        padding-right: 0px !important;
    }

    .f-recent-post .f-post h2 {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .f-details-wrapper p {
        font-size: 12px !important;
        line-height: 10px !important;
    }

    .f-details-wrapper h3 {
        font-size: 12px !important;
        line-height: 5px !important;
    }

    .f-image-wrapper {
        width: 50px !important;
    }

    .footer-botm p.asdas {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    
    .ffc ul.main-social-list {
        justify-content: center;
    }
    
    .ffc ul.main-social-list li a {
        height: 40px;
        width: 40px;
    }
    
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {

    footer.footer-section .container.bg {
        padding-bottom: 30px !important;
    }

    footer.footer-section .subscribe {
        margin-top: -214px;
        padding: 15px 0px !important;
        background-size: cover !important;
        left: 0 !important;
    }

    .subscribe-heading h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .l-o-g {
        width: 70%;
        /* margin: 0 auto; */
    }

    .footer-heading {
        margin-bottom: 10px;
    }

    .footer-p p {
        font-size: 12px;
        margin-top: 15px;
        text-align: left;
        /* line-height: 20px; */
        line-height: 20px;
        -webkit-line-clamp: 8;
    }

    .footer-section .footer-heading h4 {
        font-size: 12px !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .footer-section .footer-heading h4:after {
        width: 100%;
        height: 1px;
    }

    .footer-widgets li a {
        font-size: 12px;
    }

    li.foot-numb p {
        font-size: 12px !important;
    }

}

/*end footer css*/

/* bread crum css*/

section.bread-crum {
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

section.bread-crum:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-color);
    opacity: 0.5;
    z-index: -1;
}

.bread_crumb {
    padding: 10px 0 10px 0 !important;
    color: #000;
}

.bread_crumb a {
    color: #201e1e;
    font-weight: 500;
    font-size: 14px;
}

.extra-padding {
    padding: 0;
}

.main-header li.active.nav-item {
    position: relative;
}

.h-inquiry {
    text-align: center;
    background: linear-gradient(180deg, #000 0%, #383838 46.88%);
    padding: 14px 0px;
}

.h-inquiry a.q-inq {
    color: #FFF;
    /*font-family: Raleway !important;*/
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.main-header li.nav-item:hover {
    /* background: linear-gradient(180deg, #C8A168 0%, #E3BC7B 100%); */
    /* transition: 0.5s; */
}



.about-ccontent h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background: #f39703;
}

.about-ccontent h2 {
    color: var(--h-color);
    /*font-family: Raleway !important;*/
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.about-section .container:before {
    position: absolute;
    content: '';
    /* background-image: url(/images/01.jpg); */
    /* background-size: 100% 100% !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position: center center !important; */
    height: 0px;
    width: 0px;
    /* top: -90px; */
    /* right: 0; */
    /* z-index: 1; */
    opacity: 0;
}

.about-section .container {
    position: relative;
}

section.integration-section {
    position: relative;
    padding: 50px 0px;
    background: var(--btn-color);
    margin: 30px 0px;
}

section.integration-section .integration h3 {
    color: #FFF;
    /*font-family: Raleway !important;*/
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
}

section.integration-section .integration p {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
}

.integ-inquiry.btn-bnnr {
    text-align: end;
    display: block;
    margin: 0;
}

.integ-inquiry.btn-bnnr a.q-inq {
    background: linear-gradient(180deg, #2F2F2F 0%, #3F3F3F 71.35%);
}

li.foot-numb p {
    color: #fff;
    transition: 0.5s;
}

li.foot-numb p:hover {
    color: var(--sec-color) !important;
    transition: 0.5s;
}

.main-header li.nav-item a:hover {
    color: var(--sec-color) !important;
}

.info-right {
    text-align: right;
    margin: 0 !important;
}

.info-right ul li a {
    /* display: inline-block; */
    padding: 8px 15px;
    border-radius: 10px;
    /*font-family: 'Roboto' !important;*/
    background: #FFF;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
    box-shadow: 0px 0px 1.9px 0px rgba(0, 0, 0, 0.25);
}

.info-right ul li img {
    margin-right: 10px;
}

section.top-information {
    /* background-color: #cccccc5e !important; */
    /* background: linear-gradient(180deg, #676767 -15.49%, #A9A9A9 174.65%); */
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    z-index: 6;
    position: relative;
    margin-top: 10px;
}

.info-right ul {
    margin: 0 !important;
    display: flex;
    justify-content: end;
    align-items: center;
}

.info-left ul {
    margin: 0;
    display: flex;
}

.info-left ul li img {
    margin-right: 10px;
    transition: 0.5s;
}

.info-left ul li a:hover img {
    transition: 0.5s;
    transform: rotateY(180deg);
}

.banner_txt .caption2 .btn-bnnr a {
    border-radius: 50px;
    background: #fff;
    /*font-family: 'Urbanist' !important;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--btn-color);
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-div:hover a.links {
    /* background: #112A87; */
}

.quick-form form .form-group textarea:focus {
    box-shadow: unset;
}

.quick-form form .form-group input:focus {
    box-shadow: unset;
}

.about-section:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.all-default-ccontent.abttt .deflt-p p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--txt-color);
    letter-spacing: 0.32px;
    margin-bottom: 5px;
    line-height: 22px;
}

.all-default-ccontent.abttt .about-btn.btn-bnnr {
    margin: 20px 0;
    display: block;
    text-align: end;
}

section.vision-section {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

section.vision-section:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 60%;
    height: 7%;
    margin: auto;
    background-image: url(/images/pngwing.png);
    /* background-size: cover; */
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.view-details.btn-bnnr a {
    margin: 0;
    /*background: #F6F6F6;*/
    border: 0;
    color: #fff;
    font-size: 15px;
    /* font-weight: 600; */
    text-transform: unset;
    padding: 7px 30px;
    border-radius: 100px;
}

.view-details.btn-bnnr a:hover {
    background: var(--btn-color) !important;
    color: #fff !important;
}

.quick-contact button#inquiry_form_btn:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.ffc ul.main-social-list li a:hover {
    transition: 0.5s;
    background: var(--sec-color);
    /* transform: scale(1.1); */
    opacity: 0.8;
}

.place-card.place-card-large {
    opacity: 0;
    display: none !important;
}

.footer-main-contact li.foot-numb h6 {
    margin: 0;
    color: var(--txt-color);
    font-weight: 600;
}

.footer-menus ul.footer-menus-list li a {
    transition: 0.5s;
    /* border-bottom: 1px solid #0000; */
    padding-bottom: 5px;
    position: relative;
    /*font-family: 'Urbanist' !important;*/
}

.footer-menus ul.footer-menus-list li a:hover {
    transition: 0.5s;
    color: var(--sec-color);
}

.footer-menus ul.footer-menus-list li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.5s;
    opacity: 0;
}

.footer-menus ul.footer-menus-list li a:hover:before {
    width: 100%;
    transition: 0.5s;
}

.foot-clmn-1.all-foot-clmn {
    padding-right: 30px;
    margin-right: 20px;
    position: relative;
}

.foot-clmn-1.all-foot-clmn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 100px;
    width: 0;
    height: 0;
    background: #000;
    margin: auto;
    opacity: 0;
}

.foot-clmn-2.all-foot-clmn {
    padding: 0px 55px;
    margin-right: 30px;
    position: relative;
}

.foot-clmn-2.all-foot-clmn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #ffffff42;
    margin: auto;
}

.foot-clmn-3.all-foot-clmn {
    padding-right: 30px;
    margin-right: 20px;
    position: relative;
}

.foot-clmn-3.all-foot-clmn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 100px;
    width: 2px;
    height: 120px;
    background: #000;
    margin: auto;
}

@media (max-width: 767px) {

    .main-menu-header .header-logo a.logo {
        position: relative !important;
    }

    .banner_txt .caption2 h1.text1 span.ban-span-1 {
        font-size: 12px !important;
    }

    .banner_txt .caption2 h1.text1 span.ban-span-2 {
        font-size: 12px !important;
    }

    .banner_txt .caption2 h1.text1 span.ban-span-3 {
        font-size: 12px !important;
    }

    .banner_txt .caption2 h1.text1 span.ban-span-4 {
        font-size: 12px !important;
    }

    .banner_txt .caption2 h1.text1 span.ban-span-5 {
        font-size: 12px !important;
    }

    .banner_txt .caption2 p.text23 {
        font-size: 12px !important;
        /* display: none; */
        font-weight: 500 !important;
        padding-right: 5px !important;
        margin-bottom: 10px !important;
        -webkit-line-clamp: 2;
        padding-top: 5px !important;
        line-height: normal;
    }

    .banner_txt .caption2 .btn-bnnr {
        margin-top: 0px !important;
    }

    .banner_txt .caption2 h1.text1:before {
        width: 50px !important;
        height: 1px !important;
    }

    .banner-slider .owl-item .item .caption:before {
        width: 145%;
        height: 80%;
    }

    .banner_txt .caption2 h1.text1 {
        line-height: 15px;
    }

    .banner-alid-img img.img-fluid {
        width: auto !important;
    }

    .banner-slider .owl-item .item .container .row.align-items-center {
        /* top: 5%; */
        position: relative !important;
        height: 200px !important;
    }

    .banner-slider .owl-item .item .container {
        height: 200px !important;
        padding: 0 !important;
    }

    .btn-primary {
        font-size: 12px !important;
    }

    section.product-section.product-section1:after {
        width: 100% !important;
        height: 2%;
        background-size: cover !important;
    }

    .product-url.prod-url1 a.pro-links {
        font-size: 12px !important;
    }

    .defalt-heading h2:before {
        height: 1px !important;
    }

    .all-default-ccontent.abttt .deflt-p p {
        font-size: 12px !important;
        line-height: 15px;
        -webkit-line-clamp: 8;
    }

    .all-default-ccontent.abttt {
        margin-bottom: 20px;
    }

    section.vision-section:before {
        width: 100% !important;
        height: 2% !important;
    }

    section.vision-section {
        padding: 30px 0px !important;
    }

    .sub-heading h3 span {
        font-weight: 500 !important;
    }

    .product-heading-bg {
        margin-bottom: 20px !important;
    }

    .product-content .product-url {
        margin: 10px 0px !important;
    }

    .foot-clmn-1.all-foot-clmn {
        padding: 0 !important;
        margin: 0 !important;
    }

    .foot-clmn-1.all-foot-clmn:before {
        height: 0;
        width: 0 !important;
    }

    .foot-clmn-2.all-foot-clmn:before,
    .foot-clmn-2.all-foot-clmn:after {
        top: 70px;
        width: 0 !important;
        height: 0 !important;
        opacity: 0;
    }

    .foot-clmn-2.all-foot-clmn {
        margin-right: 0;
        padding: 0 !important;
    }

    .foot-clmn-3.all-foot-clmn:before {
        height: 0 !important;
        width: 0 !important;
    }

    .footer-main-contact li.foot-numb h6 {
        font-size: 12px !important;
    }

    .banner_txt .caption2 .btn-bnnr a.btn2-qut {
        display: none !important;
    }
}


@media (min-width: 767px) and (max-width: 992px) {
    .footer-main-contact li.foot-numb h6 {
        font-size: 12px;
        font-weight: 500 !important;
    }

    .foot-clmn-3.all-foot-clmn:before {
        width: 1px;
    }

    .foot-clmn-2.all-foot-clmn:before,
    .foot-clmn-2.all-foot-clmn:after {
        width: 1px;
        top: 50px !important;
    }

    .foot-clmn-1.all-foot-clmn:before {
        width: 1px;
    }

    .foot-clmn-1.all-foot-clmn,
    .foot-clmn-2.all-foot-clmn,
    .foot-clmn-3.all-foot-clmn {
        padding-right: 0px;
        margin-right: 0px;
    }

    ul.footer-menus-list li {
        margin: 10px 0px !important;
    }

    .banner_txt .caption2 h1.text1 span.ban-span-1,
    .banner_txt .caption2 h1.text1 span.ban-span-2,
    .banner_txt .caption2 h1.text1 span.ban-span-3,
    .banner_txt .caption2 h1.text1 span.ban-span-4,
    .banner_txt .caption2 h1.text1 span.ban-span-5 {
        font-size: 14px;
    }

    .banner_txt .caption2 h1.text1:before {
        width: 50px;
    }

    .banner-alid-img img.img-fluid {
        width: auto !important;
    }

    .banner_txt .caption2 p.text23 {
        font-size: 13px !important;
        -webkit-line-clamp: 3 !important;
        padding-top: 10px !important;
        line-height: normal;
    }

    .banner_txt .caption2 .btn-bnnr {
        margin-top: 10px !important;
    }

    .main-menu-header .header-logo a.logo {
        position: relative;
    }

    .main-menu-header .header-logo {
        margin: unset !important;
    }

    .banner-slider .owl-item .item .container {
        height: 300px !important;
    }

    .banner_txt .caption2 h1.text1 {
        line-height: 20px;
    }

    .banner-slider .owl-dots {
        left: 0;
        right: 0;
        display: none !important;
    }

    section.product-section.product-section1:after {
        width: 80%;
        height: 2%;
    }

    section.product-section.product-section1 {
        padding: 30px 0px;
    }

    .product-list {
        height: 150px;
    }

    .product-url.prod-url1 a.pro-links {
        font-size: 12px;
        padding: 0px 10px;
    }

    .defalt-heading h2:before {
        height: 2px;
    }

    .all-default-ccontent.abttt .deflt-p p {
        font-size: 12px !important;
        -webkit-line-clamp: 5;
        line-height: 20px !important;
    }

    section.vision-section:before {
        width: 80%;
        height: 3%;
    }

    section.vision-section {
        padding: 30px 0px;
    }

    .product-content {
        padding-top: 10px;
    }

    .product-content .product-url {
        margin: 10px 0px;
    }

    li.currency-mobile {
        padding-left: 20px;
        font-size: 12px;
    }
}

section.top-information:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 45%;
    background: var(--btn-color);
    z-index: -1;
    clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 0% 0%);
}

.quick-contact .cont-heading h3 span {
    font-weight: 600 !important;
    color: var(--btn-color);
}

.all-default-ccontent.abttt .sub-heading h3 {
    text-transform: capitalize;
    color: var(--h-color);
    padding-bottom: 30px;
}

.all-default-ccontent.abttt .sub2-h {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.footer-main-ddd {
    position: relative;
    padding: 50px 0px;
    background-color: var(--btn-color);
}

.footer-section .footer-heading h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 0;
    height: 0;
    /* background: var(--btn-color); */
    opacity: 0;
}

.footer-main-contact li.foot-numb {
    display: flex !important;
    margin: 10px 0px;
    align-items: center;
}

.footer-main-contact li.foot-numb span.f-con-icon {
    width: 10%;
    margin-right: 10px;
}

.footer-main-contact li.foot-numb span {
    width: 90%;
}

.footer-menus ul.footer-menus-list li a img.imig-fluid {
    margin-right: 10px;
}

section.banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15%;
    bottom: 0%;
    z-index: 0;
    height: 0;
    width: 0;
    background: #222628;
    opacity: 0;
}

@media (max-width: 767px) {
    .banner_txt .caption2 .btn-bnnr a {
        margin-right: 0 !important;
    }

    .banner_txt .caption2 .btn-bnnr a {
        font-size: 12px !important;
    }

    section.banner-section:before {
        bottom: -5% !important;
        width: 0% !important;
        height: 0;
        opacity: 0;
    }

    .about-section:before {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .all-default-ccontent.abttt .sub2-h {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }

    .all-product-btn.btn-bnnr {
        padding: 10px 0px !important;
    }

    .video-prtt {
        margin: 30px 0px !important;
    }

    .video-prtt img.img-fluid {
        max-width: 20%;
    }

    .footer-menus ul.footer-menus-list li a img.imig-fluid {
        max-width: 0%;
        margin: 0 !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    section.banner-section:before {
        bottom: 0;
        width: 0;
        height: 0;
        opacity: 0 !important;
    }

    .all-default-ccontent.abttt .sub2-h {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .all-product-btn.btn-bnnr {
        padding: 10px 0px;
    }

    body li.foot-numb a p {
        margin-bottom: 0px;
        width: 100% !important;
    }
}

.main-menu-header .header-btn {
    text-align: center;
}

.main-menu-header .header-btn a.btn-bnnr {
    /* 75% */
    letter-spacing: 1px;
    transition: 0.5s;
    background: var(--sec-color);
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.banner-left-div .comp-name {
    display: block;
    transform: rotate(270deg);
    white-space: nowrap;
    position: absolute;
    top: 8%;
    left: -3%;
    text-transform: uppercase;
    z-index: 9 !important;
    color: #14D2AD;
    font-weight: 800;
    font-size: 16px;
}

.banner-cont-info {
    display: inline-block;
    background: #222628;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
}

.banner-cont-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.banner-section .extra-padding {
    position: relative;
}

.banner-cont-info ul .sm-txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    /* 160% */
    text-transform: capitalize;
}

.banner-cont-info ul li {
    padding: 10px 20px;
}

.banner-cont-info ul span {
    color: #FFFEFE;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    font-weight: 700;
}

.defalt-heading.abt-secc {
    display: inline-block;
    transform: rotate(270deg);
    white-space: nowrap;
    position: relative;
    top: 60px;
    left: -30px;
}

.about-count-main {
    position: relative;
}

.about-count-main .count-wrapper {
    width: 60%;
    margin: 0 70px 0 auto;
}

.about-count-main .count-wrapper .abt-no {
    color: var(--txt-color);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    /* 81.25% */
    text-transform: capitalize;
}

.about-count-main .count-wrapper p {
    color: var(--txt-color);
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 600;
}

.welcome-heading h3 {
    font-size: 25px;
    color: var(--h-color);
}

.all-default-ccontent.abttt .defalt-heading h1 {
    color: var(--btn-color);
    font-size: 40px;
    font-weight: 800;
    /* 118.182% */
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 70%;
}

.main-menu-header .header-btn a.btn-bnnr:hover {
    color: var(--btn-color) !important;
    transition: 0.5s;
}

.product-content .product-url-content .pro-content {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--txt-color);
    font-weight: 500;
    font-size: 14px;
}

.main-div:hover .product-list:before {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    z-index: 1;
}

@media (max-width: 575px) {
    .footer-menus ul.footer-menus-list {
        display: flex !important;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .container-fluid.header-logo-contain.g-0 {
        --bs-gutter-y: unset !important;
        --bs-gutter-x: unset !important;
    }

    .all-default-ccontent.abttt .defalt-heading h1 {
        font-size: 18px !important;
    }

    .welcome-heading h3 {
        font-size: 16px !important;
    }

    .my-navbar ul.navbar-nav li.nav-item {
        text-align: center;
        margin: 0 !important;
    }

    body .footer-section .footer-heading.footer-heading22 {
        margin-bottom: 0 !important;
        padding-top: 10px !important;
    }

    .product-content .product-url-content .pro-content {
        font-size: 12px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .container-fluid.header-logo-contain.g-0 {
        --bs-gutter-y: unset !important;
        --bs-gutter-x: unset !important;
    }

    .about-section .dasktop-show {
        display: block !important;
    }

    .about-count-main .count-wrapper .abt-no {
        font-size: 30px !important;
        line-height: 50px !important;
    }

    .about-count-main .count-wrapper {
        width: 80%;
        margin: 0 10px 0 auto !important;
    }

    .all-default-ccontent.abttt .defalt-heading h1 {
        font-size: 22px !important;
    }

    .about-count-main .count-wrapper p {
        font-size: 13px !important;
    }

    .foot-clmn-2.all-foot-clmn {
        padding: 0px 40px !important;
    }

    .product-content .product-url-content .pro-content {
        font-size: 12px;
    }
}

.banner-slider .owl-nav .owl-prev:before {
    content: 'Prev';
    right: 15px;
    bottom: -7px;
    padding-left: 10px;
    margin: auto;
    position: absolute;
    color: var(--btn-color);
    font-size: 15px;
    transform: rotate(180deg);
    display: none;
}

.banner-slider .owl-nav .owl-next:before {
    content: 'Next';
    right: 15px;
    padding-right: 10px;
    bottom: -7px;
    margin: auto;
    position: absolute;
    color: var(--btn-color);
    font-size: 15px;
    display: none;
}

.home-prod-main {
    padding: 10px;
    margin: 10px;
    background: #fff;
    box-shadow: rgb(50 50 93 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, var(--btn-color) 0px -2px 6px 0px inset;
    text-align: center;
    position: relative;
}

.home-prod-main .about-btn.btn-bnnr a {
    color: #fff;
    padding: 10px;
    font-weight: 600;
    margin: 0 auto;
    border-radius: 7px;
    margin-top: 6px;
}

.home-prod-main .product-list {
    height: 300px;
    position: relative;
    width: auto;
    overflow: hidden;
}

.home-prod-main .product-list img {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-prod-main.featured-product {
    padding: 0;
}

.home-prod-main.featured-product .product-content {
    padding: 20px;
}

.home-prod-main.featured-product .product-list {
    height: 260px;
}

.home-prod-main .product-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: bottom 0.5s ease, opacity 0.5s ease;
    background: #00000042;
    width: 80%;
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
}

.home-prod-main:hover .product-content {
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}

.home-prod-main .product-url a {
    color: #ffffff;
    font-size: 15px;
    font-family: futura_ltbook !IMPORTANT;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 25px;
}

/*for mobile*/

@media(max-width:767px){
    
    .home-prod-main .product-list {
        height: 250px !important;
    }
    
    .owl-carousel-m-product .owl-nav .owl-prev, 
    .owl-carousel-m-product .owl-nav .owl-next {
        top: 110px !important;
    }
    
    .home-prod-main .product-content {
        display: block !important;
        bottom: 12px !important;
        opacity: 1;
    }
    
    .home-prod-main .product-url a {
        font-size: 12px !important;
    }
    
    .home-prod-main .about-btn.btn-bnnr a {
        margin-top: 0 !important;
    }
    
    .search-btn {
        margin: 0 !important;
    }
    
}

@media (min-width: 767px) and (max-width: 992px) {

    .home-prod-main .product-content {
        display: block !important;
        bottom: 20px !important;
        opacity: 1;
    }
    
    .home-prod-main .product-url a {
        font-size: 12px !important;
    }
    
    .home-prod-main .about-btn.btn-bnnr a {
        margin-top: 0 !important;
    }
    
    .home-prod-main .product-list {
        height: 250px !important;
    }
    
    
}

.owl-carousel-m-product .owl-nav {
    display: flex !important;
    align-items: center;
}

.owl-carousel-m-product .owl-nav .owl-prev {
    background-image: url(/images/arrow_white.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 30px;
    width: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    left: 5px;
    background-color: var(--btn-color);
}

.owl-carousel-m-product .owl-nav .owl-next {
    background-image: url(/images/arrow_white.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 30px;
    width: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 50%;
    transform: rotate(180deg);
    position: absolute;
    top: 150px;
    right: 5px;
    background-color: var(--btn-color);
}

@media (max-width: 767px) {
    .home-prod-main {
        padding: 5px !important;
        margin: 5px !important;
    }

    .about-image.solu-img img.img1.img-fluid {
        max-width: 100% !important;
    }

    .about-image.solu-img span {
        display: none !important;
    }

    .footer-top-sec .footer-main-contact li.foot-numb {
        text-align: center;
        justify-content: center !important;
        margin-top: 20px;
    }

    .footer-top-sec .footer-main-contact li.foot-numb span.f-con-icon {
        width: 10%;
    }

    .footer-top-sec .footer-main-contact li.foot-numb span {
        width: 45%;
    }

    .footer-top-sec .footer-main-contact li.foot-numb span p {
        margin: 0;
        width: unset !important;
    }

    .footer-main-ddd {
        padding: 30px 0px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .about-image.solu-img span h4 {
        font-size: 20px;
    }

    .about-image.solu-img span {
        width: 100px;
        right: 5%;
        bottom: 20%;
    }
}

.innerbanner.all-inner {
    position: relative;
}

.banner-innercaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-innercaption span {
    background-color: var(--btn-color);
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 2;

}

@media (max-width: 767px) {
    body .banner-innercaption {
        top: 10%;
    }

    body .banner-innercaption span {
        font-size: 16px;
        padding: 6px 20px;
    }

    .col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
        display: block !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .banner-innercaption {
        top: 10%;
    }

    .banner-innercaption span {
        font-size: 25px;
    }

    .col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
        display: block !important;
    }

    .welcome-heading h3 {
        font-size: 25px !important;
    }
}

/*service section*/

section.services {
    position: relative;
    padding: 60px 0;
}

.services .serv-heading {
    text-align: center;
    padding-bottom: 30px;
}

.services .serv-heading h2 {
    color: var(--btn-color);
    font-weight: 800;
}

.services .serv-main-div {
    text-align: center;
    background: #f5f5f5;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    transition: 0.3s;
}

.services .serv-main-div .serv-img {
    max-width: 70px;
    margin: auto;
    padding-bottom: 10px;
    transition: 0.3s;
}

.services .serv-main-div .serv-cont h4 {
    font-size: 20px;
    font-weight: 600;
}

.services .serv-main-div .serv-cont p {
    font-size: 14px;
}

section.services .serv-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

section.services .serv-img img {
    border-radius: 20px;
    transition: 0.3s;
}

section.services .serv-img img:hover {
    transition: 0.3s;
    transform: scale(1.05);
}

.services .serv-main-div:hover {
    transform: scale(1.03);
    transition: 0.3s;
    background: var(--btn-color);
}

.services .serv-main-div:hover .serv-img {
    filter: invert(1);
    transition: 0.3s;
}

.services .serv-main-div:hover .serv-cont {
    color: #fff;
    transition: 0.3s;
}

.services .serv-main-div .serv-cont {
    transition: 0.3s;
}

/*for mobile*/


@media(max-width:767px){
    section.services {
        padding: 20px 0;
    }
    
    .services .serv-main-div {
        margin: 10px 0;
    }
    
    .services .defalt-heading p {
        font-size: 12px;
        max-width: 100%;
    }

    .services .serv-main-div .serv-img {
        max-width: 40px;
    }
    
    .services .serv-main-div .serv-cont h4 {
        font-size: 14px;
    }
    
    .services .serv-main-div .serv-cont p {
        font-size: 12px;
    }
    
}

@media(min-width:767px) and (max-width:992px){
    
    section.services .serv-img.main-img {
        height: 350px;
    }
    
    section.services .serv-img.main-img img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        inset: 0;
        margin: auto;
    }
    
}

