﻿@charset "UTF-8";



@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.hero-text-one h3 {
    font-family: Agbalumo, sans-serif;
    font-weight:400 !important;
    font-size:43px
}
.hero-text-one h1 {
   
    font-weight: 700 !important;
    font-size:60px
}
.hero-text-one p{
    font-size:23px
}
*::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html, body {
  height: 100%;
}

body {
    line-height: 1.74;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    visibility: visible;
    font-family: "TikTok Sans", sans-serif;
    color: #464646;
    position: relative;
    background-color: #ffffff;
}

body.no-overflow {
  overflow: hidden;
}

.site-wrapper-reveal {
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.41;
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important
}

h1 {
  font-size: 56px;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2, .fs-2 {
  font-size: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2, .fs-2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2, .fs-2 {
        font-size: 30px;
    }
}

h3, .fs-3 {
    font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3, .fs-3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3, .fs-3 {
        font-size: 25px;
    }
}

h4, .fs-4 {
  font-size: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4, .fs-4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4, .fs-4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h4, .fs-4 {
        font-size: 22px;
    }
}

h5 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
    img.lazy {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: #15c0e9;
}

button, input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.h-lg {
  font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h-lg {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .h-lg {
    font-size: 34px;
  }
}

.font-lg-p {
  font-size: 18px;
}

.mark, mark {
  padding: 0 0;
  background-color: transparent;
}

.font-weight--bold {
  font-weight: 700;
}

.font-weight--reguler {
  font-weight: 500;
}

.font-weight--normal {
  font-weight: 400;
}

.font-weight--light {
  font-weight: 300;
}

/*.site-wrapper-reveal {
  position: relative;
  z-index: 2;
  background: #ffffff;
}
*/
/*--
    Default Class
*/
.z-index-1 {
  z-index: 1;
}

.text-color-primary {
  color: #dcb14a;
}

.text-color-secondary {
  color: #d2a98e;
}

.text-black {
  color: #111 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #f4f5f7;
}

.bg-gray-2 {
  background: #F6FAFE;
}

.bg-gray-3 {
  background: #f6f2ed;
}

.bg-theme-default {
  background: #dcb14a;
}

.theme-bg-secondary {
  background: #d2a98e;
}

.black-bg {
  background: #000000;
}

.border-radus-5 {
  border-radius: 5px;
}

.sub-heading {
  color: #999;
}

.text-red {
  color: red;
}

.text-green {
  color: #d2a98e;
}

.bg-gradient {
  background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

/*-- Tab Content & Pane Fix --*/
select {
    padding: 3px 20px 3px 20px;
    height: 50px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: .1rem solid #dedede;
    border-radius: 1px;
    background: #FFF url(/images/selector-icon.png) no-repeat center right 6px;
    background-color: #FFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

select:focus {
  background: #f8f8f8 url("/images/selector-icon.png") no-repeat center right 6px !important;
}

.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*------- Defauld Class --------*/
.text-black {
  color: #333;
}

.box-shadow-top {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-right {
  border-right: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.border-left {
  border-left: 1px solid #ededed !important;
}

.border-top-dash {
  border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
  border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
  border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-top-black {
  border-top: 1px solid #333;
}

.border-bottom-black {
  border-bottom: 1px solid #333;
}

.bg-img {
  background: #888;
}

.sub-heading {
  font-size: 14px;
}





::-moz-selection {
  color: #ffffff;
  background-color: #dcb14a;
}

::selection {
  color: #ffffff;
  background-color: #dcb14a;
}

form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

form input:focus::-webkit-input-placeholder {
  color: transparent;
}

form input:focus::-moz-placeholder {
  color: transparent;
}

form input:focus:-ms-input-placeholder {
  color: transparent;
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-moz-placeholder, form textarea::-moz-placeholder {
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::placeholder, form textarea::placeholder {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}


input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, select:focus, textarea:focus {
    color: #000;
    border-color: #000;
}
.footer-area input[type="text"]:focus, .footer-area input[type="email"]:focus, .footer-area input[type="url"]:focus, .footer-area input[type="password"]:focus, .footer-area input[type="search"]:focus, .footer-area input[type="number"]:focus, .footer-area input[type="tel"]:focus, .footer-area input[type="range"]:focus, .footer-area input[type="date"]:focus, .footer-area input[type="month"]:focus, .footer-area input[type="week"]:focus, .footer-area input[type="time"]:focus, .footer-area input[type="datetime"]:focus, .footer-area input[type="datetime-local"]:focus, .footer-area input[type="color"]:focus, .footer-area textarea:focus, footer select:focus, .footer-area select:focus, .footer-area textarea:focus {
    color: #FFF !important;
    border-color: #8d8d8d !important;
    background: #062133;
    padding-left: 10px;
    box-shadow: none;
}

input[type="checkbox"] {
  position: relative;
  background: 0 0;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
}

.box-home {
  background-color: #f4f5f7;
}

.page-box {
  max-width: 1330px;
  margin: auto;
  background-color: #fff;
}

.page-box .header-sticky.is-sticky {
  max-width: 1330px;
  margin: auto;
  left: 0;
  right: 0;
}



/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #dcb14a;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
      -ms-transform: translate(-50%, 80px);
          transform: translate(-50%, 80px);
}

.scroll-top:hover {
  background-position: right center;
}

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
      -ms-transform: translate(-50%, -80px);
          transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}





.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px !important; 
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}



/*=====  End of spacing  ======*/


/*=============================================
=            04. container Css            =
=============================================*/


@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}
@media (max-width: 1300px) {
    .container {
        max-width: 1170px;
    }
}



/*=====  End of container  ======*/
/*=============================================
=                05. Header Css               =
=============================================*/
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
          animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
          box-shadow: 0 1px 1px 0 #f0f0f0;
  background-color: #fff;
}

.header-sticky.is-sticky.header_height-120 {
  height: 74px;
}

.header_absolute {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.header_height-90 {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header_height-120 {
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   /* -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    width: 100%;
   
}

.top-logo-area {
  border-bottom: 1px solid #ddd;
  margin-top: 50px;
  padding-bottom: 50px;
}

.header-sticky .logo__hidden {
  display: none;
}

.header-sticky .content__hidden {
  display: inherit !important;
}

@media only screen and (max-width: 767px) {
  .header-sticky .logo__hidden {
    display: inherit;
  }
  .header-sticky .content__hidden {
    display: none !important;
  }
}

.is-sticky .top-logo-area {
  display: none;
}

.is-sticky .content__hidden {
  display: none !important;
}

.is-sticky .logo__hidden {
  display: inherit;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* logo */
}



.header-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right-side .header-right-items {
  margin-left: 40px;
}

.header-right-side .header-right-items a {
  font-size: 24px;
}

.header-right-side .header-right-items a.mobile-navigation-icon {
  font-size: 30px;
}

.header-right-side .header-right-items a.mobile-navigation-icon i {
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .header-right-side .header-right-items {
    margin-left: 15px;
  }
}











.mobile-menu-contact-info h6, .mobile-menu-social-share h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.mobile-menu-contact-info p, .mobile-menu-social-share p {
  color: #666;
}

.mobile-menu-contact-info .social-share li, .mobile-menu-social-share .social-share li {
  display: inline-block;
  margin-right: 15px;
}



/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



    .navigation-menu > ul > li > a {
        display: block;
        color: #000000;
        padding: 18px 13px;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.18;
        letter-spacing: 0.2px;
        margin-right: 15px;
    }



        .navigation-menu > ul > li > a::after {
            content: "";
            background: #ed3c24;
            height: 0px;
            width: 0;
            position: absolute;
            bottom: 4px;
            left: 0;
            transition: width 0.4s ease;
        }

        .navigation-menu > ul > li > a:hover::after {
            height: 4px;
            width: 100%
        }

    .navigation-menu > ul > li.active > a:hover::after {
        display: none
    }

    .navigation-menu > ul > li > a:hover {
        color: #f2b10e
    }

    .navigation-menu > ul > li.has-children > a {
        position: relative;
    }

    /*.navigation-menu > ul > li.has-children > a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-bottom-color: #d7d7d7;
  border-left-color: #d7d7d7;
  left: 50%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transform: rotate(135deg) translateX(50%) translateY(0px);
      -ms-transform: rotate(135deg) translateX(50%) translateY(0px);
          transform: rotate(135deg) translateX(50%) translateY(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  bottom: -12px;
  opacity: 0;
}*/



    .navigation-menu > ul > li.has-children--multilevel-submenu {
        position: relative;
    }

    .navigation-menu > ul > li.has-children:hover .megamenu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navigation-menu > ul > li.has-children:hover > .submenu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    /*.navigation-menu > ul > li:hover > a::before, .navigation-menu > ul > li.active > a::before {
  opacity: 1;
  bottom: -2px;
  -webkit-transform: rotate(135deg) translateX(50%) translateY(0px);
      -ms-transform: rotate(135deg) translateX(50%) translateY(0px);
          transform: rotate(135deg) translateX(50%) translateY(0px);
}*/

    /*===================================
    - Multilevel Submenu Css
====================================*/
    .submenu {
        position: absolute;
        top: 95%;
        left: 0;
        background-color: #ffffff;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        visibility: hidden;
        opacity: 0;
        min-width: 240px;
        padding: 20px 0;
        z-index: 9;
        -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
        border-radius: 0 0 7px 7px;
        max-height: 480px;
        overflow-y: auto;
    }

    /* For the whole page or a specific scrollable element */
    .submenu {
        overflow-y: auto;
    }

        /* Webkit Scrollbar Styling */
        .submenu::-webkit-scrollbar {
            width: 6px; /* Thin scrollbar width */
        }

        .submenu::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, 0.3); /* Color of the thumb */
            border-radius: 10px;
        }

        .submenu::-webkit-scrollbar-track {
            background-color: transparent; /* Background of the scrollbar track */
        }

        .submenu > li {
            position: relative;
        }

            .submenu > li > a {
                display: block;
                padding: 6px 16px;
                color: #6b6b6b;
                font-weight: 500;
                -webkit-transition: 0s;
                -o-transition: 0s;
                transition: 0s;
                border-bottom: 1px dashed #e9e6e6;
                position: relative;
                padding-left: 30px
            }

                .submenu > li > a:before {
                    content: "\f054";
                    position: absolute;
                    left: 13px;
                    top: 8px;
                    font-family: FontAwesome;
                    font-size: 11px;
                }

            .submenu > li:hover a {
                background: #f9f9f9
            }

            .submenu > li > a i {
                margin-right: 10px;
                color: #5d5d5d;
                position: absolute;
                left: 20px;
                top: 12px
            }

            /*.submenu > li > a:before {
            content: "\f105";
            position: absolute;
            left: 16px;
            font-family: FontAwesome;
            top: 3px;
            font-size: 16px;
       
        }*/

            .submenu > li > a > span {
                position: relative;
            }

            .submenu > li > a:hover {
                color: #000000;
            }

            .submenu > li:hover > .submenu {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                visibility: visible;
                opacity: 1;
                z-index: 9;
            }

            .submenu > li.active > a {
                color: #dcb14a;
            }

            .submenu > li.has-children > a {
                position: relative;
                -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

            .submenu > li.has-children.active > a {
                color: #dcb14a;
            }

        .submenu .submenu {
            top: 0px;
            left: 100%;
            right: auto;
        }

            .submenu .submenu.left {
                right: 100%;
                left: auto;
            }

            .submenu .submenu .submenu {
                top: 0;
                left: 100%;
                right: auto;
            }

                .submenu .submenu .submenu.left {
                    right: 100%;
                    left: auto;
                }

                .submenu .submenu .submenu .submenu {
                    top: 0;
                    left: 100%;
                    right: auto;
                }

                    .submenu .submenu .submenu .submenu.left {
                        right: 100%;
                        left: auto;
                    }

                    .submenu .submenu .submenu .submenu .submenu {
                        top: 0;
                        left: 100%;
                        right: auto;
                    }

                        .submenu .submenu .submenu .submenu .submenu.left {
                            right: 100%;
                            left: auto;
                        }

    

    /*================================ 
    - Mobile Menu Overlay Css
==================================*/
    .mobile-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #111;
        overflow: auto;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: 9999;
        background: rgba(0, 0, 0, 0.7);
        visibility: hidden;
        opacity: 0;
    }

    .mobile-menu-overlay__inner {
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
        width: 420px;
        height: 100%;
        float: right;
        cursor: default;
        background: #ffffff;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        overflow-y: auto;
    }

    @media only screen and (max-width: 479px) {
        .mobile-menu-overlay__inner {
            width: 300px;
        }
    }

    .mobile-menu-overlay__inner .mobile-menu-close-box {
        padding: 25px 40px 0px;
    }

        .mobile-menu-overlay__inner .mobile-menu-close-box .mobile-navigation-close-icon {
            font-size: 20px;
            cursor: pointer;
        }

    .mobile-menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

        .mobile-menu-overlay.active .mobile-menu-overlay__inner {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

    .mobile-menu-overlay__header {
        background-color: #ffffff;
        padding: 15px 0;
    }

    .mobile-menu-overlay__body {
        padding: 20px 40px 100px;
    }

        .mobile-menu-overlay__body .offcanvas-navigation {
            /* onepage style */
        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a {
                display: block;
                color: #000000;
                padding-top: 18px;
                font-size: 20px;
                font-weight: 500;
                line-height: 1.5;
                -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a svg {
                    width: 33px;
                    display: inline;
                    position: relative;
                    top: -4px;
                    color: inherit
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover {
                    color: #666;
                }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child {
                border-bottom: 0;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children {
                position: relative;
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
                    content: '-';
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand {
                    position: absolute;
                    right: 0;
                    top: 12px;
                    cursor: pointer;
                    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
                    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
                    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
                        content: '\F0dd';
                        font-size: 18px;
                        font-family: "FontAwesome";
                    }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu {
                    padding: 12px 0 0px 10px;
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
                        display: block;
                        font-size: 15px;
                        color: #000000;
                        font-weight: 500;
                        line-height: 1.5;
                        padding: 10px 0;
                    }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
                            color: #666;
                        }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
                        border-bottom: 0;
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
                        position: relative;
                    }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
                            content: '\F0dd';
                            font-family: "FontAwesome";
                            font-size: 16px;
                            font-weight: 500;
                        }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
                            position: absolute;
                            right: 0;
                            top: 6px;
                        }

                            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
                                content: '\F0dd';
                                font-family: "FontAwesome";
                                font-size: 16px;
                                font-weight: 500;
                            }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
                        position: relative;
                    }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
                            content: "\43";
                            font-family: "ElegantIcons";
                        }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
                            content: "\43";
                            font-family: "ElegantIcons";
                            font-size: 16px;
                            font-weight: 500;
                        }

        .mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a {
            font-weight: 700;
        }

    .preview-nav > ul > li {
        margin: 0 24px;
    }

    @media only screen and (min-width: 1500px) and (max-width: 1599px) {
        .preview-nav > ul > li {
            margin: 0 22px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .preview-nav > ul > li {
            margin: 0 15px;
        }
    }

    .preview-nav > ul > li > a {
        padding: 0px 0px;
        position: relative;
        font-size: 18px;
        font-weight: 600;
    }

        .preview-nav > ul > li > a::after {
            content: '';
            width: 0;
            height: 2px;
            bottom: 0;
            position: absolute;
            left: auto;
            right: 0;
            background-color: #000000;
            -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

    .preview-nav > ul > li:hover > a::after, .preview-nav > ul > li.active > a::after {
        width: 100%;
        left: 0;
        right: auto;
    }

    /*=====  End of Header  ======*/
    /*=========================================
=               06. Footer Css            =
===========================================*/
    .reveal-footer {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        .reveal-footer {
            position: static;
        }
    }

    .footer-widget-wrapper {
        margin-bottom: -35px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .footer-widget__title {
        margin-top: -3px;
        font-weight: 500;
        color: #FFF;
    }

    .footer-widget__list li {
        margin-bottom: 4px;
        display: flex;
    }

        .footer-widget__list li i {
            margin-right: 10px;
            background: rgb(255 255 255 / 31%);
            width: 24px;
            text-align: center;
            line-height: 24px;
            border-radius: 6px;
            height: 24px;
            font-size: 13px;
        }

        .footer-widget__list li:last-child {
            margin-bottom: 0;
        }

        .footer-widget__list li .image_btn {
            border-radius: 5px;
            -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
            overflow: hidden;
        }

    .footer-widget__newsletter input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #FFF;
        background: #efefef00;
        padding: 0 40px 0 0;
        color: #FFF !important;
    }

        .footer-widget__newsletter input::placeholder {
            color: #FFF !important
        }

        .footer-widget__newsletter input:focus {
            color: #FFF !important;
            border-color: #FFF !important
        }

    .footer-widget__newsletter .submit-button {
        background: transparent;
        position: absolute;
        right: 15px;
        border: none;
    }

    @media only screen and (max-width: 767px) {
        .footer-widget__footer-menu {
            margin-bottom: 20px;
        }
    }

    .footer-widget__footer-menu li {
        display: inline-block;
        margin-right: 27px;
    }

        .footer-widget__footer-menu li:last-child {
            margin-right: 0;
        }

    .footer-social-networks .item {
        display: inline-block;
        margin-right: 20px;
    }

.footer-social-networks li a {
    border: 2px solid #0a5e9c;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    font-size: 15px;
    color: #0a5e9c;
}
.footer-area-wrapper .footer-social-networks li a {
    border: 2px solid #FFF;
    color:#FFF
  
}

    .footer-social-networks .item:last-child {
        margin-right: 0;
    }

    .footer-bottom-social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    @media only screen and (max-width: 767px) {
        .footer-bottom-social {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 20px 0 0 0;
        }
    }

    .footer-bottom-social .title {
        margin-right: 60px;
        font-size: 16px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-bottom-social .title {
            margin-right: 30px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        .footer-bottom-social .title {
            margin-right: 20px;
        }
    }

    .instagram_gallery a {
        width: 80px;
        margin: 5px;
    }

        .instagram_gallery a img {
            width: 80px;
        }

    .copyright-text {
        display: block;
    }

    /*=====  End of footer ======*/
    
    /*=======================================
=          08. Hero Slider Css           =
=========================================*/
    .bg-img {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .single-hero-slider-one {
        height: 800px;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-size: cover;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slider-one {
            height: 600px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slider-one {
            height: 600px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-hero-slider-one {
            height: 500px;

        }
    }

    .single-hero-slider-one .hero-title {
        position: relative;
        padding-bottom: 15px;
    }

       
    .single-hero-slider-one .hero-btn-one {
        background: #000000;
        color: #ffffff;
        line-height: 38px;
        letter-spacing: 0px;
        font-weight: 500;
        font-size: 15px;
        height: 38px;
        padding: 0 20px;
    }

        .single-hero-slider-one .hero-btn-one i {
            margin-left: 5px;
        }

    .hero-slider-one .slick-dots {
        position: absolute;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    @media only screen and (max-width: 767px) {
        .hero-slider-one .slick-dots {
            bottom: 2px;
        }
    }

    .hero-slider-one .slick-dots li {
        display: inline-block;
        margin: 10px;
    }

        .hero-slider-one .slick-dots li button {
            font-size: 0;
            border: none;
            height: 12px;
            width: 12px;
            background: #ddd;
            border-radius: 100%;
        }

        .hero-slider-one .slick-dots li.slick-active button {
            background: #dcb14a;
        }

    

   

    .hero-slider-five .slick-arrow {
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        cursor: pointer;
        font-size: 30px;
    }

        .hero-slider-five .slick-arrow.arrow-next {
            right: 15px;
            left: auto;
        }

        .hero-slider-five .slick-arrow:hover {
            color: #000000;
        }

            .hero-slider-five .slick-arrow:hover:before {
                background-color: #000000;
            }

    .single-hero-slider-five {
        height: 1100px;
        background: #f1f1f1;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-size: cover;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .single-hero-slider-five {
            height: 500px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slider-five {
            height: 850px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slider-five {
            height: 700px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-hero-slider-five {
            height: 500px;
        }
    }

    .single-hero-slider-five .hero-content-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        margin-top: 0px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slider-five .hero-content-wrap {
            margin-top: -156px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slider-five .hero-content-wrap {
            margin-top: -156px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-hero-slider-five .hero-content-wrap {
            margin-top: 0;
        }
    }

    .single-hero-slider-five .hero-content-wrap .hero-text-five {
        z-index: 99;
    }

    .single-hero-slider-five .small-title {
        position: relative;
        padding-left: 25px;
        color: #999999;
        font-size: 16px;
        font-weight: 400;
    }

        .single-hero-slider-five .small-title::after {
            background-color: #999999;
            position: absolute;
            content: '';
            width: 2px;
            height: 100%;
            left: 0;
            bottom: 0;
        }

    .single-hero-slider-five .hero-title {
        position: absolute;
        padding-bottom: 15px;
    }

    .single-hero-slider-five .inner-images {
        text-align: center;
        position: absolute;
        right: 0;
    }

        .single-hero-slider-five .inner-images .image-two {
            position: absolute;
            bottom: -84px;
            right: 0;
        }

    @media only screen and (max-width: 767px) {
        .single-hero-slider-five .inner-images .image-two {
            width: 200px;
            bottom: -4px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slider-five .inner-images {
            width: 400px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slider-five .inner-images {
            width: 400px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-hero-slider-five .inner-images {
            width: 300px;
        }
    }

    
       
    .hero-banner h1 {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        font-weight: 700 !important
    }

    .hero-banner h4 {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        color: #FFF;
        letter-spacing: 4px;
        font-weight: 600 !important;
        font-family: "TikTok Sans", sans-serif;
    }

    .hero-banner h6 {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        color: #FFF;
        letter-spacing: 7px;
        font-weight: 400;
    }



    

    

        

    /*=======================================
=          09. About Us Css           =
=========================================*/
  
   

   

   

   

   

    

    

    /*==============================================
=         13. Contact Us Pages Css          =
================================================*/
   

    @media only screen and (max-width: 575px) {
        .contact-input .contact-inner {
            width: 100%;
        }
    }

    .contact-inner {
        margin: 0 0 20px;
    }

    .contact-inner {
        margin: 0 0 20px;
    }

        .contact-inner input, .contact-inner textarea {
            border: 1px solid #000;
            height: 50px;
            background-color: transparent;
            padding: 2px 20px;
            color: #777;
            width: 100%;
            border-radius: 6px;
        }

            .contact-inner input:focus, .contact-inner textarea:focus {
                border: 1px solid #262626;
            }

        .contact-inner textarea {
            height: 150px;
            padding: 15px;
        }

        .contact-inner select {
            color: #777;
        }

   
    
    /*======================================
=        15. Button Css
=======================================*/
    .btn {
        border-radius: 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 32px;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        border: transparent;
    }

    .btn--sm {
        line-height: 38px;
        padding: 0 22px;
        height: 40px;
    }

    .btn--md {
        line-height: 38px;
        padding: 0 20px;
        height: 40px;
    }

    .btn--lg {
        line-height: 44px;
        padding: 0 42px;
        height: 46px;
    }

    .btn--danger {
        background: #ef3c24;
        color: #FFF
    }

    .btn--black {
        background: #000000;
        color: #ffffff;
    }

        .btn--black:hover, .btn--black:focus {
            background: #222;
            color: #ffffff;
        }

    .btn--border_1 {
        border: 2px solid #222;
    }

        .btn--border_1:hover {
            border: 1px solid #222;
            background: #222;
            color: #ffffff;
        }

    .btn--full {
        width: 100%;
    }

    .btn--icon {
        border: 1px solid #222;
        text-align: center;
        height: 46px;
        line-height: 44px;
        padding: 0 22px;
    }

        .btn--icon:hover {
            border: 1px solid #222;
            background: #222;
            color: #ffffff;
        }

    .btn--text-icon {
        font-size: 18px;
        font-weight: 500;
    }

        .btn--text-icon i {
            margin-right: 10px;
        }

    .btn--border-bottom {
        font-size: 18px;
        text-decoration: underline;
        font-weight: 500;
        line-height: 1;
    }

        .btn--border-bottom:hover {
            text-decoration: underline;
        }

    .tf-btn {
        font-size: 18px;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 28px;
        font-weight: 700 !important;
        text-align: center;
        background-color: #7baa0b;
        color: #fff;
    }

        .tf-btn:hover, .tf-btn:focus {
            color: #ffffff;
        }

    @media only screen and (max-width: 575px) {
        .tf-btn {
            padding: 0 10px;
            font-size: 12px;
        }
    }



.header-area {
    position: relative;
   
}
    .header-area:before, .header-sticky.is-sticky:before {
        position: absolute;
        height: 4px;
        content: "";
        background: #ef3c24;
        top:0px;
        left:0;
        width:100%;
        z-index:1
        
    }

    .footer-area-wrapper {
        position: relative !important;
        background: #FFF;
        z-index: 4;
    }

        .footer-area-wrapper:before {
            background: url(/images/footerbg.jpg) no-repeat center;
            background-size: cover;
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0.0;
            top: 0;
            left: 0;
            position: absolute;
        }

    .offcanvas-navigation li img {
        width: 15px;
        margin-right: 10px;
    }

    @media(max-width:1199px) {
        .navigation-menu > ul > li {
            margin: 0 5px;
        }
    }

    @media(max-width:1100px) {
        .navigation-menu > ul > li > a {
            font-size: 15px;
        }

        header .newsletter-form-wrap {
            max-width: 500px;
        }
    }

  

    

   

    img {
        text-indent: -9999px;
        opacity: 1
    }

    .lazy:before {
        content: url(/images/loader-logo.png);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
        opacity: .9;
    }

    .responsive-images20 {
        padding-bottom: 30%
    }

    .responsive-images59 {
        padding-bottom: 59%
    }

    .responsive-images65 {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0;
        display: list-item;
        padding-bottom: 65%
    }

    .responsive-images60 {
        padding-bottom: 60%
    }

    .responsive-images72 {
        padding-bottom: 72%
    }

    .responsive-images75 {
        padding-bottom: 75%
    }

    .responsive-images76 {
        padding-bottom: 76%
    }

    .responsive-images86 {
        padding-bottom: 86%
    }

    .responsive-images160 {
        padding-bottom: 160%
    }

    .responsive-images90 {
        padding-bottom: 90%
    }

    .responsive-images42 {
        padding-bottom: 42%
    }

    .responsive-images50 {
        padding-bottom: 50%
    }

    .responsive-images48 {
        padding-bottom: 48%
    }

    .responsive-images54 {
        padding-bottom: 54%
    }

    .responsive-images96 {
        padding-bottom: 96%
    }

    .responsive-images105 {
        padding-bottom: 105%
    }


    .responsive-images81 {
        padding-bottom: 81%
    }

    .responsive-images136 {
        padding-bottom: 130%
    }

    .responsive-images112 {
        padding-bottom: 153%
    }

    .responsive-images105, .responsive-images136, .responsive-images20, .responsive-images42, .responsive-images48, .responsive-images50, .responsive-images54, .responsive-images59, .responsive-images65, .responsive-images72, .responsive-images75, .responsive-images81, .responsive-images90, .responsive-images96, .responsive-images76, .responsive-images160, .responsive-images86, .responsive-images60, .responsive-images112 {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0;
        text-align: left;
        background: #FFF !important;
    }


        .responsive-images105 img, .responsive-images136 img, .responsive-images20 img, .responsive-images42 img, .responsive-images48 img, .responsive-images50 img, .responsive-images54 img, .responsive-images59 img, .responsive-images65 img, .responsive-images72 img, .responsive-images75 img, .responsive-images81 img, .responsive-images90 img, .responsive-images96 img, .responsive-images76 img, .responsive-images160 img, .responsive-images86 img, .responsive-images60 img, .responsive-images112 img {
            position: absolute !important;
            object-fit: cover;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0
        }

            .responsive-images100 img:after, .responsive-images105 img:after, .responsive-images112 img:after, .responsive-images136 img:after, .responsive-images20 img:after, .responsive-images42 img:after, .responsive-images48 img:after, .responsive-images50 img:after, .responsive-images54 img:after, .responsive-images59 img:after, .responsive-images65 img:after, .responsive-images72 img:after, .responsive-images75 img:after, .responsive-images81 img:after, .responsive-images83 img:after, .responsive-images90 img:after, .responsive-images96 img:after, .responsive-images76 img:after, .responsive-images160 img:after, .responsive-images86 img:after, .responsive-images60 img:after {
                content: "";
                position: absolute;
                background: #ffffff;
                width: 76px;
                height: 41px;
                top: 0;
                left: 0;
                z-index: 0;
            }

    
    .slider-item a:focus, .slider-item a:focus .slider-item {
        background: #f5f5f5;
        border: 1px solid #f60e0e
    }

    .slider-item {
        border: 0 !important;
        padding: 0
    }

        .slider-item a {
            border: 1px solid #ccc;
            padding: 4px;
            width: 100%
        }

            .slider-item a img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

    .slick-list {
        height: 100%;
    }

    .slick-track {
        height: 100%;
    }

    .slick-slide div {
        height: 100%
    }

    .slick-slide {
        margin: 10px
    }
    @media(max-width:500px){
        .slick-slide {
            margin: 3px
        }
    }

    .bg-orange {
        background: #ed8023
    }

    

    .clients-profile {
        width: 70px !important;
        height: 70px !important
    }

        .clients-profile img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 100%;
            border: 5px solid #FFF;
            position: relative;
            min-width: 70px;
            min-height: 70px;
            background: #e3e0e0;
        }

    .client-reviews {
        position: relative
    }

        .client-reviews:before {
            background: url(/images/review-bg.jpg) no-repeat center;
            background-size: cover;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
        }

    .site-header {
        transition: all 0.3s ease;
        width: 100%;
    }

    .is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

   

   

    

    svg {
        display: block;
        width: 54px;
        color: #1ebf12;
        margin: auto
    }

    .circle {
        stroke-dasharray: 76;
        stroke-dashoffset: 76;
        -webkit-animation: 1s forwards draw;
        animation: 1s forwards draw
    }

    .tick {
        stroke-dasharray: 18;
        stroke-dashoffset: 18;
        -webkit-animation: 1s 1s forwards draw;
        animation: 1s 1s forwards draw
    }

    @-webkit-keyframes draw {
        to {
            stroke-dashoffset: 0
        }
    }

    @keyframes draw {
        to {
            stroke-dashoffset: 0
        }
    }

    

    .btn-list {
        height: 24px;
    }

    .btn-grid svg {
        cursor: pointer
    }

    .bg-light {
        background: #eaf1f4 !important
    }

    .rounded-3 {
        border-radius: .5rem;
    }
.rounded-4 {
    border-radius: 1.5rem;
}

    .rounded-top-3 {
        border-radius: .5rem .5rem 0 0;
    }

    .border-white {
        border-color: #FFF !important
    }

    .bg-white-50 {
        background: #f6f9fb
    }

    .cart-table-content .price-total {
        white-space: nowrap;
        padding-right: 10px !important
    }

    .fs-5 {
        font-size: 21px
    }

    .col-5th {
        flex: 0 0 20%; /* 5 equal columns */
        max-width: 20%;
        box-sizing: border-box;
        transition: 0.7s;
    }

    @media(max-width:991px) {
        .col-5th {
            flex: 0 0 25%; /* 5 equal columns */
            max-width: 25%;
        }

        .row .col-5th:nth-child(5) {
            display: none
        }
    }

    @media(max-width:600px) {
        .col-5th {
            flex: 0 0 50%; /* 5 equal columns */
            max-width: 50%;
        }
    }

    .col-5th a {
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        border-right: 4px solid #FFF;
        transition: 0.7s
    }

    .row .col-5th:first-child img {
        padding-left: 0
    }

    .row .col-5th:last-child img {
        padding-right: 0
    }

    .row .col-5th a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

   



   


    .fs-18 {
        font-size: 18px
    }

    

    .footer-social-networks i {
        font-family: FontAwesome
    }

    .hero-text-five h1 {
        font-weight: 600 !important;
        font-family: "TikTok Sans", sans-serif;
    }

.navigation-menu > ul > li.active > a {
    background: #ef3c24;
    z-index: 2;
    color: #FFF
}

    .navigation-menu ul li a svg {
        width: 23px;
        color: inherit;
        margin: auto;
        height: 24px;
    }

    .navigation-menu > ul > li.active > a:hover {
        color: #FFF
    }

.navigation-menu > ul > li.active > a:before {
    height: calc(100% + 25px);
    top: 6px;
    bottom: auto;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%); */
    left: 0;
    right: 0;
    position: absolute;
    transition: height .3s;
    z-index: -1;
    background-color: #ef3c24 !important;
    border-color: #ef3c24 !important;
    content: "";
    display: var(--before-display, block);
    border-radius: 0 0 40px 40px;
}

    @media(max-width:768px) {
        .slider-shimmer {
            height: 40vw !important
        }
    }

    .mask-2 {
        position: absolute;
        height: 100%;
        width: 100%;
        background: url(/images/banner1.webp) no-repeat;
        background-size: cover;
        left: 0;
        top: 0;
        opacity: 0.5;
        z-index: -1;
        border-radius: 12px
    }

    .mask-3 {
        position: absolute;
        height: 100%;
        width: 100%;
        background: url(/images/vacanebg.jpg) no-repeat center;
        background-size: cover;
        left: 0;
        top: 0;
        opacity: 0.2;
        z-index: -1;
        border-radius: 12px
    }

 

    @media(max-width:991px) {
        .slider-mask {
            position: absolute;
            height: 100%;
            width: 100%;
            background: rgb(18 82 181 / 73%);
            z-index: -1;
        }
    }


   


    .bg-body {
        background: #0a5e9c;
        color: #FFF
    }
    .bg-body, .bg-body li, .bg-body li:before{
        color:#FFF !important
    }
        .bg-body h1,
        .bg-body h2,
        .bg-body h3,
        .bg-body h4,
        .bg-body h5,
        .bg-body h6 {
            color: #fff;
        }

    .servicetop img {
        filter: brightness(0) invert(1);
    }

    .bg-danger {
        color: #FFF
    }


@media(max-width:1200px) {
    .navigation-menu > ul > li > a {
        margin-right: 0px;
    }
}

.circle {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    -webkit-animation: draw 1s forwards;
    animation: draw 1s forwards;
}

.tick {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-animation: draw 1s forwards 1s;
    animation: draw 1s forwards 1s;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}


/*CAPTCHA*/
.submit__generated {
    display: inline-block;
}

    .submit__generated span {
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: center;
        line-height: 35px;
        font-weight: bold;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.9);
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .submit__generated.valid:after, .submit__generated.unvalid:after {
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 10px;
    }

    .submit__generated.valid:after {
        content: "";
        color: #2ecc71;
    }

    .submit__generated.valid .submit__input {
        border: 1px solid #2ecc71;
        color: #2ecc71 !important;
    }

    .submit__generated.unvalid:after {
        content: "";
        color: #e74c3c;
    }

    .submit__generated.unvalid .submit__input {
        border: 1px solid #e74c3c;
        color: #e74c3c;
    }

    .submit__generated .submit__input {
        position: relative;
        outline: 0;
        height: 35px;
        width: 35px;
        border-radius: 4px;
        border: 1px solid #42A0DD;
        color: #42A0DD;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        top: -2px;
    }

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}

    i.fa-refresh:hover {
        color: rgba(0, 0, 0, 0.4);
        transform: rotate(180deg);
    }

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

    .submit:hover {
        background-color: #3498db;
    }

    .submit:active, .submit.enter-press, .submit.overlay {
        margin: 55px 0 46px 0;
        box-shadow: none;
    }

.submit__overlay {
    height: 54px;
    width: 124px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -54px;
    margin-left: 0px;
}

.low-opa {
    opacity: 0.4;
}
.logo {
    position: relative;
    z-index: 2;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 16px;
}
    .logo span {
        position: relative;
        margin-top: -6px;
        display: block;
   
}
    @media(max-width:500px){
        .logo{
            font-size:14px;
            font-weight:700
        }
    }
    .logo a:hover{color:#000}
    .logo:before {
        position: absolute;
        content: "";
        height: 121px !important;
        width: 2000px;
        right: 0;
        background: #ffffff;
        top: -12px;
        z-index: -1;
        transform: skewX(-20deg);
        border-right: 4px solid #ef3c24;
        border-bottom: 3px solid #ef3c24;
        box-sizing: border-box;
        border-radius:0 0 40px 0;
        overflow:hidden
       
    }
    .logo:after {
        position: absolute;
        content: "";
        height: 41px !important;
        width: 67px;
        right: -55px;
        background: url(/images/curveline.jpg) no-repeat;
        top: 0px;
        z-index: -1;
        /* transform: skewX(-20deg); */
        /* border-right: 4px solid #ef3c24; */
        /* border-bottom: 3px solid #ef3c24; */
        box-sizing: border-box;
        
    }
    
  .hero-area{
      height: calc(100vh - 150px)
  }
  @media(max-width:768px){
    .hero-area .hero-slider-one .container:before {
        background: rgb(0 0 0 / 18%);
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 0;
    }
    .hero-area {
        height: calc(75vh - 150px);
    }
    .hero-text-one h1 {
       
        font-size: 35px
    }

    .hero-text-one p {
        font-size: 23px
    }
    .hero-text-one h3 {
       
        font-size: 25px
    }
   
  }
@media(max-width:500px) {
    .single-hero-slider-one{
 background-position-x: right !important;
    }
    .hero-area {
        height: calc(55vh - 150px);
       
    }
    .hero-area{
        min-height:200px !important
    }

   
}


.servicetop .box {
    border-right: 1px solid #ccc;
    padding-left: 45px;
    position: relative;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
   
}.servicetop b{
     font-weight:600 !important
 }

.servicetop .container .row .col-lg-3:last-child .box {
    border: none
}

.servicetop .box span {
    font-size: 13px
}

.servicetop .box img {
    left: 0px;
    top: 5px
}

.single-product-item {
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0px 20px rgb(0 0 0 / 2%);
}
    .single-product-item:before {
        content: "";
        background: #ef3c24;
        height: 100%;
        width: 0%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s ease 0s;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        border-radius: 6px;
    }
    .single-product-item:hover:before {
       
        
        width: 100%;
       
    }
    .single-product-item:hover h2, .single-product-item:hover a, .single-product-item:hover .items{
        color: #FFF !important;
        opacity:1
    }
    .single-product-item img {
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .single-product-item:hover img {
        transform: scale(1.1);
    }
    .single-product-item .products-images {
        position: relative;
    }
    .single-product-item .products-images {
        position: relative;
        background:none !important;
        padding:16px
    }
    @media(max-width:500px){
        .single-product-item .products-images {
           
            padding: 10px
        }
    }

    .single-product-item .product-thumbnail {
        position: relative;
        display: block;
        background: #EEEEF0;
       
        justify-content: center;
        align-items: center;
        border-radius: 8px;
       
    }
    
    .single-product-item .product-content {
        background: transparent;
        z-index: 1;
        position: relative;
        width: 90%;
        left: 5%;
        padding: 10px 5px;
        border-radius: 6px;
        transition: .5s;
    }


.single-product-item .product-content .prodect-title {
    font-size: 22px;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .single-product-item .product-thumbnail {
        height: 55vw;
    }
    .single-product-item .product-content .prodect-title {
        font-size: 16px;
    }
    .prodect-title .items {
        font-size: 13px !important;
    }
}
@media (max-width: 500px) {
    .single-product-item .product-thumbnail {
        height: 40vw;
    }

   
}
.prodect-title .items {
    font-size: 16px;
    font-weight: 500;
    display: block;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "TikTok Sans";
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider-active .slick-arrow, .brand-slider-active .slick-arrow {
    position: absolute;
    top: -5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 70px;
    z-index: 3;
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0 4px 24px rgba(189, 189, 189, .24);
    box-shadow: 0 5px 20px rgb(189 189 189 / 41%);
    font-weight: 700;
}

    .product-slider-active .slick-arrow.arrow-next, .brand-slider-active .slick-arrow.arrow-next {
        right: 24px;
        left: auto;
    }

@media only screen and (max-width: 767px) {
    .product-slider-active .slick-arrow {
        left: 15px;
        top: 50%
    }

        .product-slider-active .slick-arrow.arrow-next {
            right: 15px;
        }
}
.breadcrumb-area {
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    background-size: cover;
    z-index: -1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.newsletter-form-wrap.layout--2 form .btn-newsletter, .header-cart .item-counter, .our-brand-area h5, .product-filter h6 {
    background-color: #0a156d;
}

.our-brand-area h5 {
    position: relative;
    top: -25px;
    background: #dcb14a;
    display: inline-block;
    padding: 5px 39px;
    border-radius: 100px;
    color: #FFF;
}
.logo img {
    width: 104px;
    padding-top: 4px;
    display: block;
}
.dec-text{
    font-size:20px
}
@media(max-width:768px){
    .dec-text{
        font-size:16px
    }
}
.text-black-75 {
    color: rgb(0 0 0 / 68%) !important;
}
.bg-primary li:before {
    color: #FFF !important;
}
.list-style li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;

}

.list-style li:before {
    content: "\00BB";
    font-size: 20px;
    color: #000;
    margin-right: 12px;
    position: absolute;
    left: -0px;
    top: -5px;
}
.border-danger{
    border:1px solid #ef3c24
}
.btn-danger {
    background-color: #ef3c24;
    border-color: #ef3c24;
}
/*.medicine-box img{
    object-fit:contain
}*/
.medicine-box .single-product-item .products-images {
    padding: 18px;
    border: 1px dashed #ccc;
    border-radius: 10px;
}
.detail-medicine .single-product-item .product-thumbnail {
    height: 130px;
}

.mobile-filter-sidebar {
    position: fixed; /* Fixed so it stays on screen */
    top: 0;
    right: 0;
    width: 100%; /* adjust as needed */
    height: 100vh;
    background: #fff; /* or whatever bg you want */
    z-index: 999999999; /* high value to overlap everything */
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

    .mobile-filter-sidebar.open {
        transform: translateX(0);
    }

body.overflow-hidden {
    overflow: hidden;
}

.mobile-filter-inner {
    height: 100%;
    overflow-y: auto;
}

.filter-btn {
    position: absolute;
    right: 0;
    z-index: 2;
   
    right: 17px;
    padding: 3px 5px;
}

@media(max-width:768px) {
    .shop-toolbar__item {
        width: 100%;
        padding-left: 0 !important;
        margin-right: 62px;
    }
}

/* Accordion container */
.custom-accordion-list {
    list-style: none;
    padding: 0;
   
    max-width: 700px;
    border-radius: 0px;
    overflow: hidden;
   
    background: #fff;
}

    /* Each item */
    .custom-accordion-list li {
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }

    /* Header */
    .custom-accordion-list .accordion-header {
        cursor: pointer;
        padding: 0px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 15px;
        color: #333;
        transition: all 0.25s ease;
        background: #f3f3f3;
        font-family: Poppins;
    }

        .custom-accordion-list .accordion-header:hover {
            background: #f8f8f8;
        }

    /* Icon (+ / -) */
    .custom-accordion-list .icon {
        font-size: 22px;
        font-weight: 500;
        color: #ef3c24;
        transition: transform 0.25s ease, color 0.25s ease;
 
    }

    /* Body */
    .custom-accordion-list .accordion-body {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
       
        color: #555;
        line-height: 1.6;
        font-size: 15px;
        transition: max-height 0.35s ease, padding 0.3s ease;
    }

    /* Active item */
    .custom-accordion-list li.active .accordion-body {
        max-height: 500px; /* enough space for text */
        padding: 15px 20px 18px;
    }

    .custom-accordion-list li.active .icon {
        color: #dc3545;
        transform: rotate(360deg);
    }
.searchbar input {
    border: 1px solid #dfdfdf;
    padding: 2px 10px;
    width: 100%;
    border-radius: 4px;

}
.searchbar .submit-button {
    position: absolute;
    right: 6px;
    background: none;
    border: 0;
    top: 3px;
}
.form-check {
   
     padding-left: 0; 
}
.shop-widget .form-group{
    margin-bottom:0px
}
.search-filter {
    border: 1px solid #fff !important;
    padding: 4px 11px;
    border-radius: 3px;
    width: 100%;
    margin-right: 58px;
    position: relative;
    top: -4px;
    background: #f5f5f5;
}
#get-quote {
    scroll-margin-top:130px; /* upar se 200px gap */
}

.no-zoom .single-product-item:hover img {
    transform: none;
}
.banner-shape {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin-left: 20px;
}
    .banner-shape::before {
        left: -10px;
    }
   

    .banner-shape::before, .banner-shape::after {
        content: "";
        position: absolute;
        top: 0;
        width: 8px;
        height: 86%;
        background: #000;
        transform: skewX(12deg);
        top: 3px;
    } 
    .banner-shape::after {
        right: -10px;
        transform: skewX(-12deg);
    }
.shape {
    color: #adadad;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: capitalize;
    /* line-height: 1.43; */
    /* margin-top: -5px; */
    font-weight: 400;
    position: relative;
    background: #000;
    clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 0;
    color: #FFF;
    margin-left: 0px;
    text-transform: uppercase;
}
.line-before{
    position:relative
}
    .line-before:before {
        position: absolute;
        bottom: 14px;
        height: 2px;
        /* background: #ccc; */
        width: 96%;
        content: "";
        border-bottom: 1px solid #000;
        left: 4%;
    }

.shape10 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 30%;
}
.shape10 img {
    height: 100%;
}
.bg-gradient {
    background: linear-gradient(to left, #ff8a802e 0%, #155f9e08 50%, #80d8ff14 100%);
}
.section-curve {
    
    background: linear-gradient(326deg, #ff3b3b17 0%, #4fc3f71c 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);


    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
}
.rounded-top-5{
    border-radius:1.5rem 1.5rem 0 0
}
