/* Header style hear  */
.header-top-one .left {
  display: flex;
  align-items: center;
}

.header-top-one .left .mail {
  position: relative;
}

.header-top-one .left .mail a {
  padding: 5px 0;
  display: block;
  color: #fff;
  margin-right: 50px;
  font-size: 14px;
  position: relative;
  transition: var(--transition);
}

.header-top-one .left .mail a i {
  margin-right: 6px;
}

.header-top-one .left .mail a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 1px;
  width: 0%;
  background: #fe7c1c;
  transition: var(--transition);
}

.header-top-one .left .mail a:hover {
  color: #fe7c1c;
}

.header-top-one .left .mail a:hover::after {
  width: 100%;
}

.header-top-one .left .mail::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #F36464;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.header-top-one .left .working-time p {
  color: #fff;
  font-size: 14px;
}

.header-top-one .left .working-time p i {
  margin-right: 6px;
}

.header-top-one .right {
  display: flex;
  justify-content: flex-end;
}

.header-top-one .right .top-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.header-top-one .right .top-nav li {
  margin: 0;
  margin-right: 20px;
}

.header-top-one .right .top-nav li a {
  font-size: 14px;
  transition: var(--transition);
  position: relative;
  padding: 5px 0;
  display: block;
  color: #fff;
}

.header-top-one .right .top-nav li a:hover {
  color: #fe7c1c;
}

.header-top-one .right .top-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  /* bottom: 12px; */
  bottom: 8px;
  height: 1px;
  width: 0%;
  background: #fe7c1c;
  transition: var(--transition);
}

.header-top-one .right .top-nav li a:hover::after {
  width: 100%;
}

.header-top-one .right .social-wrapper-one {
  margin-left: 30px;
  position: relative;
}

.header-top-one .right .social-wrapper-one a i {
  transition: 0.3s;
}

.header-top-one .right .social-wrapper-one a:hover i {
  transform: scale(1.2);
}

.header-top-one .right .social-wrapper-one i {
  color: #fff;
}

.header-top-one .right .social-wrapper-one::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: #F36464;
}

.header-top-one.header-top-four {
  border-bottom: 1px solid #EDEDED;
}

@media (max-width: 1200px) {
  .header-top-one.header-top-four {
    display: none;
  }
}

.header-top-one.header-top-four.header-top-five .top-left a {
  color: var(--color-primary-2);
}

.header-top-one.header-top-four.header-top-five .right-h-three .header-top-right .email i {
  color: var(--color-primary-2);
}

.header-top-one.header-top-four.header-top-five .right-h-three .header-top-right .call i {
  color: var(--color-primary-2);
}

.header-top-one.header-top-four .top-left {
  padding: 10px 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  color: #5D666F;
  display: flex;
  align-items: center;
}

.header-top-one.header-top-four .top-left a {
  color: var(--color-primary-4);
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.header-top-one.header-top-four .top-left a i {
  transition: 0.3s;
  margin-left: 5px;
}

.header-top-one.header-top-four .top-left a:hover i {
  margin-left: 10px;
}

.header-top-one.header-top-four .right-h-three {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top-one.header-top-four .right-h-three .header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
}

.header-top-one.header-top-four .right-h-three .header-top-right .email {
  margin-right: 30px;
}

.header-top-one.header-top-four .right-h-three .header-top-right .email i {
  margin-right: 10px;
  color: var(--color-primary-4);
}

.header-top-one.header-top-four .right-h-three .header-top-right .email a {
  color: #1C2539;
  transition: 0.3s;
  font-weight: 500;
}

.header-top-one.header-top-four .right-h-three .header-top-right .email a:hover {
  color: var(--color-primary-4);
}

.header-top-one.header-top-four .right-h-three .header-top-right .call {
  margin-right: 0;
}

.header-top-one.header-top-four .right-h-three .header-top-right .call i {
  margin-right: 10px;
  color: var(--color-primary-4);
  transform: rotate(-30deg);
}

.header-top-one.header-top-four .right-h-three .header-top-right .call a {
  color: #1C2539;
  transition: 0.3s;
  font-weight: 500;
}

.header-top-one.header-top-four .right-h-three .header-top-right .call a:hover {
  color: var(--color-primary-4);
}

.header-main-one .thumbnail a {
  /* padding: 36px 0; */
  padding: 20px 0;
  display: block;
  max-width: max-content;
}

@media only screen and (max-width: 479px) {
  .header-main-one .thumbnail a {
    padding: 18px 0;
  }
}

/* @media only screen and (min-width: 1200px) and (max-width: 1599px) { */
/* .header-two .main-header .nav-main ul li { */
/* margin-right: 25px !important; */
/* } */
/* } */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-two .main-header .nav-main ul li.has-droupdown {
    margin-right: 37px !important;
  }
}

.main-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-header .nav-main ul {
  list-style: none;
  /* padding: 0; */
  margin: 0;
  display: flex;
  /* align-items: center; */
}

.main-header .nav-main ul li {
  margin: 0;
  margin-right: 36px;
}

