
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --tecture-font: "Figtree", sans-serif;
  --tecture-font-2: "Barlow Semi Condensed", sans-serif;
  --tecture-gray: #b6b6b6;
  --tecture-gray-rgb: 182, 182, 182;
  --tecture-white: #ffffff;
  --tecture-white-rgb: 255, 255, 255;
  --tecture-base:#d52424;
  --tecture-base-rgb: 166, 161, 130;
  /* --tecture-black: #1f2022; */
    --tecture-black:#0a1423;
  --tecture-black-rgb: 31, 32, 34;
  --tecture-bdr-color: rgba(255, 255, 255, 0.20);
  --tecture-bdr-color-rgb: 55, 58, 60;
  
}


.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--tecture-font);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--tecture-gray);
}

body.locked {
  overflow: hidden;
}

.body-bg-color-1 {
  position: relative;
  /* background-color: #0a0c09; */
}

.theme-border-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  width: 1px;
  background-color: var(--tecture-bdr-color);
  z-index: -1;
}

.theme-border-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  width: 1px;
  background-color: var(--tecture-bdr-color);
  z-index: -1;
}

a {
  color: var(--tecture-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tecture-font-2);
  color: var(--tecture-white);
  margin: 0;
}

p {
  color: #000000;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}


ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

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

.list-unstyled {
  padding-left: 0;
}



@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}



@media (min-width: 1200px) {
  .auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
  }
}






::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--tecture-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 58px;
  margin-top: -12px;
}

.section-title__title {
  color:#0a1423;
  font-size: 35px;
  line-height: 64px;
  font-weight: 600;
  text-transform: uppercase;
}


.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 18px;
  color: var(--tecture-white);
  /* background-color: var(--tecture-base); */
   /* background: linear-gradient(177deg, rgb(89 12 10) 0%, rgb(218 28 24 / 88%) 50%, rgb(214 33 29) 100%); */
   /* background: linear-gradient(190deg, rgb(120 10 7) 0%, rgba(218, 28, 24, 0.88) 50%, rgb(67, 8, 7) 100%); */
   background: #d52424;
    
  padding: 14px 20px 14px;
  border-radius: 8px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  font-family: var(--tecture-font);
  text-transform: uppercase;
  gap: 5px;
  z-index: 1;
}

.thm-btn span {
  font-size: 23px;
  position: relative;
  display: inline-block;
  top: -1px;
}

.thm-btn:before {
  content: "";
  background-color: var(--tecture-white);
  width: 50%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.thm-btn:after {
  content: "";
  background-color: var(--tecture-white);
  width: 50%;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.thm-btn:hover:before,
.thm-btn:hover:after {
  height: 100%;
}

.thm-btn:hover {
  color: var(--tecture-black);
}


.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--tecture-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--tecture-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tecture-bdr-color);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}


/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--tecture-base);
  border-color: var(--tecture-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--tecture-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--tecture-white);
  color: var(--tecture-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--tecture-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--tecture-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--tecture-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}




/*== checked Css Css ======*/
.checked-box1 {
  position: relative;
  display: block;
  min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
  display: none;
}

.checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: var(--tecture-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--tecture-font);
}

.checked-box1 input[type="checkbox"]+label span {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #e3e4ea;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--tecture-base);
  border-radius: 50%;
  margin: 2px auto 0px;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
  border-color: #e3e4ea;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
  transform: scale(1.0);
}















/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu {
  position: relative;
  display: block;
  background:#0a1423;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: block;
  padding-left: 260px;
  z-index: 1;
}

.main-menu__logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a0c09;
  max-width: 260px;
  width: 100%;
  z-index: 2;
}

.main-menu__top {
  position: relative;
  display: block;
  padding: 0 80px;
  background: #0a1423;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--tecture-black);
  padding: 10px 21px;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--tecture-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 20px;
  color: #fff;
}

.main-menu__contact-list li .text {
  margin-left: 4px;
}

.main-menu__contact-list li .text p {
  font-size: 17px;
  font-weight: 500;
  color: var(--tecture-white);
}

.main-menu__contact-list li .text p a {
  color: var(--tecture-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--tecture-base);
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__top-time {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__top-time-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__top-time-icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--tecture-base);
}

.main-menu__top-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--tecture-white);
  margin-left: 10px;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: rgba(var(--tecture-white-rgb), .10);
  border-radius: 50%;
  font-size: 15px;
  color: var(--tecture-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--tecture-white);
  border: 1px solid rgba(var(--tecture-basw-rgb), 1);
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--tecture-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 5px;
}

.main-menu__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--tecture-white);
  padding: 0 30px 0;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__search-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 9px 0;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: var(--tecture-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--tecture-base);
}

.main-menu__btn:hover {
  color: var(--tecture-white);
}

.main-menu__btn:before,
.main-menu__btn:after {
  background-color: var(--tecture-black);
}


.stricky-header .main-menu__top {
  display: none;
}


.stricky-header.main-menu {
  background-color: #0a0c09;
}






.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 14px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tecture-black);
  font-weight: 700;
  padding-left: 7px;
  padding-right: 7px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: #fff!important;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 49px;
  border-radius: 0px;
  background-color: var(--tecture-base);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  opacity: 1;
  border-radius: 5px;
  z-index: -1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
  color: #fff;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 20px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 52%;
  right: 7px;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--tecture-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--tecture-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin-top: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index:1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}


.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}





.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}



.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--tecture-black-rgb), .10);
}

.main-menu .main-menu__list>li>ul>li:last-child,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 0;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--tecture-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--tecture-base);
  color: var(--tecture-white);
  padding-left: 25px;
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: -33px;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

/* Active menu */
.main-menu-two__main-menu-box ul li.active a {
        background: linear-gradient(190deg, rgb(120 10 7) 0%, rgba(218, 28, 24, 0.88) 50%, rgb(67, 8, 7) 100%);
        padding: 10px  7px;
    
}

/* .main-menu-two__main-menu-box ul li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 4px;
    background:#d0080a;
} */

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}


