@charset "UTF-8";


@media(max-width: 767px) {
    .typed-text-1 .h1,
    .wpb_content_element h1,
    h1.vc_custom_heading {
        font-size: 2.3em !important;
        line-height: 1.36em !important;
    }
    .wpb_content_element h2,
    h2.vc_custom_heading {
        font-size: 1.78em !important;
        line-height: 1.3em !important;
    }
}

/*---------------------------------------
Helper Classes
---------------------------------------*/

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-shadow {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .center-xs {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .text-center-sm {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .text-left-sm {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .text-right-xs {
        text-align: right;
    }
}

@media (max-width: 992px) {
    .text-right-sm {
        text-align: right;
    }
}

.icon-lg {
    font-size: 3em !important;
}

.icon-md {
    font-size: 2.5em !important;
}

.icon-sm {
    font-size: 1.3px !important;
}

.stretch-left {
    margin-right: 5vw;
    margin-left: -20vw;
}
.stretch-right {
    margin-right: -20vw;
    margin-left: 10vw;
}
@media (max-width: 767px) {
    .stretch-left {
        margin-right: 0;
        margin-left: 0;
    }
    .stretch-right {
        margin-right: 0;
        margin-left: 0;
    }
}

.image-rounded-lg img {
    border-radius: 30px;
}

.image-rounded-md img {
    border-radius: 15px;
}

.image-shadow-lg img {
    box-shadow: 20px 50px 100px 0 rgba(0,0,0,0.11);
}

.grid-image {
    overflow: hidden;
}

.span-solid {
    display: block;
}

.sub-heading {
    font-size: 13px;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
}

.sub-heading.single {
    padding-left: 72px;
}

.sub-heading.single:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: 0;
    position: absolute;
    background: #001837;
    opacity: .6;
}

.sub-heading.center {
    display: inline-block;
    text-align: center !important;
    margin: 0 auto;
}

.sub-heading.center:before {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: -72px;
    position: absolute;
    background: #001837;
    opacity: .6;
}

.sub-heading.center:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    right: -72px;
    position: absolute;
    background: #001837;
    opacity: .6;
}

.attachment p.attachment {
    padding: 100px 0;
}

.attachment p.attachment a {
    display: block;
    text-align: center;
}

.content-light .sub-heading.single:after,
.content-light .sub-heading.center:after,
.content-light .sub-heading.center:before {
    background: #fff;
}

.block-inline {
    display: inline-block !important;
    width: 100%;
}
/*-- Section Title --*/

.sec-title {
    position: relative;
    display: block;
}
  
.sec-title .sub-title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}
  
.sec-title .sub-title .text {
    position: relative;
    display: block;
}
  
.sec-title .sub-title .text p {
    position: relative;
    display: inline-block;
}
  
.sec-title .sub-title .text p::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    content: "";
}
  
.foot_button button{
    background-color: #fff;
    color: #4ab549;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    border: none;
}
  

/*-- Typography Helping Classes --*/

.font-100 {
    font-weight: 100 !important;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}

.font-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-2 {
    letter-spacing: 2px;
}

/*-- Simple gap or Margin Top --*/

.gap-0 {
    margin-top: 0px;
}

.gap-10 {
    margin-top: 10px;
}

.gap-20 {
    margin-top: 20px;
}

.gap-30 {
    margin-top: 30px;
}

.gap-40 {
    margin-top: 40px;
}

.gap-50 {
    margin-top: 50px;
}

.gap-60 {
    margin-top: 60px;
}

.gap-70 {
    margin-top: 70px;
}

.gap-80 {
    margin-top: 80px;
}

.gap-90 {
    margin-top: 90px;
}

.gap-100 {
    margin-top: 100px;
}

/*-- Margin Bottom --*/

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

/*-- Margin Right --*/

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

/*-- Margin Left --*/

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

/*-- Opacity --*/

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*-- Section padding top and bottom --*/

