@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');



:root {
    --main-font-family: "Work Sans", sans-serif;
    --font-body: "Public Sans", sans-serif;
    --heading-color: #09092B;
    --dec-color: #09092B;
    --white-text-color: #fff;
    --orange-color: #FF5C00;
    --white-bg: #fff;
    --dark-bg: #09092B;
    --water-bg: #0066B3;
    --light-bg: #D6EDFF;
    --light-water-bg: #007EDD;
    --hover-bg:#FF9500;
}
html {
    scroll-behavior: smooth;
}
body.overflow-hidden{
    overflow: hidden;
}
body {
    overflow-x: hidden;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    box-sizing: border-box;
    color: var(--dec-color);
    margin-bottom: 0;
    background-color:  #F2F5F7;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-family: var(--main-font-family);
    margin-top: 0;

}

h2,
.h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-family: var(--main-font-family);

}

h3,
.h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 49px;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-family: var(--main-font-family);

}

h4,
.h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-family: var(--main-font-family);

}

h5,
.h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--heading-color);
    margin-bottom: 14px;
    font-family: var(--main-font-family);


}

h6,
.h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 14px;
    color: var(--heading-color);
    font-family: var(--main-font-family);

}
section.error-404.not-found {
    text-align: center;
    background-image: url("https://dddemo.net/wordpress/2024/westair/wp-content/uploads/2024/09/bg-scaled.jpg");
    background-repeat: no-repeat;
    margin: 0;
    background-position: center;
    padding: 8px 0 80px;
    background-size: 100% 100%;
}
section.error-404.not-found .button_wrapper {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-top: 16px;
}
section.error-404.not-found .page-header h1 {
    color: #fff;
}