@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

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

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--tecture-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--tecture-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--tecture-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--tecture-black);
}

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

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--tecture-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--tecture-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--tecture-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--tecture-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--tecture-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--tecture-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--tecture-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--tecture-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--tecture-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--tecture-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--tecture-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--tecture-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--tecture-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background: #0a0c09;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 100px 8px;
  z-index: 1;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 0 0;
}

.main-menu-two__logo img{
  max-width: 220px;
  background-color: #fff;
}
.main-menu-two__left {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 67px;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__search-and-nav-sidebar-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 17.5px 45px;
  gap: 20px;
  border-radius: 10px;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid var(--tecture-white);
  border-radius: 50%;
  font-size: 16px;
  color: var(--tecture-white);
}

.main-menu-two__search:hover {
  background-color: var(--tecture-black);
  border: 1px solid var(--tecture-black);
  color: var(--tecture-white);
}

.main-menu-two__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu-two__nav-sidebar-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid var(--tecture-white);
  border-radius: 50%;
  font-size: 16px;
  color: var(--tecture-white);
}

.main-menu-two__nav-sidebar-icon a:hover {
  background-color: var(--tecture-black);
  border: 1px solid var(--tecture-black);
  color: var(--tecture-white);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color:#ffffff;
  /* padding: 7px 9px; */
  height: 40px;
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--tecture-base);
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color:#fff;
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--tecture-base);
}

.stricky-header.main-menu-two {
  background-color:#0a1423;
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--tecture-black);
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 0px 9px;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li+li {
  margin-left: 50px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--tecture-base);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  color: var(--tecture-white);
}

.main-menu-three__contact-list li .text p a {
  color: var(--tecture-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--tecture-base);
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--tecture-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--tecture-base);
}

.main-menu-three__social a+a {
  margin-left: 25px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px 0px;
  z-index: 1;
}

.main-menu-three__logo {
  position: relative;
  display: block;
}

.main-menu-three__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 0px 33px;
}

.main-menu-three__left {
  position: relative;
  display: block;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--tecture-black);
  font-size: 21px;
}

.main-menu-three__search:hover {
  color: var(--tecture-base);
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 34px;
  padding-bottom: 34px;
}

.stricky-header.main-menu-three {
  background-color: var(--tecture-white);
}

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-four__wrapper {
  position: relative;
  display: block;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  z-index: 1;
}

.main-menu-four__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px 0px;
  z-index: 1;
}

.main-menu-four__logo {
  position: relative;
  display: block;
}

.main-menu-four__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 0px 33px;
}

.main-menu-four__left {
  position: relative;
  display: block;
}

.main-menu-four__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-four__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-four__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}

.main-menu-four__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--tecture-black);
  font-size: 21px;
}

.main-menu-four__search:hover {
  color: var(--tecture-base);
}

.main-menu-four .main-menu__list>li,
.stricky-header.main-menu-four .main-menu__list>li {
  padding-top: 34px;
  padding-bottom: 34px;
}

.stricky-header.main-menu-four {
  background-color: var(--tecture-white);
}

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-five {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-five__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header-five__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-header-five__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tecture-black);
  padding: 48px 75px;
}

.main-menu-five__top {
  position: relative;
  display: block;
  background-color: var(--tecture-black);
}

.main-menu-five__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 375px 9px;
  padding-right: 75px;
}

.main-menu-five__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-five__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-five__contact-list li+li {
  margin-left: 50px;
}

.main-menu-five__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-five__contact-list li .icon i {
  font-size: 16px;
  color: var(--tecture-base);
}

.main-menu-five__contact-list li .text {
  margin-left: 10px;
}

.main-menu-five__contact-list li .text p {
  font-size: 16px;
  color: var(--tecture-white);
}

.main-menu-five__contact-list li .text p a {
  color: var(--tecture-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-five__contact-list li .text p a:hover {
  color: var(--tecture-base);
}

.main-menu-five__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-five__social-box {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-five__social-box:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -30px;
  bottom: -5px;
  width: 1px;
  background-color: rgba(var(--tecture-white-rgb), .20);
}

.main-menu-five__social-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.main-menu-five__social-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--tecture-white);
  font-family: var(--tecture-font);
}

.main-menu-five__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-five__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--tecture-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-five__social a:hover {
  color: var(--tecture-base);
}

.main-menu-five__social a+a {
  margin-left: 25px;
}

.main-menu-five__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-five__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 75px 0;
  padding-left: 375px;
  z-index: 1;
}

.main-menu-five__left {
  position: relative;
  display: block;
}

.main-menu-five__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-five__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-five__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 10px 0;
}

.main-menu-five__search {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--tecture-black);
  font-size: 21px;
}

.main-menu-five__search:hover {
  color: var(--tecture-base);
}

.stricky-header.main-menu-five {
  background-color: var(--tecture-white);
}

.stricky-header .main-menu-five__wrapper-inner {
  padding: 0 75px 0;
  padding-left: 75px;
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tecture-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--tecture-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
}

.search-popup__content .thm-btn:after {
  background-color: var(--tecture-black);
  border-radius: 0;
}

.search-popup__content .thm-btn:before {
  background-color: var(--tecture-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--tecture-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--tecture-white);
}


/*--------------------------------------------------------------
# End Header Css
--------------------------------------------------------------*/

/*** 
=============================================
    Welcome Style1 
=============================================
***/
.welcome-style1 {
  padding: 120px 0 120px;
}

.welcome-style1 .section-title {
  margin-bottom: 50px;
}

.welcome-style1__content {
  position: relative;
  display: block;
  padding-right: 20px;
}

.welcome-style1__content .title {
  position: relative;
  display: block;
  padding-bottom: 21px;
}

.welcome-style1__content .title h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.welcome-style1__content .text {
  position: relative;
  display: block;
}

.welcome-style1__content .text p+p {
  margin-top: 21px;
}

.welcome-style1__content .bottom-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 36px;
}

.welcome-style1__content .bottom-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.welcome-style1__content .bottom-box .mail-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 30px;
}

.welcome-style1__content .bottom-box .mail-box h3 {
  font-size: 22px;
  line-height: 28px;
}

