/* Linoor - DIgital Agency HTML Template  */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
4.  Scroll To Top style
5.  Main Header style / Header Style One
6.  Sticky Header
8.  Mobile Menu

====================================================================
4.  Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  border-radius: 50%;
  border: 2px solid #90c404;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  background: #90c404;
  color: #ffffff;
  display: none;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  border: 2px solid #90c404;
  background: transparent;
  color: var(--thm-black);
}

/***
====================================================================
1.  Preloader
====================================================================

***/


.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #eceeef;
  /*background-color: #1c1e22;*/
}

/*.preloader .icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/custom-loader.png);
  transition: all 200ms ease;
  -webkit-animation-name: rotateMe;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateMe;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateMe;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: rotateMe;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}*/

.page-loaded .preloader .icon {
  opacity: 0;
}


/*Another loader*/

/* The loader container */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  
  width: 200px;
  height: 200px;
  
  margin-top: -100px;
  margin-left: -100px;

}


/* The dot */
.loader > .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;

  width: 160px;
  height: 100px;
  
  margin-top: -50px;
  margin-left: -80px;

  border-radius: 5px;

  background-color: #1e3f57;

  transform-type: preserve-3d;

  animation: dot1 3s cubic-bezier(.55,.3,.24,.99) infinite;
}

.loader > .dot:nth-child(2) {
  z-index: 11;
  
  width: 150px;
  height: 90px;
  
  margin-top: -45px;
  margin-left: -75px;
  
  border-radius: 3px;
  
  background-color: #3c617d;
  
  animation-name: dot2;
}

.loader > .dot:nth-child(3) {
  z-index: 12;
  
  width: 40px;
  height: 20px;
  
  margin-top: 50px;
  margin-left: -20px;
  
  border-radius: 0 0 5px 5px;
  
  background-color: #6bb2cd;
  
  animation-name: dot3;
}

@keyframes dot1 {
  3%, 97% {
    width: 160px;
    height: 100px;

    margin-top: -50px;
    margin-left: -80px;
  }
  30%, 36% {
    width: 80px;
    height: 120px;

    margin-top: -60px;
    margin-left: -40px;
  }
  63%, 69% {
    width: 40px;
    height: 80px;

    margin-top: -40px;
    margin-left: -20px;
  }
}

@keyframes dot2 {
  3%, 97% {
    width: 150px;
    height: 90px;

    margin-top: -45px;
    margin-left: -75px;
  }
  30%, 36% {
    width: 70px;
    height: 96px;

    margin-top: -48px;
    margin-left: -35px;
  }
  63%, 69% {
    width: 32px;
    height: 60px;

    margin-top: -30px;
    margin-left: -16px;
  }
}

@keyframes dot3 {
  3%, 97% {
    width: 40px;
    height: 20px;

    margin-top: 50px;
    margin-left: -20px;
  }
  30%, 36% {
    width: 8px;
    height: 8px;

    margin-top: 49px;
    margin-left: -5px;
    
    border-radius: 8px;
  }
  63%, 69% {
    width: 16px;
    height: 4px;

    margin-top: -37px;
    margin-left: -8px;
    
    border-radius: 10px;
  }
}

/***

====================================================================
5.  Main Header style / Header Style One
====================================================================

***/

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 9999;
  background: none;
}

/*=== Header Main Box ===*/
.main-header .header-upper {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff85;
  border-bottom: 1px solid rgba(14, 14, 14, 0.3);
  z-index: 1;
  transition: all 300ms ease;
  height: 82px;
}

.boxed-wrapper .main-header .header-upper {
  max-width: 1410px;
  left: 50%;
  transform: translateX(-50%);
}

.text-fixed {
  color:white!important;
}

.fixed-header .header-upper {
  background: #5f5f5f;
  -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}


.header-style-two.fixed-header .header-upper {
  background: var(--thm-black);
  -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.main-header .header-upper .inner-container {
  position: relative;
  display: block;
  padding: 0px 60px;
  /* padding-bottom: 10px!important; */
}

.main-header .header-upper .logo-box {
  position: relative;
  float: left;
  padding: 40px 0px;
  margin-right: 50px;
  z-index: 7;
  margin-bottom: 10px;
  bottom: 20px;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .header-upper .logo-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 34px;
  z-index: 1;
}

.main-header .other-links {
  position: relative;
  float: right;
  z-index: 7;
}

.main-header .other-links .link-box {
  position: relative;
  float: left;
  margin-bottom: 40px;
}

.main-header .other-links .link-box .link {
  position: relative;
  display: block;
  padding-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 60px;
  color: #606060;
}

.header-style-two.fixed-header .other-links .link-box .link {
  color: #ffffff;
}

.main-header .other-links .link-box .link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 42px;
  background: url(../images/icons/chat-icon4.png) left center no-repeat;
}