section.error-404.not-found .page-content p {
    color: #fff;
}
.dark-bg-main h1,
.dark-bg-main h2,
.dark-bg-main h3,
.dark-bg-main h4,
.dark-bg-main h5,
.dark-bg-main h6,
.dark-bg-main p,
.dark-bg-main ul li,
.dark-bg-main ol li {
    color: var(--white-text-color);
}
.dark-bg {
    background-color: var(--dark-bg);
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg li {
    color: var(--white-text-color);
}
.dark-bg label {
    color: var(--white-text-color);
}
/* .content_with_img-wraper a.defualt_btn:visited {
    color: var(--heading-color);
} */
.content_with_img-wraper.dark-bg a.defualt_btn:visited{
    color: var(--white-text-color);
}
label{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    font-family: var(--font-body);
    font-weight: 400;
}
input{
    outline: none !important;
}
.mobile-view {
    display: none;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    color: var(--dec-color);
    margin-bottom: 24px;
    font-family: var(--font-body);
}

p:last-child {
    margin-bottom: 0;
}

.container,
.container-fluid {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

ul,
ol {
    margin-left: 20px;
    margin-bottom: 0;
}

li {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    --dark-green: #0C2D31;
}

a {
    font-size: 16px;
    font-family: var(--main-font-family);
    text-decoration: none;
    font-weight: 600;
    color: var(--orange-color);
    transition: all 0.3s;
}

a:visited,
a:active,
a:focus  {
    color: var(--orange-color);
}

a:hover{
    color: var(--hover-bg);
}

section {
    margin: 80px 0;
}

strong {
    font-weight: 700;
}

.post,
.page {
    margin-bottom: 0;
}

body {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus {
    outline: none;
}

img {
    display: block;
}

.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.default-btn {
    background-color: var(--success-color);
    font-family: var(--main-font-family);
    font-size: 24px;
    line-height: 24px;
    color: var(--white-text-color);
    padding: 13px 23px 9px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid var(--orange-color);
}
.default-btn:focus ,a.default-btn:focus ,a.defualt_btn:focus{
    color: var(--white-text-color);
}
.default-btn.border-btn-main {
    background-color: transparent;
    border: 1px solid var(--orange-color);
}

a.defualt_btn.white-btn-main {
    color: var(--orange-color);
    background: #fff;
    border-color: #fff;
}

a.defualt_btn.white-btn-main svg path {
    fill: var(--orange-color);
}
a.defualt_btn.white-btn-main:hover{
    background: var(--hover-bg);
    color: var(--white-text-color);
    border: 2px solid var(--hover-bg);
}

a.defualt_btn.white-btn-main:hover svg path{
    fill:#fff;
}

.contact-numb-wrap a.contact-info:hover .number-text{
    color: var(--orange-color);
}
@media only screen and (min-width:576px) {

    .container,
    .container-fluid {
        max-width: 540px
    }
}

@media only screen and (min-width:768px) {

    .container,
    .container-fluid {
        max-width: 720px
    }
}

@media only screen and (min-width:992px) {

    .container,
    .container-fluid {
        max-width: 960px
    }

}



@media only screen and (min-width:1200px) {

    .container,
    .container-fluid {
        max-width: 1140px
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1230px
    }

    .container-fluid {
        max-width: 1390px
    }
}
.defualt_btn,
form .ff-el-group button.ff-btn-submit.defualt_btn {
    padding: 8.5px 28px;
    background: var(--orange-color);
    color: var(--white-text-color);
    display: inline-block;
    border-radius: 6px;
    font-size: 16px;
    line-height: 18px;
    transition: all 0.6s;
    border: 2px solid #FF5C00;
    text-transform: capitalize;
    position: relative;
}
form .ff-el-group button.ff-btn-submit.defualt_btn::after{
    content: "";
    background: url(../images/chevron-right-01.png);
    position: absolute;
    right: 15px;
    top: 9px;
    width: 20px;
    height: 20px;
}
form .ff-el-group button.ff-btn-submit.defualt_btn{
    padding-right: 46px;
}
input#ff_1_names_first_name_ {
    text-transform: capitalize;
}
.defualt_btn:visited{
    color: var(--white-text-color);
}
.defualt_btn:hover,
form .ff-el-group button.ff-btn-submit.defualt_btn:hover{
    background: var(--hover-bg);
    color: var(--white-text-color);
    border: 2px solid var(--hover-bg);
}
form .ff-el-group button.ff-btn-submit.defualt_btn:hover{
    opacity: 1;
}
.defualt_btn svg {
    margin-left: 10px;
}
.border_btn {
    background-color: transparent;
}
.defualt_btn.border_btn:hover{
    background: var(--hover-bg);
    color: var(--white-text-color);
    border: 2px solid var(--hover-bg);
}
.btn-style {
    display: inline-flex;
    align-items: center;
}

.btn-style:hover {
    color: var(--hover-bg);
}

.btn-style:hover svg path {
    fill: var(--hover-bg);
}

.btn-style svg {
    margin-left: 15px;
}
body .ff-default .ff-el-form-control {
    padding: 11px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
}

body .ff-default .ff-el-form-control::placeholder {
    color: #000000;
}


/* header */
header.site-header ul#primary-menu>li.current-menu-item>a ,
.footer-top ul li.current-menu-item> a{
    color:var(--orange-color);
}

header.site-header {
    position: relative;
    background-color: var(--water-bg);
}
.top-bar {
    background: var(--white-text-color);
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}
header.site-header .wrap-header-top {
    padding: 24px 0;
}
header.site-header .wrap-header-content {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.admin-bar header.site-header.xb-header-area-sticky.xb-header-fixed {
    top: 30px;
}

header.site-header.xb-header-area-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    visibility: hidden;
    box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
}

/* header.site-header.xb-header-area-sticky .logo img{
    height: 70px;
    object-fit: contain;
} */
header.site-header.xb-header-area-sticky.xb-header-fixed {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

.site-header.sticky {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.20);
}

.contact-numb-wrap a.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-numb-wrap .text-call-wrap .number-text {
    display: block;
    color: #fff;
    line-height: normal;
}

.contact-numb-wrap .contact-info .icon-call {
    line-height: 20px;
    height: 20px;
}

.contact-numb-wrap {
    display: flex;
    /* gap: 20px; */
}

header.site-header ul#primary-menu {
    display: flex;
    gap: 20px;
}
header.site-header ul#primary-menu>li.desktop-none>a {
    display: none;
}
header.site-header ul#primary-menu>li>a {
    color: var(--white-text-color);
    line-height: 50px
}

header.site-header ul#primary-menu>li>a:hover {
    color: var(--orange-color);
}

.contact-numb-wrap .contact-info span.text-call {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.58;
}