.welcome-style1__content .bottom-box .mail-box h3 a {
  color: var(--tecture-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.welcome-style1__content .bottom-box .mail-box h3 a:hover {
  color: var(--tecture-white);
}

.welcome-style1__img {
  position: relative;
  display: block;
  padding-top: 0px;
}

.welcome-style1__img .row {
  --bs-gutter-x: 0px;
}

.welcome-style1__img .img1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -30px;
  z-index: 5;
}

.welcome-style1__img .img1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--tecture-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.welcome-style1__img .img1:hover::before {
  opacity: .50;
}

.welcome-style1__img .img1 img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.welcome-style1__img .img1:hover img {
  transform: scale(1.05) rotate(0deg);
}

.welcome-style1__img .img1 .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.welcome-style1__img .img1 .video-btn .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--tecture-base);
  color: var(--tecture-white);
  font-size: 25px;
  line-height: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.welcome-style1__img .img1 .video-btn .video-popup:hover {
  background-color: var(--tecture-white);
  color: var(--tecture-base);
}

.welcome-style1__img .img1 .video-btn .video-popup::before,
.welcome-style1__img .img1 .video-btn .video-popup::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb), 0.7);
  -o-box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb), 0.7);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb), 0.7);
  box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb), 0.67);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.welcome-style1__img .img1 .video-btn .video-popup::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.welcome-style1__img .img1 .video-btn .video-popup:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.welcome-style1__img .img2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -94px;
  margin-right: -30px;
}

.welcome-style1__img .img2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--tecture-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.welcome-style1__img .img2:hover::before {
  opacity: .50;
}

.welcome-style1__img .img2 img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.welcome-style1__img .img2:hover img {
  transform: scale(1.05) rotate(0deg);
}

/*** 
=============================================
    Service Style4
=============================================
***/
.service-style4 {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.single-service-style4 {
  position: relative;
  display: block;
  margin-bottom: 0;
}

.single-service-style4 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-service-style4 .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--tecture-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.single-service-style4:hover .img-box::before {
  opacity: .6;
}

.single-service-style4 .img-box img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.single-service-style4:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.single-service-style4 .img-box .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(70px);
  transition: all 0.5s ease-in-out 0s;
  z-index: 5;
}

.single-service-style4:hover .img-box .overlay-icon {
  opacity: 1;
  transform: translateY(0px);
}

.single-service-style4 .img-box .overlay-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(0, 0, 0, 0.6);
  color: var(--tecture-white);
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style4 .img-box .overlay-icon a:hover {
  color: var(--tecture-white);
  background-color: var(--tecture-base);
}

.single-service-style4 .content-box {
  position: relative;
  display: block;
  padding-top: 22px;
}

.single-service-style4 .content-box h3 {
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.single-service-style4 .content-box h3 a {
  color: var(--tecture-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style4 .content-box h3 a:hover {
  color: var(--tecture-base);
}

.single-service-style4 .content-box p {
  margin: 0;
}


.service-style4__carousel.owl-theme {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-style4__carousel.owl-theme .owl-nav {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 53px;
}

.service-style4__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 82px;
  border-radius: 0;
  color: var(--tecture-white);
  background-color: var(--tecture-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-style4__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 82px;
  border-radius: 0;
  color: var(--tecture-white);
  background-color: var(--tecture-base);
  font-size: 22px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-style4__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.service-style4__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.service-style4__carousel.owl-theme .owl-nav .owl-next span,
.service-style4__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-style4__carousel.owl-theme .owl-nav .owl-next:hover,
.service-style4__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--tecture-white);
  color: var(--tecture-base);
}

.service-style4__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.service-style4_carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.service-style4__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}



/*** 
=============================================
    slogan-one
=============================================
***/
.slogan-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 110px 0px 120px;
  z-index: 10;
}

.slogan-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.slogan-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .9;
  background-color: var(--tecture-black);
}

.slogan-one__content {
  position: relative;
  display: block;
}

.slogan-one__content .title {
  position: relative;
  display: block;
}

.slogan-one__content .title h3 {
  color: var(--tecture-white);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 8px;
}

.slogan-one__content .title h4 {
  color: var(--tecture-white);
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 25px;
}

.slogan-one__content .title p {
  margin: 0;
}

.slogan-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 53px;
}

.slogan-one__content .btn-box .thm-btn:before {
  width: 51%;
}

.call_us i{
  font-size: 22px!important;
}
.a_c p a{
  font-size: 20px!important;
}

.nav-links {
  display: inline-block;
  position: relative;
  display: inline-block;
  position: relative;
 
 
}
.nav-links.body-bg-color-1 {
  opacity: 1;
}
.nav-links::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color:#d62524;
}
.nav-link-grow-up::before {
  height: 0%;
  width: 100%;
  bottom: -30px;
}

.nav-link-grow-up:hover::before {
  height: 4px;
}



/* start hero section */
.hero-section {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
     background-image: url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
}
   /* .hero-overlay {
        position: absolute;
        inset: 0;
       background: #fff;
       opacity: .1;
    } */
    .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(111deg, rgb(12 19 20 / 99%) 0%, rgb(9 16 28) 25%, rgb(5 11 20 / 80%) 45%, rgb(20 6 6 / 37%) 65%, rgba(255, 255, 255, 0) 80%);
    
}

.hero-section .container-fluid {
    width: 100%; 
    margin: 0 auto;
    padding: 120px 100px;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 650px;
}

/* Heading */

.hero-content h1 {
    font-size: 60px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -1px;
    /* color: #111c30; */
    color:#ffffff;
    margin-bottom: 14px;
}

.hero-content h1 span {
    color:#d52424;
}

/* Rating */

.hero-section .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
}

.hero-section .stars {
    display: flex;
    gap: 1px;
    color: #ffbd24;
    font-size: 18px;
}

.hero-section .rating span {
    font-size: 22px;
    color:#ffffff;
}

/* Intro */

.hero-section .intro-text {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #ffffff;
}

/* Features */

.features {
    list-style: none;
    margin-bottom: 17px;
}

.features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    color:#ffffff;
}

.features li i {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #df302f;
    color: #fff;
    border-radius: 50%;
    font-size: 7px;
}