.padding_xl {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padding_xl_bottom {
    padding-bottom: 150px;
}

.padding_xl_top {
    padding-top: 150px;
}

.padding_xxl {
    padding-top: 200px;
    padding-bottom: 200px;
}

.padding_xxl_bottom {
    padding-bottom: 200px;
}

.padding_xxl_top {
    padding-top: 200px;
}

.pad_top_lg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.padding_lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding_lg_bottom {
    padding-bottom: 100px;
}

.padding_lg_top {
    padding-top: 100px;
}

.padding_sm {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding_sm_bottom {
    padding-bottom: 50px;
}

.padding_sm_top {
    padding-top: 50px;
}

.padding_xs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding_xs_bottom {
    padding-bottom: 30px;
}

.padding_xs_top {
    padding-top: 30px;
}

/*-- Background options --*/

.bg-default {
    background: #fff;
}

.bg-light {
    background: #f4f4f6;
}

.bg-dark {
    background: #000;
    color: #fff;
}

.content-light h1,
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6,
.content-light p,
.content-light i {
    color: #fff;
}

.full-hero {
    min-height: 110vh;
}

.no-controls .owl-controls {
    display: none !important;
}



  
/*--------------------------------------------------------
Backgrounds and Row Shapes
---------------------------------------------------------*/

.row__shape {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}

@media(max-width: 767px) {
    .row__shape {
        height: 50px !important;
    }
}

.vc_parallax .row__shape {
    position: absolute !important;
}

.shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}


[data-shape-direction="Top"] {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    top: 0;
}

.dotted-pattern-1:after {
    content: "";
    background-image: url(../fonts/dots-1.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.dotted-pattern-2:after {
    content: "";
    background-image: url(../fonts/dots-2.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@media (max-width: 767px) {
    .dotted-pattern-2:after {
        display: none;
    }
}

.dotted-pattern-2.position-1:after {
    top: unset;
    left: unset;
    bottom: -35px;
    right: -50px;
    height: 180px;
    width: 180px;
    opacity: .6;
}

.dotted-pattern-2.position-2:after {
    top: -50px;
    left: unset;
    right: -50px;
    height: 180px;
    width: 180px;
    opacity: .6;
}

.dotted-pattern-2.position-3:after {
    top: unset;
    left: -20px;
    bottom: -35px;
    height: 180px;
    width: 180px;
    opacity: .6;
}

/*-- Background image with dark text --*/

.bg-image {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-top {
    background-position: top;
}

.image-bottom {
    background-position: bottom''
}

/*-- Background image with light text --*/

.bg-image-dark,
.bg-image-light {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.section-negative {
    margin-top: -100px;
}

.title_pad {
    padding-left: 15px;
}

.block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.image_rounded {
    border-radius: 6px;
}

.image_shadow {
    -webkit-box-shadow: 1px 32px 61px -24px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 32px 61px -24px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 32px 61px -24px rgba(0, 0, 0, 0.75);
}

.no_shadow {
    box-shadow: none !Important;
}

.image_stretched figure,
.image_stretched .vc_single_image-wrapper {
    display: block;
    width: 100%;
}

.image_stretched img {
    width: 100% !important;
}

.full_image,
.full_image img {
    width: 100% !important;
}

.full-width-image {
    height: 700px;
    width: 100%;
}

@media(max-width: 480px) {
    .full-width-image {
        height: 300px;
    }
}

@media(min-width: 480px) and (max-width: 767px) {
    .full-width-image {
        height: 450px;
    }
}

@media(min-width: 767px) and (max-width: 992px) {
    .full-width-image {
        height: 550px;
    }
}

.full-width {
    width: 100%;
    max-width: 100% !important;
}

.full-height {
    height: 100vh;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 100%;
}

.container-sm {
    padding-left: 5vw;
    padding-right: 5vw;
}

.container-lg {
    padding-left: 10vh;
    padding-right: 10vh;
}

.container-large {
    width: 1000px;
}

@media(max-width: 992px) {
    .container-large {
        width: inherit;
    }
}

@media(max-width: 768px) {
    .container-lg {
        padding: 5vh;
    }
}

.ofvs {
    overflow: visible !important;
}

.ofhd {
    overflow: hidden !important;
}

.no-padding {
    padding: 0;
}

.text-up {
    text-transform: uppercase;
}

.section_title {
    margin-bottom: 50px;
}

.section_title h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width: 768px) {
    .section_title h2 {
        font-size: 25px;
    }
}

.section_title p {
    max-width: 300px;
}

@media(max-width: 768px) {
    .section_title p {
        font-size: 12px;
    }
}

/*---------------------------------------
Image Overlays
---------------------------------------*/


[data-bg-overlay] {
    position: relative;
}

[data-bg-overlay]:before {
    content: "";
    position: absolute;
    background-color: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0 !important;
}

.vc_parallax:before {
    content: " ";
    z-index: 1 !important;
}

[data-bg-overlay="0"]:before {
    opacity: 0;
}

[data-bg-overlay="1"]:before {
    opacity: 0.1;
}

[data-bg-overlay="2"]:before {
    opacity: 0.2;
}

[data-bg-overlay="3"]:before {
    opacity: 0.3;
}

[data-bg-overlay="4"]:before {
    opacity: 0.4;
}

[data-bg-overlay="5"]:before {
    opacity: 0.5;
}

[data-bg-overlay="6"]:before {
    opacity: 0.6;
}

[data-bg-overlay="7"]:before {
    opacity: 0.7;
}

[data-bg-overlay="8"]:before {
    opacity: 0.8;
}

[data-bg-overlay="9"]:before {
    opacity: 0.9;
}

[data-bg-overlay="10"]:before {
    opacity: 1;
}

.border-both {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.border-top {
    border-top: 1px solid #ebebeb;
}

.border-bottom {
    border-bottom: 1px solid #ebebeb;
}



/***
=============================================
   Thm Btn
=============================================
***/
.thm-btn,
.wp-element-button:not(.shop__search,.single_add_to_cart_button,.add_to_cart_button,.wp-block-search__button),
.woocommerce button.button:not(.single_add_to_cart_button,.add_to_cart_button),
body.error404 .button{
	border-radius: 35px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    position: relative !important;
    display: inline-block !important;
    padding: 30px 50px !important;
    overflow: hidden !important;
    text-transform: capitalize;
	line-height:0 !important;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 1;
    color: #fff;
 }
  
.thm-btn:before,
.woocommerce button.button:not(.single_add_to_cart_button,.add_to_cart_button):before,
.wp-element-button:not(.shop__search,.single_add_to_cart_button,.add_to_cart_button,.wp-block-search__button):before{
    position: absolute;
    top: 125px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    border-radius: 50%;
    transition-duration: 800ms;
    transition: 1s all ease;
    z-index: -1;
}
  
.thm-btn:hover:before,
.woocommerce button.button:hover:before,
.wp-element-button:hover:before{
    top: 0%;
    z-index: -1;
    left: -70px;
    right: -70px;
 }

.thm-btn .txt {
    position: relative;
    z-index: 1;
	transition: all 200ms linear;
    transition-delay: 0.1s;
}
.woocommerce button.button:hover,
.woocommerce button.button:hover,
.wp-element-button:hover,
.wp-element-button:focus,
.thm-btn:hover,
.thm-btn:focus {
  color: #ffffff;
}

.thm-btn_small {
    line-height: 50px !important;
    padding: 0px 40px !important;
}

.badge {
    display: inline-block;
    background: #000;
    font-size: 12px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 7px 20px;
    min-width: 60px;
}



/*---------------------------------------
Header Navigation
---------------------------------------*/

.main-header[data-header-fixed="fixed"]  {
    position: absolute;
}



@media (max-width: 1199px) {
    .main-header[data-sticky-scroll="true"].sticky .header__primary,
    .main-header[data-header-fixed="fixed"] {
        position: initial;
    }
    .main-header[data-mobile-scroll="none"].sticky .header__primary {
        position: relative !important;
    }
   
    .main-header[data-mobile-fixed="fixed"] {
        position: absolute;
    }

    .main-header[data-mobile-scroll="true"] .stricky-header {
        display: block !important;
    }
}





[data-header-shadow="small"] .header__primary {
    -webkit-box-shadow: 0 8px 13px -10px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 8px 13px -10px rgba(0,0,0,0.03);
    box-shadow: 0 8px 13px -10px rgba(0,0,0,0.03);
}

[data-header-shadow="medium"] .header__primary {
    -webkit-box-shadow: 0px 0px 65px -20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 65px -20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 60px -20px rgba(0,0,0,0.2);
}

[data-header-shadow="large"] .header__primary {
    -webkit-box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.2);
}
.header__nav.sticky.shadow__sm .stricky-header  {
    -webkit-box-shadow: 0 8px 13px -10px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 8px 13px -10px rgba(0,0,0,0.03);
    box-shadow: 0 8px 13px -10px rgba(0,0,0,0.03);
}

.header__nav.sticky.shadow__md .stricky-header  {
    -webkit-box-shadow: 0px 0px 60px -20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 60px -20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 60px -20px rgba(0,0,0,0.2);
}

.header__nav.sticky.shadow__lg .stricky-header  {
    -webkit-box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.2);
}

.header__nav.fourth .header-search-box{
    margin-left: 0px;
}
.header__nav.fourth .header-search-box::before{
    display: none;
}

.nav__icons-module{
	display:flex;
}
.nav__icons-module .header-search-box{
	line-height:45px;
}

/***
=============================================
   Top Bar
=============================================
***/
.header__secondary{
    overflow: hidden;
}
.header__secondary .top__nav_section {
    width: 70%;
    float: left;
}
.header__secondary .top__nav_section.right {
    width: 30%;
    text-align: right;
}
.header__secondary .top__content {
    display: flex;
}
.header__secondary .inner__wrap {
    margin-left: 20px;
    display: inline-block;
}
.header__secondary .text__block {
    margin: 0;
}
.top-bar-content li {
    display: inline-block;
    margin-right: 20px;

}
.header__secondary .secondary__social li {
    display: inline-block;
    padding: 0 6px;
}
.top-bar-content li .icon {
    font-size: 15px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

/***
=============================================
   Search Popup
=============================================
***/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  }
  
  .search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    cursor: pointer;
    background-color: #2a7de1;
  }
  
  .search-popup__content {
    width: 100%;
    max-width: 560px;
  }
  
  .search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .search-popup__content form input[type="search"],
  .search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    padding-right: 75px;
	margin-bottom:0px !important;
  }
  
  .search-popup__content .thm-btn {
    padding: 0 !important;
    width: 68px;
    height: 68px;
    display: -webkit-box !important;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute !important;
    top: 0;
    right: -1px;
    border-radius: 0 !important;
    border: 0;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: #2a7de1;
  }
  
  .search-popup__content .thm-btn::before {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .search-popup__content .thm-btn i::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    margin-left: 0;
    z-index: 5;
  }
.nofound-form{
	margin: 30px 0;
}

.nofound-form h3{
	display:none;
}

.nofound-form input{
	height:60px;
	border-radius:0px;
}

.nofound-form button{
	position:absolute;
	top: 12px;
    right: 20px;
	transform: rotate(270deg);
	
}
.nofound-form button i:before{
	font-size:19px;
	color:#7e828c;
	font-weight:bold;
}



  .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
  .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
  .bootstrap-select .show>.btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
  
  .bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .bootstrap-select .dropdown-toggle:focus,
  .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
  }
  
  .bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
  }
  
  .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--brote-primary);
    color: #fff;
  }
  
  .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--brote-base);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--brote-white);
    color: var(--brote-base);
    cursor: pointer;
  }
  