.main-header .nav-main ul li a {
  /* padding: 48px 0; */
  /* padding: 28px 0; */
  /* padding: 18px 0; */
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: var(--transition);
  min-width: max-content;
}

.main-header .nav-main ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  /* bottom: 50px; */
  bottom: 10px;
  height: 2px;
  width: 0%;
  border-radius: 1px;
  /* background: var(--color-primary); */
  background: #fe7c1c;
  transition: var(--transition);
}

.main-header .nav-main ul li a:hover {
  color: var(--color-primary);
}

.main-header .nav-main ul li a:hover::after {
  width: 100%;
}

.main-header .button-area {
  display: flex;
  align-items: center;
  margin-left: 80px;
}

@media screen and (max-width: 1399px) {
  .main-header .button-area {
    margin-left: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .main-header .button-area {
    margin-left: 16px;
    margin: 33px 0;
  }
}

@media only screen and (max-width: 479px) {
  .main-header .button-area {
    margin: 10px 0;
  }
}

.main-header .button-area button.menu .menu-dark {
  display: block;
  transition: 0.3s;
}

.main-header .button-area button.menu .menu-light {
  display: none;
  transition: 0.3s;
}

.main-header .button-area button.menu:hover .menu-dark {
  display: none;
}

.main-header .button-area button.menu:hover .menu-light {
  display: block;
}

.main-header.main-header-four .nav-main ul li a:hover {
  color: var(--color-primary-4);
}

.main-header.main-header-four .nav-main ul li a::after {
  background: var(--color-primary-4);
}

.main-header.main-header-four .nav-main ul li .submenu {
  border-color: var(--color-primary-4);
  border-width: 4px 0 0 0;
}

.main-header.main-header-four .nav-main ul li .submenu::after {
  border-bottom-color: var(--color-primary-4);
}

.main-header.main-header-four.main-header-five .nav-main ul li a:hover {
  color: var(--color-primary-2);
}

.main-header.main-header-four.main-header-five .nav-main ul li a::after {
  background: var(--color-primary-2);
}

.main-header.main-header-four.main-header-five .nav-main ul li .submenu {
  border-color: var(--color-primary-2);
  border-width: 4px 0 0 0;
}

.main-header.main-header-four.main-header-five .nav-main ul li .submenu::after {
  border-bottom-color: var(--color-primary-2);
}

.main-header.main-header-four.main-header-five .button-area .btn-primary-4 {
  background: var(--color-primary-2);
  border-radius: 30px;
}

.main-header.main-header-four.main-header-five .button-area .btn-primary-4:hover {
  background: var(--color-gray);
}

.main-header.main-header-four.main-header-five .button-area .btn-primary-alta-four {
  border-radius: 30px;
}

.main-header.main-header-four.main-header-five .button-area .btn-primary-alta-four:hover {
  background: var(--color-primary-2) !important;
}

.six .main-header.main-header-four.main-header-five .nav-main ul li a:hover {
  color: var(--color-primary-6);
}

.six .main-header.main-header-four.main-header-five .nav-main ul li a::after {
  background: var(--color-primary-6);
}

.social-wrapper-one {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.social-wrapper-one li {
  margin: 0;
}

.social-wrapper-one li a {
  color: #fff;
  margin-right: 20px;
  padding: 11px 0;
}

.social-wrapper-one li a i {
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
}

.social-wrapper-one li a:hover i {
  color: var(--color-primary);
}

.header-three.header--sticky.sticky {
  backdrop-filter: none;
  box-shadow: none;
  margin-top: 80px;
}

.header--sticky {
  transition: 0.3s;
  top: 0;
  z-index: 999;
  position: relative;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  z-index: 999;
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
}


.header--sticky.header-one.six {
  position: absolute;
  width: 100%;
}

.header--sticky.header-one.six .header-top {
  background: transparent;
  border-bottom: 1px solid #E8E8E8;
  padding: 12px 0;
}

.header--sticky.header-one.six .header-top .right i {
  color: var(--color-primary-5);
  margin-right: 12px;
}

.header--sticky.header-one.six .header-top .right .call {
  margin-left: 30px;
}

.header--sticky.header-one.six .header-top .right a {
  color: #181A1C;
  font-weight: 500;
}

.header--sticky.header-one.six .header-main-one #menu-btn {
  border-radius: 50% !important;
  background: #fff !important;
}

@media only screen and (max-width: 1199px) {
  .header--sticky.header-one.six .header-main-one #menu-btn {
    background: #eee !important;
  }
}

.header--sticky.header-one.six .header-main-one #menu-btn:hover {
  background: var(--color-primary-5) !important;
}

.header--sticky.header-one.six .header-main-one .rts-btn.quote-btn {
  background: #181A1C;
  border-radius: 100px;
}

.header--sticky.header-one.six .header-main-one .rts-btn.quote-btn:hover {
  color: #181A1C;
  background: #f6f6f6 !important;
}

@media only screen and (max-width: 1199px) {
  .header--sticky.header-one.six .header-top {
    display: none;
  }
}

.header--sticky.header-one.six.sticky .header-main-one #menu-btn {
  background: #f6f6f6 !important;
}