/* Buttons */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 12px;
}

.hero-section .btn {
    /* height: 44px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease;
    border-radius:8px;
}
.hero-section .btn :hover{
  
}
.btn-call {
    min-width: 193px;
  background: #d52424;
        color: #fff;
    border-radius: 4px;
}

.btn-call i {
    margin-right: 8px;
    font-size: 18px;
}

.btn-call:hover {
    background:#0a1423;
    color: #fff;
}

.hero-section .btn-estimate {
    min-width: 140px;
    border: 1px solid #182438;
    color: #182438;
    background: rgba(255,255,255);
    border-radius: 3px;
}

.hero-section .btn-estimate:hover {
    background: #182438;
    color: #fff;
}

/* Text response */

.hero-section .text-response {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 500;
    color:#ffffff;
}

.hero-section .text-response i {
    margin-right: 5px;
}

/* Estimate Card */

.hero-section .estimate-card {
    position: absolute;
    right: 145px;
    bottom: 32px;
    width: 280px; 
     padding: 46px 12px 36px; 
    background:#0a1423;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
}

.estimate-icon {
    color: #e52d2d;
    font-size: 20px;
    margin-bottom: 4px;
}

.estimate-card h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.estimate-card p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 11px;
}

.quote-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 32px; */
    padding:10px 8px;
    background: #fff;
    color: #142237;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    border-radius: 2px;
}

.quote-btn:hover {
    background: #e52d2d;
    color: #fff;
}


/* Floating Buttons */

.floating-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.floating-buttons a {
    width: 52px;
    height: 123px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    font-size: 11px;
    font-weight: 700;
}

.floating-buttons i {
    font-size: 17px;
}

.float-call {
    background:#d52424;
    transition: all .3s ease;
}
.float-call:hover{
  background: #0a1423;
}
.float-text:hover{
   background: #d52424;
}
.float-text {
    background:#0a1423;
     transition: all .3s ease;
}

.floating-buttons span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 14px;
}


/* ==============================
   TRUST BAR
============================== */

.trust-bar {
    width: 100%;
    background: #071323;
    padding: 17px 20px;
}

.trust-container {
    width: 100%;
    /* max-width: 1320px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

/* ==============================
   ITEM
   
============================== */

.trust-item {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-item:last-child {
    border-right: 0;
}

/* ==============================
   ICON
============================== */

.trust-icon {
    width: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.trust-icon i {
    font-size: 38px;
}

.experience-icon {
    color:#d0080a;
}

.experience-icon i {
    font-size: 68px;
}

.bbb-icon {
    position: relative;
    flex-direction: column;
    gap: 0;
}

.bbb-icon i {
    font-size: 68px;
    margin-bottom: 2px;
}
.bbb-icon img{
  max-width: 54px;
}

.bbb-icon strong {
    font-size: 19px;
    color: #fff;
    line-height: 1;
}

.google-icon i {
    color: #4285f4;
    font-size: 68px;
}
.google-icon img{
  max-width: 65px;
}

.shield-icon i {
    font-size: 68px;
}

.customer-icon i {
    font-size: 68px;
}

/* ==============================
   CONTENT
============================== */

.trust-content {
    color: #fff;
    line-height: 1.2;
}

.trust-content h3,
.trust-content h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .2px;
}

.trust-content h4 {
    font-size: 16px;
    font-weight: 500;
}

.trust-content p {
    margin-top: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

/* ==============================
   SERVICES SECTION
================================ */

.services-section {
    padding: 70px 0 55px;
    background: #fff;
}


/* ==============================
   HEADING
================================ */

.services-section .section-heading {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.services-section .section-heading h2 {
    display: inline-block;
    margin: 0 18px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    color: #101725;
    vertical-align: middle;
}

.services-section .section-heading > span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background:#d52424;
    vertical-align: middle;
}

.services-section .section-heading p {
    margin-top: 15px;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
}


/* ==============================
   SWIPER
================================ */

.services-slider {
    width: 100%;
    padding: 0 1px 5px;
}

.services-slider .swiper-wrapper {
    align-items: stretch;
}

.services-slider .swiper-slide {
    height: auto;
}


/* ==============================
   SERVICE CARD
================================ */

.service-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;

    box-shadow:
        0 2px 7px rgba(0, 0, 0, 0.04);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.10);
}


/* ==============================
   IMAGE
================================ */

.service-image {
    position: relative;
    height: 196px;
    overflow: visible;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more_btn{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/* ==============================
   ICON
================================ */

.service-icon {
    position: absolute;

    left: 12px;
    bottom: -13px;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    border-radius: 50%;

    box-shadow:
        0 1px 5px rgba(0, 0, 0, 0.12);

    z-index: 2;
}

.service-icon i {
    font-size: 19px;
    color: #e72d31;
}


/* ==============================
   CONTENT
================================ */

.service-content {
    padding: 17px 12px 14px;
    min-height: 155px;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    color: #151b26;
}

.service-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #000000;
    flex: 1;
}

/* ==============================
   LEARN MORE
================================ */

.service-content a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: #d52424;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-content a i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-content a:hover {
    color:#d52424;
}

.service-content a:hover i {
    transform: translateX(5px);
}
.service_slider{
  position: relative;
}

.service_slider .swiper-button-next, .service_slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #e72d31;
    border-radius: 50%;
}
.service_slider .swiper-button-next::after, .service_slider .swiper-button-prev::after {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.service_slider .swiper-button-prev, .service_slider .swiper-container-rtl .swiper-button-next {
    left: -36px;
    right: auto;
   top: 60%;
}
.service_slider .swiper-button-next, .service_slider .swiper-container-rtl .swiper-button-prev{
  right: -36px;
    left: auto;
    top: 60%;
}
/* ==============================
   SWIPER ARROWS
================================ */

.services-slider .swiper-button-next,
.services-slider .swiper-button-prev {
    width: 35px;
    height: 35px;

    background: #e72d31;

    border-radius: 50%;
}

.services-slider .swiper-button-next::after,
.services-slider .swiper-button-prev::after {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}


  .before-after-section {
        width: 100%;
        padding: 40px 0 55px;
        overflow: hidden;
        background: #ffffff;
    }

    .before-after-container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 6px;
    }

    /* =========================
       TITLE
    ========================== */

   .before-after-section .section-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 35px;
    }

    .before-after-section .section-title::before,
    .before-after-section .section-title::after {
        content: "";
        width: 44px;
        height: 2px;
        background:#d52424;
    }

    .before-after-section .section-title h2 {
        font-size: 35px;
        line-height: 1;
        font-weight: 600;
        color:#000000;
        text-transform: uppercase;
        white-space: nowrap;
    }

    /* =========================
       CARDS
    ========================== */

    .before-after-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 11px;
    }

    .before-after-card {
        position: relative;
        height: 240px;
        overflow: hidden;
        border-radius: 6px;
        background: #eee;
    }

    /* =========================
       BEFORE / AFTER IMAGE
    ========================== */

    .ba-slider {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        user-select: none;
    }

    .ba-slider img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
    }

    .ba-before {
        position: absolute;
        inset: 0 auto 0 0;
        width: 50%;
        overflow: hidden;
        z-index: 2;
    }

    .ba-before img {
        width: 100%;
        max-width: none;
    }

    /* =========================
       DARK BOTTOM LABEL
    ========================== */

    .ba-label {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 17px 8px;
        /* background: rgba(7, 23, 42, 0.96); */
        background-color:#0a1423;
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        z-index: 5;
        letter-spacing: .1px;
    }

    /* =========================
       CENTER DIVIDER
    ========================== */

    .ba-divider {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #fff;
        transform: translateX(-50%);
        z-index: 4;
        pointer-events: none;
    }

    /* =========================
       ROUND HANDLE
    ========================== */

    .ba-handle {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 30px;
        height: 30px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .22);
        z-index: 6;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: ew-resize;
    }

    .ba-handle::before,
    .ba-handle::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .ba-handle::before {
        border-right: 5px solid #172235;
        margin-right: 2px;
    }

    .ba-handle::after {
        border-left: 5px solid #172235;
        margin-left: 2px;
    }

    /* =========================
       CTA
    ========================== */

    .ba-button-wrap {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .ba-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 173px;
        height: 25px;
        padding: 0 20px;
        background: #dc3029;
        color: #fff;
        border-radius: 2px;
        text-decoration: none;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        transition: .3s ease;
    }

    .ba-button:hover {
        background: #b9211b;
    }

    /* =========================================
   Nucoat SECTION
========================================= */