/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
  .mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
  }
  
  .mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  }
  
  .mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    cursor: pointer;
  }
  
  .mobile-nav__content {
    position: relative;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    z-index: 10;
  }
  
  .mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  
  .mobile-nav__close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .mobile-nav__close i:before {
    position: relative;
    display: inline-block;
  }
  
  .mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-nav__wrapper .main__logo{
    display: block;
  }
  
  .mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .mobile-nav__content .main-menu__list,
  .mobile-nav__content .main-menu__list>li>ul,
  .mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .mobile-nav__content .main-menu__list>li>ul,
  .mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 20px;
  }
  
  .mobile-nav__content .main-menu__list>li:not(:last-child),
  .mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .mobile-nav__content .main-menu__list>li>a,
  .mobile-nav__content .main-menu__list>li>ul>li>a,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    transition: 500ms;
  }
 
  
  
  
  .mobile-nav__content .main-menu__list>li>a>button,
  .mobile-nav__content .main-menu__list>li>ul>li>a>button,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-black);
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
  }
  .mobile-nav__content .main-menu__list li .icon-down-arrow{
    font-weight: bold;
  }
  
  .mobile-nav__content .main-menu__list>li>a>button.expanded,
  .mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-base);
  }
  
  
  .mobile-nav__content .home-showcase__title {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 0px;
  }
  
  .mobile-nav__contact {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  
  .mobile-nav__contact li {
    position: relative;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  }
  
  .mobile-nav__contact li+li {
    margin-top: 15px;
  }
  
  .mobile-nav__contact li a {
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .mobile-nav__contact li a:hover {
    /* color: var(--thm-black); */
    color: #fff;
  }
  
  .mobile-nav__contact li>i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
  }
  
  
  .mobile-nav__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav__social ul{
    padding-left: 0px;
  }

  .mobile-nav__social ul li{
    display: inline-block;
  }
  
  .mobile-nav__social a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: 500ms;
  }
  
  
  .mobile-nav__social a:hover {
    color: var(--thm-base);
    background-color: #ffffff;
  }
  
  
  
  /* no menu after 2rd level dropdown */
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
  }
  
  .text__mob_side{
    margin: 20px 0;
    color: #fff;
  }
  
  
  
  /*--------------------------------------------------------------
  # Main Header Css
  --------------------------------------------------------------*/
  .main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
  }

  .sticky__logo,
  .main__logo{
    display: none;
  }
  
  .stricky-fixed .main__logo{
    display:none !important;
  }
  .main-header img.main__logo  {
    display: block;
  }
  .mobile-nav__wrapper .main__logo{
    display: block;
  }
  
  .main-menu {
    position: relative;
    display: block;
  }
  
  .main-menu__wrapper {
    position: relative;
    display: block;
  }
  
  .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-menu-box {
    display: block;
    float: right;
    margin-left: auto;
  }
    
  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }
  
  @media (min-width: 1200px) {
  
    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  

  .main-menu .main-menu__list>li>a,
  .stricky-header .main-menu__list>li>a {
    position: relative;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
    .nav__second .nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 20px;
    }
    
    .nav__second .nav__list .nav__item {
        display: inline-block;
        padding: 0;
    }

  
  .main-menu .main-menu__list>li.dropdown>a,
  .stricky-header .main-menu__list>li.dropdown>a {
    padding-right: 20px;
  }
  
  /* .main-menu .main-menu__list>li.dropdown>a:before {
    position: absolute;
    top: 1px;
    right: 2px;
    font-family: 'icomoon' !important;
    content: "\e907";
    font-size: 11px;
    font-weight: 700;
    z-index: 1;
  } */
  
  
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform-origin: top;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: 99;
  }
  
  .main-menu .main-menu__list>li>ul>li>ul>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
  }
  
  .main-menu .main-menu__list>li:hover>ul,
  .main-menu .main-menu__list>li>ul>li:hover>ul,
  .stricky-header .main-menu__list>li:hover>ul,
  .stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    transition: all 700ms ease;
  }
  
  .main-menu .main-menu__list>li>ul>li,
  .main-menu .main-menu__list>li>ul>li>ul>li,
  .stricky-header .main-menu__list>li>ul>li,
  .stricky-header .main-menu__list>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  
  .main-menu .main-menu__list>li>ul>li+li,
  .main-menu .main-menu__list>li>ul>li>ul>li+li,
  .stricky-header .main-menu__list>li>ul>li+li,
  .stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 1px solid rgba(var(--thm-base-rgb, 53, 84, 209), 0.05);
  }
  
  .main-menu .main-menu__list>li>ul>li>a,
  .main-menu .main-menu__list>li>ul>li>ul>li>a,
  .stricky-header .main-menu__list>li>ul>li>a,
  .stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 10px 25px;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .main-menu .main-menu__list>li>ul>li:hover>a,
  .main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
  .stricky-header .main-menu__list>li>ul>li:hover>a,
  .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    color: #ffffff;
    background-color: var(--thm-base);
  }
  
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
  }
  
  .main-menu .main-menu__list li ul li>ul.right-align,
  .stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
  }
  
  
  /*-------------------------------------
      Stricky Header Css
    ---------------------------------------*/
  .stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  }
  
  @media (max-width: 1199px) {
    .stricky-header {
      display: none !important;
    }
  }
  
  .stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }

  .stricky-header.stricky-fixed img.sticky__logo  {
    display: block;
  }