.header--sticky.header-one.six.sticky .header-main-one #menu-btn:hover {
  background: var(--color-primary-5) !important;
}

.header-five.header-six.seven .main-header.main-header-four.main-header-five.main-header-six .button-area .btn-primary-4 {
  background: var(--color-primary-6);
}

.header-five.header-six.seven .main-header.main-header-four.main-header-five.main-header-six .button-area .btn-primary-4.six:hover {
  background: var(--color-gray);
}

.header-five.header-six.seven:hover {
  background: var(--color-gray);
  color: #000;
}

.header-top-one.header-top-four.header-top-five.seven .top-left a {
  color: var(--color-primary-6);
}

.header-top-one.header-top-four.header-top-five.seven .right-h-three .header-top-right .email i {
  color: var(--color-primary-5);
}

.header--sticky.header-one.six.sticky {
  background: #fff !important;
}

.header-top-one.header-top-four.header-top-five.seven .right-h-three .header-top-right .call i {
  color: var(--color-primary-6);
}

.header-top-one.header-top-four.header-top-five.seven .right-h-three .header-top-right .email i {
  color: var(--color-primary-6);
}

.header-four.header-five.seven .nav-main ul li:hover a.nav-link::before {
  color: var(--color-primary-6);
}

.header-four.header-five.seven .nav-main ul li:hover a.nav-link::after {
  background: var(--color-primary-6);
}

.header-four.header-five.seven .nav-main ul li:hover a.nav-link {
  color: var(--color-primary-6);
}

.main-header.main-header-four.main-header-six.seven .nav-main ul li .submenu {
  border-color: var(--color-primary-6);
}

.main-header.main-header-four.main-header-six.seven .nav-main ul li .submenu::after {
  border-bottom-color: var(--color-primary-6);
}

.main-header.main-header-four.main-header-five.main-header-six.seven .button-area .btn-primary-alta-four:hover {
  background: var(--color-primary-6) !important;
}

.header-top-one.header-top-four.seven .right-h-three .header-top-right .email a:hover {
  color: var(--color-primary-6) !important;
}

.header-top-one.header-top-four.seven .right-h-three .header-top-right .call a:hover {
  color: var(--color-primary-6);
}


/* .header-three { */
/* position: absolute; */
/* width: 100%; */
/* } */
/* .header-three .main-header .nav-main ul li a { */
/* padding: 42px 0; */
/* } */
/* .header-three .main-header .nav-main ul li a::after { */
/* bottom: 46px; */
/* } */
/* .header-three .header-top-three { */
/* background: white; */
/* border-bottom: 1px solid #EDEDED; */
/* } */
/* @media only screen and (max-width: 1199px) { */
/* .header-three .header-top-three { */
/* display: none; */
/* } */
/* } */
/* .header-three .header-top-three .top-left { */
/* padding: 10px 0; */
/* padding-left: 50px; */
/* font-size: 16px; */
/* font-weight: 400; */
/* color: #5D666F; */
/* display: flex; */
/* align-items: center; */
/* } */
/* .header-three .header-top-three .top-left a { */
/* color: var(--color-primary-3); */
/* display: flex; */
/* align-items: center; */
/* margin-left: 5px; */
/* } */
/* .header-three .header-top-three .top-left a i { */
/* transition: 0.3s; */
/* margin-left: 5px; */
/* } */
/* .header-three .header-top-three .top-left a:hover i { */
/* margin-left: 10px; */
/* } */
/* .header-three .header-top-three .right-h-three { */
/* display: flex; */
/* align-items: center; */
/* justify-content: flex-end; */
/* } */
/* .header-three .header-top-right { */
/* display: flex; */
/* align-items: center; */
/* justify-content: flex-end; */
/* margin-right: 30px; */
/* } */
/* .header-three .header-top-right .email { */
/* margin-right: 30px; */
/* } */
/* .header-three .header-top-right .email i { */
/* margin-right: 10px; */
/* color: #F64A00; */
/* } */
/* .header-three .header-top-right .email a { */
/* color: #1C2539; */
/* transition: 0.3s; */
/* font-weight: 500; */
/* } */
/* .header-three .header-top-right .email a:hover { */
/* color: var(--color-primary-3); */
/* } */
/* .header-three .header-top-right .call { */
/* margin-right: 30px; */
/* } */
/* .header-three .header-top-right .call i { */
/* margin-right: 10px; */
/* color: #F64A00; */
/* transform: rotate(-30deg); */
/* } */
/* .header-three .header-top-right .call a { */
/* color: #1C2539; */
/* transition: 0.3s; */
/* font-weight: 500; */
/* } */
/* .header-three .header-top-right .call a:hover { */
/* color: var(--color-primary-3); */
/* } */
/* .header-three .main-header-three { */
/* background: #fff; */
/* } */
/* .header-three .main-header-three.main-header { */
/* justify-content: flex-start; */
/* position: relative; */
/* } */
/* .header-three .main-header-three.main-header::after { */
/* content: ""; */
/* position: absolute; */
/* left: -14px; */
/* top: -48%; */
/* height: 148%; */
/* background: var(--color-primary-3); */
/* width: 15px; */
/* border-radius: 0 0 0 15px; */
/* } */
/* .header-three .main-header-three.main-header::before { */
/* content: ""; */
/* position: absolute; */
/* right: -14px; */
/* top: -48%; */
/* height: 148%; */
/* background: var(--color-primary-3); */
/* width: 15px; */
/* border-radius: 0 0 15px 0; */
/* } */
/* .header-three .main-header-three.main-header .nav-main ul li a:hover { */
/* color: var(--color-primary-3); */
/* } */
/* .header-three .main-header-three.main-header .nav-main ul li a::after { */
/* background: var(--color-primary-3); */
/* } */
/* .header-three .main-header-three.main-header .mainmenu li.has-droupdown .submenu { */
/* border-top-color: var(--color-primary-3); */
/* } */
/* .header-three .main-header-three.main-header-four::after { */
/* display: none; */
/* } */
/* .header-three .main-header-three.main-header-four::before { */
/* display: none; */
/* } */
/* .header-three .main-header-three a.thumbnail-logo img { */
/* padding: 30px 48px; */
/* } */
/* @media only screen and (max-width: 479px) { */
/* .header-three .main-header-three a.thumbnail-logo img { */
/* padding: 30px 15px; */
/* } */
/* } */
/* .header-three .main-header-three .right { */
/* display: flex; */
/* align-items: center; */
/* margin-right: 55px; */
/* } */
/* @media only screen and (min-width: 1200px) and (max-width: 1599px) { */
/* .header-three .main-header-three .right { */
/* margin-right: 30px; */
/* } */
/* } */
/* @media only screen and (max-width: 1199px) { */
/* .header-three .main-header-three .right { */
/* margin-right: 15px; */
/* } */
/* } */
/* @media only screen and (max-width: 479px) { */
/* .header-three .main-header-three .right { */
/* margin-right: 5px; */
/* } */
/* } */
/* @media only screen and (max-width: 479px) { */
/* .header-three .main-header-three .right .rts-btn { */
/* padding: 11px; */
/* font-size: 14px; */
/* } */
/* } */
/* @media only screen and (max-width: 479px) { */
/* .header-three .main-header-three .right #menu-btn { */
/* margin-left: 5px !important; */
/* } */
/* } */