.site-header .main-navigation .menu>li>ul.sub-menu li a {
    padding: 11px 15px;
    /* border-bottom: 1px solid #0066B3; */
    color: var(--heading-color);
    border-bottom: 1px solid rgba(0, 102, 179, 0.4);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.site-header .main-navigation .menu>li>ul.sub-menu li a:hover {
    color: var(--orange-color);
}

/* header search from */
.serarch-form-wrap .navbar-nav-primary {
    text-transform: uppercase;
}

.serarch-form-wrap .navbar-form-search {
    position: relative;
    line-height: normal;
}

.serarch-form-wrap .navbar-form-search .form-control {
    width: 250px;
    outline: none;
    padding: 10px 10px 10px 10px;
}

.serarch-form-wrap .navbar-form-search .btn {
    border: 0;
    background: transparent;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
}

.serarch-form-wrap .navbar-form-search .btn:active,
.serarch-form-wrap .navbar-form-search .btn:hover,
.serarch-form-wrap .navbar-form-search .btn:focus {
    color: #000;
    outline: none;
    box-shadow: none;
}

.serarch-form-wrap .navbar-form-search .search-form-container {
    text-align: right;
    position: absolute;
    width: 290px;
    overflow: hidden;
    background: #fff;
    right: 40px;
    top: -12px;
    z-index: 9;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.serarch-form-wrap .navbar-form-search .search-form-container.hdn {
    width: 0;
}

.serarch-form-wrap .navbar-form-search .search-form-container .search-input-group {
    width: 290px;
    display: flex;
    align-items: center;
}

header.site-header .wrap-nav-main {
    display: none;
}

.serarch-form-wrap .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.search-input-group button.btn.btn-default {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input-group button.btn.btn-default img {
    width: 20px;
}

/* search product */
ul.product_serch_result {
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

ul.product_serch_result > li >a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--heading-color);
    padding: 0 10px;
}

ul.product_serch_result >li {
    margin-bottom: 5px;
    color: var(--heading-color);
    transition: .5s;
}
ul.product_serch_result >li:hover {
    background: #edeaea;
    border-radius: 5px;
}
ul.product_serch_result >li:last-child {
    margin-bottom: 0;
}
.serarch-form-wrap {
    position: relative;
}
.serarch-form-wrap ul.product_serch_result{
    max-height: 200px;
    overflow-y: auto;
    min-width: 300px;
    right: 191%;
    top: 140%;
}
.wrap-other-link .serarch-form-wrap ul.product_serch_result {
    right: 0;
    top: 107%;
    padding: 10px;
}
/* header search from End */
header.site-header a.menubar-btn {
    width: 40px;
    height: 40px;
    background: #db9f05;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.site-header .main-navigation ul>li .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.4s;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
}

.site-header .menu>li.menu-item-has-children {
    padding-right: 17px;
}
/* header bottom sec*/
.wrap-header-bottom {
    background: #007EDD;
    padding: 20px;
}
.wrap-header-bottom ul.link-menu-nav li {
    list-style: none;
}
header.xb-header-fixed .wrap-header-bottom {
    display: none;
}
.wrap-header-bottom ul.link-menu-nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.wrap-header-bottom ul.link-menu-nav a.industrial-items {
    transition: .5s;
}
.wrap-header-bottom ul.link-menu-nav a.industrial-items:hover span.head-link,
.wrap-header-bottom ul.link-menu-nav a.industrial-items:hover span.dec-link-text{
    color: #ff9500;
}
.wrap-header-bottom ul.link-menu-nav a.industrial-items:hover span.img-main{
    background-color: #FF9500;
}
.wrap-header-bottom ul.link-menu-nav a.industrial-items:hover span.img-main svg path{
    fill: #fff;
}
.wrap-header-bottom ul.link-menu-nav span.dec-link-text {
    display: block;
    color: #fff;
}

.wrap-header-bottom ul.link-menu-nav span.head-link-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.wrap-header-bottom ul.link-menu-nav li a {
    color: var(--white-text-color);
}

.wrap-header-bottom ul.link-menu-nav span.head-link {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    color: #fff;
}
.wrap-header-bottom ul.link-menu-nav span.head-link:hover,
.wrap-header-bottom ul.link-menu-nav span.dec-link-text:hover{
    color: #ff9500;
}

.wrap-header-bottom ul.link-menu-nav span.img-main {
    line-height: 0;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.wrap-header-bottom ul.link-menu-nav span.img-main:hover{
    background: #FF9500;
}
.wrap-header-bottom ul.link-menu-nav span.img-main:hover svg path{
    fill: #fff;
}
.wrap-header-bottom ul.link-menu-nav span.img-main svg path {
    fill: #FF5C00;
}
.wrap-header-bottom ul.link-menu-nav li a:hover svg rect {
    background: var(--white-bg);
    fill: var(--white-bg);
}
.wrap-header-bottom ul.link-menu-nav li a:hover svg path{
    fill: var(--orange-color);
}


.faq_and_image_section .image_and_accrodian {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
}
.faq_and_image_section .image_and_accrodian .simple_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq_and_image_section .image_and_accrodian .simple_img {
    width: 50%;
    position: relative;
    padding-bottom: 42%;
}
.faq_and_image_section .image_and_accrodian .accordion .accordion_box .answer p {
    color: #fff;
}
.faq_and_image_section .image_and_accrodian .accordion {
    width: 50%;
    margin-top: 0;
    column-count: unset;
}
.faq_and_image_section .image_and_accrodian .accordion h3 {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    padding-bottom: 10px;
}

@media (min-width:1200px) {
    .d-lg-none {
        display: none;
    }

    header.site-header .wrap-nav-main {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .site-header .main-navigation .menu li>ul.sub-menu {
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        min-width: 215px;
        box-shadow: 0px 4px 14px 0px #00000040;
        border-radius: 2px;
        top: 100%;
        padding: 0 4px;
    }

    .site-header .main-navigation ul.sub-menu li ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        bottom: auto;
        min-width: 215px;
        opacity: 0;
        visibility: hidden;
        padding-left: 8px;
    }

    .site-header .main-navigation .menu>li>ul.sub-menu {
        padding: 0px;
        border-radius: 12px;
    }

    .site-header .main-navigation ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .main-navigation ul ul {
        box-shadow: 8px 4px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header .main-navigation ul.sub-menu li.menu-item-has-children .arrow {
        transform: translateY(-50%) rotate(-90deg);
        right: 17px;
    }

    .main-navigation ul ul a {
        width: auto;
    }


}

@media (max-width:1399px) {
    header.site-header .wrap-header-content {
        gap: 30px;
    }

    header.site-header .wrap-nav-main {
        gap: 20px;
    }

    header.site-header ul#primary-menu {
        display: flex;
        gap: 12px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    header.site-header ul#primary-menu>li>a{
        font-size: 15px;
    }
    header.site-header ul#primary-menu {
        gap: 10px;
    }
}


/* mobile menu */
.mobile-menu-wp {
    position: fixed;
    z-index: 99999;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(108%);
    -webkit-transform: translateX(108%);
    -moz-transform: translateX(108%);
    -o-transform: translateX(108%);
    -ms-transform: translateX(108%);
    -webkit-transition: -webkit-transform .8s ease, opacity 6s ease;
    -ms-transition: -ms-transform .8s ease, opacity 6s ease;
    transition: transform .8s ease, opacity 6s ease;
    opacity: 0;
    height: calc(var(--vh, 1vh)*100);
    padding-left: 22px;
}

header.site-header a.menubar-btn {
    width: 45px;
    height: 45px;
    background:var(--white-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

header.site-header a.menubar-btn svg {
    width: 33px;
}



.mobile-menu-wp.is-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .8s ease, opacity .3s ease;
    -ms-transition: -ms-transform .8s ease, opacity .3s ease;
    transition: transform .8s ease, opacity .3s ease;
    opacity: 1
}

.mobile-menu-wp span.glyphicon.glyphicon-search {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--main-font-family);
    gap: 10px;
}
.mobile-menu-wp .moblile-number a {
    font-size: 24px;
    color: var(--color-white-text)
}

.mobile-menu-wp .wrap-socail-details {
    position: absolute;
    bottom: 100px;
    left: 60px
}

.mobile-menu-wp .moblile-number {
    position: absolute;
    bottom: 0;
    background: var(--secodary-color);
    left: 0;
    right: 0;
    padding: 25px;
    padding-left: 60px
}

.menu-mobile-menu-container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.menu-mobile-menu-container::-webkit-scrollbar {
    display: none
}

.wrap-mobile-menu {
    max-width: 340px;
    width: 340px;
    padding: 84px 20px 20px 30px;
    background: var(--dark-bg);
    height: calc(var(--vh, 1vh)*100);
}

.wrap-other-link {
    position: relative;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap-other-link .contact-numb-wrap {
    flex-direction: column;
}

.wrap-other-link ul:first-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
}

.wrap-other-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

nav.mobile-menu-items {
    height: calc(100% - 239px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
}

.wrap-other-link ul li {
    margin-bottom: 20px;
}

.wrap-other-link ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu-wp ul li {
    position: relative
}

.mobile-menu-wp ul.menu-link-wrap>li>a {
    font-size: 18px;
    line-height: 41px;
    font-weight: 600
}

.mobile-menu-wp ul.menu-link-wrap>li>a {
    padding: 12px 0;
    display: inline-block;
    padding-right: 10px;
    line-height: normal
}

.mobile-menu-wp ul.menu-link-wrap>li>a {
    padding: 12px 0;
    display: inline-block;
    padding-right: 10px;
    line-height: normal;
    color: var(--white-text-color);
}

.mobile-menu-wp ul.sub-menu li a {
    padding: 8px 0;
    display: inline-block;
    padding-right: 22px;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
}

.mobile-menu-wp .ion-ios-arrow-down:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../images/chevron-down.svg);
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(101%) contrast(105%);
}

.mobile-menu-wp i.ion.ion-ios-arrow-down {
    display: inline-block;
    padding: 0 10px;
    width: 20px;
    height: 20px;
}

.mobile-menu-wp .toggledrop.active .ion-ios-arrow-down:after {
    /* background: url(../images/chevron-down.png); */
    transform: rotate(180deg);
    right: -4px;
}

.mobile-menu-wp span.toggledrop {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 7px
}

.mobile-menu-wp ul.sub-menu li a {
    font-size: 16px
}

.mobile-menu-wp ul.sub-menu {
    margin-left: 0;
    padding: 0;
}

.mobile-menu-wp ul.sub-menu li a {
    padding: 8px 0;
    display: inline-block;
    padding-right: 22px;
    font-weight: 500;
    line-height: 23px;
    color: var(--white-text-color);

}

.mobile-menu-wp ul.sub-menu .sub-menu li a {
    font-size: 16px
}

.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0/68%);
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transition: -webkit-transform .8s ease, opacity 6s ease;
    -ms-transition: -ms-transform .8s ease, opacity 6s ease;
    transition: transform .8s ease, opacity 6s ease;
    opacity: 0
}