.nav__list .button__nav_1{
	min-width: max-content;
}
  
    .main-menu .mobile-nav__toggler {
        position: relative;
        display: inline-block;
        font-size: 37px;
        cursor: pointer;
        -webkit-transition: 500ms;
        transition: 500ms;
		margin-left:25px;
		line-height:48px;
    }

    .main-menu .mobile-nav__toggler i{
        font-weight: bold;
    }
  

  
  @media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
      display: none;
    }
  }
  

  
  .stricky-header .main-menu-box {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  

  
  /* .stricky-header .main-menu__wrapper-inner {
    justify-content: space-between;
  } */
  
  .stricky-header .phone-number-box-style1 {
    display: none;
  }
  

  
  .stricky-header .main-menu__list>li+li {
    margin-left: 30px;
  }
  
  .stricky-header .main-menu-style1-right {
    margin-left: 30px;
  }
  
  
  
  /***
  =============================================
  Main Header One
  =============================================
  ***/

  .auto-container {
    position: static;
    padding: 0px 15px;
    margin: 0 auto;
  }


  
  .main-header-one .auto-container {
    width: 100%;
	max-width:1530px;
  }
  
  .main-header-one__inner {
    position: relative;
    display: block;
  }
  
  .main-header-one .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__primary .main-menu__wrapper-inner .main-content,
  .stricky-header .main-menu__wrapper-inner .main-content{
    display: flex;
    align-items: center;
  }
  

  .main-header-one__left {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .logo-box-one {
    position: relative;
    display: block;
	line-height:1;
  }
  
  .logo-box-one a {
    position: relative;
    display: inline-block;
  }
  
  .header-search-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 45px;
    padding-left: 45px;
  }
  
  .header-search-box::before {
    position: absolute;
    top: -15px;
    left: 0;
    bottom: -15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
  }

.header-search-box a {
	font-size: 20px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.header__cart-mobile .nav__cart-module {
	display: none;
}

	.nav__cart-module {
		display: inline-block;
		margin-left: 30px;
		position: relative;
		line-height:0;
	}

	.nav__cart{
		font-size: 16px;
		position: relative;
		cursor: pointer;
		display: inline-block;
		line-height: normal;
	}
	.nav__cart .svg__icon{
		vertical-align: middle;
		font-size: 22px;
	}
	
	.nav__cart .svg__size{
		height: 22px;
		width: 22px;
	}
	
	.nav__cart .cart__value{
		height: 17px;
		width: 17px;
		border-radius: 50%;
		display: inline-block;
		font-size: 10px;
		font-style: normal;
		line-height: 17px;
		text-align: center;
		position: absolute;
		top: 15px;
		left: -8px;
	}
  
  
  .header-one-social-links {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 62px;
  }

  
  .header-one-social-links ul {
    position: relative;
    display: block;
    margin-bottom: 0px !important;
  }
  
  .header-one-social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 16px;
  }
  
  .header-one-social-links ul li:last-child {
    margin-right: 0;
  }
  
  .header-one-social-links ul li a {
    position: relative;
    display: block;
  }
  
  .header-one-social-links ul li a span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .header-one-social-links ul li a:hover span::before {
    color: var(--thm-primary);
  }
  
  
  .main-header-one__middle {
    position: relative;
    display: block;
  }
  
  .main-header-one__right {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-left: 30px;
  }
  
  .main-header-one__right::before {
    position: absolute;
    left: 0;
    width: 1px;
    height:40px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
  }

  .main-header-one.fourth .main-header-one__right::before{
    content: none;
  }
  
  .main-header-one__right .contact-box {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-one__right .contact-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  .main-header-one__right .contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
  }
  
  .main-header-one__right .contact-box .text {
    position: relative;
    display: block;
    margin-left: 10px;
  }
	.main-header-one__right .contact-box p{
		line-height:20px;
	}
  
  .main-header-one__right .contact-box .text a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }

  
  .stricky-header.stricky-header--one .main-header-one__right {
    display: none;
  }
  
  
  /***
  =============================================
  Main Header Two
  =============================================
  ***/
  .main-header-two {
    position: relative;
    display: block;
  }
  
  .main-header-two__inner {
    position: relative;
    display: block;
    background: var(--thm-base);
  }
  
  .main-header-two .auto-container {
    max-width: 1530px;
    width: 100%;
  }

  .main-header-two__inner.header__primary .auto-container {
    padding: 0px;
  }


  .main-header-two .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .main-header-two__left {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-two__left .logo-box-two {
    position: relative;
    display: block;
    padding-right: 40px;
    padding-left: 15px;
	line-height:1;
  }
  
  .main-header-two__left .logo-box-two::before {
    position: absolute;
    top: -30px;
    left: -9999999px;
    bottom: -30px;
    right: 0;
    content: "";
  }
  
  .main-header-two__left .logo-box-two a {
    position: relative;
    display: inline-block;
  }
  
  .main-header-two__middle .header-search-box {
    margin-left: 60px;
    padding-left: 0px;
    padding-right: 40px;
  }
  
  .main-header-two__middle .header-search-box::before {
    position: absolute;
    top: -15px;
    left: auto;
    right: 0;
    bottom: -15px;
    width: .9px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
  }
  
  .main-header-two__middle .header-one-social-links {
    margin-left: 40px;
  }

  .main-header-two__middle .header-one-social-links ul{
    padding-left: 0px;
  }
  
  .main-header-two__middle {
    position: relative;
    display: block;
  }
  
  
  .main-header-two__right {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-right: 20px;
	margin-left:30px;
  }
  
  .main-header-two__right .contact-box {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-two__right .contact-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #f2f0ec;
    border-radius: 50%;
  }
  
  .main-header-two__right .contact-box .icon span::before {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
  }
  
  .main-header-two__right .contact-box .text {
    position: relative;
    display: block;
    margin-left: 10px;
  }
  
  .main-header-two__right .contact-box .text p {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .main-header-two__right .contact-box .text a {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -0.05em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .main-header-two__right .contact-box .text a:hover {
    color: var(--thm-black);
  }
  
  .stricky-header.stricky-header--two .main-menu__wrapper {
    background-color: var(--thm-black);
  }
  
  .stricky-header.stricky-header--two .main-header-two__right {
    display: none;
  }
  
  .stricky-header.stricky-header--two .main-header-two__left .logo-box-two::before {
    display: none;
  }
  
  
  
  
  
  /***
  =============================================
  Main Header Three
  =============================================
  ***/

  .main-header-three {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
  }
  
  .main-header-three__inner {
    position: relative;
    display: block;
  }
  
  .main-header-three .auto-container {
    /* max-width: 1530px; */
    max-width: 1225px;
    width: 100%;
  }
  
  .main-header-three .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  
  .main-header-three__left {
    position: relative;
    display: block;
  }
  
  .logo-box-three {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 20px;
    z-index: 1;
	line-height:1;
  }
  
  
  .logo-box-three a {
    position: relative;
    display: inline-block;
  }
  
  .main-header-three__middle {
    position: relative;
    display: block;
  }
  
  
 
 

  
  .main-header-three .main-menu .main-menu__list>li>a::after {
    position: absolute;
    top: 30px;
    left: 5px;
    bottom: -39px;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 0;
    transition: all 0.4s ease-in-out 0.3s;
    content: "";
  }
    
  .main-header-three .main-menu .main-menu__list>li:nth-child(3):hover>a::after{
    transition: all 0.4s ease-in-out 0.3s;
    height: 38px;
  } 
  
  .main-header-three__right {
    position: relative;
    display: flex;
    align-items: center;
	margin-right:24px;
    margin-left: 30px;
  }
  
  .main-header-three__right .header-search-box {
    position: relative;
    display: block;
    padding-right: 30px;
    margin-left: 0px;
    padding-left: 0px;
  }
  
  .main-header-three__right .header-search-box a {
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  
  }
  
  
  .main-header-three__right .header-search-box::before {
    position: absolute;
    top: -15px;
    left: auto;
    right: 0;
    bottom: -15px;
    width: 1px;
    background: #cbcbcb;
    content: "";
  }
  
  .main-header-three__right .contact-box {
    position: relative;
    display: block;
    padding-left: 55px;
    margin-left: 40px;
    margin-right: 35px;
  }
  
  .main-header-three__right .contact-box .icon {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 0;
  }
  
  .main-header-three__right .contact-box .icon span::before {
    position: relative;
    display: inline-block;
    font-size: 35px;
  }
  
  .main-header-three__right .contact-box .text {
    position: relative;
    display: block;
  }
  
  .main-header-three__right .contact-box .text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  .main-header-three__right .contact-box .text a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.011em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .main-header-three__right .contact-box .text a:hover {
    color: var(--thm-primary);
  }
  
  .main-header-three__right .btn-box {
    position: relative;
    display: block;
  }
  
  .main-header-three__right .btn-box a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    background: var(--thm-primary);
    line-height: 65px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .main-header-three__right .btn-box a:hover {
    background: var(--thm-base);
  }
  
  .stricky-header.stricky-header--three .main-header-three__right .btn-box {
    display: none;
  }
  
  .stricky-header.stricky-header--three .logo-box-three::before {
    display: none;
  }
  
  .stricky-header.stricky-header--three .main-menu__wrapper {
    background-color: var(--thm-base);
  }
  
  .stricky-header.stricky-header--three .main-header-three__right .contact-box {
    margin-right: 0px;
    padding-left: 50px;
    margin-left: 25px;
  }
  
  .stricky-header.stricky-header--three .main-header-three__right .contact-box .icon span::before {
    color: #fff;
  }
  
  .stricky-header.stricky-header--three .main-header-three__right .contact-box .text p {
    color: #ffffff;
  }
  
  .stricky-header.stricky-header--three .main-header-three__right .contact-box .text a {
    color: #ffffff;
  }
  
  
  .stricky-header.stricky-header--three .logo-box-three {
    padding-left: 0px;
    padding-right: 25px;
  }
  
  

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
    list-style-type: none;
    padding: 0;
}

.wp-block-archives .children,
.wp-block-categories .children {
    list-style-type: none;
    margin-top: 10px;
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a,
.wp-block-latest-comments__comment-meta a {
    font-weight: 600;
}

.wp-block-archives li,
.wp-block-categories li {
    padding-left: 20px;
    position: relative;
}



/*---------------------------------------
Page Header
---------------------------------------*/

.page__header {
    min-height: 300px;
    width: 100%;
    display: table;
    float: left;
    background: #f7f7f7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*
.page__header .content {
    display: table-cell;
    position: relative;
    padding: 50px 0;
}
*/


.page__header .content .inner h1 {
    text-transform: capitalize;
    margin-bottom: 25px;
	max-width:700px;
}

.page-header .content .content__inner{
    display: flex;
    align-items: center;
}

.page-header .content .content__inner .inner{
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media(max-width: 767px) {
	
	.page-header .content .content__inner .inner{
    padding-top: 150px;
}
    .page__header .content .inner h1 {
        font-size: 45px !important;        
        line-height: 60px !important;
    }
    .page__header.home__header .content .inner h1 {
        font-size: 50px !important;
    }
}



[data-header-content-align="center"] {
    text-align: center;
}

[data-header-content-align="center"] .content .inner {
    margin: 0 auto;
}

[data-header-content-align="right"] {
    text-align: right;
}

[data-header-content-align="right"] .content .inner {
    margin: 0 0 0 auto;
}

[data-header-vertical-align="top"] .content {
    vertical-align: top;
}

[data-header-vertical-align="middle"] .content {
    vertical-align: middle;
}

[data-header-vertical-align="bottom"] .content {
    vertical-align: bottom;
}

.page__header .content .breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.page__header .content .breadcrumbs li {
    display: inline-block;
}

.page__header .content .breadcrumbs li,
.page__header .content .breadcrumbs li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.page__header .content .breadcrumbs li:last-child a {
    opacity: 1;
    pointer-events: none;
    margin-left: 3px;;
}

.page__header .content .breadcrumbs li:before {
    content: "\e92c";
    font-family: icomoon;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
	font-weight:normal;
}

.page__header .content .breadcrumbs li:first-child:before {
    content: none;
    margin: 0;
}

.content-light .content h1,
.content-light .content p,
.content-light .content .breadcrumbs li a,
.content-light .content .breadcrumbs li,
.content-light .content .breadcrumbs li a:hover {
    color: #fff !important;
}

.content-light .content .breadcrumbs li:before {
    color: #fff !important;
}


.page-header {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .page-header .shape1 {
    position: absolute;
    top: 230px;
    left: 40px;
    opacity: 0.2;
  }
  
  .page-header .shape2 {
    position: absolute;
    top: 40px;
    left: 560px;
    /*z-index: -1;*/
    opacity: 0.2;
  }
  
  .page-header .shape3 {
    position: absolute;
    top: 220px;
    left: 330px;
    /*z-index: -1;*/
    opacity: 0.2;
  }
  
  .page-header .shape4 {
    position: absolute;
    left: 300px;
    bottom: 115px;
    /*z-index: -1;*/
    opacity: 0.2;
    webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
  }
  
  .page-header .shape5 {
    position: absolute;
    left: 670px;
    bottom: 30px;
    /*z-index: -1;*/
    opacity: 0.2;
  }
  
  .page-header .shape6 {
    position: absolute;
    left: 890px;
    bottom: 200px;
    /*z-index: -1;*/
    opacity: 0.2;
  }
  
  .page-header__img {
    position: absolute;
    top: -65px;
    right: -85px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    overflow: hidden;
    border-top-right-radius: 0;
  }

  .page-header__img img{
    height: 100% !important;
    width: 100%;

  }
  
  .page-header__img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 8;
  }
  
  
  
  
  
  .page-header__inner {
    position: relative;
    display: block;
  }
  
  .page-header__inner h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
  }
  
  .page-header__inner .thm-breadcrumb {
    position: relative;
    display: block;
  }
  
  .page-header__inner .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .page-header__inner .thm-breadcrumb li span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    top: 2px;
  }
  
  .page-header__inner .thm-breadcrumb li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .page-header__inner .thm-breadcrumb li a:hover {
    color: var(--thm-primary);
  }
  



/*---------------------------------------
Back to top
---------------------------------------*/

.back__top {
    position: fixed;
    border: 2px solid;
    bottom: 20px;
    right: 15px;
    height: 60px;
    width: 60px;
    line-height: 61px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.5) translateY(50px);
    transform: scale(0.5) translateY(50px);
    -webkit-transform: scale(0.5) translateY(50px);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .nav__modern .back__top {
        bottom: 70px;
        right: 24px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back__top i {
    font-size: 27px;
    line-height: 35px;
}

.back__top i:before {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    color: #fff;
}
.back__top:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 90%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 90%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.back__top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.back__top.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
}

.back__top.visible:focus {
    color: #ffffff00;
}