.main-header .other-links .link-box .sub-text {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-family: var(--thm-font);
}

.main-header .other-links .link-box .number {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--thm-font);
}

.main-header .other-links .link-box .number:hover {
  text-decoration: underline;
}

.main-header .other-links .call-us {
  position: relative;
}

.search-btn {
  /* position: relative; */
  float: left;
  padding-top: 77px;
  /* top: 15vh; */
  padding-bottom: 5px;
  margin-bottom: 40px;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(14, 14, 14, 0.3);
}

.main-header .other-links .search-btn button {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  visibility: hidden;
}

.main-header .other-links .search-btn button span {
  vertical-align: middle;
}

.main-header .nav-outer {
  position: absolute;
  left: 0;
  top: -12px;
  float: left;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.main-header .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  /* vertical-align: middle; */
}

@media(min-width: 992px) {
  .boxed-wrapper .main-header .nav-outer .main-menu {
    margin-right: 70px;
  }
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  font-family: var(--thm-font);
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 30px 0px;
  margin-right: 40px;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
  display: none;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 12px 0px;
  opacity: 1;
  transition: all 300ms ease;
}

.main-menu .navigation li>a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.main-menu .navigation li>a>span {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
  color: #ffffff;
}

.header-style-two .main-menu .navigation>li>a,
.header-style-two .main-menu .navigation>li:hover>a {
  color: var(--thm-black);
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two.fixed-header .main-menu .navigation>li>a,
.header-style-two.fixed-header .main-menu .navigation>li>a:hover {
  color: #fff;
}

.header-style-two.fixed-header .main-menu .navigation>li.current>a {
  color: var(--thm-base);
}

.main-menu .navigation>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  transform: scaleX(0);
  transition: all 500ms ease;
}

.header-style-two .main-menu .navigation>li>a:before {
  border-bottom-color: #fff;
}

.header-style-two.fixed-header .main-menu .navigation>li>a:before {
  border-bottom-color: var(--thm-base);
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
  transform: scale(1);
}

.sticky-header .main-menu .navigation>li.dropdown {
  padding-right: 0px;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 20px 0px 15px;
  border-radius: 5px;
  transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  padding: 0px 25px;
  width: 100%;
  margin-bottom: 5px;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--thm-base);
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 20px 0px 15px;
  border-radius: 5px;
  transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  padding: 0px 25px;
  width: 100%;
  margin-bottom: 5px;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--thm-base);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 7px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/* header style two */

.header-style-two.fixed-header .header-upper .logo-box .logo .stricked-logo,
.header-style-two .header-upper .logo-box .logo .main-logo {
  display: flex;
}

.header-style-two.fixed-header .header-upper .logo-box .logo .main-logo,
.header-style-two .header-upper .logo-box .logo .stricked-logo {
  display: none;
}

/* header style four */
.header-style-four .header-upper {
  background-color: #fff;
}

.header-style-four .other-links .search-btn {
  border-color: #e9ebee;
}

.header-style-four .main-header .header-upper {
  border-bottom: 0;
}

.header-style-four .main-menu .navigation>li>a {
  color: #727479;
}

.header-style-four .other-links .link-box .number,
.header-style-four .main-menu .navigation>li:hover>a,
.header-style-four .main-menu .navigation>li.current>a {
  color: var(--thm-black);
}

.header-style-four .other-links .search-btn button {
  color: var(--thm-black);
}

.header-style-four .other-links .link-box .link .icon {
  background-image: url(../images/icons/chat-icon-dark.png);
}

.header-style-four .other-links .link-box .sub-text {
  color: #727479;
}

/* header style five */

.header-style-five .header-upper {
  background-color: rgba(0, 0, 0, 0);
}

.fixed-header.header-style-five .header-upper {
  background-color: #fff;
}

.header-style-five .header-upper .inner-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.header-style-five .nav-outer {
  text-align: right;
}

/* header style six */

.header-style-six .header-upper {
  background-color: rgba(0, 0, 0, 0);
}

.fixed-header.header-style-six .header-upper {
  background-color: var(--thm-black);
}

.header-style-six .nav-outer {
  display: none;
}