.offcanvas-bg.overlay-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .8s ease, opacity .3s ease;
    -ms-transition: -ms-transform .8s ease, opacity .3s ease;
    transition: transform .8s ease, opacity .3s ease;
    opacity: 1
}

span.menubar-btn-close {
    border-radius: 8px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-mobile-menu ul {
    margin: 0;
    padding: 0;

}

.wrap-mobile-menu ul li {
    list-style: none;
}

/*visit-us*/
.column_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.visit_us {
    padding: 50px 0;
}
.visit_us .column_row {
    max-width: 945px;
    margin: auto;
    align-items: center;
}
.visit_us .column_row .column_left {
    width: calc(100% - 250px);
}
.visit_us .column_row .column_right {
    width: 170px;
}
.visit_us .info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: var(--white-text-color);
    margin-top: 12px;
}
.visit_us .info-icon:hover{
    color: var(--hover-bg);
}
.visit_us .info-icon img {
    margin-right: 8px;
}

/* footer */
.site-footer .footer-top {
    padding: 60px 0;
}

footer#colophon {
    background: #F2F5F7;
}

.info-wrap-main {
    background: var(--white-bg);
    padding: 20px;
    border-radius: 10px;
}
.footer-top .col-four .menu-footer-third-container ul li.current-menu-item a {
    color: #09092b;
}
footer .footer-last li:last-child {
    margin: 0;
    padding-right: 0
}