.nucoat-section {
    width: 100%;
    padding: 59px 0 55px;
    background-color: #f4f4f4;
}


.nucoat-section .nucoat-container {
    width: 100%;
    max-width: 1777px;
    margin: 0 auto;
    padding: 0 6px;
}


/* =========================================
   MAIN ROW
========================================= */

.nucoat-row {
    display: grid;
    grid-template-columns: 24% 46% 30%;
    min-height: 180px;

    border-radius: 5px;
    overflow: hidden;
}


/* =========================================
   COMMON BOX
========================================= */

.nucoat-box {
    background: #f4f4f4;
    padding: 14px 18px;
}

.nucoat-box h2 {
    /* text-align: center; */
    font-size:35px;
    line-height: 1.2;
    font-weight: 600;
    color: #172235;

    margin-bottom: 20px;
}


/* =========================================
   WHY CHOOSE
========================================= */

.nucoat-section .choose-box {
    border-right: 3px solid #fff;
}

.nucoat-section .choose-list {
    list-style: none;
}

.nucoat-section .choose-list li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    color: #1d2735;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}

.nucoat-section .check-icon {
    flex: 0 0 20px;

    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e72e36;
    color: #fff;

    border-radius: 50%;

    font-size: 11px;
}


/* =========================================
   REFINISHING PROCESS
========================================= */

.nucoat-section .process-box {
    border-right: 3px solid #fff;
}

.nucoat-section .process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 60px;
    column-gap: 19px;
}

.nucoat-section .process-item {
    text-align: center;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s linear;
}
.nucoat-section .process-item:hover{
  transform: translateY(-7px);
}

.nucoat-section .process-icon {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#0a1423;
    font-size: 40px;
    margin-bottom: 6px;
}

.nucoat-section .process-number {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    color: #172235;
}

.nucoat-section .process-name {
    font-size: 16px;
    line-height: 1.25;
    color:#0a1423;
    font-weight: 600;
    white-space: nowrap;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.nucoat-section .nucoat-image {
    position: relative;
      overflow: hidden;
      margin-left: 20px;
}

.nucoat-section .nucoat-image img {
    width: 100%;
    height: 347px;
    /* min-height: 180px; */
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


/* =========================================
   WARRANTY BADGE
========================================= */

.nucoat-section .warranty {
    position: absolute;
    right: 18px;
    bottom: 15px;
    width:100px;
    height: 90px;
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: rgba(10, 26, 46, .94);

    border: 1px solid rgba(255,255,255,.2);

    border-radius: 7px;

    color: #fff;

    line-height: 1.15;
}

.nucoat-section .warranty-icon {
    width: 50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
/* 
    border: 1px solid #fff;
    border-radius: 50%; */

    font-size: 30px;

    margin-bottom: 5px;
}

.nucoat-section .warranty strong {
    font-size: 16px;
}

.nucoat-section .warranty span:last-child {
    font-size: 16px;
}

/* =====================================
   GRID

   Desktop:
   5 cards per row
===================================== */

.location-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    background: #fff;
    position: relative;
    z-index: 4;
    margin-left: 36px;
}
.read_more_rev{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* =====================================
   CARD
===================================== */

.location-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1.75 / 1;
    min-height: 195px;
    overflow: hidden;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;

    color: #fff;
}


/* =====================================
   IMAGE OVERLAY
===================================== */

.location-overlay {
    position: absolute;

    inset: 0;

    background:
       linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgb(0 0 0 / 66%) 48%, rgb(0 0 0 / 59%) 100%);
}


/* =====================================
   CONTENT
===================================== */