.header-style-six .header-upper .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-style-six .header-upper .right-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-style-six .header-upper .right-menu .search-btn button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  width: auto;
  font-size: 22px;
  color: #ffffff;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler {
  cursor: pointer;
  margin-left: 30px;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler:hover span {
  width: 28px !important;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar {
  width: 28px;
  height: 1px;
  background-color: #fff;
  display: block;
  transition: all 500ms ease;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar:nth-child(2) {
  width: 23px;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar:nth-child(3) {
  width: 18px;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar+.bar {
  margin-top: 7px;
}

/* header style seven */
.header-style-seven {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100%;
}

.header-style-seven .header-upper {
  margin-top: 44px;
  border-color: rgba(255, 255, 255, 0.06);
}

.header-style-seven .header-upper .auto-container {
  display: flex;
  align-items: center;
}

.header-style-seven.fixed-header .header-upper {
  margin-top: 0;
}

.header-style-seven .nav-outer {
  position: relative;
  top: auto;
  left: auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.header-style-seven .main-menu .navigation>li>a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}

.header-style-seven .main-menu .navigation>li>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
}

/* topbar */
.header-style-seven .topbar-four {
  background-color: #18212e;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}

.header-style-seven .topbar-four .auto-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-seven .topbar-four .right-content {
  display: flex;
  align-items: center;
}

.header-style-seven .topbar-four p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #959ca6;
}

.header-style-seven .topbar-four .phone {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.header-style-seven .topbar-four .phone span {
  font-size: 14px;
  color: var(--thm-base);
  margin-right: 10px;
}

.header-style-seven .topbar-four .phone a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.header-style-seven .social-links {
  display: flex;
  align-items: center;
}

.header-style-seven .social-links li+li {
  margin-left: 30px;
}

.header-style-seven .social-links a {
  font-size: 14px;
  color: #959ca6;
  transition: all 500ms ease;
}

.header-style-seven .social-links a:hover {
  color: var(--thm-base);
}

/* cart btn */

.main-header .other-links {
  display: flex;
  align-items: center;
}

.main-header .cart-btn {
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
  visibility: hidden;
}

.main-header .cart-btn a {
  color: inherit;
}

/***

====================================================================
6.        Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

.fixed-header .sticky-header .logo {
  padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
  margin-left: 40px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
  display: none;
}

.sticky-header .main-menu .navigation>li>a {
  padding: 21px 0px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #25283a;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
  left: auto;
  right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
  opacity: 1;
}

/***


====================================================================
8.      Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0px;
  color: #9ca3a9;
  margin: 40px 0px 0px;
  display: none;
}

.mobile-nav-toggler .txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  display: none;
}

/***

====================================================================
7.  Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  transform: scale(1, 0);
  transform-origin: bottom center;
  transition: transform 0.7s ease;
}

.search-popup.active {
  transform-origin: top center;
  transform: scale(1, 1);
}

.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}

.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-popup__form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}

.search-popup__form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  line-height: 30px;
  padding: 15px 30px;
  color: #272727;
  font-size: 14px;
  background-color: #ffffff;
  font-family: var(--thm-b-font);
  padding-left: 30px;
}

.search-popup__form button[type="submit"] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: var(--thm-base);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
  background-color: var(--thm-black);
  color: #ffffff;
}

.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  transform: rotate(45deg);
}

/***


====================================================================
9.    Lazy Load Settings
====================================================================

***/

img.lazy-image {
  background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
  background-image: none;
}

.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

/* Default Form Style */

.default-form {
  position: relative;
}

.default-form .row {
  margin: 0 -15px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .field-inner {
  position: relative;
  display: block;
}

.default-form .field-inner .alt-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 20px;
  color: #9b9fa6;
  z-index: 1;
  pointer-events: none;
}

.default-form .form-group .field-label {
  position: relative;
  display: block;
  color: #0f172b;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.default-form .form-group .e-label {
  position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  color: #686a6f;
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  border-radius: 7px;
  font-family: var(--thm-b-font);
  transition: all 300ms ease;
}

.default-form .form-group ::placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group textarea {
  height: 220px;
  resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
  display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
  color: #aaaaaa;
}

.default-form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 70px;
  padding: 14px 30px;
  line-height: 40px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  border-radius: 7px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 10px;
  text-indent: 0px;
  color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px !important;
  width: 15px;
  height: 30px;
  display: block;
  color: var(--thm-black);
  line-height: 20px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  background: #f4f5f8;
  border: 1px solid #e9ebee;
  border-top: none;
  font-family: var(--thm-font);
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item {
  font-size: 20px;
  border-bottom: 1px solid #e9ebee;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 14px 30px !important;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: var(--thm-base);
  margin: 0;
}

/***

====================================================================
49. Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 120px 0px 90px;
}

.sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

/* Sidebar */

.sidebar-page-container .sidebar-side {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .sidebar {
  position: relative;
}

.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  padding: 45px 45px;
  background: #f4f5f8;
  border-radius: 7px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-title h4 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.1em;
  color: var(--thm-black);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
}

.sidebar .services ul {
  position: relative;
}

.sidebar .services ul li {
  position: relative;
  line-height: 48px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--thm-text);
  margin-bottom: 5px;
}

.sidebar .services ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  right: -20px;
  bottom: 0;
  background: #ffffff;
  border-radius: 7px;
  opacity: 0;
  transition: all 0.3s ease;
}

.sidebar .services ul li:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  border-left: 2px solid var(--thm-base);
  opacity: 0;
  transition: all 0.3s ease;
}

.sidebar .services ul li:last-child {
  margin-bottom: 0;
}

.sidebar .services ul li a {
  position: relative;
  display: block;
  line-height: 48px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-family: var(--thm-b-font);
  font-weight: 400;
  transition: all 0.3s ease;
  z-index: 1;
}

.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
  color: var(--thm-black);
}