footer .footer-last li {
    display: inline-block;
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
}

footer .footer-last li:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 18px;
    background: var(--dec-color);
}

footer .footer-last li:last-child:after {
    display: none
}

footer .footer-last {
    background: var(--white-bg);
    padding: 20px 0;
}

.footer-top ul li a {
    margin-bottom: 16px;
    display: inline-block;
    color: var(--dec-color);
}

.footer-top ul li a:hover {
    color: var(--orange-color);
}

.footer-top ul li:last-child a {
    margin-bottom: 0;
}
.footer-top .col-three ul li a {
    margin-bottom: 16px;
}
.footer-top ul li {
    list-style: none;
    position: relative;
}
.footer-top ul li span.arrow {
    position: absolute;
    right: 010%;
    top: 2px;
    cursor: pointer;
}
.footer-top ul li span.arrow svg:last-child {
    display: none;
}
.footer-top ul li.active span.arrow svg:first-child {
    display: none;
}
.footer-top ul li.active span.arrow svg:last-child {
    display: block;
}
.footer-top ul li ul.sub-menu{
    display: none;
    /* padding-bottom: 16px; */
}
.footer-top ul {
    margin: 0;
}

.footer-top .col-one {
    flex: 0 0 auto;
    width: 20%;
}

.footer-top .col-two,
.footer-top .col-three {
    flex: 0 0 auto;
    width: 15%;
}