.location-content {
    position: relative;

    z-index: 2;

    width: 100%;
    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: space-between;
}


/* =====================================
   TOP
===================================== */

.location-top {
    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    padding: 4px 6px 0;
}

.location-grid .location-top > span {
    color: #fff;

    font-size: 16px;

    font-weight: 700;

    white-space: nowrap;

    margin-top: 3px;
}


/* =====================================
   NU COAT LOGO
===================================== */

.nucoat-logo {
    display: inline-flex;

    flex-direction: column;

    width: fit-content;

    padding: 1px 3px;

    background: #07172a;

    border: 1px solid #fff;

    line-height: 1;
 
}
.nucoat-logo img{
  max-width: 144px;
     background-color: #fff;
}
.nucoat-logo strong {
    font-size: clamp(7px, .8vw, 13px);

    color: #fff;

    font-weight: 900;

    letter-spacing: -.4px;
}

.nucoat-logo small {
    margin-top: 1px;

    padding: 1px 2px;

    background: #e52c32;

    color: #fff;

    font-size: clamp(3px, .35vw, 5px);

    font-weight: 800;

    text-align: center;
}


/* =====================================
   MAIN
===================================== */

.location-main {
    padding-left: 6px;

    margin-top: auto;

    margin-bottom: 5px;
}

.location-main h2 {
    color: #fff;

    font-size: clamp(14px, 1.6vw, 20px);

    line-height: .95;

    font-weight: 600;

    letter-spacing: .2px;

    margin-bottom: 3px;
}


/* =====================================
   RED SERVICE TITLE
===================================== */

.location-grid .service-title {
    display: inline-block;
    padding: 2px 4px;
    background:#d52424;
    color: #fff;
    font-size: 14px;

    line-height: 1;

    font-weight: 800;

    text-transform: uppercase;
}


/* =====================================
   DESCRIPTION
===================================== */

.location-main p {
    margin-top: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}


/* =====================================
   FEATURES
===================================== */

.location-features {
    width: 100%;

    height: 27px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    align-items: center;

    background: rgba(4, 18, 31, .94);

    border-top: 1px solid rgba(255,255,255,.12);
}

.location-features > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-right: 1px solid rgba(255,255,255,.15);
    color: #fff;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
    margin-right: 6px;
}

.location-features > div:last-child {
    border-right: 0;
}

.location-features i {
    font-size: clamp(5px, .55vw, 11px);

    color: #fff;
}
.pd_tsti{
  padding: 0 100px;
}


/* =========================================
   SECTION
========================================= */

.bathroom-cta {
    width: 100%;
    /* padding: 0px 0 55px!important; */
    padding: 0;
}

.bathroom-cta__container {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 30% 70%;

    gap: 24px;
}
.mb_15{
  margin-bottom: 30px!important;
}


/* =========================================
   FINANCING CARD
========================================= */

.bathroom-cta .financing-card {
    position: relative;
    min-height: 105px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 14px 49px;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 8px;
    /* height: 237px; */
    
}


/* =========================================
   FINANCING CONTENT
========================================= */

.bathroom-cta .financing-content {
    position: relative;
    z-index: 2;
}

.bathroom-cta .financing-content h3 {
    color: #172235;

    font-size: 30px;
    line-height: 1.1;

    font-weight: 600;

    margin-bottom: 7px;
}

.bathroom-cta .financing-content p {
    color: #30343b;

    font-size: 18px;
    line-height: 1.45;

    margin-bottom: 10px;
}

.bathroom-cta .learn-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    color: #df2d32;

    font-size: 17px;
    font-weight: 600;

    text-decoration: none;
    text-transform: uppercase;
}
.bathroom-cta .learn-more:hover{
  color: #0a1423;
}
.bathroom-cta .learn-more span {
    font-size: 26px;
}


/* =========================================
   PIGGY BANK
========================================= */

.bathroom-cta .piggy-bank {
    position: absolute;
    right: 108px;
    bottom: 42px;
    width: 140px;
    height: 82px;
    color: #f29c9f;
    font-size: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bathroom-cta .piggy-bank i {
    font-size: 105px;
}

.bathroom-cta .piggy-bank .coin {
   position: absolute;
    top: -20px;
    right: 48px;
    z-index: 2;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffd875;
    border: 2px solid #f3bd42;
    color: #ed9b25;
    font-size: 28px;
    font-weight: 600;
}


/* =========================================
   ESTIMATE CARD
========================================= */

.bathroom-cta .estimate-card {
    position: relative;

    /* min-height: 105px; */

    overflow: hidden;

    display: flex;
    align-items: center;

    background-image: url("../images/bathroom-bg.jpg");

    background-size: cover;
    background-position: center;

    border-radius: 8px;
    width: 100%;
    /* height: 203px; */
    padding: 55px 0;
}


/* =========================================
   RED OVERLAY
========================================= */

.bathroom-cta .estimate-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(215, 30, 35, .98) 0%,
            rgba(215, 30, 35, .94) 48%,
            rgba(215, 30, 35, .65) 67%,
            rgba(215, 30, 35, .08) 100%
        );
}


/* =========================================
   CTA CONTENT
========================================= */

.bathroom-cta .estimate-content {
    position: relative;

    z-index: 2;

    width: 100%;

    padding: 12px 25px;

    color: #fff;

    text-align: center;
}

.bathroom-cta .estimate-content h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

.bathroom-cta .estimate-content > p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}


/* =========================================
   PHONE + BUTTON
========================================= */

.bathroom-cta .estimate-bottom {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 25px;
}

.bathroom-cta .phone {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #fff;

    text-decoration: none;

    white-space: nowrap;
}
.bathroom-cta .phone:hover{
  color: #0a1423;
}

.bathroom-cta .phone i {
    font-size: 28px;

    transform: rotate(-10deg);
}

.bathroom-cta .phone strong {
    font-size: 23px;

    line-height: 1;

    font-weight: 800;
}

.bathroom-cta .estimate-btn {
    min-width: 135px;

    height: 43px;

    padding: 0 15px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: #fff;

    color:#d52424;

    border-radius: 8px;

    font-size: 19px;

    font-weight: 600;

    text-decoration: none;

    transition: .3s ease;
}