.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
  opacity: 1;
}

.sidebar .services ul li a:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 48px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
  opacity: 1;
  transform: scaleX(1);
  transition: all 0.3s ease 0.1s;
}

.sidebar .call-up .widget-inner {
  background: var(--thm-black);
  color: #999b9f;
}

.sidebar .call-up .sidebar-title h4 {
  color: #ffffff;
}

.sidebar .call-up .text {
  position: relative;
  display: block;
}

.sidebar .call-up .phone {
  position: relative;
  margin-top: 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--thm-font);
  font-weight: 300;
}

.sidebar .call-up .phone .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--thm-base);
  font-size: 20px;
  padding-right: 15px;
}

.sidebar .call-up .phone a {
  position: relative;
  color: #ffffff;
}

.sidebar .call-up .phone a:hover {
  text-decoration: underline;
}

.sidebar .search-box .widget-inner {
  padding: 0;
  background: none;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--thm-base);
  color: var(--thm-black);
  display: block;
  font-size: 14px;
  width: 100%;
  height: 80px;
  border: 1px solid var(--thm-base);
  font-family: var(--thm-b-font);
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group ::placeholder {
  opacity: 1;
  color: inherit;
}

.sidebar .search-box .form-group input:focus {
  border-color: var(--thm-black);
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 80px;
  width: 60px;
  line-height: 80px;
  display: block;
  font-size: 24px;
  color: var(--thm-black);
  background: none;
  font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
  color: #181b1f;
}

.sidebar .recent-posts .post {
  position: relative;
  font-size: 20px;
  color: var(--thm-text);
  padding: 7px 0px 0px 85px;
  min-height: 62px;
  margin-bottom: 30px;
}

.sidebar .recent-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .recent-posts .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.sidebar .recent-posts .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar .recent-posts .post:hover .post-thumb img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.sidebar .recent-posts .text {
  font-size: 20px;
  line-height: 1.3em;
  color: var(--thm-text);
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0.07em;
  max-width: 170px;
}

.sidebar .recent-posts .text a {
  color: var(--thm-text);
}

.sidebar .recent-posts .text a:hover {
  color: var(--thm-black);
}

.sidebar .popular-tags .tags-list {
  padding-right: 20px;
}

.sidebar .popular-tags .tags-list li,
.sidebar .popular-tags .tags-list a {
  position: relative;
  color: var(--thm-text);
  display: inline-block;
}

.sidebar .popular-tags .tags-list a {
  position: relative;
  display: inline-block;
  line-height: 1.45em;
  text-align: center;
  color: var(--thm-text);
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags .tags-list a:hover {
  color: var(--thm-black);
}

.sidebar .archives ul {
  position: relative;
}

.sidebar .archives ul li {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--thm-text);
  margin-bottom: 15px;
}

.sidebar .archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar .archives ul li a {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 400;
  transition: all 0.3s ease;
  z-index: 1;
}

.sidebar .archives ul li:hover a,
.sidebar .archives ul li.active a {
  color: var(--thm-black);
  font-weight: 400;
}