.footer-top .col-four {
    flex: 0 0 auto;
    width: 20%;
}

.footer-top .col-five {
    flex: 0 0 auto;
    width: 25%;
}

.footer-top .info-wrap-main a img {
    position: absolute;
    left: 0;
    top: 2px;
}

.footer-top .info-wrap-main h6 {
    margin-bottom: 10px;
}

.footer-top .info-wrap-main a.info-con:last-child {
    margin: 0;
}

.wrap-first-group {
    margin-bottom: 30px;
}

.footer-top .info-wrap-main a.info-con {
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
    word-break: break-word;
    display: inline-block;
    color: var(--dec-color);
}
.footer-top .info-wrap-main a.info-con:hover span ,.wrap-second-group a.location-info:hover p ,.wrap-second-group a.location-info:hover span{
    color: var(--orange-color);
}
.wrap-second-group .d-flex {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.footer-bottom-link a,
.footer-last .column-right.text-lg-end.text-center p>a {
    color: var(--dec-color);
}

.footer-bottom-link a:hover,
.footer-last .column-right.text-lg-end.text-center p>a:hover {
    color: var(--orange-color);
}

.wrap-second-group a.location-info {
    margin-bottom: 16px;
    display: block;
}

.wrap-second-group a.location-info:last-child {
    margin: 0;
}

.wrap-second-group a.location-info p {
    font-family: var(--main-font-family);
    color: var(--dec-color);
    font-weight: 600;
}
.footer-bottom-link ul {
    margin: 0;
}


@media (min-width:1440px){
    body.page-template-contact-us .innerbanner-sec{
        padding-bottom: 90px;
    }
}
@media (max-width:1199px) {
    header.site-header ul#primary-menu>li.desktop-none>a {
        display: block;
    }
    h1,
    .h1 {
        font-size: 54px;
        line-height: 64px;
    }

    h2,
    .h2 {
        font-size: 42px;
        line-height: 52px;
    }

    h3,
    .h3 {
        font-size: 36px;
        line-height: 42px;
    }


    
    .footer-top .col-five {
        width: 26%;
    }
    .wrap-header-bottom{
        display: none;
    }
    .wrap-mobile-menu .serarch-form-wrap .navbar-form-search {
        margin-bottom: 40px;
    }
    .wrap-mobile-menu .serarch-form-wrap .navbar-form-search .search-form-container{
        right: 0;
        top: -20px;
    }
}