.bathroom-cta .estimate-btn:hover {
    background: #172235;
    color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .bathroom-cta__container {
        grid-template-columns: 35% 65%;
    }

    .bathroom-cta .financing-card {
        padding: 12px;
    }

    .bathroom-cta .piggy-bank {
        right: 3px;
        opacity: .7;
    }

    .bathroom-cta .estimate-content {
        padding: 12px;
    }

    .bathroom-cta .estimate-content h2 {
        font-size: 12px;
    }

    .bathroom-cta .estimate-content > p {
        font-size: 11px;
    }

    .bathroom-cta .estimate-bottom {
        gap: 15px;
    }

   .bathroom-cta .phone strong {
        font-size: 18px;
    }

   .bathroom-cta .phone i {
        font-size: 22px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .bathroom-cta {
        padding: 10px;
    }

    .bathroom-cta__container {
        display: flex;

        flex-direction: column;

        gap: 10px;
    }

    .bathroom-cta .financing-card {
        min-height: 145px;

        width: 100%;

        padding: 20px;
    }

    .bathroom-cta .bathroom-cta .financing-content h3 {
        font-size: 18px;
    }

    .bathroom-cta .financing-content p {
        font-size: 13px;
    }

    .bathroom-cta .learn-more {
        font-size: 9px;
    }

    .bathroom-cta .piggy-bank {
        right: 35px;
        width: 100px;
        height: 90px;
    }

    .bathroom-cta .piggy-bank i {
        font-size: 75px;
    }

    .bathroom-cta .piggy-bank .coin {
        right: 8px;
        width: 30px;
        height: 30px;
    }


    .bathroom-cta .estimate-card {
        min-height: 220px;

        align-items: center;
    }

    .bathroom-cta .estimate-content {
        padding: 25px 15px;
    }

    .bathroom-cta .estimate-content h2 {
        font-size: 18px;

        max-width: 500px;

        margin: 0 auto 8px;
    }

    .bathroom-cta .estimate-content > p {
        font-size: 15px;

        margin-bottom: 18px;
    }

    .bathroom-cta .estimate-bottom {
        flex-direction: column;

        gap: 15px;
    }

   .bathroom-cta .phone strong {
        font-size: 24px;
    }

    .bathroom-cta .phone i {
        font-size: 27px;
    }

    .bathroom-cta .estimate-btn {
        width: 180px;

        height: 42px;

        font-size: 10px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .bathroom-cta .financing-card {
        min-height: 130px;
    }

    .bathroom-cta .piggy-bank {
        right: 5px;
        opacity: .55;
    }

   .bathroom-cta.financing-content h3 {
        font-size: 16px;
    }

    .bathroom-cta .financing-content p {
        font-size: 11px;
    }

    .bathroom-cta .estimate-card {
        min-height: 210px;
    }

    .bathroom-cta .estimate-content h2 {
        font-size: 16px;
    }

    .bathroom-cta .estimate-content > p {
        font-size: 13px;
    }

    .bathroom-cta .phone strong {
        font-size: 21px;
    }

}

/* =====================================
   TABLET
===================================== */

@media (max-width: 1100px) {

    .location-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =====================================
   TABLET SMALL
===================================== */

@media (max-width: 850px) {

    .location-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .location-card {
        min-height: 150px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 600px) {

    .location-section {
        padding: 8px;
    }

    .location-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
    }

    .location-card {
        aspect-ratio: 1.5 / 1;

        min-height: 150px;

        border-radius: 3px;
    }

    .location-main {
        padding-left: 7px;

        margin-bottom: 5px;
    }

    .location-main h2 {
        font-size: 20px;
    }

    .service-title {
        font-size: 7px;

        padding: 3px 4px;
    }

    .location-main p {
        font-size: 7px;
    }

    .location-features {
        height: 25px;
    }

    .location-features > div {
        font-size: 5px;
    }

    .location-features i {
        font-size: 7px;
    }

}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 400px) {

    .location-grid {
        grid-template-columns: 1fr;
    }

    .location-card {
        min-height: 200px;

        aspect-ratio: 1.75 / 1;
    }

    .location-main h2 {
        font-size: 27px;
    }

    .location-main p {
        font-size: 9px;
    }

    .service-title {
        font-size: 9px;
    }

    .location-features {
        height: 28px;
    }

    .location-features > div {
        font-size: 7px;
    }

}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .nucoat-section .nucoat-row {
        grid-template-columns: 1fr 1fr;
    }

    .nucoat-section .choose-box {
        border-bottom: 1px solid #fff;
    }

    .nucoat-section .process-box {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .nucoat-section .nucoat-image {
        grid-column: 1 / -1;
        min-height: 280px;
    }

    .nucoat-section .nucoat-image img {
        min-height: 280px;
    }

    .nucoat-section .process-grid {
        row-gap: 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .nucoat-section .nucoat-section {
        padding: 10px;
    }

    .nucoat-section .nucoat-container {
        padding: 0;
    }

    .nucoat-section .nucoat-row {
        display: flex;
        flex-direction: column;
    }

    .nucoat-section .nucoat-box {
        width: 100%;
        padding: 20px 15px;
    }

    .nucoat-section .choose-box {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .nucoat-section .process-box {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .nucoat-section .nucoat-box h2 {
        font-size: 18px;
    }

    .nucoat-section .choose-list li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .nucoat-section .check-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        font-size: 8px;
    }

    .nucoat-section .process-grid {
        grid-template-columns: repeat(3, 1fr);

        column-gap: 15px;
        row-gap: 25px;
    }

    .nucoat-section .process-icon {
        font-size: 26px;
        height: 42px;
    }

    .nucoat-section .process-number,.nucoat-section
    .process-name {
        font-size: 10px;
    }

    .nucoat-section .process-name {
        white-space: normal;
    }
    .nucoat-section .nucoat-image {
        min-height: 300px;
    }

    .nucoat-section .nucoat-image img {
        min-height: 300px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .nucoat-section .nucoat-box h2 {
        font-size: 16px;
    }

    .nucoat-section .process-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 8px;
    }

    .nucoat-section .process-icon {
        font-size: 22px;
    }

    .nucoat-section .process-number,.nucoat-section
    .process-name {
        font-size: 9px;
    }

    .nucoat-section .nucoat-image {
        min-height: 230px;
    }

    .nucoat-section .nucoat-image img {
        min-height: 230px;
    }

    .nucoat-section .warranty {
        right: 10px;
        bottom: 10px;
    }

}

    /* =========================
       TABLET
    ========================== */

    @media (max-width: 991px) {

        .before-after-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .before-after-card {
            height: 180px;
        }

    }

    /* =========================
       MOBILE
    ========================== */

    @media (max-width: 575px) {

        .before-after-section {
            padding: 20px 10px;
        }

        .section-title {
            gap: 8px;
            margin-bottom: 15px;
        }

        .section-title::before,
        .section-title::after {
            width: 25px;
        }

        .section-title h2 {
            font-size: 15px;
        }

        .before-after-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .before-after-card {
            height: 190px;
        }

        .ba-handle {
            width: 32px;
            height: 32px;
        }

        .ba-label {
            height: 32px;
            font-size: 11px;
        }

    }

/* ==============================
   TABLET
================================ */

@media (max-width: 991px) {

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

    .section-heading {
        margin-bottom: 25px;
    }

    .service-image {
        height: 130px;
    }

    .service-content {
        min-height: 175px;
    }

}


/* ==============================
   MOBILE
================================ */

@media (max-width: 575px) {

    .services-section {
        padding: 25px 0;
    }

    .container {
        padding: 0 15px;
    }

    .section-heading h2 {
        font-size: 18px;
        margin: 0 10px;
    }

    .section-heading > span {
        width: 40px;
    }

    .section-heading p {
        font-size: 11px;
    }

    .service-image {
        height: 190px;
    }

    .service-content {
        padding: 18px 15px 16px;
        min-height: 180px;
    }

    .service-content h3 {
        font-size: 15px;
    }

    .service-content p {
        font-size: 12px;
    }

    .service-content a {
        font-size: 11px;
    }

    .services-slider .swiper-button-next,
    .services-slider .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

}

/* ==============================
   TABLET
============================== */

@media (max-width: 1100px) {

    .trust-bar {
        padding: 15px 10px;
    }

    .trust-item {
        padding: 0 10px;
        gap: 8px;
    }

    .trust-icon {
        width: 40px;
        min-width: 40px;
    }

    .trust-icon i {
        font-size: 30px;
    }

    .trust-content h3,
    .trust-content h4 {
        font-size: 9px;
    }

    .trust-content p {
        font-size: 7px;
    }
}


/* ==============================
   TABLET / SMALL LAPTOP
============================== */

@media (max-width: 800px) {

    .trust-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-item {
        min-height: 75px;
        justify-content: flex-start;

        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .trust-item:nth-child(2n) {
        border-right: 0;
    }

    .trust-item:last-child {
        grid-column: span 2;
        justify-content: center;
        border-bottom: 0;
    }

}


/* ==============================
   MOBILE
============================== */

@media (max-width: 500px) {

    .trust-bar {
        padding: 12px;
    }

    .trust-container {
        display: flex;
        flex-direction: column;
    }

    .trust-item {
        width: 100%;
        min-height: 70px;
        justify-content: flex-start;

        padding: 10px 15px;

        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .trust-item:last-child {
        justify-content: flex-start;
        border-bottom: 0;
    }

    .trust-icon {
        width: 48px;
        min-width: 48px;
    }

    .trust-icon i {
        font-size: 34px;
    }

    .trust-content h3,
    .trust-content h4 {
        font-size: 11px;
    }

    .trust-content p {
        font-size: 8px;
    }
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .hero-section {
        min-height: 620px;
        background-position: 65% center;
    }

    .container {
        padding: 40px 25px;
    }

    .hero-content {
        max-width: 580px;
    }

    .hero-content h1 {
        font-size: 37px;
    }

    .estimate-card {
        right: 35px;
    }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .hero-section {
        min-height: auto;

        background-position: 65% center;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,.88);
    }

    .container {
        padding: 45px 20px 70px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 30px;
        line-height: 1.08;
        letter-spacing: -.5px;
    }

    .rating {
        flex-wrap: wrap;
    }

    .rating span {
        font-size: 12px;
    }

    .intro-text {
        font-size: 14px;
    }

    .features li {
        font-size: 12px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .btn {
        width: 100%;
    }

    .estimate-card {
        position: relative;

        right: auto;
        bottom: auto;

        margin: 30px auto 0;

        width: 220px;
    }

    .floating-buttons {
        top: auto;
        bottom: 15px;

        transform: none;
    }

    .floating-buttons a {
        width: 45px;
        height: 65px;
    }

}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 480px) {

    .hero-content h1 {
        font-size: 27px;
    }

    .stars {
        font-size: 16px;
    }

    .hero-section {
        background-position: 70% center;
    }

    .floating-buttons {
        display: none;
    }
}

.testimonial-two{
  background-color: #fff;
}
.google_review img{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 10px;
  margin-top: 20px;
}
.testimonial_box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    height: 100%;
    background: #fff;
    flex: 1 1 400px;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px;
    transition: .35s;
    height: 367px;
}
.t_img {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    border-radius: 50%;
    flex: 0 0 100px;
}
.t_img img{
  width: 80px!important;
  height: 80px;
}
.testimonial_content {
    flex: 1;
}
.testimonial_content h4 {
    font-size: 20px;
    color:#0a1423;
}
.testimonial_content .rating span {
    color: orange;
}


.process-icon img{
  max-width: 70px;
  border-radius: 10px;

}
.pr_icn{
  display: flex;
  align-items: baseline;
  margin-top: 15px;
}
.main-menu-two__main-menu-box ul li.active a{
	background:unset;
}
.service_area_section .service-card__service{
	color:#fff!important;
}
.service_area_section .service-card strong,.service_area_section .service-features span{
	color:#fff;
}
.service_area_section .bottom-brand p{
	color: #fff;
	font-size: 13px;
}