.sidebar .archives ul li a:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .recent-comments .comment {
  position: relative;
  font-size: 20px;
  color: var(--thm-text);
  padding: 0px 0px 0px 70px;
  min-height: 48px;
  margin-bottom: 30px;
}

.sidebar .recent-comments .comment:last-child {
  margin-bottom: 0px;
}

.sidebar .recent-comments .comment .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  background-color: var(--thm-black);
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.sidebar .recent-comments .comment:hover .icon {
  background: var(--thm-base);
}

.sidebar .recent-comments .comment .text {
  font-size: 20px;
  line-height: 24px;
  color: var(--thm-text);
  font-weight: 300;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

.sidebar .recent-comments .comment .text a {
  color: var(--thm-text);
}

.sidebar .recent-comments .comment .text a:hover {
  color: var(--thm-black);
}

/* Post Details */

.post-details {
  position: relative;
  margin-bottom: 30px;
}

.post-details .inner-box {
  position: relative;
  display: block;
}

.post-details .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.post-details .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 500ms ease;
  border-radius: 7px;
}

.post-details .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.post-details .lower-box {
  position: relative;
  padding: 30px 0px 0px;
}

.post-details .post-meta {
  position: relative;
  display: block;
}

.post-details .post-meta ul {
  position: relative;
  display: block;
}

.post-details .post-meta ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 5px 0px;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.post-details .post-meta ul li .far,
.post-details .post-meta ul li .fa {
  position: relative;
  top: -2px;
  color: var(--thm-base);
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle;
}

.post-details .lower-box h4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1em;
  color: var(--thm-black);
  margin-bottom: 30px;
}

.post-details .lower-box h4 a {
  color: var(--thm-black);
}

.post-details .lower-box h4 a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}

.post-details .lower-box .text {
  position: relative;
  display: block;
}

.post-details .lower-box .text p {
  position: relative;
  margin-bottom: 35px;
}

.post-details .info-row {
  position: relative;
  display: block;
  padding: 28px 0px 0px;
  border-top: 1px solid #e9ebee;
  font-size: 16px;
  line-height: 30px;
}

.post-details .info-row strong {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--thm-font);
  color: var(--thm-black);
}

.post-details .info-row a {
  color: var(--thm-text);
}

.post-details .info-row a:hover {
  text-decoration: underline;
}

.post-details .info-row .tags-info {
  position: relative;
  float: left;
}

.post-details .info-row .cat-info {
  position: relative;
  float: right;
}

.sidebar-page-container .post-control-two {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-page-container .post-control-two .control-col {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .post-control-two .control-inner {
  position: relative;
  display: block;
  padding: 55px 50px;
  background: #f4f5f8;
  height: 100%;
  min-height: 100%;
  border-radius: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar-page-container .post-control-two .control-inner:hover {
  background: var(--thm-base);
}

.sidebar-page-container .post-control-two .over-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sidebar-page-container .post-control-two .control-inner h4 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1em;
  color: var(--thm-black);
  margin-bottom: 0px;
}

.sidebar-page-container .post-control-two .control-inner h4 a {
  color: var(--thm-black);
}

/***


/*--------------------------------------------------------------
  Side Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.7s ease;
}

.side-menu__block.active {
  transform: scale(1, 1);
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
  background-color: rgba(8, 39, 64, 0.3);
}

.side-menu__block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  overflow-y: auto;
  background-color: #eceeef;
  z-index: 999999;
  padding: 40px 0;
  padding-top: 20px;
}

@media (max-width: 575px) {
  .side-menu__block-inner {
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .side-menu__block-inner {
    max-width: 400px;
  }
}

@media (max-width: 375px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}

.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}

.side-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}

.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}

.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  position: relative;
}

ul.navbar-nav.navbar-right.quote-btn {
    right: 32%;
    margin-top: 30px;
}

.mobile-nav__container li.dropdown ul {
  display: none;
  padding: 10px 0px 0px;
  margin-bottom: 20px;
  padding-left: 0.5em;
}

.mobile-nav__container li.dropdown ul li {
  margin-bottom: 10px;
}

.mobile-nav__container li.dropdown {
  position: relative;
}

.mobile-nav__container li.dropdown>a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}

.mobile-nav__container li>a>span {
  /* background-color: #90c404; */
  /* color: #fff; */
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
  margin-left: 5px;
}

span.color-highlight {
    background-color: #90c404;
    color: #fff;
}

.mobile-nav__container li.dropdown .dropdown-btn {
  position: absolute;
  top: 30%;
  right: 0;
  line-height: 22px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: transparent;
  color: #9ca3a9;
  font-size: 14px;
  transform: rotate(90deg);
  transition: all 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
  transform: rotate(-90deg);
  color: var(--thm-black);
}

.mobile-nav__container li+li {
  margin-top: 10px;
}

.mobile-nav__container li a {
  text-transform: uppercase;
  color: #9ca3a9;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  transition: all 500ms ease;
  font-family: "Teko", sans-serif;
  position: relative;
}

.mobile-nav__container li a:hover {
  color: var(--thm-black);
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current-menu-item .dropdown-btn,
.mobile-nav__container li.current .dropdown-btn,
.mobile-nav__container li.current>a {
  color: var(--thm-black);
}

.side-menu__social {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.side-menu__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #fff;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.side-menu__social a+a {
  margin-left: 10px;
}

.side-menu__social a:hover {
  background-color: #90c404;
  color: var(--thm-black);
}

.side-menu__content {
  padding-left: 100px;
  padding-right: 100px;
}

.side-menu__content p {
  margin: 0;
  color: #9ca3a9;
}

.side-menu__content p+p {
  margin-top: 30px;
}

.side-menu__content p a {
  color: var(--thm-black);
  transition: all 500ms ease;
}

.side-menu__content p a:hover {
  color: #90c404;
  text-decoration: underline;
}

.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #9ca3a9;
  margin-top: 70px;
  margin-bottom: 70px;
}

.side-menu__text p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #9ca3a9;
  margin: 0;
  margin-bottom: 25px;
}