@media (max-width:991px) {

    h1,
    .h1 {
        font-size: 50px;
        line-height: 59px;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 45px;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 38px;
    }
    section{
        margin: 60px 0;
    }
    body .ff-default .ff-el-form-control {
        padding: 8px 20px;
        font-size: 16px;
    }
    body .ff-default textarea {
        max-height: 116px;
    }
    /*Footer css*/
    .visit_us .column_row .column_left {
        width: calc(100% - 200px);
    }
    .simple_img_with_title .accordion_box:before {
        top: 15px;
    }

    .footer-top .col-one {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-top .col-one a.footer-logo {
        display: inline-block;
    }

    .footer-top .col-five {
        width: 36%;
    }

    .footer-last .column-left,
    .footer-last .column-center,
    .footer-last .column-right {
        width: 100%;
        text-align: center;
    }
    .footer-last .column-center {
        order: 1;
    }

    .footer-last .column-left {
        order: 2;
        margin: 20px 0;
    }

    .footer-last .column-right {
        order: 2;
    }
    .footer-top ul li span.arrow{
        right: 0;
    }
    
}

@media (max-width:767px) {

    .faq_and_image_section .image_and_accrodian .simple_img {
        width: 100%;
        padding-bottom: 90%;
    }
    .faq_and_image_section .image_and_accrodian {
        flex-direction: column;
    }
    .faq_and_image_section .image_and_accrodian .accordion {
        width: 100%;
    }
    .simple_img_with_title .accordion_box:before {
        top: 15px;
    }
    .faq_and_image_section .image_and_accrodian .accordion h3 {
        font-size: 24px;
        line-height: 31px;
    }
    .container, .container-fluid{
        padding-left: 24px;
        padding-right: 24px;
    }
    .defualt_btn, form .ff-el-group button.ff-btn-submit.defualt_btn{
        padding: 8.5px 24px;
    }
    section.error-404.not-found {
        padding: 8px 0 60px;
    }
    /*Footer css*/
    .visit_us .column_row .column_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .visit_us .column_row .column_right {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .visit_us .column_row .column_right .info-icon {
        margin-top: 0;
        margin-left: 20px;
    }
    
    .footer-top .col-two,
    .footer-top .col-three,
    .footer-top .col-four,
    .footer-top .col-five {
        width: 50%;
    }

    .footer-top .col-two,
    .footer-top .col-three {
        margin-bottom: 30px;
    }
    .footer-top ul li span.arrow{
        right: 10%;
    }

    .col-two {
        padding-right: 30px;
    }
  
}

@media (max-width:576px) {
    .info-wrap-main{
        background: transparent;
        padding: 0;
    }
    .banner-main .column-left h1{
        font-size: 50px;
        line-height: 58px;
    }
    .footer-top .info-wrap-main h6 {
        color: #09092B80;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        font-family: var(--font-body);
    }
    .footer-top .info-wrap-main a.info-con{
        width: 100%;
    }
    .footer-top .col-one{
        text-align: left;
    }
    .footer-top .col-four{
        display: none;
    }

    .footer-top .col-five {
        width: 100%;
    }

    .footer-top .col-four {
        margin-bottom: 30px;
    }
    footer .footer-last li{
        display: block;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    footer .footer-last li:after{
        display: none;
    }

}

@media (max-width:375px) {
    .banner-main .column-left h1{
        font-size: 40px;
        line-height: 45px;
    }
    .wrap-mobile-menu{
        max-width: 340px;
        width: 280px;
    }
}

@media (max-width:374px){
    section.error-404.not-found .button_wrapper {
        gap: 20px;
        flex-direction: column;
    }
}
/* slick dotes */

ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 6px;
}

ul.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    fill: #F2F5F7;
    opacity: 0.6;
}
ul.slick-dots li.slick-active button{
    opacity: 1;
}

/* slick dotes end*/

/* slick arrow*/
button.slick-arrow {
    position: relative;
    background: #FF5C00;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #FF5C00;
    cursor: pointer;
    transition: all 0.3s;
}

button.slick-arrow:after{
    content: "";
    position: absolute;
    width: 39px;
    height: 39px;
    top: 0;
    left: 0;
   
}
button.slick-arrow:hover{
    background: #FF9500;
    border-color: #FF9500;
}
button.slick-arrow.slick-prev:after{
    background: url(../images/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
button.slick-arrow.slick-next:after{
    background: url(../images/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
/* slick arrow*/

@media (max-width:424px) {
    h1, .h1 {
        font-size: 36px;
        line-height: 45px;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 36px;
    }
    h3, .h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .visit_us .column_row .column_right{
        flex-wrap: wrap;
        gap: 16px;
    }
    .visit_us .column_row .column_right .info-icon{
        margin-left: 0;
    }
}
@media screen and (max-width: 600px){
    #wpadminbar {
        position: fixed !important;
    }
}

@media (max-width:375px){
    .defualt_btn, form .ff-el-group button.ff-btn-submit.defualt_btn {
        padding: 8.5px 16px;
        font-size: 14px;
    }
}