/* .header-two .header-top { */
/* background: #fff; */
/* align-items: center; */
/* position: relative; */
/* z-index: 1; */
/* overflow: hidden; */
/* border-bottom: 1px solid #EAECF2; */
/* } */
/* @media only screen and (max-width: 1199px) { */
/* .header-two .header-top { */
/* display: none; */
/* } */
/* } */
/* .header-two .header-top::after { */
/* position: absolute; */
/* left: -5%; */
/* content: ""; */
/* top: 0; */
/* width: 40%; */
/* height: 100%; */
/* background: var(--color-primary-2); */
/* z-index: -1; */
/* transform: skew(-20deg); */
/* } */
/* .header-two .header-top .content { */
/* max-width: 1560px; */
/* margin: 0 auto; */
/* display: flex; */
/* height: 45px; */
/* display: flex; */
/* align-items: center; */
/* width: 98%; */
/* } */
/* .header-two .header-top .content .left-header-top p { */
/* font-size: 16px; */
/* color: #fff; */
/* } */
/* .header-two .header-top .content .left-header-top p a { */
/* font-weight: 500; */
/* } */
/* .header-two .header-top .content .left-header-top p a i { */
/* transition: 0.3s; */
/* } */
/* .header-two .header-top .content .left-header-top p a:hover { */
/* color: #000; */
/* } */
/* .header-two .header-top .content .left-header-top p a:hover i { */
/* margin-left: 6px; */
/* } */
/* .header-two .header-top .content .right-header-top { */
/* margin-left: auto; */
/* display: flex; */
/* align-items: center; */
/* } */
/* .header-two .header-top .content .right-header-top .working-time i { */
/* color: #1C2539; */
/* } */
/* .header-two .header-top .content .right-header-top .working-time span { */
/* color: #1C2539; */
/* font-size: 16px; */
/* font-weight: 400; */
/* margin-left: 7px; */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social { */
/* display: flex; */
/* align-items: center; */
/* margin-left: 60px; */
/* position: relative; */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social::after { */
/* position: absolute; */
/* left: -17%; */
/* content: ""; */
/* height: 100%; */
/* width: 1px; */
/* background: #CFD2DC; */
/* transform: skew(-10deg); */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social span { */
/* color: #1C2539; */
/* font-weight: 400; */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social ul { */
/* list-style: none; */
/* padding: 0; */
/* display: flex; */
/* margin: 0; */
/* margin-left: 20px; */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social ul li { */
/* margin-right: 20px; */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social ul li a i { */
/* color: #1C2539; */
/* transition: 0.3s; */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social ul li a:hover i { */
/* color: var(--color-primary-2); */
/* } */
/* .header-two .header-top .content .right-header-top .ht-social ul li:last-child { */
/* margin-right: 0; */
/* } */
/* .header-two .main-header { */
/* justify-content: flex-start; */
/* display: block; */
/* background: #fff; */
/* } */
/* .header-two .main-header .content { */
/* max-width: 1560px; */
/* margin: 0 auto; */
/* display: flex; */
/* align-items: center; */
/* width: 98%; */
/* } */
/* @media only screen and (max-width: 1199px) { */
/* .header-two .main-header .content { */
/* max-width: 97%; */
/* margin: auto; */
/* } */
/* } */
/* @media only screen and (max-width: 479px) { */
/* .header-two .main-header .content { */
/* max-width: 99%; */
/* } */
/* } */
/* .header-two .main-header .content .header-left { */
/* display: flex; */
/* align-items: center; */
/* } */
/* .header-two .main-header .content .header-left a.thumbnail { */
/* margin-right: 20px; */
/* } */
/* @media only screen and (max-width: 767px) { */
/* .header-two .main-header .content .header-left a.thumbnail { */
/* margin-right: 0; */
/* } */
/* } */
/* .header-two .main-header .content .header-left a.thumbnail img { */
/* width: 100%; */
/* } */
/* @media only screen and (max-width: 479px) { */
/* .header-two .main-header .content .header-left a.thumbnail img { */
/* width: 73%; */
/* } */
/* } */
/* @media only screen and (max-width: 1199px) { */
/* .header-two .main-header .content .header-left a { */
/* padding: 20px 0; */
/* } */
/* } */
/* @media only screen and (max-width: 767px) { */
/* .header-two .main-header .content .header-left a { */
/* padding: 20px 0 20px 15px; */
/* width: 80%; */
/* margin-right: 0; */
/* } */
/* } */
/* @media only screen and (max-width: 479px) { */
/* .header-two .main-header .content .header-left a { */
/* width: 90%; */
/* } */
/* } */
/* .header-two .main-header .content .header-right { */
/* margin-left: auto; */
/* display: flex; */
/* align-items: center; */
/* } */
/* .header-two .main-header .content .header-right .call-area { */
/* display: flex; */
/* align-items: center; */
/* } */
/* @media only screen and (max-width: 767px) { */
/* .header-two .main-header .content .header-right .call-area { */
/* display: none; */
/* } */
/* } */
/* .header-two .main-header .content .header-right .call-area .icon { */
/* position: relative; */
/* z-index: 1; */
/* cursor: pointer; */
/* } */
/* .header-two .main-header .content .header-right .call-area .icon::after { */
/* position: absolute; */
/* content: ""; */
/* left: 50%; */
/* top: 50%; */
/* background: #F6F6F6; */
/* height: 55px; */
/* width: 55px; */
/* z-index: -1; */
/* border-radius: 10px; */
/* transform: translate(-50%, -50%); */
/* transition: 0.3s; */
/* } */
/* .header-two .main-header .content .header-right .call-area .icon:hover::after { */
/* background: #fff; */
/* box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05); */
/* } */
/* .header-two .main-header .content .header-right .call-area .number-area { */
/* margin-left: 30px; */
/* } */
/* .header-two .main-header .content .header-right .call-area .number-area span { */
/* color: #5D666F; */
/* font-size: 14px; */
/* } */
/* .header-two .main-header .content .header-right .call-area .number-area a .call { */
/* margin-bottom: 0; */
/* margin-top: 4px; */
/* min-width: max-content; */
/* } */
/* .header-two .main-header .content .header-right a.rts-btn { */
/* margin-left: 40px; */
/* } */
/* @media only screen and (min-width: 1200px) and (max-width: 1599px) { */
/* .header-two .main-header .content .header-right a.rts-btn { */
/* margin-left: 20px; */
/* } */
/* } */
/* @media only screen and (max-width: 575px) { */
/* .header-two .main-header .content .header-right a.rts-btn { */
/* margin-left: 0; */
/* padding: 12px 15px; */
/* font-size: 14px; */
/* } */
/* } */
/* .header-two .main-header .content .header-right button { */
/* max-width: fit-content; */
/* background: #F7F7F7; */
/* padding: 19px; */
/* } */
/* .header-two .main-header .content .header-right button .menu-dark { */
/* display: block; */
/* } */
/* .header-two .main-header .content .header-right button .menu-light { */
/* display: none; */
/* } */
/* .header-two .main-header .content .header-right button:hover { */
/* background: var(--color-primary-2); */
/* } */
/* .header-two .main-header .content .header-right button:hover .menu-dark { */
/* display: none; */
/* } */
/* .header-two .main-header .content .header-right button:hover .menu-light { */
/* display: block; */
/* } */
/* .header-two .main-header nav { */
/* margin-left: 135px; */
/* } */
/* @media only screen and (min-width: 1200px) and (max-width: 1599px) { */
/* .header-two .main-header nav { */
/* margin-left: 10px; */
/* } */
/* } */
/* .header-two.eight .header-right { */
/* margin-left: auto; */
/* display: flex; */
/* align-items: center; */
/* } */
/* .header-two.eight .header-right .call-area { */
/* display: flex; */
/* align-items: center; */
/* } */
/* @media only screen and (max-width: 767px) { */
/* .header-two.eight .header-right .call-area { */
/* display: none; */
/* } */
/* } */
/* .header-two.eight .header-right .call-area .icon { */
/* position: relative; */
/* z-index: 1; */
/* cursor: pointer; */
/* } */
/* .header-two.eight .header-right .call-area .icon::after { */
/* position: absolute; */
/* content: ""; */
/* left: 50%; */
/* top: 50%; */
/* background: #F6F6F6; */
/* height: 55px; */
/* width: 55px; */
/* z-index: -1; */
/* border-radius: 10px; */
/* transform: translate(-50%, -50%); */
/* transition: 0.3s; */
/* } */
/* .header-two.eight .header-right .call-area .icon:hover::after { */
/* background: #fff; */
/* box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05); */
/* } */
/* .header-two.eight .header-right .call-area .number-area { */
/* margin-left: 30px; */
/* } */
/* .header-two.eight .header-right .call-area .number-area span { */
/* color: #fff !important; */
/* font-size: 14px; */
/* } */
/* .header-two.eight .header-right .call-area .number-area a .call { */
/* margin-bottom: 0; */
/* margin-top: 4px; */
/* min-width: max-content; */
/* color: #fff; */
/* } */
/* .header-two.eight .header-right a.rts-btn { */
/* margin-left: 40px; */
/* } */
/* @media only screen and (min-width: 1200px) and (max-width: 1599px) { */
/* .header-two.eight .header-right a.rts-btn { */
/* margin-left: 20px; */
/* } */
/* } */
/* @media only screen and (max-width: 575px) { */
/* .header-two.eight .header-right a.rts-btn { */
/* margin-left: 0; */
/* padding: 12px 15px; */
/* font-size: 14px; */
/* } */
/* } */
/* .header-two.eight .header-right button { */
/* max-width: fit-content; */
/* background: #F7F7F7; */
/* padding: 19px; */
/* } */
/* .header-two.eight .header-right button .menu-dark { */
/* display: block; */
/* } */
/* .header-two.eight .header-right button .menu-light { */
/* display: none; */
/* } */
/* .header-two.eight .header-right button:hover { */
/* background: var(--color-primary-2); */
/* } */
/* .header-two.eight .header-right button:hover .menu-dark { */
/* display: none; */
/* } */
/* .header-two.eight .header-right button:hover .menu-light { */
/* display: block; */
/* } */

/* .home-blue .main-header .nav-main ul li a:hover { */
/* color: var(--color-primary-2); */
/* } */
/* .home-blue .main-header .nav-main ul li a::after { */
/* background: var(--color-primary-2); */
/* } */
/* .home-blue .mainmenu li.has-droupdown .submenu { */
/* border-top-color: var(--color-primary-2); */
/* } */
/* .home-blue .mainmenu li.has-droupdown .submenu::after { */
/* top: -20px; */
/* left: 16%; */
/* transform: translateX(-50%); */
/* position: absolute; */
/* content: ""; */
/* border: 8px solid transparent; */
/* border-bottom-color: var(--color-primary-2); */
/* } */
/* .home-blue.medium-blue .main-header { */
/* background: #06277b; */
/* } */
/* .home-blue.medium-blue .main-header .nav-main ul li a { */
/* color: #fff; */
/* } */
/* .home-blue.medium-blue .main-header .nav-main ul li a:hover { */
/* color: var(--color-primary-2) !important; */
/* } */
/* .home-blue.medium-blue .main-header .nav-main ul li a::after { */
/* background: var(--color-primary-2); */
/* } */
/* .home-blue.medium-blue .mainmenu li.has-droupdown .submenu { */
/* border-top-color: var(--color-primary-2); */
/* } */
/* .home-blue.medium-blue .mainmenu li.has-droupdown .submenu::after { */
/* top: -20px; */
/* left: 16%; */
/* transform: translateX(-50%); */
/* position: absolute; */
/* content: ""; */
/* border: 8px solid transparent; */
/* border-bottom-color: var(--color-primary-2); */
/* } */


/* .header-three.sticky .header-top-three { */
/* display: none; */
.header-one.header--sticky.sticky .header-top {
  display: none;
}

.bg7 {
  background: #eeffcc;
  height: 100px;
  float: right;
}

.main-header .nav-main ul li a:hover {
  color: #fe7c1c !important;
}

.nav-main ul li:hover a.nav-link {
  color: #000;
}

li.has-droupdown {
  margin-right: 48px !important;
}

@media only screen and (max-width: 575px) {
  .menu-block-none {
    display: none;
  }
}


.mainmenu li {
  position: relative;
}

.mainmenu li.has-droupdown>a {
  position: relative;
}

.mainmenu li.has-droupdown>a::before {
  content: "\f078" !important;
  position: absolute !important;
  top: 51%;
  font-family: "Font Awesome 5 Pro" !important;
  right: -18px;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 13px;
}

.mainmenu li.has-droupdown>a:hover {
  color: var(--color-primary);
}

.mainmenu li.has-droupdown>a:hover::before {
  content: "\f077" !important;
}

.mainmenu li.has-droupdown .submenu {
  min-width: 270px;
  height: auto;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: #0f6171d4;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  border-top: 4px solid var(--color-primary);
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
}

.mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
  color: #fe7c1c;
}

.mainmenu li.has-droupdown .submenu .sub-droupdown:hover .third-lvl {
  opacity: 1;
  top: -11%;
  z-index: 9999;
}

.mainmenu li.has-droupdown .submenu .sub-droupdown a.sub-menu-link::before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 0;
  font-size: 13px;
}

.mainmenu li.has-droupdown .submenu.third-lvl {
  opacity: 0;
  min-width: 185px;
  left: 100%;
  top: -13%;
}

.mainmenu li.has-droupdown .submenu.third-lvl::after {
  display: none;
}

.mainmenu li.has-droupdown .submenu.third-lvl.mobile-menu {
  left: 0;
}

.mainmenu li.has-droupdown .submenu::after {
  top: -20px;
  left: 16%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: var(--color-primary);
}

.mainmenu li.has-droupdown .submenu.menu-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* width: 800px; */
  width: 200px;
  /* left: -320px; */
}

.mainmenu li.has-droupdown .submenu.menu-link::after {
  display: none;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item {
  width: 33.333%;
  margin-right: 20px;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item:not(:first-child) {
  border-left: 1px solid #C4C4C426;
  border-bottom: 0;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item:not(:last-child) {
  border-bottom: 0;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item .tag {
  padding: 20px 15px 0 15px;
  cursor: auto;
  font-size: 20px;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item .tag:hover {
  color: #fff !important;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item .tag::after {
  display: none;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item ul {
  display: block;
  padding: 10px 0;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item ul li {
  border: none;
}

.mainmenu li.has-droupdown .submenu.menu-link .menu-item ul li a {
  padding: 2px 0;
}

.mainmenu li.has-droupdown .submenu.menu-link2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 800px;
  left: -470px;
}

.mainmenu li.has-droupdown .submenu.menu-link2::after {
  display: none;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item {
  width: 33.333%;
  margin-right: 20px;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item:not(:first-child) {
  border-left: 1px solid #C4C4C426;
  border-bottom: 0;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item:not(:last-child) {
  border-bottom: 0;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item .tag {
  padding: 20px 15px 0 15px;
  cursor: auto;
  font-size: 20px;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item .tag:hover {
  color: #1C2539;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item .tag::after {
  display: none;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item ul {
  display: block;
  padding: 10px 0;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item ul li {
  border: none;
}

.mainmenu li.has-droupdown .submenu.menu-link2 .menu-item ul li a {
  padding: 7px 0;
}

.mainmenu li.has-droupdown .submenu.menu-link1 {
  display: flex;
  justify-content: space-between;
  width: 590px;
}

.mainmenu li.has-droupdown .submenu.menu-link1::after {
  display: none;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item {
  width: 45%;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item:not(:last-child) {
  border-right: 1px solid #C4C4C426;
  border-bottom: 0;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item:not(:last-child) {
  border-bottom: 0;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item .tag {
  padding: 20px 15px 0 15px;
  cursor: auto;
  font-size: 20px;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item .tag:hover {
  color: #1C2539;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item .tag::after {
  display: none;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul {
  display: block;
  /* padding: 10px 0; */
  padding: 6px 0;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul li {
  border: none;
}

.mainmenu li.has-droupdown .submenu.menu-link1 .menu-item ul li a {
  padding: 6px 0;
}

.mainmenu li.has-droupdown .submenu li {
  margin-right: 0;
  padding: 0 15px;
}

.mainmenu li.has-droupdown .submenu li:not(:last-child) {
  border-bottom: 1px solid #C4C4C426;
}

.mainmenu li.has-droupdown .submenu li a {
  padding: 12px 0;
}

.mainmenu li.has-droupdown .submenu li a::after {
  display: none;
}

.mainmenu li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.nav-main ul li:hover a.nav-link {
  /* color: var(--color-primary); */
  color: #fe7c1c;
}

.nav-main ul li:hover a.nav-link::before {
  /* color: var(--color-primary); */
  color: #fe7c1c;
  content: "\f077" !important;
}

.nav-main ul li:hover a.nav-link::after {
  width: 100%;
}

.header-two .nav-main ul li:hover a.nav-link {
  color: var(--color-primary-2);
}

.header-two .nav-main ul li:hover a.nav-link::before {
  color: var(--color-primary-2);
  content: "\f077" !important;
}

.header-two .nav-main ul li:hover a.nav-link::after {
  width: 100%;
}

.header-three .nav-main ul li:hover a.nav-link {
  color: var(--color-primary-3);
}

.header-three .nav-main ul li:hover a.nav-link::before {
  color: var(--color-primary-3);
  content: "\f077" !important;
}

.header-three .nav-main ul li:hover a.nav-link::after {
  width: 100%;
}

.header-four .nav-main ul li:hover a.nav-link {
  color: var(--color-primary-4);
}

.header-four .nav-main ul li:hover a.nav-link::before {
  color: var(--color-primary-4);
  content: "\f077" !important;
}

.header-four .nav-main ul li:hover a.nav-link::after {
  width: 100%;
}

.header-four.header-five .nav-main ul li:hover a.nav-link {
  color: var(--color-primary-2);
}

.header-four.header-five .nav-main ul li:hover a.nav-link::before {
  color: var(--color-primary-2);
  content: "\f077" !important;
}

.header-four.header-five .nav-main ul li:hover a.nav-link::after {
  width: 100%;
}

.header-four.header-five .nav-main ul li:hover a.nav-item {
  color: var(--color-primary-2);
}

.header-four.header-five .nav-main ul li a::after {
  background: var(--color-primary-2);
}

.header-four.header-five .nav-main ul li .submenu {
  border-color: var(--color-primary-2);
}

.home-blue .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link,
.home-blue2 .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
  color: var(--color-primary-2);
}

.home-yellow .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
  color: var(--color-primary-3);
}

.home-violet .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
  color: var(--color-primary-4);
}

.index-six .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
  color: var(--color-primary-6);
}

.index-seven .mainmenu li.has-droupdown .submenu .sub-droupdown:hover a.sub-menu-link {
  color: var(--color-primary-5);
}

.home-blue.medium-blue .header-two.eight .nav-main ul li.menu-item .tag {
  color: #1C2539 !important;
}

.home-blue.medium-blue .header-two.eight .nav-main ul li.menu-item a {
  color: #1C2539;
}

.home-blue.medium-blue .header-two.eight .nav-main ul li.menu-item ul li:hover a {
  color: var(--color-primary-2);
}

.home-blue.medium-blue .header-two.eight .nav-main ul.submenu li a {
  color: #1C2539;
}

/* new add 25-5-24 */
.mainmenu {
  padding: 0px;
  padding-left: 30px;
}

/* new add 25-5-24 */

/* new 30-5-24 */

.header-main-one .swiper-slide img {
  height: 80px !important;
  width: 100%;
  float: right;
}

.header-main-one .swiper-slide {
  justify-content: right !important;
}

/* new 30-5-24 */

/* 6-6-24 */
.logo-w {
  width: 94% !important;
}

/* 6-6-24 */

/* 7-6-24 */

.rts-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a ul li a {
  padding: 2px 0px;
}

.mainmenu li.has-droupdown .submenu li a {
  padding: 6px 0px;
}

.main-header .nav-main ul li ul li a {
  color: #fff;
  font-size: 15px !important;
  font-weight: bold;
}

.main-header .nav-main ul li ul li ul li a {
  color: #fff !important;
  font-weight: 400;
}

.header-top-one .left .mail::after {
  background: none;
}

/* .submenu .sub-droupdown:last-child .submenu{ */
/* top:-390% !important; */
/* } */
/* .submenu .sub-droupdown:nth-last-child(2) .submenu{ */
/* top:-290% !important; */
/* } */
/* .submenu .sub-droupdown:nth-last-child(3) .submenu{ */
/* top:-190% !important; */
/* } */
/* .submenu .sub-droupdown:nth-last-child(4) .submenu{ */
/* top:-90% !important; */
/* } */
.mainmenu li.has-droupdown .submenu.third-lvl {
  border-top: 0px solid var(--color-primary) !important;
}

.mainmenu li.has-droupdown .submenu.third-lvl li.has-droupdown .submenu.menu-link1 {
  width: fit-content;
}

.mainmenu li.has-droupdown .submenu.menu-link3 .menu-item ul li a {
  padding: 1px 0;
}

/* 7-6-24 */

/* 8-6-24 */

ul.scroll {
  overflow-y: scroll;
  height: 200px !important;
}

li.scroll {
  height: 30px;
  background: #ccc;
  border-bottom: black 1px solid;
}

.rts-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu .tag.open {
  color: #0f6171;
}

ul.scroll li a {
  padding-left: 15px;
  font-size: 14px;
}

.rts-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu .tag {
  padding: 0 5px;
  margin: 10px 0 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #1C2539;
}

.body-mobile {
  padding: 0px 10px;
}

.rts-sidebar-menu-desktop .body-mobile .mainmenu>li {
  box-shadow: none;
  padding: 0;
  border-bottom: 1px solid #eae9e99e;
  border-radius: 0px;
}

.mainmenu li.has-droupdown .submenu {
  box-shadow: none;
  padding: 0;
}

.rts-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a {
  padding: 0px 0px 10px 0px;
}

/* 8-6-24 */

/* 10-6-24 */

.swiper-slide img {
  width: 100%;
}

.w-70 {
  width: 70% !important;
}

/* 10-6-24 */

/* 6-12-24 */
.main-header .nav-main .mainmenu .has-droupdown:last-child .menu-2 {
  left: -166px !important;
}

.has-droupdown ul {
  padding: 0 0 0 0px;
}

.mainmenu li.has-droupdown .submenu.menu-link1 {
  width: 500px;
  justify-content: left;
}

/* 6-12-24 */