.side-menu__text a {
  font-size: 20px;
  color: #ff0143;
  line-height: 30px;
  font-weight: 400;
  transition: all 500ms ease;
}

.side-menu__text a:hover {
  color: var(--thm-base);
}

.side-menu__block__copy {
  text-transform: uppercase;
  font-size: 16px;
  color: #9ca3a9;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (max-width: 575px) {

  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .side-menu__sep {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {

  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .side-menu__sep {
    width: calc(100% - 50px);
  }

  .side-menu__social {
    margin-top: 40px;
  }

  .side-menu__social a {
    width: 45px;
    height: 45px;
  }
}

/* lang bar  */

.skiptranslate {
  display: none !important;
}

/* parallax block */

.parallax-block {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.parallax-block .jarallax-img {
  filter: grayscale(100%);
}

@media (max-height: 450px) {
  .parallax-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.parallax-block__content h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 100px;
  max-width: 537px;
  line-height: 1;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .parallax-block .container {
    max-width: 1200px;
  }
}

.hidden-btn{
  display: none;
}

.now-hidden{
  display: none !important;
}



/*International phone input*/
/*.iti__flag {
  background-image: url(../images/flag_imgs/to/flags.png)!important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  .iti__flag {
    background-image: url(../images/flag_imgs/flags@2x.png)!important;
  }
}
*/

span.iti__country-name {
    position: relative !important;
    top: 0em !important;
}
span.iti__dial-code{
  position: relative !important;
  top: 0em !important;
}
span.iti__country-name {
  font-size: 1em !important;
}
span.iti__dial-code {
  font-size: 1em !important;
}



.iti__selected-flag {
    padding-left: 0px !important;
}




/*

10. Banner Section
11. Section Title
12. Services Section
13. About Section
14. Live Section
15. We DO Section
16. Gallery Section
17. Fun Facts Section
18. We DO Section
19. Team Section
20. Parallax Section
21. Sponsors Section
22. Agency Section
23. News Section
24. Call Section
25. Main Footer
26. Services Section
27. We DO Section
28. Gallery Section
29. Why Us Section
30. Testimonials Section
31. Parallax Section
32. We DO Section
33. Call Section
34. Call Section
35. Services Section
36. Discover Section
37. Parallax Section
38. We Work Section
39. Testimonials Section
40. We DO Section
41. Get Quote
42. Map Section
43. Sponsors Section
44. Page Banner
45. Faqs Section
46. Get Quote
47. Error Section
48. Contact Section
49. Sidebar Page Container
50. Comment Area
51. Leave Comments Form
52. Service Details
53. Service Details
--------------------------------------------------------------

/*
  font-family: 'Teko', sans-serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Rubik', sans-serif;
*/

/***

====================================================================
2.  Reset
====================================================================

 ***/

/** {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}
*/
/***

