@font-face {
  font-family: 'lemonmilklight';
  src: url("../fonts/LEMONMILK-Light.woff2") format("woff2"), url("../fonts/LEMONMILK-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lemonmilkmedium';
  src: url("../fonts/LEMONMILK-Medium.woff2") format("woff2"), url("../fonts/LEMONMILK-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'louis_george_cafe_lightRg';
  src: url("../fonts/louis_george_cafe_light-webfont.woff2") format("woff2"), url("../fonts/louis_george_cafe_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.yellow-txt {
  color: #D3AF5A !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.txt-b {
  font-family: 'lemonmilkbold' !important;
}

.d-block {
  display: block !important;
}

.emove-color {
  color: #90191C !important;
}

@media (max-width: 1180px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.m-show {
  display: none !important;
}

@media (max-width: 767px) {
  .m-show {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .d-show {
    display: none !important;
  }
}

header {
  padding: 26px 0 21px;
}

@media (min-width: 1500px) {
  header {
    padding: 28px 0 30px;
  }
}

@media (max-width: 1380px) {
  header {
    padding: 20px 0 21px;
  }
}

@media (max-width: 1300px) {
  header {
    padding: 29px 0 21px;
  }
}

@media (max-width: 1180px) {
  header {
    padding: 23px 0 20px;
  }
}

@media (max-width: 1080px) {
  header {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  header {
    padding: 17px 0;
  }
}

@media (max-width: 767px) {
  header {
    margin-bottom: 0;
    padding: 10px 0 0;
  }
}

header .counter-wrap {
  margin-top: 0;
  margin-bottom: -16px;
  width: auto;
}

@media (min-width: 768px) {
  header .counter-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  header .counter-wrap {
    position: relative !important;
    left: auto;
    right: auto;
    top: auto;
  }
}

@media (max-width: 767px) {
  header .counter-wrap {
    position: absolute;
    bottom: auto;
    top: 130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

header .counter-wrap .counter .odometer {
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: auto;
  color: #000000;
}

@media (max-width: 767px) {
  header .counter-wrap .counter .odometer {
    color: #ffffff;
  }
}

header .counter-wrap .counter .odometer p {
  font-family: 'lemonmilklight';
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 1680px) {
  header .counter-wrap .counter .odometer p {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 1380px) {
  header .counter-wrap .counter .odometer p {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 991px) {
  header .counter-wrap .counter .odometer p {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  header .counter-wrap .counter .odometer p {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
  }
}

header .counter-wrap .counter .odometer span {
  font-family: 'lemonmilkregular';
  font-size: 13px;
}

@media (min-width: 1680px) {
  header .counter-wrap .counter .odometer span {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  header .counter-wrap .counter .odometer span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  header .counter-wrap .counter .odometer span {
    font-size: 20px;
  }
}

header .counter-wrap br {
  display: block !important;
}

header .counter-wrap .num {
  font-family: 'lemonmilkbold' !important;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1300px;
}

@media (min-width: 1500px) {
  header .container {
    max-width: 90%;
  }
}

@media (max-width: 1380px) {
  header .container {
    max-width: 1230px;
  }
}

@media (max-width: 1300px) {
  header .container {
    max-width: 1150px;
  }
}

@media (max-width: 1180px) {
  header .container {
    max-width: 93%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1080px) {
  header .container {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            max-width: 100%;
            width: 100%;
  }
}

@media (max-width: 767px) {
  header .country {
    margin: 0 15px;
  }
}

header .country .country-list {
  border: none;
  width: auto;
  border-radius: 0;
}

header .country .country-list li a {
  color: #000000;
  position: relative;
  padding: 7px 14px 7px 12px !important;
  letter-spacing: 0.05em;
  font-family: 'lemonmilklight' !important;
}
@media(min-width: 1025px){
  header .country .country-list li:hover a{
    color: #90191C;
  }
}
@media (min-width: 1500px) {
  header .country .country-list li a {
    font-size: 16px;
    padding: 10px 17px 7px 16px !important;
  }
}

@media (max-width: 1300px) {
  header .country .country-list li a {
    font-size: 11px;
    padding: 7px 11px 7px 12px !important;
  }
}

@media (max-width: 991px) {
  header .country .country-list li a {
    padding: 7px !important;
  }
}

header .country .country-list li a:before {
  content: '';
  background: #000000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .country .country-list li:last-child a:before {
  content: '';
  display: block !important;
}

header .country .country-list li:first-child a {
  padding-left: 0 !important;
}

header .country .country-list li:first-child a:before {
  content: '';
  display: none !important;
}

header .country .country-list li.active a {
  font-family: 'lemonmilkbold' !important;
}

@media (max-width: 767px) {
  header .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 15px;
  }
}

header .logo a img {
  width: 130px;
}

@media (min-width: 1680px) {
  header .logo a img {
    width: 170px;
  }
}

@media (max-width: 1380px) {
  header .logo a img {
    width: 120px;
  }
}

@media (max-width: 1300px) {
  header .logo a img {
    width: 110px;
  }
}

@media (max-width: 991px) {
  header .logo a img {
    width: 100px;
  }
}

header .get-in-touch {
  text-transform: uppercase;
  margin-bottom: -9px;
}

@media (min-width: 1500px) {
  header .get-in-touch {
    margin-bottom: -9px;
  }
}

@media (max-width: 1380px) {
  header .get-in-touch {
    margin-bottom: -5px;
  }
}

@media (max-width: 991px) {
  header .get-in-touch {
    margin-bottom: -9px;
  }
}

@media (max-width: 767px) {
  header .get-in-touch {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  header .get-in-touch ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

header .get-in-touch ul li {
  margin: 0 50px 0 50px;
}

@media (max-width: 1180px) {
  header .get-in-touch ul li {
    margin: 0 30px;
  }
}

@media (max-width: 991px) {
  header .get-in-touch ul li {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  header .get-in-touch ul li {
    margin: 0 2px;
    width: 50%;
    background: #000000;
  }
}

@media (max-width: 767px) {
  header .get-in-touch ul li:last-child {
    margin-right: 0;
  }
}

header .get-in-touch ul li.quote-btn a {
  font-family: 'lemonmilklight';
}

header .get-in-touch ul a {
  color: #000000;
  font-size: 12px;
  line-height: 1.2em;
}

@media (min-width: 1500px) {
  header .get-in-touch ul a {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  header .get-in-touch ul a {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  header .get-in-touch ul a {
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  header .get-in-touch ul a {
    color: #ffffff;
    padding: 15px;
    text-align: center;
    background: #000000;
  }
}

header .get-in-touch ul a span.d-block {
  font-family: 'lemonmilklight';
}

@media (min-width: 1500px) {
  header .get-in-touch ul a span.d-block {
    font-size: 15px;
  }
}

@media (min-width: 1025px) {
  header .get-in-touch ul a:hover {
    /* color: rgba(0, 0, 0, 0.6); */
    color: #90191C;
  }
}

header .get-in-touch ul .call-btn {
  text-align: center;
}

@media (max-width: 991px) {
  header .get-in-touch ul .call-btn {
    margin-left: 0;
    margin-right: 0;
  }
}

header nav {
  position: initial !important;
}

header nav menu .container {
  padding: 0;
}

header nav .menu-burger {
  right: 0;
  padding-bottom: 0;
  top: 47px;
}

@media (min-width: 1500px) {
  header nav .menu-burger {
    top: 40px;
  }
}

@media (max-width: 1366px) {
  header nav .menu-burger {
    top: 33px;
  }
}

@media (max-width: 1300px) {
  header nav .menu-burger {
    top: 25px;
  }
}

@media (max-width: 1080px) {
  header nav .menu-burger {
    padding-bottom: 0;
    top: 35px;
  }
}

@media (max-width: 991px) {
  header nav .menu-burger {
    padding-bottom: 0;
    min-height: 25px;
    height: 25px;
    top: 30px;
  }
}

@media (max-width: 767px) {
  header nav .menu-burger {
    top: 11px;
    right: 15px;
  }
}

header nav .menu-burger a {
  padding: 0;
}

header nav .menu-burger span {
  height: 1px;
  margin: 1px 0;
}

@media (min-width: 1500px) {
  header nav .menu-burger span {
    margin: 3px 0;
    width: 49px;
  }
}

@media (max-width: 767px) {
  header nav .menu-burger span {
    width: 30px !important;
  }
}

@media (max-width: 375px) {
  header nav .menu-burger span {
    width: 25px !important;
  }
}

header nav .menu-burger span:nth-child(2n) {
  height: 1px;
}

@media (min-width: 1500px) {
  header nav .menu-burger span:nth-child(2n) {
    margin: 2px 0;
    width: 49px;
  }
}

@media (max-width: 767px) {
  header nav .menu-burger span:nth-child(2n) {
    width: 30px !important;
  }
}

@media (max-width: 375px) {
  header nav .menu-burger span:nth-child(2n) {
    width: 25px !important;
  }
}

header nav .menu-burger.open span:nth-child(2) {
  margin-top: -2px;
}

@media (max-width: 767px) {
  header .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 15px;
  }
}

header .container > div, header .container .left > div {
  margin-right: 110px;
}

@media (min-width: 1500px) {
  header .container > div, header .container .left > div {
    margin-right: 135px;
    margin-right: 145px;
  }
}
@media(max-width: 1300px){
  header .container > div, header .container .left > div{
    margin-right: 100px;
  }
  header.fixed .logo{
    padding-left: 0;
  }
  header .get-in-touch ul li{
    margin: 0 40px 0 40px;
  }
  header .get-in-touch{
    margin-bottom: 0;
  }
  /* header .counter-wrap .counter .odometer p{
    font-size: 11px;
  }
  header .counter-wrap .counter .odometer span{
    font-size: 13px;
  } */
}
@media (max-width: 1180px) {
  header .container > div, header .container .left > div {
    margin-right: 80px;
  }
}
@media(max-width: 1080px){
  header .get-in-touch {
    margin-bottom: -8px;
  }
}
@media (max-width: 991px) {
  header .container > div, header .container .left > div {
    margin-right: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  header .container > div, header .container .left > div {
    margin-right: 0;
  }
  header .get-in-touch ul li{
    margin: 0;
  }
  header .get-in-touch ul .call-btn{
    margin-right: 1px;
  }
}

header .container .left > div:last-child,
header .container > div.logo,
header .container > div.get-in-touch {
  margin-right: 0;
}

header.fixed {
  padding: 15px 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  header.fixed {
    padding: 10px 0 0 10px;
  }
}

@media (min-width: 1500px) {
  header.fixed .get-in-touch {
    margin-bottom: 5px;
  }
}

@media (min-width: 1500px) {
  header.fixed .menu-burger {
    top: 0;
  }
}

header.fixed .logo {
  padding-top: 0;
}

@media (max-width: 1180px) {
  header.fixed .logo {
    padding-left: 0;
  }
}

header.fixed .logo a img {
  width: 190px;
}

@media (max-width: 1180px) {
  header.fixed .logo a img {
    width: 100px !important;
  }
}

header.fixed .counter-wrap {
  margin-bottom: 0;
}

.counter-wrap.m-show {
  margin-top: 0;
  margin-bottom: -16px;
  width: 24%;
  background: transparent;
  z-index: 3;
}

@media (min-width: 768px) {
  .counter-wrap.m-show {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .counter-wrap.m-show {
    position: relative !important;
    left: auto;
    right: auto;
    top: auto;
  }
}

@media (max-width: 767px) {
  .counter-wrap.m-show {
    position: absolute;
    bottom: auto;
    top: 160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.counter-wrap.m-show .counter .odometer {
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: auto;
  color: #000000;
}

@media (max-width: 767px) {
  .counter-wrap.m-show .counter .odometer {
    color: #ffffff;
  }
}

.counter-wrap.m-show .counter .odometer p {
  font-family: 'lemonmilklight';
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 1680px) {
  .counter-wrap.m-show .counter .odometer p {
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 1380px) {
  .counter-wrap.m-show .counter .odometer p {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .counter-wrap.m-show .counter .odometer p {
    color: #000;
    font-size: 13px;
    line-height: 18px;
  }
  .home .counter-wrap.m-show .counter .odometer p{
    color: #ffffff;
  }
}

.counter-wrap.m-show .counter .odometer span {
  font-family: 'lemonmilkregular';
  font-size: 13px;
}

@media (min-width: 1680px) {
  .counter-wrap.m-show .counter .odometer span {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .counter-wrap.m-show .counter .odometer span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .counter-wrap.m-show .counter .odometer span {
    font-size: 20px;
  }
}

.counter-wrap.m-show br {
  display: block;
}

.counter-wrap.m-show .num {
  font-family: 'lemonmilkbold' !important;
}

.counter-wrap.m-show {
  width: 40%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  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;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

/* .slide-image {
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1500px) {
  .slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
  }
}

@media (min-width: 1500px) {
  .slide-image {
    background-size: contain;
  }
} */

.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}

.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 10;
}

.slideshow-pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  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;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #FFF;
}

@media (max-width: 767px) {
  .slideshow-navigation-button {
    width: 2rem;
  }
}

.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
  left: 0;
}

.slideshow-navigation-button.next {
  right: 0;
}

.btn-border {
  border-color: #FCEFEF;
  color: #FCEFEF;
  border-radius: 0;
  width: auto;
  padding: 8px 17px;
  font-size: 14px;
  text-align: center;
  font-family: 'louis_george_caferegular';
  font-weight: 300;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1500px) {
  .btn-border {
    font-size: 21px;
    padding: 14px 39px;
  }
}

@media (max-width: 1366px) {
  .btn-border {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 1280px) {
  .btn-border {
    padding: 11px 23px;
  }
}

@media (max-width: 1180px) {
  .btn-border {
    padding: 8px 20px;
  }
}

@media (max-width: 1080px) {
  .btn-border {
    font-size: 13px;
    padding: 8px 18px;
  }
}

@media (max-width: 767px) {
  .btn-border {
    padding: 7px 16px;
  }
}
.btn-border:before{
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #90191C;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
}
.btn-border:hover {
  /* border-color: rgba(252, 239, 239, 0.6);
  color: rgba(252, 239, 239, 0.6); */
  color: #fff;
  border-color: #90191C;
}
.btn-border:hover:before{
  transform: translateX(0);
}
.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}

.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px;
}

.swiper-button-prev span,
.swiper-button-next span {
  display: none;
}

.swiper-button-prev:hover,
.swiper-button-prev:after,
.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-prev:after,
.swiper-button-next:focus {
  background: transparent;
}

.slide-txt {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 1500px) {
  .slide-txt {
    top: 57%;
  }
}

.slide-txt .slide-title {
  font-family: 'lemonmilklight';
  font-size: 61px;
  width: 80%;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.68);
}

@media (min-width: 1500px) {
  .slide-txt .slide-title {
    font-size: 82px;
  }
}

@media (max-width: 1380px) {
  .slide-txt .slide-title {
    font-size: 58px;
  }
}

@media (max-width: 1300px) {
  .slide-txt .slide-title {
    font-size: 54px;
  }
}

@media (max-width: 1180px) {
  .slide-txt .slide-title {
    font-size: 49px;
  }
}

@media (max-width: 1080px) {
  .slide-txt .slide-title {
    font-size: 43px;
  }
}

@media (max-width: 991px) {
  .slide-txt .slide-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .slide-txt .slide-title {
    width: 100%;
    font-size: 22px;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slide-txt .btn-border {
  margin-top: 45px;
}

@media (min-width: 1500px) {
  .slide-txt .btn-border {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .slide-txt .btn-border {
    margin-top: 40px;
  }
}

@media (max-width: 1600px) {
  header.open nav menu .container {
    padding: 60px 0;
  }
}

@media (min-width: 1025px) {
  .home header {
    position: fixed !important;
  }
}

@media (max-width: 375px) {
  .menu-burger.open {
    top: -5px;
  }
}

@media (max-width: 767px) {
  .page-template-tp-premium-plus-v1 .counter-wrap.m-show {
    top: 160px;
  }
}
/*# sourceMappingURL=header-v1.css.map */
/* css added by pradnya - 27-07-2022 - starts */
@media(min-width: 1441px) and (max-width: 1680px){
  header nav .menu-burger{
    top: 35px;
  }
  header .container > div, header .container .left > div{
    margin-right: 130px;
  }
  header.fixed .logo{
    padding-left: 0;
  }
}
@media(min-width: 1500px){
  header nav .menu-burger.open span:nth-child(2){
    width: 60px;
    margin-top: -4px;
  }
  header.header-move-on nav .menu-burger{
    top: 15px;
  }
  header.header-move-on.fixed nav .menu-burger{
    top: -15px;
  }
}
@media(min-width: 1440px) and (max-width: 1600px){
  header nav menu.open .nav-list{
    margin-right: 0;
  }
  header nav menu .nav-list .mega-menu .menu-list{
    width: 33%;
  }
  header nav .menu-burger{
    min-height: 40px;
  }
  header .counter-wrap .counter .odometer span{
    font-size: 18px;
  }
  header .counter-wrap .counter .odometer p{
    font-size: 14px;
    line-height: 18px;
  }
  header .container > div, header .container .left > div{
    margin-right: 100px;
  }
  header .get-in-touch ul li {
    margin: 0 40px 0 40px;
  }
  header.fixed .menu-burger{
    top: 23px;
  }
  header.header-move-on.fixed nav .menu-burger{
    top: 9px;
  }
}
.page-id-64 header,.page-id-21542 header{
  border-bottom: 5px solid #90191c;
}
@media(max-width: 1440px){
  header .counter-wrap .counter .odometer span{
    font-size: 16px;
  }
  header .counter-wrap .counter .odometer p {
    font-size: 12px;
    line-height: 16px;
  }
  header.fixed .menu-burger{
    top: 30px;
  }
  header.header-move-on nav .menu-burger{
    top: 26px;
  }
  header.header-move-on.fixed nav .menu-burger{
    top: 16px;
  }
}
@media(max-width: 1300px){
  header.header-move-on nav .menu-burger{
    top: 17px;
  }
  header .counter-wrap .counter .odometer p{
    font-size: 11px;
  }
  header .counter-wrap .counter .odometer span{
    font-size: 13px;
  }
}
@media(max-width: 767px){
  header.fixed .menu-burger{
    top: 14px;
  }
  .page-id-64 header, .page-id-21542 header{
    border-bottom: none;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  header .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media(min-width: 992px) and (max-width: 1024px){
  header .container > div, header .container .left > div{
    margin-right: 40px;
  }
  header .get-in-touch ul li {
    margin: 0 40px 0 20px;
  }
  header nav menu .nav-list .mega-menu .menu-list{
    width: 30%;
  }
  header .container, footer .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#preloader .preloder-content img{
  width: 60%;
}
/* css added by pradnya - 27-07-2022 - ends */
/* css added by pradnya - 26-09-2022 - starts */
@media(max-width: 767px){
  .page-template-tp-premium-plus-v1 .counter-wrap.m-show .counter .odometer p{
    color: #fff;
  }
  header .get-in-touch{
    margin-bottom: -1px;
  }
}
@media(max-width: 370px){
  header .country{
    margin-left: 0;
  }
  header .country .country-list li a{
    font-size: 9px;
  }
  header .logo a img{
    width: 86px;
  }
  .counter-wrap.m-show .counter .odometer{
    width: 150px;
  }
}
@media(max-width: 319px){
  header .get-in-touch ul a{
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* css added by pradnya - 26-09-2022 - ends */
/* css add by shubham for logo align center 12-7-2023 start */
@media (min-width: 1500px){
  header .container > div, header .container .left > div{
      margin-right: 90px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px){
  header .container > div, header .container .left > div{
      margin-right: 65px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px){
  header .container > div, header .container .left > div{
      margin-right: 50px;
  }
}
@media (max-width: 1366px){
  header .container > div, header .container .left > div{
      margin-right: 60px;
  }
}
@media (max-width: 1300px){
  header .container > div, header .container .left > div{
      margin-right: 55px;
  }
}
@media (max-width: 1180px){
  header .container > div, header .container .left > div{
      margin-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1024px){
  header .container > div, header .container .left > div{
      margin-right: 20px;
  }
}
@media (max-width: 991px){
  header .container > div, header .container .left > div{
      margin-right: 20px;
  }
}
@media (max-width: 768px){
  header .container > div, header .container .left > div{
      margin-right: 0px;
  }
}
/* css add by shubham for logo align center 12-7-2023 end */
/* css add by shubham for uae header country 12-7-2023 start */
@media (max-width:767px) {
  header{
    padding: 30px 0 0;
    position: relative;
  }
  header .container .left .country{
    position: absolute;
    top: -30px;
    background: #000;
    width: 100%;
    left: 0;
    text-align: center;
    margin-left: 0;
  } 
  header .country .country-list{
    justify-content: center;
  }
  header .country .country-list li a{
    color: #fff;
  }
  header.fixed{
    padding: 10px 0 0 10px;
  }
  header.fixed .container .left .country{
    display: none;
  }
}
/* css add by shubham for uae header country 12-7-2023 end */
/* css add by shubham for couter place on next to the logo 13-7-2023 start */
@media (max-width: 767px){
  .counter-wrap.m-show{
      display: none !important;
  }
  .counter-wrap.d-show{
      display: block !important;
      position: relative;
      top: auto;
      left: 100%;
      transform: initial;
  }
  header .counter-wrap .counter .odometer p{
      color: #000000;
  }
  header .counter-wrap .counter .odometer span{
      font-size: 13px;
  }
  .second-menu{
      margin-top: 0;
  }
}
@media (max-width: 450px){
  .counter-wrap.d-show{
      left: 35%;
  }
}
@media (max-width: 400px){
  .counter-wrap.d-show{
      left: 25%;
  }
}
@media (max-width: 320px){
  .counter-wrap.d-show{
      left: 15%;
  }
  header .container .left.d-flex{
      margin-left: 10px;
  }
  header .counter-wrap .counter .odometer p{
      font-size: 10px;
  }
  header .counter-wrap .counter .odometer span{
      font-size: 12px;
  }
}
@media (max-width: 300px){
  .counter-wrap.d-show{
    left: auto;
  }
}
/* css add by shubham for couter place on next to the logo 13-7-2023 end */