/*-------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------*/
/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*
    1. TEXT SETTINGS
    2. GLOBAL SETTINGS
    3. GLOBAL CLASS
    4. CUSTOM PADDINGS/MARGINS
    5. SWIPER
    6. SLICK
    7. PRELOADER
    8. HEADER
    9. FILTER TOP
    10. FOOTER
    11. BANNER
    12. HEADINGS
    13. COUNTER
    14. TESTIMONIALS
    15. TEAM
    16. AWARDS LIST
    17. ADRESS BLOCK
    18. CONTACT FORM
    19. PRICING
    20. CLIENTS
    21. SERVICES DETAIL PAGE
    22. PORTFOLIO COLUMNS
    23. SERVICES
    24. SHORTCODE PARENT
    25. BOOKS
    26. MEDIA
    27. EXHIBITION GRID
    28. PROJECT GRID
    29. PROJECT CATEGORIES
    30. PROJECT MASONRY
    31. PROJECT FILMSTRIP
    32. PROJECT LIST
    33. TIMELINE LIST
    34. TIMELINE IMAGE
    35. TIMELINE EXHIBITION
    36. BLOG GRID
    37. BLOG LIST
    38. BLOG DETAIL
    39. COMMENTS
    40. POST NAVIGATION & TAGS
    41. SIDEBAR
    42. BLOG PAGER
    43. ERROR PAGE
    44. PROTECTED PAGE
    45. COMING SOON
    46. PROJECT DETAIL PARALLAX
    47. PROJECT DETAIL PARALLAX + TEXT
    48. PROJECT DETAIL BLOCK
    49. PROJECT DETAIL SIMPLE
    50. PROJECT DETAIL SPLITTED & CREATIVE BANNER
    51. PROJECT DETAIL IMAGE TOOLTIPS
    52. PROJECT DETAIL GALLERY
    53. PROJECT DETAIL SLIDER
    54. PROJECT DETAIL BEFORE
    55. PROJECT DETAIL FULLSCREEN
    56. CUSTOMS
   */
/*-------------------------------------------------------*/
/* TEXT SETTING */
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* GLOBAL SETTING */
/*-------------------------------------------------------*/
* {
  font-family: "Inter", sans-serif;
}

html, body {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #111111;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111111;
}

h1 {
  font-size: 54px;
  line-height: 56px;
}

h2 {
  font-size: 40px;
  line-height: 44px;
}

h3 {
  font-size: 33px;
  line-height: 33px;
}

h4 {
  font-size: 20px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #7e7d7d;
}

ul, ol, li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.vc_custom_1488483852815 {
  margin-top: 30px !important;
}

.margin-minus-left {
  margin-left: -15px !important;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

/*-------------------------------------------------------*/
/* GLOBAL CLASS */
/*-------------------------------------------------------*/
.s-back-switch {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.s-back-sibling-switch {
  position: relative;
}

.s-back-sibling-switch .s-sibling-switch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.enable_overlay, .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.vertical-align {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-scroll {
  overflow-y: hidden !important;
}

.a-btn {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 46px;
  background-color: transparent;
  border: none;
  color: white;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.a-btn:after, .a-btn:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-btn:after {
  top: 0;
  left: 0;
}

.a-btn:before {
  bottom: 0;
  right: 0;
}

.a-btn .a-btn-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.a-btn .a-btn-line:after, .a-btn .a-btn-line:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  height: 1px;
  background-color: white;
}

.a-btn .a-btn-line:before {
  left: -11px;
}

.a-btn .a-btn-line:after {
  right: -11px;
}

.a-btn.simple:after, .a-btn.simple:before {
  border: 1px solid white;
  width: 100%;
  height: 100%;
}

.a-btn.simple .a-btn-line:after, .a-btn.simple .a-btn-line:before {
  width: 22px;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.a-btn.creative:after, .a-btn.creative:before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.a-btn.creative:after {
  -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  -o-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
}

.a-btn.creative:before {
  -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  -o-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
}

.a-btn.creative .a-btn-line:after, .a-btn.creative .a-btn-line:before {
  width: 0;
  -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  -o-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
}

.a-btn.creative.anima:after, .a-btn.creative.anima:before {
  width: 100%;
  height: 100%;
}

.a-btn.creative.anima:after {
  border-top-color: white;
  border-right-color: white;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.a-btn.creative.anima:before {
  border-bottom-color: white;
  border-left-color: white;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
}

.a-btn.creative.anima .a-btn-line:after, .a-btn.creative.anima .a-btn-line:before {
  width: 22px;
  -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  -o-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
}

.a-btn:hover, .a-btn:focus {
  color: #111111;
  background-color: white;
  text-decoration: none;
}

.a-btn:hover .a-btn-line:after, .a-btn:hover .a-btn-line:before, .a-btn:focus .a-btn-line:after, .a-btn:focus .a-btn-line:before {
  background-color: #111111;
}

.a-btn-2 {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 46px;
  background-color: transparent;
  border: none;
  color: #111111;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.a-btn-2:after, .a-btn-2:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-btn-2:after {
  top: 0;
  left: 0;
}

.a-btn-2:before {
  bottom: 0;
  right: 0;
}

.a-btn-2 .a-btn-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.a-btn-2 .a-btn-line:after, .a-btn-2 .a-btn-line:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  height: 1px;
  background-color: #111111;
}

.a-btn-2 .a-btn-line:before {
  left: -11px;
}

.a-btn-2 .a-btn-line:after {
  right: -11px;
}

.a-btn-2.simple:after, .a-btn-2.simple:before {
  border: 1px solid #111111;
  width: 100%;
  height: 100%;
}

.a-btn-2.simple .a-btn-line:after, .a-btn-2.simple .a-btn-line:before {
  width: 22px;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.a-btn-2.creative:after, .a-btn-2.creative:before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.a-btn-2.creative:after {
  -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  -o-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
}

.a-btn-2.creative:before {
  -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  -o-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
}

.a-btn-2.creative .a-btn-line:after, .a-btn-2.creative .a-btn-line:before {
  width: 0;
  -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  -o-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
}

.a-btn-2.creative.anima:after, .a-btn-2.creative.anima:before {
  width: 100%;
  height: 100%;
}

.a-btn-2.creative.anima:after {
  border-top-color: #111111;
  border-right-color: #111111;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.a-btn-2.creative.anima:before {
  border-bottom-color: #111111;
  border-left-color: #111111;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
}

.a-btn-2.creative.anima .a-btn-line:after, .a-btn-2.creative.anima .a-btn-line:before {
  width: 22px;
  -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  -o-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
}

.a-btn-2:hover, .a-btn-2:focus {
  color: white;
  background-color: #111111;
  text-decoration: none;
  outline-color: transparent;
}

.a-btn-2:hover .a-btn-line:after, .a-btn-2:hover .a-btn-line:before, .a-btn-2:focus .a-btn-line:after, .a-btn-2:focus .a-btn-line:before {
  background-color: white;
}

.a-btn-arrow {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: white;
}

.a-btn-arrow .arrow-right {
  background-color: white;
}

.a-btn-arrow .arrow-right:before, .a-btn-arrow .arrow-right:after {
  background-color: white;
}

.a-btn-arrow:hover, .a-btn-arrow:focus {
  text-decoration: none;
  outline-color: transparent;
  color: white;
}

.a-btn-arrow:hover .arrow-right, .a-btn-arrow:focus .arrow-right {
  right: 0;
}

.a-btn-arrow-2 {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: #111111;
}

.a-btn-arrow-2 .arrow-right {
  background-color: #111111;
}

.a-btn-arrow-2 .arrow-right:before, .a-btn-arrow-2 .arrow-right:after {
  background-color: #111111;
}

.a-btn-arrow-2:hover, .a-btn-arrow-2:focus {
  text-decoration: none;
  outline-color: transparent;
  color: #111111;
}

.a-btn-arrow-2:hover .arrow-right, .a-btn-arrow-2:focus .arrow-right {
  right: 0;
}

.arrow-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 10px;
  width: 31px;
  height: 1px;
  -webkit-transition: right 0.3s ease-in;
  -o-transition: right 0.3s ease-in;
  transition: right 0.3s ease-in;
}

.arrow-right:before, .arrow-right:after {
  position: absolute;
  display: block;
  right: 0;
  width: 6px;
  height: 1px;
  content: '';
}

.arrow-right:before {
  bottom: 1px;
  -webkit-transform: translateX(0px) translateY(3px) rotate(-45deg);
      -ms-transform: translateX(0px) translateY(3px) rotate(-45deg);
          transform: translateX(0px) translateY(3px) rotate(-45deg);
}

.arrow-right:after {
  top: 1px;
  -webkit-transform: translateX(0px) translateY(-3px) rotate(45deg);
      -ms-transform: translateX(0px) translateY(-3px) rotate(45deg);
          transform: translateX(0px) translateY(-3px) rotate(45deg);
}

.arrow-right.grey {
  background-color: #7e7d7d;
}

.arrow-right.grey:before, .arrow-right.grey:after {
  background-color: #7e7d7d;
}

/*-------------------------------------------------------*/
/* CUSTOM PADDINGS/MARGINS */
/*-------------------------------------------------------*/
.no-padd {
  padding-left: 0;
  padding-right: 0;
}

.overflow {
  overflow: hidden;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.padd-only-xs {
  padding-right: 0;
  padding-left: 0;
}

.no-padd-inner {
  padding-left: 0;
  padding-right: 0;
}

.no-padd-top {
  padding-top: 0 !important;
}

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

.padd-right-only-lg {
  padding-right: 30px;
  padding-left: 0;
}

.no-padd-top-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .padd-right-only-lg {
    padding-right: 15px;
    padding-left: 15px;
  }

  .padd-only-xs {
    padding-right: 15px;
    padding-left: 15px;
  }

  .no-padd-small {
    padding-left: 0px;
    padding-right: 0px;
  }

  .no-padd-md {
    padding: 0;
  }

}

@media screen and (max-width: 1563px) {

  .no-padd-md {
    padding: 0 15px;
  }

  .padding-left {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media screen and (min-width: 1563px) {
  .padd-only-xl {
    padding: 0 15px;
  }
}


.margin-lg-0t {
  margin-top: 0px;
}

.margin-lg-5t {
  margin-top: 5px;
}

.margin-lg-10t {
  margin-top: 10px;
}

.margin-lg-15t {
  margin-top: 15px;
}

.margin-lg-20t {
  margin-top: 20px;
}

.margin-lg-25t {
  margin-top: 25px;
}

.margin-lg-30t {
  margin-top: 30px;
}

.margin-lg-35t {
  margin-top: 35px;
}

.margin-lg-40t {
  margin-top: 40px;
}

.margin-lg-45t {
  margin-top: 45px;
}

.margin-lg-50t {
  margin-top: 50px;
}

.margin-lg-55t {
  margin-top: 55px;
}

.margin-lg-60t {
  margin-top: 60px;
}

.margin-lg-65t {
  margin-top: 65px;
}

.margin-lg-70t {
  margin-top: 70px;
}

.margin-lg-75t {
  margin-top: 75px;
}

.margin-lg-80t {
  margin-top: 80px;
}

.margin-lg-85t {
  margin-top: 85px;
}

.margin-lg-90t {
  margin-top: 90px;
}

.margin-lg-95t {
  margin-top: 95px;
}

.margin-lg-100t {
  margin-top: 100px;
}

.margin-lg-105t {
  margin-top: 105px;
}

.margin-lg-110t {
  margin-top: 110px;
}

.margin-lg-115t {
  margin-top: 115px;
}

.margin-lg-120t {
  margin-top: 120px;
}

.margin-lg-125t {
  margin-top: 125px;
}

.margin-lg-130t {
  margin-top: 130px;
}

.margin-lg-135t {
  margin-top: 135px;
}

.margin-lg-140t {
  margin-top: 140px;
}

.margin-lg-145t {
  margin-top: 145px;
}

.margin-lg-150t {
  margin-top: 150px;
}

.margin-lg-155t {
  margin-top: 155px;
}

.margin-lg-160t {
  margin-top: 160px;
}

.margin-lg-165t {
  margin-top: 165px;
}

.margin-lg-170t {
  margin-top: 170px;
}

.margin-lg-175t {
  margin-top: 175px;
}

.margin-lg-180t {
  margin-top: 180px;
}

.margin-lg-185t {
  margin-top: 185px;
}

.margin-lg-190t {
  margin-top: 190px;
}

.margin-lg-195t {
  margin-top: 195px;
}

.margin-lg-200t {
  margin-top: 200px;
}

.margin-lg-0b {
  margin-bottom: 0px;
}

.margin-lg-5b {
  margin-bottom: 5px;
}

.margin-lg-10b {
  margin-bottom: 10px;
}

.margin-lg-15b {
  margin-bottom: 15px;
}

.margin-lg-20b {
  margin-bottom: 20px;
}

.margin-lg-25b {
  margin-bottom: 25px;
}

.margin-lg-30b {
  margin-bottom: 30px;
}

.margin-lg-35b {
  margin-bottom: 35px;
}

.margin-lg-40b {
  margin-bottom: 40px;
}

.margin-lg-45b {
  margin-bottom: 45px;
}

.margin-lg-50b {
  margin-bottom: 50px;
}

.margin-lg-55b {
  margin-bottom: 55px;
}

.margin-lg-60b {
  margin-bottom: 60px;
}

.margin-lg-65b {
  margin-bottom: 65px;
}

.margin-lg-70b {
  margin-bottom: 70px;
}

.margin-lg-75b {
  margin-bottom: 75px;
}

.margin-lg-80b {
  margin-bottom: 80px;
}

.margin-lg-85b {
  margin-bottom: 85px;
}

.margin-lg-90b {
  margin-bottom: 90px;
}

.margin-lg-95b {
  margin-bottom: 95px;
}

.margin-lg-100b {
  margin-bottom: 100px;
}

.margin-lg-105b {
  margin-bottom: 105px;
}

.margin-lg-110b {
  margin-bottom: 110px;
}

.margin-lg-115b {
  margin-bottom: 115px;
}

.margin-lg-120b {
  margin-bottom: 120px;
}

.margin-lg-125b {
  margin-bottom: 125px;
}

.margin-lg-130b {
  margin-bottom: 130px;
}

.margin-lg-135b {
  margin-bottom: 135px;
}

.margin-lg-140b {
  margin-bottom: 140px;
}

.margin-lg-145b {
  margin-bottom: 145px;
}

.margin-lg-150b {
  margin-bottom: 150px;
}

.margin-lg-155b {
  margin-bottom: 155px;
}

.margin-lg-160b {
  margin-bottom: 160px;
}

.margin-lg-165b {
  margin-bottom: 165px;
}

.margin-lg-170b {
  margin-bottom: 170px;
}

.margin-lg-175b {
  margin-bottom: 175px;
}

.margin-lg-180b {
  margin-bottom: 180px;
}

.margin-lg-185b {
  margin-bottom: 185px;
}

.margin-lg-190b {
  margin-bottom: 190px;
}

.margin-lg-195b {
  margin-bottom: 195px;
}

.margin-lg-200b {
  margin-bottom: 200px;
}

.padding-lg-0t {
  padding-top: 0px;
}

.padding-lg-5t {
  padding-top: 5px;
}

.padding-lg-10t {
  padding-top: 10px;
}

.padding-lg-15t {
  padding-top: 15px;
}

.padding-lg-20t {
  padding-top: 20px;
}

.padding-lg-25t {
  padding-top: 25px;
}

.padding-lg-30t {
  padding-top: 30px;
}

.padding-lg-35t {
  padding-top: 35px;
}

.padding-lg-40t {
  padding-top: 40px;
}

.padding-lg-45t {
  padding-top: 45px;
}

.padding-lg-50t {
  padding-top: 50px;
}

.padding-lg-55t {
  padding-top: 55px;
}

.padding-lg-60t {
  padding-top: 60px;
}

.padding-lg-65t {
  padding-top: 65px;
}

.padding-lg-70t {
  padding-top: 70px;
}

.padding-lg-75t {
  padding-top: 75px;
}

.padding-lg-80t {
  padding-top: 80px;
}

.padding-lg-85t {
  padding-top: 85px;
}

.padding-lg-90t {
  padding-top: 90px;
}

.padding-lg-95t {
  padding-top: 95px;
}

.padding-lg-100t {
  padding-top: 100px;
}

.padding-lg-105t {
  padding-top: 105px;
}

.padding-lg-110t {
  padding-top: 110px;
}

.padding-lg-115t {
  padding-top: 115px;
}

.padding-lg-120t {
  padding-top: 120px;
}

.padding-lg-125t {
  padding-top: 125px;
}

.padding-lg-130t {
  padding-top: 130px;
}

.padding-lg-135t {
  padding-top: 135px;
}

.padding-lg-140t {
  padding-top: 140px;
}

.padding-lg-145t {
  padding-top: 145px;
}

.padding-lg-150t {
  padding-top: 150px;
}

.padding-lg-155t {
  padding-top: 155px;
}

.padding-lg-160t {
  padding-top: 160px;
}

.padding-lg-165t {
  padding-top: 165px;
}

.padding-lg-170t {
  padding-top: 170px;
}

.padding-lg-175t {
  padding-top: 175px;
}

.padding-lg-180t {
  padding-top: 180px;
}

.padding-lg-185t {
  padding-top: 185px;
}

.padding-lg-190t {
  padding-top: 190px;
}

.padding-lg-195t {
  padding-top: 195px;
}

.padding-lg-200t {
  padding-top: 200px;
}

.padding-lg-0b {
  padding-bottom: 0px;
}

.padding-lg-5b {
  padding-bottom: 5px;
}

.padding-lg-10b {
  padding-bottom: 10px;
}

.padding-lg-15b {
  padding-bottom: 15px;
}

.padding-lg-20b {
  padding-bottom: 20px;
}

.padding-lg-25b {
  padding-bottom: 25px;
}

.padding-lg-30b {
  padding-bottom: 30px;
}

.padding-lg-35b {
  padding-bottom: 35px;
}

.padding-lg-40b {
  padding-bottom: 40px;
}

.padding-lg-45b {
  padding-bottom: 45px;
}

.padding-lg-50b {
  padding-bottom: 50px;
}

.padding-lg-55b {
  padding-bottom: 55px;
}

.padding-lg-60b {
  padding-bottom: 60px;
}

.padding-lg-65b {
  padding-bottom: 65px;
}

.padding-lg-70b {
  padding-bottom: 70px;
}

.padding-lg-75b {
  padding-bottom: 75px;
}

.padding-lg-80b {
  padding-bottom: 80px;
}

.padding-lg-85b {
  padding-bottom: 85px;
}

.padding-lg-90b {
  padding-bottom: 90px;
}

.padding-lg-95b {
  padding-bottom: 95px;
}

.padding-lg-100b {
  padding-bottom: 100px;
}

.padding-lg-105b {
  padding-bottom: 105px;
}

.padding-lg-110b {
  padding-bottom: 110px;
}

.padding-lg-115b {
  padding-bottom: 115px;
}

.padding-lg-120b {
  padding-bottom: 120px;
}

.padding-lg-125b {
  padding-bottom: 125px;
}

.padding-lg-130b {
  padding-bottom: 130px;
}

.padding-lg-135b {
  padding-bottom: 135px;
}

.padding-lg-140b {
  padding-bottom: 140px;
}

.padding-lg-145b {
  padding-bottom: 145px;
}

.padding-lg-150b {
  padding-bottom: 150px;
}

.padding-lg-155b {
  padding-bottom: 155px;
}

.padding-lg-160b {
  padding-bottom: 160px;
}

.padding-lg-165b {
  padding-bottom: 165px;
}

.padding-lg-170b {
  padding-bottom: 170px;
}

.padding-lg-175b {
  padding-bottom: 175px;
}

.padding-lg-180b {
  padding-bottom: 180px;
}

.padding-lg-185b {
  padding-bottom: 185px;
}

.padding-lg-190b {
  padding-bottom: 190px;
}

.padding-lg-195b {
  padding-bottom: 195px;
}

.padding-lg-200b {
  padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {

  
.padd-only-md-left {
  padding-left: 15px !important;
}

.padd-only-md-right {
  padding-right: 15px !important;
}

  .padd-only {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-md-0t {
    margin-top: 0px;
  }
  .margin-md-5t {
    margin-top: 5px;
  }
  .margin-md-10t {
    margin-top: 10px;
  }
  .margin-md-15t {
    margin-top: 15px;
  }
  .margin-md-20t {
    margin-top: 20px;
  }
  .margin-md-25t {
    margin-top: 25px;
  }
  .margin-md-30t {
    margin-top: 30px;
  }
  .margin-md-35t {
    margin-top: 35px;
  }
  .margin-md-40t {
    margin-top: 40px;
  }
  .margin-md-45t {
    margin-top: 45px;
  }
  .margin-md-50t {
    margin-top: 50px;
  }
  .margin-md-55t {
    margin-top: 55px;
  }
  .margin-md-60t {
    margin-top: 60px;
  }
  .margin-md-65t {
    margin-top: 65px;
  }
  .margin-md-70t {
    margin-top: 70px;
  }
  .margin-md-75t {
    margin-top: 75px;
  }
  .margin-md-80t {
    margin-top: 80px;
  }
  .margin-md-85t {
    margin-top: 85px;
  }
  .margin-md-90t {
    margin-top: 90px;
  }
  .margin-md-95t {
    margin-top: 95px;
  }
  .margin-md-100t {
    margin-top: 100px;
  }
  .margin-md-105t {
    margin-top: 105px;
  }
  .margin-md-110t {
    margin-top: 110px;
  }
  .margin-md-115t {
    margin-top: 115px;
  }
  .margin-md-120t {
    margin-top: 120px;
  }
  .margin-md-125t {
    margin-top: 125px;
  }
  .margin-md-130t {
    margin-top: 130px;
  }
  .margin-md-135t {
    margin-top: 135px;
  }
  .margin-md-140t {
    margin-top: 140px;
  }
  .margin-md-145t {
    margin-top: 145px;
  }
  .margin-md-150t {
    margin-top: 150px;
  }
  .margin-md-155t {
    margin-top: 155px;
  }
  .margin-md-160t {
    margin-top: 160px;
  }
  .margin-md-165t {
    margin-top: 165px;
  }
  .margin-md-170t {
    margin-top: 170px;
  }
  .margin-md-175t {
    margin-top: 175px;
  }
  .margin-md-180t {
    margin-top: 180px;
  }
  .margin-md-185t {
    margin-top: 185px;
  }
  .margin-md-190t {
    margin-top: 190px;
  }
  .margin-md-195t {
    margin-top: 195px;
  }
  .margin-md-200t {
    margin-top: 200px;
  }
  .margin-md-0b {
    margin-bottom: 0px;
  }
  .margin-md-5b {
    margin-bottom: 5px;
  }
  .margin-md-10b {
    margin-bottom: 10px;
  }
  .margin-md-15b {
    margin-bottom: 15px;
  }
  .margin-md-20b {
    margin-bottom: 20px;
  }
  .margin-md-25b {
    margin-bottom: 25px;
  }
  .margin-md-30b {
    margin-bottom: 30px;
  }
  .margin-md-35b {
    margin-bottom: 35px;
  }
  .margin-md-40b {
    margin-bottom: 40px;
  }
  .margin-md-45b {
    margin-bottom: 45px;
  }
  .margin-md-50b {
    margin-bottom: 50px;
  }
  .margin-md-55b {
    margin-bottom: 55px;
  }
  .margin-md-60b {
    margin-bottom: 60px;
  }
  .margin-md-65b {
    margin-bottom: 65px;
  }
  .margin-md-70b {
    margin-bottom: 70px;
  }
  .margin-md-75b {
    margin-bottom: 75px;
  }
  .margin-md-80b {
    margin-bottom: 80px;
  }
  .margin-md-85b {
    margin-bottom: 85px;
  }
  .margin-md-90b {
    margin-bottom: 90px;
  }
  .margin-md-95b {
    margin-bottom: 95px;
  }
  .margin-md-100b {
    margin-bottom: 100px;
  }
  .margin-md-105b {
    margin-bottom: 105px;
  }
  .margin-md-110b {
    margin-bottom: 110px;
  }
  .margin-md-115b {
    margin-bottom: 115px;
  }
  .margin-md-120b {
    margin-bottom: 120px;
  }
  .margin-md-125b {
    margin-bottom: 125px;
  }
  .margin-md-130b {
    margin-bottom: 130px;
  }
  .margin-md-135b {
    margin-bottom: 135px;
  }
  .margin-md-140b {
    margin-bottom: 140px;
  }
  .margin-md-145b {
    margin-bottom: 145px;
  }
  .margin-md-150b {
    margin-bottom: 150px;
  }
  .margin-md-155b {
    margin-bottom: 155px;
  }
  .margin-md-160b {
    margin-bottom: 160px;
  }
  .margin-md-165b {
    margin-bottom: 165px;
  }
  .margin-md-170b {
    margin-bottom: 170px;
  }
  .margin-md-175b {
    margin-bottom: 175px;
  }
  .margin-md-180b {
    margin-bottom: 180px;
  }
  .margin-md-185b {
    margin-bottom: 185px;
  }
  .margin-md-190b {
    margin-bottom: 190px;
  }
  .margin-md-195b {
    margin-bottom: 195px;
  }
  .margin-md-200b {
    margin-bottom: 200px;
  }
  .padding-md-0t {
    padding-top: 0px;
  }
  .padding-md-5t {
    padding-top: 5px;
  }
  .padding-md-10t {
    padding-top: 10px;
  }
  .padding-md-15t {
    padding-top: 15px;
  }
  .padding-md-20t {
    padding-top: 20px;
  }
  .padding-md-25t {
    padding-top: 25px;
  }
  .padding-md-30t {
    padding-top: 30px;
  }
  .padding-md-35t {
    padding-top: 35px;
  }
  .padding-md-40t {
    padding-top: 40px;
  }
  .padding-md-45t {
    padding-top: 45px;
  }
  .padding-md-50t {
    padding-top: 50px;
  }
  .padding-md-55t {
    padding-top: 55px;
  }
  .padding-md-60t {
    padding-top: 60px;
  }
  .padding-md-65t {
    padding-top: 65px;
  }
  .padding-md-70t {
    padding-top: 70px;
  }
  .padding-md-75t {
    padding-top: 75px;
  }
  .padding-md-80t {
    padding-top: 80px;
  }
  .padding-md-85t {
    padding-top: 85px;
  }
  .padding-md-90t {
    padding-top: 90px;
  }
  .padding-md-95t {
    padding-top: 95px;
  }
  .padding-md-100t {
    padding-top: 100px;
  }
  .padding-md-105t {
    padding-top: 105px;
  }
  .padding-md-110t {
    padding-top: 110px;
  }
  .padding-md-115t {
    padding-top: 115px;
  }
  .padding-md-120t {
    padding-top: 120px;
  }
  .padding-md-125t {
    padding-top: 125px;
  }
  .padding-md-130t {
    padding-top: 130px;
  }
  .padding-md-135t {
    padding-top: 135px;
  }
  .padding-md-140t {
    padding-top: 140px;
  }
  .padding-md-145t {
    padding-top: 145px;
  }
  .padding-md-150t {
    padding-top: 150px;
  }
  .padding-md-155t {
    padding-top: 155px;
  }
  .padding-md-160t {
    padding-top: 160px;
  }
  .padding-md-165t {
    padding-top: 165px;
  }
  .padding-md-170t {
    padding-top: 170px;
  }
  .padding-md-175t {
    padding-top: 175px;
  }
  .padding-md-180t {
    padding-top: 180px;
  }
  .padding-md-185t {
    padding-top: 185px;
  }
  .padding-md-190t {
    padding-top: 190px;
  }
  .padding-md-195t {
    padding-top: 195px;
  }
  .padding-md-200t {
    padding-top: 200px;
  }
  .padding-md-0b {
    padding-bottom: 0px;
  }
  .padding-md-5b {
    padding-bottom: 5px;
  }
  .padding-md-10b {
    padding-bottom: 10px;
  }
  .padding-md-15b {
    padding-bottom: 15px;
  }
  .padding-md-20b {
    padding-bottom: 20px;
  }
  .padding-md-25b {
    padding-bottom: 25px;
  }
  .padding-md-30b {
    padding-bottom: 30px;
  }
  .padding-md-35b {
    padding-bottom: 35px;
  }
  .padding-md-40b {
    padding-bottom: 40px;
  }
  .padding-md-45b {
    padding-bottom: 45px;
  }
  .padding-md-50b {
    padding-bottom: 50px;
  }
  .padding-md-55b {
    padding-bottom: 55px;
  }
  .padding-md-60b {
    padding-bottom: 60px;
  }
  .padding-md-65b {
    padding-bottom: 65px;
  }
  .padding-md-70b {
    padding-bottom: 70px;
  }
  .padding-md-75b {
    padding-bottom: 75px;
  }
  .padding-md-80b {
    padding-bottom: 80px;
  }
  .padding-md-85b {
    padding-bottom: 85px;
  }
  .padding-md-90b {
    padding-bottom: 90px;
  }
  .padding-md-95b {
    padding-bottom: 95px;
  }
  .padding-md-100b {
    padding-bottom: 100px;
  }
  .padding-md-105b {
    padding-bottom: 105px;
  }
  .padding-md-110b {
    padding-bottom: 110px;
  }
  .padding-md-115b {
    padding-bottom: 115px;
  }
  .padding-md-120b {
    padding-bottom: 120px;
  }
  .padding-md-125b {
    padding-bottom: 125px;
  }
  .padding-md-130b {
    padding-bottom: 130px;
  }
  .padding-md-135b {
    padding-bottom: 135px;
  }
  .padding-md-140b {
    padding-bottom: 140px;
  }
  .padding-md-145b {
    padding-bottom: 145px;
  }
  .padding-md-150b {
    padding-bottom: 150px;
  }
  .padding-md-155b {
    padding-bottom: 155px;
  }
  .padding-md-160b {
    padding-bottom: 160px;
  }
  .padding-md-165b {
    padding-bottom: 165px;
  }
  .padding-md-170b {
    padding-bottom: 170px;
  }
  .padding-md-175b {
    padding-bottom: 175px;
  }
  .padding-md-180b {
    padding-bottom: 180px;
  }
  .padding-md-185b {
    padding-bottom: 185px;
  }
  .padding-md-190b {
    padding-bottom: 190px;
  }
  .padding-md-195b {
    padding-bottom: 195px;
  }
  .padding-md-200b {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 991px) {
  .margin-sm-0t {
    margin-top: 0px;
  }
  .margin-sm-5t {
    margin-top: 5px;
  }
  .margin-sm-10t {
    margin-top: 10px;
  }
  .margin-sm-15t {
    margin-top: 15px;
  }
  .margin-sm-20t {
    margin-top: 20px;
  }
  .margin-sm-25t {
    margin-top: 25px;
  }
  .margin-sm-30t {
    margin-top: 30px;
  }
  .margin-sm-35t {
    margin-top: 35px;
  }
  .margin-sm-40t {
    margin-top: 40px;
  }
  .margin-sm-45t {
    margin-top: 45px;
  }
  .margin-sm-50t {
    margin-top: 50px;
  }
  .margin-sm-55t {
    margin-top: 55px;
  }
  .margin-sm-60t {
    margin-top: 60px;
  }
  .margin-sm-65t {
    margin-top: 65px;
  }
  .margin-sm-70t {
    margin-top: 70px;
  }
  .margin-sm-75t {
    margin-top: 75px;
  }
  .margin-sm-80t {
    margin-top: 80px;
  }
  .margin-sm-85t {
    margin-top: 85px;
  }
  .margin-sm-90t {
    margin-top: 90px;
  }
  .margin-sm-95t {
    margin-top: 95px;
  }
  .margin-sm-100t {
    margin-top: 100px;
  }
  .margin-sm-105t {
    margin-top: 105px;
  }
  .margin-sm-110t {
    margin-top: 110px;
  }
  .margin-sm-115t {
    margin-top: 115px;
  }
  .margin-sm-120t {
    margin-top: 120px;
  }
  .margin-sm-125t {
    margin-top: 125px;
  }
  .margin-sm-130t {
    margin-top: 130px;
  }
  .margin-sm-135t {
    margin-top: 135px;
  }
  .margin-sm-140t {
    margin-top: 140px;
  }
  .margin-sm-145t {
    margin-top: 145px;
  }
  .margin-sm-150t {
    margin-top: 150px;
  }
  .margin-sm-155t {
    margin-top: 155px;
  }
  .margin-sm-160t {
    margin-top: 160px;
  }
  .margin-sm-165t {
    margin-top: 165px;
  }
  .margin-sm-170t {
    margin-top: 170px;
  }
  .margin-sm-175t {
    margin-top: 175px;
  }
  .margin-sm-180t {
    margin-top: 180px;
  }
  .margin-sm-185t {
    margin-top: 185px;
  }
  .margin-sm-190t {
    margin-top: 190px;
  }
  .margin-sm-195t {
    margin-top: 195px;
  }
  .margin-sm-200t {
    margin-top: 200px;
  }
  .margin-sm-0b {
    margin-bottom: 0px;
  }
  .margin-sm-5b {
    margin-bottom: 5px;
  }
  .margin-sm-10b {
    margin-bottom: 10px;
  }
  .margin-sm-15b {
    margin-bottom: 15px;
  }
  .margin-sm-20b {
    margin-bottom: 20px;
  }
  .margin-sm-25b {
    margin-bottom: 25px;
  }
  .margin-sm-30b {
    margin-bottom: 30px;
  }
  .margin-sm-35b {
    margin-bottom: 35px;
  }
  .margin-sm-40b {
    margin-bottom: 40px;
  }
  .margin-sm-45b {
    margin-bottom: 45px;
  }
  .margin-sm-50b {
    margin-bottom: 50px;
  }
  .margin-sm-55b {
    margin-bottom: 55px;
  }
  .margin-sm-60b {
    margin-bottom: 60px;
  }
  .margin-sm-65b {
    margin-bottom: 65px;
  }
  .margin-sm-70b {
    margin-bottom: 70px;
  }
  .margin-sm-75b {
    margin-bottom: 75px;
  }
  .margin-sm-80b {
    margin-bottom: 80px;
  }
  .margin-sm-85b {
    margin-bottom: 85px;
  }
  .margin-sm-90b {
    margin-bottom: 90px;
  }
  .margin-sm-95b {
    margin-bottom: 95px;
  }
  .margin-sm-100b {
    margin-bottom: 100px;
  }
  .margin-sm-105b {
    margin-bottom: 105px;
  }
  .margin-sm-110b {
    margin-bottom: 110px;
  }
  .margin-sm-115b {
    margin-bottom: 115px;
  }
  .margin-sm-120b {
    margin-bottom: 120px;
  }
  .margin-sm-125b {
    margin-bottom: 125px;
  }
  .margin-sm-130b {
    margin-bottom: 130px;
  }
  .margin-sm-135b {
    margin-bottom: 135px;
  }
  .margin-sm-140b {
    margin-bottom: 140px;
  }
  .margin-sm-145b {
    margin-bottom: 145px;
  }
  .margin-sm-150b {
    margin-bottom: 150px;
  }
  .margin-sm-155b {
    margin-bottom: 155px;
  }
  .margin-sm-160b {
    margin-bottom: 160px;
  }
  .margin-sm-165b {
    margin-bottom: 165px;
  }
  .margin-sm-170b {
    margin-bottom: 170px;
  }
  .margin-sm-175b {
    margin-bottom: 175px;
  }
  .margin-sm-180b {
    margin-bottom: 180px;
  }
  .margin-sm-185b {
    margin-bottom: 185px;
  }
  .margin-sm-190b {
    margin-bottom: 190px;
  }
  .margin-sm-195b {
    margin-bottom: 195px;
  }
  .margin-sm-200b {
    margin-bottom: 200px;
  }
  .padding-sm-0t {
    padding-top: 0px;
  }
  .padding-sm-5t {
    padding-top: 5px;
  }
  .padding-sm-10t {
    padding-top: 10px;
  }
  .padding-sm-15t {
    padding-top: 15px;
  }
  .padding-sm-20t {
    padding-top: 20px;
  }
  .padding-sm-25t {
    padding-top: 25px;
  }
  .padding-sm-30t {
    padding-top: 30px;
  }
  .padding-sm-35t {
    padding-top: 35px;
  }
  .padding-sm-40t {
    padding-top: 40px;
  }
  .padding-sm-45t {
    padding-top: 45px;
  }
  .padding-sm-50t {
    padding-top: 50px;
  }
  .padding-sm-55t {
    padding-top: 55px;
  }
  .padding-sm-60t {
    padding-top: 60px;
  }
  .padding-sm-65t {
    padding-top: 65px;
  }
  .padding-sm-70t {
    padding-top: 70px;
  }
  .padding-sm-75t {
    padding-top: 75px;
  }
  .padding-sm-80t {
    padding-top: 80px;
  }
  .padding-sm-85t {
    padding-top: 85px;
  }
  .padding-sm-90t {
    padding-top: 90px;
  }
  .padding-sm-95t {
    padding-top: 95px;
  }
  .padding-sm-100t {
    padding-top: 100px;
  }
  .padding-sm-105t {
    padding-top: 105px;
  }
  .padding-sm-110t {
    padding-top: 110px;
  }
  .padding-sm-115t {
    padding-top: 115px;
  }
  .padding-sm-120t {
    padding-top: 120px;
  }
  .padding-sm-125t {
    padding-top: 125px;
  }
  .padding-sm-130t {
    padding-top: 130px;
  }
  .padding-sm-135t {
    padding-top: 135px;
  }
  .padding-sm-140t {
    padding-top: 140px;
  }
  .padding-sm-145t {
    padding-top: 145px;
  }
  .padding-sm-150t {
    padding-top: 150px;
  }
  .padding-sm-155t {
    padding-top: 155px;
  }
  .padding-sm-160t {
    padding-top: 160px;
  }
  .padding-sm-165t {
    padding-top: 165px;
  }
  .padding-sm-170t {
    padding-top: 170px;
  }
  .padding-sm-175t {
    padding-top: 175px;
  }
  .padding-sm-180t {
    padding-top: 180px;
  }
  .padding-sm-185t {
    padding-top: 185px;
  }
  .padding-sm-190t {
    padding-top: 190px;
  }
  .padding-sm-195t {
    padding-top: 195px;
  }
  .padding-sm-200t {
    padding-top: 200px;
  }
  .padding-sm-0b {
    padding-bottom: 0px;
  }
  .padding-sm-5b {
    padding-bottom: 5px;
  }
  .padding-sm-10b {
    padding-bottom: 10px;
  }
  .padding-sm-15b {
    padding-bottom: 15px;
  }
  .padding-sm-20b {
    padding-bottom: 20px;
  }
  .padding-sm-25b {
    padding-bottom: 25px;
  }
  .padding-sm-30b {
    padding-bottom: 30px;
  }
  .padding-sm-35b {
    padding-bottom: 35px;
  }
  .padding-sm-40b {
    padding-bottom: 40px;
  }
  .padding-sm-45b {
    padding-bottom: 45px;
  }
  .padding-sm-50b {
    padding-bottom: 50px;
  }
  .padding-sm-55b {
    padding-bottom: 55px;
  }
  .padding-sm-60b {
    padding-bottom: 60px;
  }
  .padding-sm-65b {
    padding-bottom: 65px;
  }
  .padding-sm-70b {
    padding-bottom: 70px;
  }
  .padding-sm-75b {
    padding-bottom: 75px;
  }
  .padding-sm-80b {
    padding-bottom: 80px;
  }
  .padding-sm-85b {
    padding-bottom: 85px;
  }
  .padding-sm-90b {
    padding-bottom: 90px;
  }
  .padding-sm-95b {
    padding-bottom: 95px;
  }
  .padding-sm-100b {
    padding-bottom: 100px;
  }
  .padding-sm-105b {
    padding-bottom: 105px;
  }
  .padding-sm-110b {
    padding-bottom: 110px;
  }
  .padding-sm-115b {
    padding-bottom: 115px;
  }
  .padding-sm-120b {
    padding-bottom: 120px;
  }
  .padding-sm-125b {
    padding-bottom: 125px;
  }
  .padding-sm-130b {
    padding-bottom: 130px;
  }
  .padding-sm-135b {
    padding-bottom: 135px;
  }
  .padding-sm-140b {
    padding-bottom: 140px;
  }
  .padding-sm-145b {
    padding-bottom: 145px;
  }
  .padding-sm-150b {
    padding-bottom: 150px;
  }
  .padding-sm-155b {
    padding-bottom: 155px;
  }
  .padding-sm-160b {
    padding-bottom: 160px;
  }
  .padding-sm-165b {
    padding-bottom: 165px;
  }
  .padding-sm-170b {
    padding-bottom: 170px;
  }
  .padding-sm-175b {
    padding-bottom: 175px;
  }
  .padding-sm-180b {
    padding-bottom: 180px;
  }
  .padding-sm-185b {
    padding-bottom: 185px;
  }
  .padding-sm-190b {
    padding-bottom: 190px;
  }
  .padding-sm-195b {
    padding-bottom: 195px;
  }
  .padding-sm-200b {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .margin-xs-0t {
    margin-top: 0px;
  }
  .margin-xs-5t {
    margin-top: 5px;
  }
  .margin-xs-10t {
    margin-top: 10px;
  }
  .margin-xs-15t {
    margin-top: 15px;
  }
  .margin-xs-20t {
    margin-top: 20px;
  }
  .margin-xs-25t {
    margin-top: 25px;
  }
  .margin-xs-30t {
    margin-top: 30px;
  }
  .margin-xs-35t {
    margin-top: 35px;
  }
  .margin-xs-40t {
    margin-top: 40px;
  }
  .margin-xs-45t {
    margin-top: 45px;
  }
  .margin-xs-50t {
    margin-top: 50px;
  }
  .margin-xs-55t {
    margin-top: 55px;
  }
  .margin-xs-60t {
    margin-top: 60px;
  }
  .margin-xs-65t {
    margin-top: 65px;
  }
  .margin-xs-70t {
    margin-top: 70px;
  }
  .margin-xs-75t {
    margin-top: 75px;
  }
  .margin-xs-80t {
    margin-top: 80px;
  }
  .margin-xs-85t {
    margin-top: 85px;
  }
  .margin-xs-90t {
    margin-top: 90px;
  }
  .margin-xs-95t {
    margin-top: 95px;
  }
  .margin-xs-100t {
    margin-top: 100px;
  }
  .margin-xs-105t {
    margin-top: 105px;
  }
  .margin-xs-110t {
    margin-top: 110px;
  }
  .margin-xs-115t {
    margin-top: 115px;
  }
  .margin-xs-120t {
    margin-top: 120px;
  }
  .margin-xs-125t {
    margin-top: 125px;
  }
  .margin-xs-130t {
    margin-top: 130px;
  }
  .margin-xs-135t {
    margin-top: 135px;
  }
  .margin-xs-140t {
    margin-top: 140px;
  }
  .margin-xs-145t {
    margin-top: 145px;
  }
  .margin-xs-150t {
    margin-top: 150px;
  }
  .margin-xs-155t {
    margin-top: 155px;
  }
  .margin-xs-160t {
    margin-top: 160px;
  }
  .margin-xs-165t {
    margin-top: 165px;
  }
  .margin-xs-170t {
    margin-top: 170px;
  }
  .margin-xs-175t {
    margin-top: 175px;
  }
  .margin-xs-180t {
    margin-top: 180px;
  }
  .margin-xs-185t {
    margin-top: 185px;
  }
  .margin-xs-190t {
    margin-top: 190px;
  }
  .margin-xs-195t {
    margin-top: 195px;
  }
  .margin-xs-200t {
    margin-top: 200px;
  }
  .margin-xs-0b {
    margin-bottom: 0px;
  }
  .margin-xs-5b {
    margin-bottom: 5px;
  }
  .margin-xs-10b {
    margin-bottom: 10px;
  }
  .margin-xs-15b {
    margin-bottom: 15px;
  }
  .margin-xs-20b {
    margin-bottom: 20px;
  }
  .margin-xs-25b {
    margin-bottom: 25px;
  }
  .margin-xs-30b {
    margin-bottom: 30px;
  }
  .margin-xs-35b {
    margin-bottom: 35px;
  }
  .margin-xs-40b {
    margin-bottom: 40px;
  }
  .margin-xs-45b {
    margin-bottom: 45px;
  }
  .margin-xs-50b {
    margin-bottom: 50px;
  }
  .margin-xs-55b {
    margin-bottom: 55px;
  }
  .margin-xs-60b {
    margin-bottom: 60px;
  }
  .margin-xs-65b {
    margin-bottom: 65px;
  }
  .margin-xs-70b {
    margin-bottom: 70px;
  }
  .margin-xs-75b {
    margin-bottom: 75px;
  }
  .margin-xs-80b {
    margin-bottom: 80px;
  }
  .margin-xs-85b {
    margin-bottom: 85px;
  }
  .margin-xs-90b {
    margin-bottom: 90px;
  }
  .margin-xs-95b {
    margin-bottom: 95px;
  }
  .margin-xs-100b {
    margin-bottom: 100px;
  }
  .margin-xs-105b {
    margin-bottom: 105px;
  }
  .margin-xs-110b {
    margin-bottom: 110px;
  }
  .margin-xs-115b {
    margin-bottom: 115px;
  }
  .margin-xs-120b {
    margin-bottom: 120px;
  }
  .margin-xs-125b {
    margin-bottom: 125px;
  }
  .margin-xs-130b {
    margin-bottom: 130px;
  }
  .margin-xs-135b {
    margin-bottom: 135px;
  }
  .margin-xs-140b {
    margin-bottom: 140px;
  }
  .margin-xs-145b {
    margin-bottom: 145px;
  }
  .margin-xs-150b {
    margin-bottom: 150px;
  }
  .margin-xs-155b {
    margin-bottom: 155px;
  }
  .margin-xs-160b {
    margin-bottom: 160px;
  }
  .margin-xs-165b {
    margin-bottom: 165px;
  }
  .margin-xs-170b {
    margin-bottom: 170px;
  }
  .margin-xs-175b {
    margin-bottom: 175px;
  }
  .margin-xs-180b {
    margin-bottom: 180px;
  }
  .margin-xs-185b {
    margin-bottom: 185px;
  }
  .margin-xs-190b {
    margin-bottom: 190px;
  }
  .margin-xs-195b {
    margin-bottom: 195px;
  }
  .margin-xs-200b {
    margin-bottom: 200px;
  }
  .padding-xs-0t {
    padding-top: 0px;
  }
  .padding-xs-5t {
    padding-top: 5px;
  }
  .padding-xs-10t {
    padding-top: 10px;
  }
  .padding-xs-15t {
    padding-top: 15px;
  }
  .padding-xs-20t {
    padding-top: 20px;
  }
  .padding-xs-25t {
    padding-top: 25px;
  }
  .padding-xs-30t {
    padding-top: 30px;
  }
  .padding-xs-35t {
    padding-top: 35px;
  }
  .padding-xs-40t {
    padding-top: 40px;
  }
  .padding-xs-45t {
    padding-top: 45px;
  }
  .padding-xs-50t {
    padding-top: 50px;
  }
  .padding-xs-55t {
    padding-top: 55px;
  }
  .padding-xs-60t {
    padding-top: 60px;
  }
  .padding-xs-65t {
    padding-top: 65px;
  }
  .padding-xs-70t {
    padding-top: 70px;
  }
  .padding-xs-75t {
    padding-top: 75px;
  }
  .padding-xs-80t {
    padding-top: 80px;
  }
  .padding-xs-85t {
    padding-top: 85px;
  }
  .padding-xs-90t {
    padding-top: 90px;
  }
  .padding-xs-95t {
    padding-top: 95px;
  }
  .padding-xs-100t {
    padding-top: 100px;
  }
  .padding-xs-105t {
    padding-top: 105px;
  }
  .padding-xs-110t {
    padding-top: 110px;
  }
  .padding-xs-115t {
    padding-top: 115px;
  }
  .padding-xs-120t {
    padding-top: 120px;
  }
  .padding-xs-125t {
    padding-top: 125px;
  }
  .padding-xs-130t {
    padding-top: 130px;
  }
  .padding-xs-135t {
    padding-top: 135px;
  }
  .padding-xs-140t {
    padding-top: 140px;
  }
  .padding-xs-145t {
    padding-top: 145px;
  }
  .padding-xs-150t {
    padding-top: 150px;
  }
  .padding-xs-155t {
    padding-top: 155px;
  }
  .padding-xs-160t {
    padding-top: 160px;
  }
  .padding-xs-165t {
    padding-top: 165px;
  }
  .padding-xs-170t {
    padding-top: 170px;
  }
  .padding-xs-175t {
    padding-top: 175px;
  }
  .padding-xs-180t {
    padding-top: 180px;
  }
  .padding-xs-185t {
    padding-top: 185px;
  }
  .padding-xs-190t {
    padding-top: 190px;
  }
  .padding-xs-195t {
    padding-top: 195px;
  }
  .padding-xs-200t {
    padding-top: 200px;
  }
  .padding-xs-0b {
    padding-bottom: 0px;
  }
  .padding-xs-5b {
    padding-bottom: 5px;
  }
  .padding-xs-10b {
    padding-bottom: 10px;
  }
  .padding-xs-15b {
    padding-bottom: 15px;
  }
  .padding-xs-20b {
    padding-bottom: 20px;
  }
  .padding-xs-25b {
    padding-bottom: 25px;
  }
  .padding-xs-30b {
    padding-bottom: 30px;
  }
  .padding-xs-35b {
    padding-bottom: 35px;
  }
  .padding-xs-40b {
    padding-bottom: 40px;
  }
  .padding-xs-45b {
    padding-bottom: 45px;
  }
  .padding-xs-50b {
    padding-bottom: 50px;
  }
  .padding-xs-55b {
    padding-bottom: 55px;
  }
  .padding-xs-60b {
    padding-bottom: 60px;
  }
  .padding-xs-65b {
    padding-bottom: 65px;
  }
  .padding-xs-70b {
    padding-bottom: 70px;
  }
  .padding-xs-75b {
    padding-bottom: 75px;
  }
  .padding-xs-80b {
    padding-bottom: 80px;
  }
  .padding-xs-85b {
    padding-bottom: 85px;
  }
  .padding-xs-90b {
    padding-bottom: 90px;
  }
  .padding-xs-95b {
    padding-bottom: 95px;
  }
  .padding-xs-100b {
    padding-bottom: 100px;
  }
  .padding-xs-105b {
    padding-bottom: 105px;
  }
  .padding-xs-110b {
    padding-bottom: 110px;
  }
  .padding-xs-115b {
    padding-bottom: 115px;
  }
  .padding-xs-120b {
    padding-bottom: 120px;
  }
  .padding-xs-125b {
    padding-bottom: 125px;
  }
  .padding-xs-130b {
    padding-bottom: 130px;
  }
  .padding-xs-135b {
    padding-bottom: 135px;
  }
  .padding-xs-140b {
    padding-bottom: 140px;
  }
  .padding-xs-145b {
    padding-bottom: 145px;
  }
  .padding-xs-150b {
    padding-bottom: 150px;
  }
  .padding-xs-155b {
    padding-bottom: 155px;
  }
  .padding-xs-160b {
    padding-bottom: 160px;
  }
  .padding-xs-165b {
    padding-bottom: 165px;
  }
  .padding-xs-170b {
    padding-bottom: 170px;
  }
  .padding-xs-175b {
    padding-bottom: 175px;
  }
  .padding-xs-180b {
    padding-bottom: 180px;
  }
  .padding-xs-185b {
    padding-bottom: 185px;
  }
  .padding-xs-190b {
    padding-bottom: 190px;
  }
  .padding-xs-195b {
    padding-bottom: 195px;
  }
  .padding-xs-200b {
    padding-bottom: 200px;
  }
}

.page-calculate {
  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;
}

.page-calculate .page-calculate-content {
  width: 100%;
}

/*-------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------*/
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
  overflow: hidden;
}

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

/*-------------------------------------------------------*/
/* PRELOADER */
/*-------------------------------------------------------*/
.loader {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  opacity: 1;
  transition: opacity 1.2s ease, visibility 0s linear 1.2s;
}

.loader .loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: white;
}

.loader .loader-bar {
  display: inline-block;
  position: relative;
  top: 50%;
  overflow: hidden;
  vertical-align: middle;
  width: 40%;
  height: 2em;
  font-size: 5em;
  line-height: 2em;
  font-weight: 700;
  color: white;
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  -o-transition: transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
  -webkit-transform: scaleX(1) translateY(-50%);
      -ms-transform: scaleX(1) translateY(-50%);
          transform: scaleX(1) translateY(-50%);
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  z-index: 2;
}

.loader .loader-img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scaleout-image 2s infinite ease-in-out;
          animation: scaleout-image 2s infinite ease-in-out;
  -webkit-transition: visibility .3s ease-in .2s;
  -o-transition: visibility .3s ease-in .2s;
  transition: visibility .3s ease-in .2s;
  visibility: hidden;
}

.loader .loader-img.s-back-switch {
  visibility: visible;
}

.loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .loader .loader-bar {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .loader .loader-bar {
    font-size: 2em;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
            transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
            transform: translate(100%) scaleX(0);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
            transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
            transform: translate(100%) scaleX(0);
  }
}

@-webkit-keyframes scaleout-image {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes scaleout-image {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

/*-------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------*/
.pixfields_box {
  display: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 30px;
  z-index: 300;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
  -webkit-transition: background-color 0.2s ease-in, top 0.3s linear;
  -o-transition: background-color 0.2s ease-in, top 0.3s linear;
  transition: background-color 0.2s ease-in, top 0.3s linear;
}

.header.scroll{
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
}

.header.static {
  position: relative;
}

.header.open-filter,
.header.open-menu {
  background-color: white;
}

.header .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: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo {
  position: relative;
}

.header .logo a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  color: #111111;
}

.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header .navigation {
  position: relative;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}

.header .filter-nav {
  position: relative;
  display: block;
  margin-left: 15px;
  width: 94px;
}

.header .filter-nav a {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 94px;
  font-size: 11px;
  line-height: 32px;
  font-weight: 500;
  background: transparent;
  padding: 0 15px;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
  -o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
  border: 1px solid rgba(17, 17, 17, 0.4);
  color: #111111;
}

.header .filter-nav a:hover {
  border: 1px solid #111111;
  background-color: #111111;
  color: white;
}

.header .filter-nav a i {
  font-size: 12px;
  line-height: 32px;
  font-weight: 400;
  color: inherit;
  padding-right: 5px;
}

.header .nav-menu-icon {
  position: relative;
  width: 34px;
  margin-left: 15px;
  z-index: 400;
}

.header .nav-menu-icon a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  background-color: transparent;
  -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in;
  -o-transition: border 0.3s ease-in, background-color 0.3s ease-in;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  border: 1px solid rgba(17, 17, 17, 0.4);
}

.header .nav-menu-icon a i {
  width: 16px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -4px;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  background-color: #111111;
}

.header .nav-menu-icon a i:after, .header .nav-menu-icon a i:before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in, -webkit-transform 0.2s ease-in;
  transition: background-color 0.3s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: background-color 0.3s ease-in, transform 0.2s ease-in;
  transition: background-color 0.3s ease-in, transform 0.2s ease-in;
  transition: background-color 0.3s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  background-color: #111111;
}

.header .nav-menu-icon a i:before {
  top: -4px;
}

.header .nav-menu-icon a i:after {
  top: 4px;
}

.header .nav-menu-icon a:hover {
  border: 1px solid #111111;
  background-color: #111111;
}

.header .nav-menu-icon a:hover i {
  background-color: white;
}

.header .nav-menu-icon a:hover i:after, .header .nav-menu-icon a:hover i:before {
  background-color: white;
}

.header .nav-menu-icon.active a i {
  background-color: transparent;
}

.header .nav-menu-icon.active a i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .nav-menu-icon.active a i:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .social-nav {
  position: relative;
  display: block;
  width: 34px;
  margin-left: 15px;
}

.header .social-nav a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  background-color: transparent;
  -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  border: 1px solid rgba(17, 17, 17, 0.4);
  color: #111111;
}

.header .social-nav a:hover {
  border: 1px solid #111111;
  background-color: #111111;
  color: white;
}

.header .social-nav a i {
  font-size: 12px;
  line-height: 32px;
  font-weight: 400;
}
.fa .fa-chain-broken::before {
  content: "\f127";
}

.header .social-nav .social-content {
  position: absolute;
  top: calc(100% + 25px);
  right: 2px;
  left: 2px;
  list-style: none;
  display: none;
}

.header .social-nav .social-content li {
  margin-bottom: 10px;
}

.header .social-nav .social-content a {
  width: 30px;
  height: 30px;
  line-height: 28px;
}

.header .social-nav .social-content a i {
  line-height: 28px;
}

.header.open-detail {
  top: -100%;
  -webkit-transition: top 0.6s linear;
  -o-transition: top 0.6s linear;
  transition: top 0.6s linear;
}

.header.light.open-filter, .header.header-home.light.open-menu {
  background-color: #ffffff;
}

.header.light .logo a {
  color: white;
}

.header.light .filter-nav a {
  border: 1px solid rgba(242, 242, 242, 0.4);
  color: white;
}

.header.light .filter-nav a:hover {
  border: 1px solid white;
  background-color: white;
  color: #111111;
}

.header.light .nav-menu-icon a,
.header.header-home.light.open-menu .nav-menu-icon a,
.header.header-home.light.scroll .nav-menu-icon a {
  border: 1px solid #373737;
}

.header.header-home.light .nav-menu-icon a {
  border: 1px solid #ffffff;
}

.header.light .nav-menu-icon a i,
.header.header-home.light.open-menu .nav-menu-icon a i,
.header.header-home.light.scroll .nav-menu-icon a i {
  background-color: #373737;
}


.header.header-home.light .nav-menu-icon a i {
  background-color: #ffffff;
}

.header.light .nav-menu-icon a i:after,
.header.light .nav-menu-icon a i:before,
.header.header-home.light.open-menu .nav-menu-icon a i:after,
.header.header-home.light.open-menu .nav-menu-icon a i:before,
.header.header-home.light.scroll .nav-menu-icon a i:after,
.header.header-home.light.scroll .nav-menu-icon a i:before {
  background-color: #373737;
}

.header.header-home.light .nav-menu-icon a i:after,
.header.header-home.light .nav-menu-icon a i:before {
  background-color: #ffffff;
}

.header.light .nav-menu-icon a:hover,
.header.header-home.light.open-menu .nav-menu-icon a:hover,
.header.header-home.light.scroll .nav-menu-icon a:hover {
  border: 1px solid #373737;
  background-color: transparent;
}

.header.header-home.light .nav-menu-icon a:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
}

.header.light .nav-menu-icon a:hover i {
  background-color: #ffffff;
}

.header.light .nav-menu-icon a:hover i:after,
.header.light .nav-menu-icon a:hover i:before,
.header.header-home.light.open-menu .nav-menu-icon a:hover i:after,
.header.header-home.light.open-menu .nav-menu-icon a:hover i:before,
.header.header-home.light.scroll .nav-menu-icon a:hover i:after,
.header.header-home.light.scroll .nav-menu-icon a:hover i:before {
  background-color: #373737;
}

.header.header-home.light .nav-menu-icon a:hover i:after,
.header.header-home.light .nav-menu-icon a:hover i:before {
  background-color: #ffffff;
}

.header.light .nav-menu-icon.active a i,
header.header-home.light.open-menu .nav-menu-icon.active a i {
  background-color: transparent;
}

.header.light .social-nav a {
  border: 1px solid rgba(242, 242, 242, 0.4);
  color: white;
}

.header.light .social-nav a:hover {
  border: 1px solid white;
  background-color: white;
  color: #111111;
}

.header.light .main-menu li a {
  color: #111;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header.light.scroll .main-menu li a,
.header.header-home.light.scroll .main-menu li a {
  color: #111;
}

.header.header-home.light .main-menu li a {
  color: #fff;
}

.header.full.open-menu .nav-menu-icon.active a {
  border: 1px solid rgba(242, 242, 242, 0.4);
  background-color: transparent;
}

.header.full.open-menu .nav-menu-icon.active a i {
  background-color: transparent;
}

.header.full.open-menu .nav-menu-icon.active a i:after, .header.full.open-menu .nav-menu-icon.active a i:before {
  background-color: white;
}

.header.full.open-menu .nav-menu-icon.active:hover a {
  border: 1px solid white;
  background-color: white;
}

.header.full.open-menu .nav-menu-icon.active:hover a i:after, .header.full.open-menu .nav-menu-icon.active:hover a i:before {
  background-color: #111111;
}

.header.full .nav-menu-icon {
  display: block;
  top: 0;
  right: 0;
  -webkit-transition: top 0.3s ease-in, right 0.3s ease-in;
  -o-transition: top 0.3s ease-in, right 0.3s ease-in;
  transition: top 0.3s ease-in, right 0.3s ease-in;
}

.header.full .navigation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow-y: auto;
  text-align: left;
  z-index: 350;
  background-color: black !important;
}

.header.full .navigation .pargue-navigation-wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  min-height: 100vh;
  -ms-overflow-style: none;
}

.header.full .navigation .navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 100vh;
}

.header.full .navigation nav {
  position: relative;
  padding-bottom: 0;
  width: 51%;
  padding: 70px 70px;
  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;
  background-color: black;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  z-index: 500;
}

.header.full .navigation nav.left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.header.full .navigation nav.more-left {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
}

.header.full .navigation .main-menu li a {
  color: white;
}

.header.full .navigation .main-menu .sub-menu {
  background-color: transparent;
}

.header.full .navigation .main-menu .sub-menu li a {
  color: white;
}

.header.sticky-mobile-menu {
  position: fixed;
}

.header.sticky-mobile-menu.static {
  position: relative;
}

.header.simple.sticky-menu.light.static {
  background-color: #111;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.25);
}

.header.simple.sticky-menu.dark.static {
  background-color: #fff;
}

.header.simple.sticky-menu.light.scroll {
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.25);
}

.header.simple.sticky-menu.dark.scroll {
  background-color: #fff;
}

.main-menu {
  padding: 0;
  margin: 0;
}

.main-menu > li {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

.main-menu li {
  position: relative;
  font-size: initial;
  line-height: normal;
}

.main-menu li a {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 5px 15px;
  opacity: 0.7;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #111111;
}

.main-menu li a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -33px;
  width: 100%;
  height: 3px;
  background-color: #fff;

  transform: scaleX(0);           /* hidden */
  transform-origin: center;       /* grow from center */
  transition: transform 0.3s ease;
}

.main-menu li:hover a,
.main-menu li:focus a,
.main-menu li.current-menu-item a,
.main-menu li.current-menu-parent a,
.main-menu li.current-menu-ancestor a {
  opacity: 1;
  font-weight: 600;
  outline-color: transparent;
}

.main-menu li:hover a::after,
.main-menu li:focus a::after,
.main-menu li.current-menu-item a::after,
.main-menu li.current-menu-parent a::after,
.main-menu li.current-menu-ancestor a::after {
  transform: scaleX(1);
}

.main-menu .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 7px 0;
  position: absolute;
  top: calc(100% + 14px);
  left: 13px;
  min-width: 143px;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  background-color: #111111;
}

.main-menu .sub-menu li a {
  display: block;
  font-size: 11px;
  line-height: 25px;
  padding: 0 15px;
  opacity: 0.7;
  color: white;
}

.main-menu .sub-menu li:hover > a, .main-menu .sub-menu li:focus > a, .main-menu .sub-menu li.current-menu-item > a, .main-menu .sub-menu li.current-menu-parent > a, .main-menu .sub-menu li.current-menu-ancestor > a {
  opacity: 1;
}

.light .main-menu li a::after,
.header-home.scroll .main-menu li a::after,
.scroll .main-menu li a::after{
  background-color: #111;
}

.header-home .main-menu li a::after{
  background-color: #fff;
}

.header.full .main-menu li {
  position: static;
  display: block;
  font-size: initial;
  line-height: normal;
}

.header.full .main-menu li a {
  position: relative;
  padding: 0 15px;
  display: inline-block;
  font-size: 32px;
  line-height: 56px;
  font-weight: 700;
  opacity: 1;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.header.full .main-menu li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background-color: #5f5f5f;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.header.full .main-menu li:hover > a, .header.full .main-menu li.active > a {
  opacity: 0.7;
}

.header.full .main-menu li:hover > a:before, .header.full .main-menu li.active > a:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header.full .main-menu .sub-menu {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 200%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding-left: 100px;
  -webkit-transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition: left 0.3s ease-in, visibility 0.3s ease-in, opacity 0.3s ease-in;
}

.header.full .main-menu .sub-menu.active {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.header.full .main-menu .sub-menu li a {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  opacity: 1;
}

.header.full .main-menu .sub-menu li a:before {
  height: 20px;
}

.header.full .main-menu .sub-menu li:hover > a, .header.full .main-menu .sub-menu li.active > a {
  opacity: 0.7;
}

.header.full .main-menu .sub-menu .sub-menu {
  position: absolute;
  left: 200%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header.full .main-menu .sub-menu .sub-menu.active {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.header-form {
  position: relative;
  width: 49%;
  padding: 67px 70px 56px 70px;
  z-index: 400;
  opacity: 1;
  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-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.header-form:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.8;
  z-index: 410;
}

.header-form.hidyy {
  opacity: 0;
}

.header-form .footer-info-block {
  z-index: 420;
  margin-bottom: 180px;
}

.header-form .footer-info-block .social-nav {
  margin-top: 39px;
  margin-left: 0;
  width: auto;
}

.header-form .footer-info-block .social-nav .social-content {
  position: static;
  display: block;
  margin-bottom: 0;
}

.header-form .footer-info-block .social-nav .social-content li {
  margin-bottom: 0;
  margin-right: 11px;
  display: inline-block;
}

.header-form .footer-info-block .social-nav .social-content li a {
  border: 1px solid rgba(242, 242, 242, 0.4);
  color: white;
}

.header-form .footer-info-block .social-nav .social-content li a:hover {
  border: 1px solid white;
  background-color: white;
  color: #111111;
}

.header-form .formidable {
  position: relative;
  z-index: 420;
}

.header-form .formidable .formidable-title {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 4.2px;
  color: white;
  margin-top: 0;
  margin-bottom: 44px;
}

.header-form .formidable .frm_forms.with_frm_style fieldset {
  padding: 0;
}

.header-form .formidable .frm_forms.with_frm_style label.frm_primary_label,
.header-form .formidable .frm_forms.with_frm_style.frm_login_form label {
  color: white;
}

.header-form .formidable .frm_forms.with_frm_style input[type=text],
.header-form .formidable .frm_forms.with_frm_style input[type=password],
.header-form .formidable .frm_forms.with_frm_style input[type=email],
.header-form .formidable .frm_forms.with_frm_style input[type=number],
.header-form .formidable .frm_forms.with_frm_style input[type=url],
.header-form .formidable .frm_forms.with_frm_style input[type=tel],
.header-form .formidable .frm_forms.with_frm_style input[type=phone],
.header-form .formidable .frm_forms.with_frm_style input[type=search],
.header-form .formidable .frm_forms.with_frm_style select,
.header-form .formidable .frm_forms.with_frm_style textarea,
.header-form .formidable .frm_form_fields_style,
.header-form .formidable .frm_forms.with_frm_style .frm_scroll_box .frm_opt_container,
.header-form .formidable .frm_form_fields_active_style,
.header-form .formidable .frm_form_fields_error_style,
.header-form .formidable .frm_forms.with_frm_style .chosen-container-multi .chosen-choices,
.header-form .formidable .frm_forms.with_frm_style .chosen-container-single .chosen-single {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.header-form .formidable .frm_forms.with_frm_style textarea {
  height: 126px;
  padding: 16px 25px;
}

.header-form .formidable .frm_forms.with_frm_style .form-field input:not([type=file]):focus,
.header-form .formidable .frm_forms.with_frm_style select:focus,
.header-form .formidable .frm_forms.with_frm_style textarea:focus,
.header-form .formidable .frm_forms.with_frm_style .frm_focus_field input[type=text],
.header-form .formidable .frm_forms.with_frm_style .frm_focus_field input[type=password],
.header-form .formidable .frm_forms.with_frm_style .frm_focus_field input[type=email],
.header-form .formidable .frm_forms.with_frm_style .frm_focus_field input[type=number],
.header-form .formidable .frm_forms.with_frm_style .frm_focus_field input[type=url],
.header-form .formidable .frm_forms.with_frm_style .frm_focus_field input[type=tel],
.header-form .formidable .frm_forms.with_frm_style .frm_focus_field input[type=search],
.header-form .formidable .frm_form_fields_active_style,
.header-form .formidable .frm_forms.with_frm_style .chosen-container-active .chosen-choices {
  background-color: rgba(242, 242, 242, 0.1);
  color: white;
  border-bottom-color: white;
}

.header-form .formidable .frm_forms.with_frm_style .frm_radio label,
.header-form .formidable .frm_forms.with_frm_style .frm_checkbox label {
  color: white;
}

.header-form .formidable .with_frm_style .frm_submit {
  text-align: left;
}

.header-form .formidable .frm_forms.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.header-form .formidable .frm_forms.with_frm_style input[type=submit],
.header-form .formidable .frm_forms.with_frm_style .frm_submit input[type=button],
.header-form .formidable .frm_form_submit_style,
.header-form .formidable .frm_forms.with_frm_style.frm_login_form input[type=submit] {
  padding: 3px 40px 3px 0px;
  color: white;
}

.no-menu {
  color: white;
}

.no-menu a {
  text-decoration: underline;
}

/*STICKY MENU*/
@media only screen and (min-width: 1199px) {
  .header.simple.sticky-menu {
    position: fixed;
  }
  .header.simple.sticky-menu.static {
    position: relative;
  }
}

/* Show second and third menu levels */
@media only screen and (min-width: 1200px) {
  .header .nav-menu-icon {
    display: none;
  }
  .header .navigation {
    display: block;
  }
  .header .main-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .header .main-menu .sub-menu li {
    display: block;
  }
  .header .main-menu .sub-menu .sub-menu {
    position: absolute;
    top: -7px;
    left: 100%;
  }
}

/* Responsive menu */
@media screen and (max-width: 1199px) {
  .header .nav-menu-icon {
    display: block;
  }
  .header .navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 40px 30px;
    overflow-y: auto;
    text-align: left;
    background-color: #111111;
  }
  .header .navigation nav {
    padding-bottom: 100px;
  }
  .header.full .navigation .pargue-navigation-wrapper {
    max-width: 970px;
  }
  .header.light .navigation {
    background-color: white;
  }
  .header.header-home.light .main-menu li a {
    color: #111111;
  }
  .light .main-menu li a::after,
  .header-home.scroll .main-menu li a::after, .scroll .main-menu li a::after{
    background-color: transparent;
  }
  .header.light .main-menu li a:focus {
    outline-color: transparent;
  }
  .header.light .main-menu .sub-menu {
    background-color: white;
  }
  .header.light .main-menu .sub-menu li a {
    color: #111111;
  }
  .main-menu > li {
    display: block;
    margin-left: 0;
  }
  .main-menu li {
    display: block;
  }
  .main-menu li a {
    color: white;
  }
  .main-menu .sub-menu {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    padding: 7px 10px;
    background-color: #111111;
  }
  .main-menu .sub-menu li a {
    color: white;
  }
  .main-menu .sub-menu .sub-menu {
    position: static;
  }
  .header-form .footer-info-block {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 15px 30px;
  }
  .header.full .navigation .pargue-navigation-wrapper {
    max-width: none;
  }
  .header.full .navigation nav {
    padding: 50px 15px;
  }
  .header-form {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 15px;
  }
  .header .navigation {
    padding: 20px 15px;
  }
  .header.full .navigation .pargue-navigation-wrapper {
    padding: 64px 0;
  }
  .header.full .navigation .navigation-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header.full .navigation nav {
    width: 100%;
    padding: 50px 30px;
  }
  .header.full .navigation nav.left {
    -webkit-transform: translateX(calc(-100% + 30px));
        -ms-transform: translateX(calc(-100% + 30px));
            transform: translateX(calc(-100% + 30px));
  }
  .header.full .navigation nav.more-left {
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  .header-form {
    display: none;
  }
  .header.full .main-menu li a {
    font-size: 28px;
    line-height: 48px;
  }
  .header.full .main-menu li a:before {
    height: 24px;
  }
  .header.full .main-menu .sub-menu {
    padding-left: 25%;
  }
  .header.full .main-menu .sub-menu li a {
    font-size: 16px;
    line-height: 32px;
  }
  .header.full .main-menu .sub-menu li a:before {
    height: 16px;
  }
}

/*-------------------------------------------------------*/
/* FILTER TOP */
/*-------------------------------------------------------*/
.filter_projects {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 90vh;
  background-color: #f2f2f2;
  padding: 64px 30px 94px 30px;
  overflow-y: auto;
}

.filter_projects .filter_projects_wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter_projects .filter_link_wrapper {
  text-align: center;
  margin: 45px 0;
}

.filter_projects .filter_link_wrapper .filter-clear-all {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #7e7d7d;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.filter_projects .filter_link_wrapper .filter-clear-all:hover {
  color: #111111;
}

.filter_projects .filter_item {
  min-width: 270px;
  margin-right: 100px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter_projects .filter_item .filter_item_title {
  text-transform: capitalize;
  color: #111111;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 55px;
}

.filter_projects .filter_item .filter_item_category {
  list-style: none;
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.filter_projects .filter_item .filter_item_category:after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 13px);
  top: 13px;
  left: 1px;
  border: 1px solid #cccccc;
  z-index: 20;
}

.filter_projects .filter_item .filter_item_category li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: #7e7d7d;
  background-color: #f2f2f2;
  z-index: 30;
  padding-right: 15px;
  padding-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
  -o-transition: color 0.3s ease-in, padding-left 0.3s ease-in;
  transition: color 0.3s ease-in, padding-left 0.3s ease-in;
}

.filter_projects .filter_item .filter_item_category li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid #111111;
  border-right: 5px solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in,visibility 0.3s ease-in;
}

.filter_projects .filter_item .filter_item_category li.active {
  color: #111111;
  padding-left: 10px;
}

.filter_projects .filter_item .filter_item_category li.active:before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .filter_projects .filter_projects_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter_projects .filter_item {
    margin: 0 50px 20px 0;
    margin-right: 50px;
    min-width: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .filter_projects {
    padding: 30px 30px 94px;
  }
  .filter_projects .filter_item {
    margin: 0 30px 20px 0;
  }
  .filter_projects .filter_item .filter_item_title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .filter_projects {
    padding: 30px 15px 94px;
  }
  .filter_projects .filter_projects_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .filter_projects .filter_item {
    margin: 0 15px 20px;
  }
}

/*-------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------*/
.footer-info-block {
  position: relative;
}

.footer-info-block .footer-info-block-title {
  color: #FFF;
   font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: 0.403px;
  margin-bottom: 20px;
}

.footer-info-block .footer-info-block-content {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: white;
}

.footer-info-block .footer-info-block-content p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.footer-info-block .footer-info-block-content a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;

  color: #FFF;
   font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  letter-spacing: 0.313px;
}

.footer-info-block .footer-info-block-content ul{
  margin: 0;
}

.footer-info-block .footer-info-block-content a:hover {
  opacity: 0.7;
}

.disable-plugin .footer .footer-content-outer {
  padding: 50px 0 0;
}

.disable-plugin .footer .footer-content-outer .footer-bottom-content {
  padding-top: 0;
}

.footer {
  position: relative;
  background-color: black;
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.8;
  z-index: 90;
}

.footer.modern {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(13, 13, 13, 0.3);
  z-index: 200;
}

.footer.modern:before {
  background-color: transparent;
}

.footer.modern .footer-content-outer {
  max-width: none;
  padding: 30px;
}

.footer.modern .footer-bottom-content {
  padding-top: 0;
}

.footer.modern .footer-bottom-content .footer-copyright {
  line-height: 32px;
}

.footer.modern .footer-bottom-content .social-nav .social-content {
  margin-top: 0;
}

.footer.copy .footer-content-outer {
  max-width: none;
  padding: 30px;
}

.footer.copy .footer-bottom-content {
  padding-top: 0;
}

.footer.copy .footer-bottom-content .footer-copyright {
  line-height: 32px;
  width: 100%;
  text-align: center;
}

.footer .footer-content-outer {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  z-index: 100;
}

.footer .footer-top-content {
  position: relative;
  padding-bottom: 33px;
  border-bottom: 2px solid #FFF;
}

.footer .footer-top-content:after {
  content: '';
  display: table;
  clear: both;
}

.footer .footer-top-content .footer-main-block {
  width: 50%;
  float: left;
}

.footer .footer-top-content .footer-main-block .logo {
  position: relative;
}

.footer .footer-top-content .footer-main-block .logo a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: white;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.footer .footer-top-content .footer-main-block .footer-main-content {
  margin-top: 36px;
  max-width: 470px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-top-content .footer-main-block .footer-main-content p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.footer .footer-top-content .footer-info-block {
    width: 50%;
    float: right;
    display: flex;
    gap: 40px;
}

.footer .footer-top-content .footer-info-block .col-md-6 {
    flex: 1;
    padding: 0;
    float: none;
}

.footer .footer-bottom-content {
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
}

.footer .footer-bottom-content:after {
  content: '';
  display: table;
  clear: both;
}

.footer .footer-bottom-content .footer-copyright {
  color: #FFF;
   font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  letter-spacing: -0.387px;
  text-align: center;
}

.footer .footer-bottom-content .footer-copyright p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 0;
}

.footer .footer-bottom-content .social-nav {
  float: right;
  margin-top: 0;
  margin-left: 0;
  width: 50%;
  text-align: right;
}

.footer .footer-bottom-content .social-nav .social-content {
  position: static;
  display: block;
  margin-bottom: 0;
}

.footer .footer-bottom-content .social-nav .social-content li {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 11px;
  display: inline-block;
}

.footer .footer-bottom-content .social-nav .social-content li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid rgba(242, 242, 242, 0.4);
  color: white;
  -webkit-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  transition: border 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
}

.footer .footer-bottom-content .social-nav .social-content li a:hover {
  border: 1px solid white;
  background-color: white;
  color: #111111;
}

.footer .footer-bottom-content .social-nav .social-content li a i {
  line-height: 28px;
}

@media only screen and (max-width: 1199px) {
  .footer .footer-content-outer {
    padding: 50px 0 0;
    max-width: 970px;
  }
}

@media only screen and (max-width: 991px) {
  .footer .footer-content-outer {
    padding: 50px 0 0;
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .footer.modern .footer-content-outer {
    padding: 15px;
  }
  .footer.modern .footer-bottom-content .social-nav {
    padding-top: 15px;
  }
  .footer .footer-content-outer {
    padding: 50px 15px 0;
    max-width: none;
  }
  .footer .footer-top-content .footer-main-block {
    width: 100%;
    text-align: center;
    float: none;
  }
  .footer .footer-top-content .footer-main-block .footer-main-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .footer .footer-top-content .footer-info-block {
    width: 100%;
    text-align: center;
    float: none;
  }
  
  .footer .footer-top-content .footer-info-block .footer-info-block-title {
    margin-bottom: 15px;
  }
  .footer .footer-bottom-content {
    text-align: center;
    padding-top: 33px;
  }
  .footer .footer-bottom-content .footer-copyright {
    width: 100%;
    float: none;
  }
  .footer .footer-bottom-content .social-nav {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 28px;
  }
}

/*-------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------*/
.top-banner {
  min-height: 100vh;
  position: relative;
  width: 100%;
  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;
}

.interior-banner {
  min-height: 20vh;
}

.no-marg-bottom {
  margin-bottom: 50px !important;
}

.no-marg-top {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vindow-height {
  margin-top: 0px !important;
  min-height: 30vh !important;
  margin-bottom: 0px !important;
 
}


.flex {
  display: flex !important;
}

.top-banner .overlay {
  z-index: 210;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.top-banner .content {
  max-width: 1170px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 220;
}

.top-banner .content .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
}

.top-banner .content .title {
  margin-top: 24px;
  margin-bottom: 0;
}

.top-banner .content .description {
  margin-top: 26px;
}

.top-banner .content .description p {
  margin-bottom: 0;
  color: inherit;
  opacity: 0.7;
}

.top-banner .content .a-btn {
  margin-top: 40px;
}

.top-banner .content .svg-animation-text {
  position: absolute;
  top: -96px;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: -1;
}

.top-banner .content .svg-animation-text .svg {
  stroke: #f2f2f2;
  stroke-width: 2px;
  fill: transparent;
}

.top-banner iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.top-banner .top-banner-cursor {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-banner.big .content {
  margin-top: 277px;
  margin-bottom: 277px;
}

.top-banner.big .top-banner-cursor {
  height: 277px;
}

.top-banner.simple .content {
  margin-top: 202px;
  margin-bottom: 135px;
}

.top-banner.simple .top-banner-cursor {
  height: 135px;
}

.top-banner.fullheight .content {
  margin-top: 140px;
  margin-bottom: 140px;
}

.top-banner.fullheight .top-banner-cursor {
  height: 33.333333%;
}

.top-banner.categories {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-banner.categories .content {
  margin-top: 130px;
  margin-bottom: 130px;
}

.top-banner.categories .top-banner-cursor {
  height: 0;
}

.top-banner.enable_column .content {
  margin-bottom: 0 !important;
}

.top-banner.enable_column .top-banner-cursor {
  height: 0;
}

.top-banner.js_wrapper_el_video {
  overflow: hidden;
}

.top-banner .banner-columns {
  max-width: 1170px;
  margin-top: 140px;
}

.top-banner .banner-columns .banner-col-item {
  display: inline-block;
  text-align: left;
  min-width: 200px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.top-banner .banner-columns .banner-col-item.divider {
  position: relative;
}

.top-banner .banner-columns .banner-col-item.divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  height: 1px;
  width: 70px;
}

.top-banner .banner-columns .banner-col-item .title {
  display: block;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 36px;
}

.top-banner .banner-columns .banner-col-item .subtitle {
  display: block;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 22px;
}

.top-banner .banner-columns .banner-col-item .subtitle a {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.top-banner.light .top-banner-cursor {
  cursor: url(../img/cursor.png), auto;
}

.top-banner.light.categories {
  cursor: default;
}

.top-banner.light .content .subtitle, .top-banner.light .content .title, .top-banner.light .content .description {
  color: white;
}

.top-banner.light .content .a-btn {
  background-color: transparent;
  color: white;
}

.top-banner.light .content .a-btn .a-btn-line:after, .top-banner.light .content .a-btn .a-btn-line:before {
  background-color: white;
}

.top-banner.light .content .a-btn.simple:after, .top-banner.light .content .a-btn.simple:before {
  border: 1px solid white;
}

.top-banner.light .content .a-btn.creative:after, .top-banner.light .content .a-btn.creative:before {
  border: 1px solid transparent;
}

.top-banner.light .content .a-btn.creative.anima:after {
  border-top-color: white;
  border-right-color: white;
}

.top-banner.light .content .a-btn.creative.anima:before {
  border-bottom-color: white;
  border-left-color: white;
}

.top-banner.light .content .a-btn:hover, .top-banner.light .content .a-btn:focus {
  color: #111111;
  background-color: white;
  text-decoration: none;
}

.top-banner.light .content .a-btn:hover .a-btn-line:after, .top-banner.light .content .a-btn:hover .a-btn-line:before, .top-banner.light .content .a-btn:focus .a-btn-line:after, .top-banner.light .content .a-btn:focus .a-btn-line:before {
  background-color: #111111;
}

.top-banner.light .banner-columns .banner-col-item.divider:before {
  background-color: white;
}

.top-banner.light .banner-columns .banner-col-item .title, .top-banner.light .banner-columns .banner-col-item .subtitle {
  color: white;
}

.top-banner.light .banner-columns .banner-col-item .subtitle a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.top-banner.dark .top-banner-cursor {
  cursor: url(../img/cursor-dark.png), auto;
}

.top-banner.dark .content .subtitle, .top-banner.dark .content .title {
  color: #111111;
}

.top-banner.dark .content .description {
  color: #7e7d7d;
}

.top-banner.dark .content .a-btn {
  background-color: transparent;
  color: #111111;
}

.top-banner.dark .content .a-btn .a-btn-line:after, .top-banner.dark .content .a-btn .a-btn-line:before {
  background-color: #111111;
}

.top-banner.dark .content .a-btn.simple:after, .top-banner.dark .content .a-btn.simple:before {
  border: 1px solid #111111;
}

.top-banner.dark .content .a-btn.creative:after, .top-banner.dark .content .a-btn.creative:before {
  border: 1px solid transparent;
}

.top-banner.dark .content .a-btn.creative.anima:after {
  border-top-color: #111111;
  border-right-color: #111111;
}

.top-banner.dark .content .a-btn.creative.anima:before {
  border-bottom-color: #111111;
  border-left-color: #111111;
}

.top-banner.dark .content .a-btn:hover, .top-banner.dark .content .a-btn:focus {
  color: white;
  background-color: #111111;
  text-decoration: none;
}

.top-banner.dark .content .a-btn:hover .a-btn-line:after, .top-banner.dark .content .a-btn:hover .a-btn-line:before, .top-banner.dark .content .a-btn:focus .a-btn-line:after, .top-banner.dark .content .a-btn:focus .a-btn-line:before {
  background-color: white;
}

.top-banner.dark .banner-columns .banner-col-item.divider:before {
  background-color: #111111;
}

.top-banner.dark .banner-columns .banner-col-item .title, .top-banner.dark .banner-columns .banner-col-item .subtitle {
  color: #111111;
}

.top-banner.dark .banner-columns .banner-col-item .subtitle a:hover {
  color: rgba(17, 17, 17, 0.7);
}

.top-banner.play .overlay,
.top-banner.play .content {
  opacity: 0;
  visibility: hidden;
}

.pr-video-wrapper {
  position: relative;
  z-index: 100;
}

.pr-video-wrapper.play .pr-video-container {
  opacity: 1;
  visibility: visible;
}

.pr-video-wrapper.play .pr-video-close {
  opacity: 1;
  visibility: visible;
}

.pr-video-wrapper.play .pr-video-play {
  opacity: 0;
  visibility: hidden;
}

.pr-video-wrapper .pr-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}

.pr-video-wrapper .pr-video-container iframe {
  display: block;
  position: absolute;
}

.pr-video-wrapper .pr-video-close {
  position: absolute;
  top: 100px;
  right: 30px;
  width: 45px;
  height: 45px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 50%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  z-index: 250;
  cursor: pointer;
}

.pr-video-wrapper .pr-video-close:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #111111;
  font-family: 'FontAwesome';
  font-size: 17px;
  font-weight: 400;
  line-height: 44px;
}

.pr-video-wrapper .pr-video-play {
  position: absolute;
  right: 30px;
  bottom: 150px;
  width: 45px;
  height: 45px;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  opacity: 1;
  z-index: 330;
}

.pr-video-wrapper .pr-video-play:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #111111;
  font-family: 'FontAwesome';
  font-size: 17px;
  font-weight: 400;
  line-height: 44px;
  content: '\f04b';
}

.pr-video-wrapper .pr-video-play:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .top-banner.pr-video-wrapper .pr-video-container {
    opacity: 1;
    visibility: visible;
  }
  .top-banner.pr-video-wrapper .pr-video-close {
    display: none;
  }
  .top-banner.pr-video-wrapper .pr-video-play {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .top-banner .content {
    max-width: 970px;
  }
  .top-banner .banner-columns {
    max-width: 970px;
  }
  .pr-video-wrapper .pr-video-close {
    right: 15px;
    bottom: 110px;
  }
  .pr-video-wrapper .pr-video-play {
    right: 15px;
  }
}

@media only screen and (max-width: 991px) {

  .no-marg-bottom {
    margin-bottom: 0 !important;
  }

  .top-banner .content {
    max-width: 750px;
  }
  .top-banner .content .svg-animation-text {
    top: -55px;
    bottom: -10px;
  }
  .top-banner .banner-columns {
    max-width: 750px;
    margin-top: 70px;
  }
  .top-banner.big .content {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .top-banner.big .top-banner-cursor {
    height: 140px;
  }
  .top-banner.simple .content {
    margin-top: 140px;
    margin-bottom: 90px;
  }
  .top-banner.simple .top-banner-cursor {
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .top-banner .banner-columns .banner-col-item {
    text-align: center;
    padding: 0 15px 30px 15px;
  }
  .top-banner .banner-columns .banner-col-item.divider:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .top-banner .content {
    max-width: none;
    padding: 0 15px;
  }
  .top-banner .content .svg-animation-text {
    top: -30px;
    bottom: 5px;
    left: 15px;
    right: 15px;
  }
  .top-banner .banner-columns {
    max-width: none;
    padding: 0 15px;
  }
  .top-banner.big .content, .top-banner.fullheight .content {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .top-banner.big .top-banner-cursor, .top-banner.fullheight .top-banner-cursor {
    height: 120px;
  }
  .top-banner.simple .content {
    margin-top: 120px;
    margin-bottom: 90px;
  }
  .top-banner.simple .top-banner-cursor {
    height: 90px;
  }
  .top-banner.categories .content {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .top-banner.categories .top-banner-cursor {
    height: 0;
  }
}

/*-------------------------------------------------------*/
/* HEADINGS */
/*-------------------------------------------------------*/
.heading {
  /*padding: 65px 0 30px 0;*/
  text-align: left;
}

.heading .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
}

.heading .subtitle.divider {
  display: inline-block;
  position: relative;
}

.heading .subtitle.divider:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 15px);
  width: 85px;
  height: 4px;
}

.heading .title {
  color: #373737;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.014px;
  margin-bottom: 32px;
  margin-top: 0;
}

.heading .content p {
  color: #373737;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  letter-spacing: -0.014px;
}

.heading .content p:not(:last-child) {
  margin-bottom: 32px;
}

.heading .content h6 {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 23px;
  margin-top: 0;
}

.heading .content h6:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 15px);
  width: 85px;
  height: 4px;
}

.heading .content ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.heading .content ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.heading .content ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.heading .content.divider-content {
  padding-left: 100px;
  position: relative;
}

.heading .content.divider-content:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 85px;
  height: 4px;
}

.heading.Center {
  text-align: center;
}

.heading.Center .subtitle.divider {
  margin-bottom: 10px;
}

.heading.Center .subtitle.divider:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 14px);
}

.heading.Center .content {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.heading.Center .content h6:after {
  top: calc(100% + 14px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.heading.Center .content ul li {
  padding-left: 20px;
  padding-right: 20px;
}

.heading.Center .content ul li:before {
  content: '';
  position: static;
  top: 50%;
  left: auto;
  margin-right: 10px;
}

.heading.Center .content.divider-content {
  margin-top: 28px;
  padding-left: 0;
}

.heading.Center .content.divider-content:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -14px;
}

.heading.dark {
  color: #111111;
}

.heading.dark .subtitle {
  color: #111111;
}

.heading.dark .subtitle.divider:after {
  background-color: #f2f2f2;
}

.heading.dark .content {
  color: #7e7d7d;
}

.heading.dark .content p {
  color: inherit;
}

.heading.dark .content h6 {
  color: #111111;
}

.heading.dark .content h6:after {
  background-color: #f2f2f2;
}

.heading.dark .content ul {
  color: #111111;
}

.heading.dark .content ul li {
  color: #7e7d7d;
}

.heading.dark .content ul li:before {
  background-color: #111111;
}

.heading.dark .content.divider-content:after {
  background-color: #f2f2f2;
}

.heading.light {
  color: white;
}

.heading.light .subtitle {
  color: white;
}

.heading.light .subtitle.divider:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.heading.light .title {
  color: white;
}

.heading.light .content {
  color: rgba(255, 255, 255, 0.7);
}

.heading.light .content p {
  color: inherit;
}

.heading.light .content h6 {
  color: white;
}

.heading.light .content h6:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.heading.light .content ul {
  color: white;
}

.heading.light .content ul li {
  color: rgba(255, 255, 255, 0.7);
}

.heading.light .content ul li:before {
  background-color: white;
}

.heading.light .content.divider-content:after {
  background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 991px) {
  .heading {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .heading {
    text-align: center;
  }
  .heading .subtitle.divider {
    margin-bottom: 10px;
  }
  .heading .subtitle.divider:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100% + 14px);
  }
  .heading .content h6:after {
    top: calc(100% + 14px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .heading .content ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .heading .content ul li:before {
    content: '';
    position: static;
    top: 50%;
    left: auto;
    margin-right: 10px;
  }
  .heading .content.divider-content {
    margin-top: 28px;
    padding-left: 0;
  }
  .heading .content.divider-content:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -14px;
  }
}

/*-------------------------------------------------------*/
/* COUNTER */
/*-------------------------------------------------------*/
.counter {
  position: relative;
  padding-top: 70px;
  padding-left: 70px;
}

.counter .figures {
  position: absolute;
  top: 0;
  left: 0;
}

.counter .figures svg polygon, .counter .figures svg circle {
  fill: #f2f2f2;
}

.counter .counter-outer {
  position: relative;
}

.counter .numbers {
  height: 100%;
  width: 100%;
  line-height: 0;
}

.counter .numbers svg mask {
  width: 100%;
  height: 100%;
}

.counter .numbers svg mask .coming-alpha {
  fill: white;
  width: 100%;
  height: 100%;
}

.counter .numbers svg mask .count {
  font-family: "Inter", sans-serif;
}

.counter .numbers svg mask .number {
  font-weight: 700;
}

.counter .numbers svg mask .title {
  font-size: 14px;
  letter-spacing: 3.5px;
  font-weight: 300;
}

.counter .numbers svg .base {
  fill: white;
  width: 100%;
  height: 100%;
}

.counter.alone_item .figures {
  width: 370px;
  height: 370px;
}

.counter.alone_item .numbers svg {
  width: 100%;
  height: 390px;
}

.counter.alone_item .numbers svg mask .number {
  font-size: 160px;
}

.counter.multi_item .figures {
  width: 270px;
  height: 270px;
}

.counter.multi_item .numbers {
  position: relative;
}

.counter.multi_item .numbers:after {
  content: '';
  display: table;
  clear: both;
}

.counter.multi_item .numbers svg {
  width: 50%;
  float: left;
  height: 185px;
}

.counter.multi_item .numbers svg mask .number {
  font-size: 70px;
}

.counter.no-figure.alone_item, .counter.no-figure.multi_item {
  padding-top: 0;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .counter {
    padding-top: 40px;
    padding-left: 40px;
  }
  .counter.alone_item .figures {
    width: 270px;
    height: 270px;
  }
  .counter.alone_item .numbers svg {
    height: 320px;
  }
  .counter.alone_item .numbers svg mask .number {
    font-size: 120px;
  }
  .counter.alone_item .numbers svg mask .title {
    font-size: 11px;
  }

}

@media only screen and (max-width: 560px) {
  .counter.multi_item .numbers svg {
    width: 100%;
    height: 150px;
  }
  .counter.multi_item .numbers svg mask .number {
    font-size: 60px;
  }
  .counter.multi_item .numbers svg mask .title {
    font-size: 11px;
  }
}

/* TEAM */
/*-------------------------------------------------------*/
.team-wrapper {
  position: relative;
  padding-top: 50px;
  padding-left: 50px;
  margin-bottom: 64px;
}

.team-wrapper.no-figure {
  padding-left: 0;
}

.team-wrapper.no-figure.circle {
  padding-left: 0;
}

.team-wrapper.circle {
  padding-top: 65px;
  padding-left: 65px;
}

.team-wrapper.circle .team-outer {
  width: 270px;
  height: 270px;
  max-width: 100%;
  border-radius: 50%;
}

.team-wrapper .trans_figures {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.team-wrapper .trans_figures svg {
  position: absolute;
  height: 100%;
}

.team-wrapper .trans_figures svg polygon, .team-wrapper .trans_figures svg circle {
  fill: transparent;
  stroke: #f2f2f2;
  stroke-width: 15;
  -webkit-transform: translate(7px, 7px);
      -ms-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}

.team-wrapper .trans_figures.enable_anima svg polygon, .team-wrapper .trans_figures.enable_anima svg circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: stroke-dashoffset 3s ease-in, stroke-dasharray 0s ease-in 2.4s;
  -o-transition: stroke-dashoffset 3s ease-in, stroke-dasharray 0s ease-in 2.4s;
  transition: stroke-dashoffset 3s ease-in, stroke-dasharray 0s ease-in 2.4s;
}

.team-wrapper .trans_figures.enable_anima.animation svg polygon, .team-wrapper .trans_figures.enable_anima.animation svg circle {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

.team-wrapper .team-outer {
  position: relative;
  width: 100%;
  height: 380px;
  background-position: top center;
}

.team-wrapper .name {
  text-align: right;
  margin-top: 30px;
}

.team-wrapper .name h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.team-wrapper .position {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #111111;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.team-wrapper .position:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #111111;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.team-wrapper:hover .position {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-wrapper:hover .position:after {
  height: 85px;
}

@media only screen and (max-width: 991px) {
  .team-wrapper {
    margin-bottom: 30px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .team-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-wrapper .team-outer {
    height: 380px !important;
  }
  .team-wrapper.circle .team-outer {
    height: 270px !important;
    width: 270px !important;
  }
}

@media only screen and (max-width: 400px) {
  .team-wrapper {
    max-width: 290px;
  }
  .team-wrapper.circle {
    padding-top: 50px;
    padding-left: 50px;
  }
  .team-wrapper.circle .team-outer {
    height: 240px !important;
    width: 240px !important;
  }
}

/*-------------------------------------------------------*/
/* AWARDS LIST */
/*-------------------------------------------------------*/
.awards-list .awards-item {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.awards-list .awards-item:hover{
  cursor: pointer;
}

.awards-list .awards-item:before {
  content: '';
  position: absolute;
  height: calc(100% + 20px);
  top: -10px;
  left: -20px;
  width: calc(100% + 20px);
  background-color: #f2f2f2;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.awards-list .awards-item:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.awards-list .awards-item .awards-date {
  color: #878787;
   font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.014px;
  width: 12%;
  min-width: 70px;
  padding-top: 5px;
}

.awards-list .awards-item .awards-date + .awards-info {
  padding-left: 30px;
}

.awards-list .awards-item .awards-date + .awards-separator {
  width: 3px;
  height: calc(100% - 15px);
  position: absolute;
  background-color: #D9D9D9;
  top: 5px;
  left: 12%;
}

.awards-list .awards-item .awards-separator {
  width: 1px;
  display: inline-block;
  background-color: #D9D9D9;
}

.awards-list .awards-item .awards-separator + .awards-info {
  padding-left: 30px;
}

.awards-list .awards-item .awards-info {
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.awards-list .awards-item .awards-info.only_info {
  width: 100%;
}

.awards-list .awards-item .awards-info .awards-title-link:hover {
  text-decoration: none;
}

.awards-list .awards-item .awards-info .awards-title {
  color: #373737;
   font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.014px;
  margin-bottom: 0;
  margin-top: 0;
}

.awards-list .awards-item .awards-info .awards-subtitle {
  color: #878787;
   font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.014px;
}

.awards-list .awards-item .awards-info .awards-subtitle b{
  color: #000;
   font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.014px;
}

@media only screen and (max-width: 1199px) {
  .awards-list .awards-item .awards-date {
    width: 20%;
  }
  .awards-list .awards-item .awards-date + .awards-separator {
    left: 20%;
  }
}

@media only screen and (max-width: 991px) {
  .awards-list .awards-item {
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .awards-list .awards-item .awards-date + .awards-separator {
    top: 10%;
    height: 80%;
  }
  .awards-list .awards-item .awards-date + .awards-info {
    padding-left: 15px;
  }
  .awards-list .awards-item .awards-separator + .awards-info {
    padding-left: 15px;
  }
}

/*-------------------------------------------------------*/
/* ADRESS BLOCK */
/*-------------------------------------------------------*/
.adddress-block {
  position: relative;
}

.adddress-block.s-back-switch {
  cursor: pointer;
  overflow: hidden;
}

.adddress-block.s-back-switch:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 11;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.adddress-block.s-back-switch:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.6);
  z-index: 10;
}

.adddress-block.s-back-switch .address-block-outer {
  padding: 47px 50px 40px;
}

.adddress-block.s-back-switch:hover:before {
  opacity: 0;
  visibility: hidden;
}

.adddress-block.s-back-switch:hover .address-block-outer {
  color: white;
}

.adddress-block.s-back-switch:hover .address-block-outer .separator {
  background-color: white;
}

.adddress-block.s-back-switch:hover .address-block-outer .address-title {
  color: white;
}

.adddress-block.s-back-switch:hover .address-block-outer p {
  color: white;
}

.adddress-block.enable_anima.s-back-switch:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.adddress-block.enable_anima.s-back-switch .address-block-outer {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.adddress-block.enable_anima.s-back-switch:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.adddress-block.enable_anima.s-back-switch:hover .address-block-outer {
  color: white;
}

.adddress-block.enable_anima.s-back-switch:hover .address-block-outer .separator {
  background-color: white;
}

.adddress-block.enable_anima.s-back-switch:hover .address-block-outer .address-title {
  color: white;
}

.adddress-block .address-block-outer {
  position: relative;
  z-index: 15;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  z-index: 12;
  color: #7e7d7d;
  padding-bottom: 40px;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.adddress-block .address-block-outer .separator {
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #111111;
  margin-bottom: 24px;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.adddress-block .address-block-outer .address-title {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2.2px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 23px;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.adddress-block .address-block-outer p {
  color: inherit;
  margin-bottom: 0;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.adddress-block .address-block-outer p a {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.adddress-block .address-block-outer p a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  .adddress-block {
    position: relative;
  }
  .adddress-block.s-back-switch .address-block-outer {
    padding: 40px 30px 40px;
  }


}

@media only screen and (max-width: 768px) {
  .adddress-block {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .adddress-block {
    margin: 0 auto 30px;
    max-width: 370px;
  }
}

@media only screen and (max-width: 400px) {
  .adddress-block {
    max-width: 290px;
  }
}

/*-------------------------------------------------------*/
/* CONTACT FORM */
/*-------------------------------------------------------*/
.formidable .frm_forms.with_frm_style label.frm_primary_label,
.formidable .frm_forms.with_frm_style.frm_login_form label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2.2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
}

.formidable .frm_forms.with_frm_style input[type=text],
.formidable .frm_forms.with_frm_style input[type=password],
.formidable .frm_forms.with_frm_style input[type=email],
.formidable .frm_forms.with_frm_style input[type=number],
.formidable .frm_forms.with_frm_style input[type=url],
.formidable .frm_forms.with_frm_style input[type=tel],
.formidable .frm_forms.with_frm_style input[type=phone],
.formidable .frm_forms.with_frm_style input[type=search],
.formidable .frm_forms.with_frm_style select,
.formidable .frm_forms.with_frm_style textarea,
.formidable .frm_form_fields_style,
.formidable .frm_forms.with_frm_style .frm_scroll_box .frm_opt_container,
.formidable .frm_form_fields_active_style,
.formidable .frm_form_fields_error_style,
.formidable .frm_forms.with_frm_style .chosen-container-multi .chosen-choices,
.formidable .frm_forms.with_frm_style .chosen-container-single .chosen-single {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: transparent;
  padding: 16px 25px;
  height: 57px;
  background-color: #f2f2f2;
  color: rgba(17, 17, 17, 0.5);
  -webkit-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
  transition: border-bottom-color 0.3s ease-in, color 0.3s ease-in;
}

.formidable .frm_forms.with_frm_style textarea {
  height: 123px;
  padding: 16px 25px;
}

.formidable .frm_forms.with_frm_style .form-field input:not([type=file]):focus,
.formidable .frm_forms.with_frm_style select:focus,
.formidable .frm_forms.with_frm_style textarea:focus,
.formidable .frm_forms.with_frm_style .frm_focus_field input[type=text],
.formidable .frm_forms.with_frm_style .frm_focus_field input[type=password],
.formidable .frm_forms.with_frm_style .frm_focus_field input[type=email],
.formidable .frm_forms.with_frm_style .frm_focus_field input[type=number],
.formidable .frm_forms.with_frm_style .frm_focus_field input[type=url],
.formidable .frm_forms.with_frm_style .frm_focus_field input[type=tel],
.formidable .frm_forms.with_frm_style .frm_focus_field input[type=search],
.formidable .frm_form_fields_active_style,
.formidable .frm_forms.with_frm_style .chosen-container-active .chosen-choices {
  background-color: #f2f2f2;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #111111;
  color: #111111;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formidable .frm_forms.with_frm_style .frm_radio label,
.formidable .frm_forms.with_frm_style .frm_checkbox label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  color: #111111;
}

.formidable .with_frm_style .frm_submit {
  text-align: right;
  position: relative;
}

.formidable .frm_forms.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.formidable .frm_forms.with_frm_style input[type=submit],
.formidable .frm_forms.with_frm_style .frm_button_submit,
.formidable .frm_forms.with_frm_style .frm_submit input[type=button],
.formidable .frm_form_submit_style,
.formidable .frm_forms.with_frm_style.frm_login_form input[type=submit] {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 700;
  background-color: transparent;
  border: none;
  color: #111111;
  border-radius: 0;
  padding: 7px 40px 7px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  position: relative;
  background-image: url("../img/arrow-btn.png");
  background-repeat: no-repeat;
  background-position: 100% 43%;
}

.formidable .frm_forms.with_frm_style .frm_button_submit:hover {
  background-color: transparent;
  background-image: url("../img/arrow-btn.png");
  background-repeat: no-repeat;
  background-position: 100% 43%;
  border: none;
  color: #111111;
}

.formidable .frm_forms.with_frm_style input[type=submit]:focus,
.formidable .frm_forms.with_frm_style .frm_submit input[type=button]:focus,
.formidable .frm_forms.with_frm_style.frm_login_form input[type=submit]:focus,
.formidable .frm_forms.with_frm_style input[type=submit]:active,
.formidable .frm_forms.with_frm_style .frm_submit input[type=button]:active,
.formidable .frm_forms.with_frm_style.frm_login_form input[type=submit]:active {
  outline-color: transparent;
}

.formidable .frm_forms.with_frm_style .frm_error_style {
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.formidable .frm_forms.with_frm_style .frm_error {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-top: 3px;
}

.formidable .frm_forms.with_frm_style .frm_message,
.formidable .frm_success_style {
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.formidable .frm_forms.with_frm_style .frm_message p,
.formidable .frm_success_style p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.formidable .contact-us-form {
  max-width: 500px;
  margin-left: auto;
}

.formidable .frm_forms.with_frm_style .contact-me-form textarea {
  height: 211px;
}

@media only screen and (max-width: 991px) {
  .formidable .contact-us-form {
    max-width: none;
  }
}

/*-------------------------------------------------------*/
/* CLIENTS */
/*-------------------------------------------------------*/
.clients-wrapper {
  position: relative;
  width: 100%;
  min-height: 370px;
  margin-bottom: 30px;
  background-color: #f2f2f2;
  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;
}

.clients-wrapper .clients-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.clients-wrapper .clients-link {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

.clients-wrapper:hover .clients-overlay, .clients-wrapper:hover .clients-link {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .clients-wrapper {
    min-height: 360px !important;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .clients-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 370px;
    min-height: 370px !important;
    cursor: pointer;
  }
}

@media only screen and (max-width: 400px) {
  .clients-wrapper {
    max-width: 290px;
    min-height: 290px !important;
  }
}

/*-------------------------------------------------------*/
/* SERVICES DETAIL PAGE */
/*-------------------------------------------------------*/
.services-detailed {
  padding: 75px 0 138px 0;
  text-align: center;
}

.services-detailed .post-content {
  text-align: left;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  color: #7e7d7d;
}

.services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
  margin-top: 52px;
  margin-bottom: 52px;
  margin-left: -30px;
  color: #111111;
}

.services-detailed .post-content p {
  margin-bottom: 32px;
  color: #7e7d7d;
}

.services-detailed .post-content img {
  max-width: 100%;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.services-detailed .post-content .gallery .gallery-item {
  padding: 25px 5px 15px;
}

.services-detailed .post-content .gallery.gallery-columns-2 .gallery-item:nth-child(odd) {
  text-align: left;
}

.services-detailed .post-content .gallery.gallery-columns-2 .gallery-item:nth-child(even) {
  text-align: right;
}

.services-detailed .a-btn-2 {
  margin-top: 93px;
}

@media only screen and (max-width: 1199px) {
  .services-detailed .post-content {
    max-width: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .services-detailed {
    padding: 70px 0;
  }
  .services-detailed .post-content {
    max-width: 625px;
  }
  .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .services-detailed .post-content p {
    margin-bottom: 10px;
  }
  .services-detailed .a-btn-2 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .services-detailed .post-content {
    max-width: none;
  }
  .services-detailed .post-content h1, .services-detailed .post-content h2, .services-detailed .post-content h3, .services-detailed .post-content h4, .services-detailed .post-content h5, .services-detailed .post-content h6 {
    margin-left: 0;
  }
}

/*-------------------------------------------------------*/
/* PORTFOLIO COLUMNS */
/*-------------------------------------------------------*/
.count_col1 .portfolio-item-wrapp {
  width: 100%;
}

.count_col2 .portfolio-item-wrapp {
  width: 50%;
}

.count_col3 .portfolio-item-wrapp {
  width: 33.333333%;
}

.count_col4 .portfolio-item-wrapp {
  width: 25%;
}

.count_col5 .portfolio-item-wrapp {
  width: 20%;
}

.count_col6 .portfolio-item-wrapp {
  width: 16.666666%;
}

.gap_col10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gap_col10 .portfolio-item {
  margin: 0 10px 44px;
}

.gap_col15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gap_col15 .portfolio-item {
  margin: 0 15px 44px;
}

.gap_col20 {
  margin-left: -20px;
  margin-right: -20px;
}

.gap_col20 .portfolio-item {
  margin: 0 20px 44px;
}

.gap_col25 {
  margin-left: -25px;
  margin-right: -25px;
}

.gap_col25 .portfolio-item {
  margin: 0 25px 44px;
}

.gap_col30 {
  margin-left: -30px;
  margin-right: -30px;
}

.gap_col30 .portfolio-item {
  margin: 0 30px 44px;
}

.gap_col35 {
  margin-left: -35px;
  margin-right: -35px;
}

.gap_col35 .portfolio-item {
  margin: 0 35px 44px;
}

.gap_col40 {
  margin-left: -40px;
  margin-right: -40px;
}

.gap_col40 .portfolio-item {
  margin: 0 40px 44px;
}

.masonry .portfolio-item {
  margin-bottom: 30px !important;
}

.filmstrip .portfolio-item-wrapp {
  width: auto;
}

.filmstrip .portfolio-item-wrapp .portfolio-item {
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .count_col5 .portfolio-item-wrapp {
    width: 25% !important;
  }
  .count_col6 .portfolio-item-wrapp {
    width: 25% !important;
  }
}

@media only screen and (max-width: 991px) {
  .masonry.count_col4 .portfolio-item-wrapp {
    width: 33.333333% !important;
  }
  .count_col3 .portfolio-item-wrapp {
    width: 50% !important;
  }
  .count_col4 .portfolio-item-wrapp {
    width: 50% !important;
  }
  .count_col5 .portfolio-item-wrapp {
    width: 50% !important;
  }
  .count_col6 .portfolio-item-wrapp {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .count_col2 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .count_col3 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .count_col4 .portfolio-item-wrapp, .masonry.count_col4 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .count_col5 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .count_col6 .portfolio-item-wrapp {
    width: 100% !important;
  }
}

/*-------------------------------------------------------*/
/* SERVICES */
/*-------------------------------------------------------*/
.services-wrapper {
  background-color: white;
  padding: 46px 53px 50px 53px;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

.services-wrapper .services-item-icon {
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 18px;
  color: #111111;
}

.services-wrapper .services-item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.services-wrapper .services-item-description,
.services-wrapper .services-item-description p {
  color: #878787;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.services-wrapper .services-item-description p b{
  color: #000;
   font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 175% */
}

.services-wrapper .services-item-description p:last-child {
  margin-bottom: 0;
}

.services-wrapper .services-link {
  margin-top: 18px;
}

.count_col4 .services-wrapper,
.count_col5 .services-wrapper,
.count_col6 .services-wrapper {
  padding: 35px 15px;
}

@media only screen and (max-width: 1199px) {
  .services-wrapper {
    padding: 46px 30px 50px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .services-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 400px) {
  .services-wrapper {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------------------------------------------------------*/
/* SHORTCODE PARENT */
/*-------------------------------------------------------*/
.shortcode-parent {
  position: relative;
  min-height: 468px;
  padding-top: 63px;
}

.shortcode-parent .shortcode-parent-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 435px;
  z-index: 20;
}

.shortcode-parent .shortcode-content-wrapp {
  position: relative;
  z-index: 30;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.shortcode-parent .shortcode-heading {
  padding: 30px 0;
  text-align: left;
}

.shortcode-parent .shortcode-heading .parent-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
}

.shortcode-parent .shortcode-heading .parent-subtitle.divider {
  display: inline-block;
  position: relative;
}

.shortcode-parent .shortcode-heading .parent-subtitle.divider:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 15px);
  width: 85px;
  height: 4px;
}

.shortcode-parent .shortcode-heading .parent-title {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.9px;
}

.shortcode-parent .shortcode-heading.Center {
  text-align: center;
}

.shortcode-parent .shortcode-heading.Center .parent-subtitle.divider {
  margin-bottom: 10px;
}

.shortcode-parent .shortcode-heading.Center .parent-subtitle.divider:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 14px);
}

.shortcode-parent .shortcode-heading.dark {
  color: #111111;
}

.shortcode-parent .shortcode-heading.dark .parent-subtitle {
  color: #111111;
}

.shortcode-parent .shortcode-heading.dark .parent-subtitle.divider:after {
  background-color: #f2f2f2;
}

.shortcode-parent .shortcode-heading.light {
  color: white;
}

.shortcode-parent .shortcode-heading.light .parent-subtitle {
  color: white;
}

.shortcode-parent .shortcode-heading.light .parent-subtitle.divider:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.shortcode-parent .shortcode-heading.light .parent-title {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.014px;
}

.shortcode-parent .services {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}

.shortcode-parent .vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 32px;
}

.vc_column-inner {
  padding: 0 15px;
}

.shortcode-parent .vc_row .vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.shortcode-parent .clients-wrapper {
  min-height: 270px;
  background-color: white;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .shortcode-parent .shortcode-content-wrapp {
    max-width: 970px;
  }
  .shortcode-parent .services .services-wrapper {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .shortcode-parent .shortcode-content-wrapp {
    max-width: 750px;
  }
  .shortcode-parent .shortcode-heading {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .shortcode-parent .shortcode-heading {
    text-align: center;
  }
  .shortcode-parent .shortcode-heading .parent-subtitle.divider {
    margin-bottom: 10px;
  }
  .shortcode-parent .shortcode-heading .parent-subtitle.divider:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100% + 14px);
  }
}

@media only screen and (max-width: 767px) {
  .shortcode-parent .shortcode-content-wrapp {
    max-width: calc(100% - 30px);
  }
}

/*-------------------------------------------------------*/
/* ERROR PAGE */
/*-------------------------------------------------------*/
.error-wrapper {
  text-align: center;
  padding: 100px 0;
}

.error-wrapper .error-img {
  min-height: 365px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 68px;
}

.error-wrapper .error-content {
  position: relative;
}

.error-wrapper .error-content .svg-animation-text {
  position: absolute;
  top: -96px;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: -1;
}

.error-wrapper .error-content .svg-animation-text .svg {
  stroke: #f2f2f2;
  stroke-width: 2px;
  fill: transparent;
}

.error-wrapper .error-content .error-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3px;
  font-weight: 300;
  color: #111111;
}

.error-wrapper .error-content .error-title {
  margin-top: 19px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #111111;
}

.error-wrapper .error-btn {
  margin-top: 61px;
}

@media only screen and (max-width: 991px) {
  .error-wrapper {
    padding: 90px 0;
  }
  .error-wrapper .error-img {
    margin-bottom: 30px;
  }
  .error-wrapper .error-content .svg-animation-text {
    top: -55px;
    bottom: -10px;
  }
  .error-wrapper .error-btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .error-wrapper .error-img {
    min-height: 200px;
  }
  .error-wrapper .error-content .svg-animation-text {
    top: -30px;
    bottom: 5px;
    left: 15px;
    right: 15px;
  }
}

/*-------------------------------------------------------*/
/* BANNER SLIDER */
/*-------------------------------------------------------*/
.banner-slider-wrap {
  text-align: center;
}

.banner-slider-wrap .container-fluid {
  z-index: 30;
}

.banner-slider-wrap .swiper-pagination {
  color: transparent;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .2px;
  text-align: left;
  bottom: 45px;
  left: 12.5%;
}

.banner-slider-wrap .swiper-pagination span {
  color: #fff;
  display: none;
  background-color: transparent;
  width: auto;
  height: auto;
}

.banner-slider-wrap .swiper-pagination span:first-child, .banner-slider-wrap .swiper-pagination span:last-of-type {
  display: inline-block;
  opacity: 1;
}

.banner-slider-wrap .swiper-pagination span:first-child {
  position: relative;
  margin-right: 27px;
}

.banner-slider-wrap .swiper-pagination span:first-child::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 270px;
  background-color: #111;
}

.banner-slider-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner-slider-wrap.andra .swiper-slide {
  width: 50% !important;
}

.banner-slider-wrap.andra .s-back-switch {
  background-position: center;
  background-size: cover;
  min-height: 640px;
  max-height: 90vh;
  height: auto !important;
}

.banner-slider-wrap.andra .swiper-pagination {
  position: static;
  margin-top: 30px;
  color: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 2;
  text-align: center;
}

.banner-slider-wrap.andra .swiper-pagination span {
  color: #222;
  display: none;
  background-color: transparent;
  width: auto;
  height: auto;
}

.banner-slider-wrap.andra .swiper-pagination span:first-child, .banner-slider-wrap.andra .swiper-pagination span:last-of-type {
  display: inline-block;
  opacity: 1;
}

.banner-slider-wrap.andra .swiper-pagination span:first-child {
  position: relative;
  margin-right: 35px;
}

.banner-slider-wrap.andra .swiper-pagination span:first-child::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 30px;
  margin: 0 7px;
  background-color: #dfdede;
}

.banner-slider-wrap.andra .swiper-pagination .swiper-pagination-total {
  color: #999999;
}

.banner-slider-wrap.andra .total-less10 .swiper-pagination .swiper-pagination-total:before {
  content: '0';
  display: inline-block;
  background-color: transparent;
  position: static;
  width: auto;
  height: 0;
}

.banner-slider-wrap.andra .current-less10 .swiper-pagination .swiper-pagination-current:before {
  content: '0';
  display: inline-block;
  background-color: transparent;
  position: static;
  width: auto;
  height: 0;
}

@media only screen and (max-width: 1199px) {
  .banner-slider-wrap.andra .s-back-switch {
    min-height: 440px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-slider-wrap.andra .s-back-switch {
    min-height: 400px;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-slider-wrap.andra .swiper-slide {
    width: 100% !important;
    margin: 0;
  }
  .banner-slider-wrap.andra .s-back-switch {
    min-height: 350px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-slider-wrap.andra .s-back-switch {
    min-height: 380px;
  }
}

/*-------------------------------------------------------*/
/* ABOUT*/
/*-------------------------------------------------------*/
.about-section-classic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.about-section-classic .about-section__img {
  height: 460px;
  width: 51%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 70px;
}

.about-section-classic .content {
  width: 42%;
  text-align: right;
}

.about-section-classic .subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #b6b6b6;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}

.about-section-classic .title {
  font-size: 48px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  letter-spacing: normal;
  color: #111;
  margin-bottom: 5px;
  margin-top: 0;
}

.about-section-classic .grad-word {
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #111;
  font-size: 200px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  letter-spacing: normal;
}

.about-section-classic .grad-text {
  color: #111;
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  letter-spacing: normal;
}

.about-section-classic .but-wrap {
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .about-section-classic .about-section__img {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .about-section-classic .about-section__img {
    height: 350px;
    margin-left: 40px;
  }
  .about-section-classic .grad-word {
    left: -40px;
    font-size: 130px;
  }
  .about-section-classic .title,
  .about-section-classic .grad-text {
    font-size: 40px;
  }
  .about-section-classic .but-wrap {
    padding-top: 30px;
  }

  .no-padd-left {
    padding-left: 0 !important;
  }

  .no-padd-right {
    padding-right: 0 !important;
  }

  .no-marg-right {
    margin-right: 0 !important;
  }

  .no-marg-left {
    margin-left: 0 !important;
  }

}

@media only screen and (max-width: 768px) {
  .about-section-classic .about-section__img {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .about-section-classic .content {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .about-section-classic .grad-word {
    left: -10px;
    font-size: 90px;
  }
  .about-section-classic .subtitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .about-section-classic .title,
  .about-section-classic .grad-text {
    font-size: 32px;
  }
  .about-section-classic .but-wrap {
    padding-top: 20px;
  }
}

.about-section-modern {
  position: relative;
  min-height: 600px;
  margin: 90px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section-modern .about-section__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 600px;
  width: 65%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.about-section-modern .content {
  text-align: right;
  z-index: 10;
  position: relative;
  float: right;
  max-width: 51%;
}

.about-section-modern .subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.33;
  color: #111;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 1.8px;
  -webkit-font-smoothing: antialiased;
}

.about-section-modern .title {
  font-size: 50px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1.26;
  letter-spacing: .2px;
  margin-bottom: 50px;
  color: #111;
  text-align: right;
}

.about-section-modern .title b {
  color: #111;
}

.about-section-modern .title-bg {
  position: absolute;
  top: -120px;
  right: -35%;
  color: #111;
  opacity: .05;
  font-size: 300px;
  font-weight: bold;
  letter-spacing: 15px;
  max-width: 60%;
  line-height: .9;
}

.about-section-modern .bg_title {
  width: 100%;
  -ms-word-break: break-all;
  word-break: break-all;
}

@media only screen and (max-width: 1400px) {
  .about-section-modern .title-bg {
    right: -27%;
  }
}

@media only screen and (max-width: 1200px) {
  .about-section-modern {
    min-height: 500px;
    margin: 40px 0;
  }
  .about-section-modern .about-section__img {
    height: 500px;
    width: 55%;
  }
  .about-section-modern .content {
    width: 60%;
  }
  .about-section-modern .title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .about-section-modern .title-bg {
    top: -40px;
    max-width: 40%;
    font-size: 180px;
    right: -10%;
  }
}

@media only screen and (max-width: 991px) {
  .about-section-modern .title-bg {
    top: 40px;
    font-size: 120px;
  }


}

@media only screen and (max-width: 768px) {
  .about-section-modern {
    min-height: 450px;
  }
  .about-section-modern .about-section__img {
    height: 450px;
  }
  .about-section-modern .title {
    font-size: 32px;
  }

  .no-padd-left {
    padding-left: 15px !important;
  }

  .no-padd-right {
    padding-right: 15px !important;
  }
  
}

@media only screen and (max-width: 576px) {
  .about-section-modern {
    min-height: auto;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .about-section-modern .title-bg {
    position: static;
    max-width: none;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 50px;
  }
  .about-section-modern .about-section__img {
    position: static;
    height: 300px;
    width: 100%;
  }
  .about-section-modern .content {
    margin-top: 30px;
    float: none;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .about-section-modern .title {
    margin-bottom: 15px;
    text-align: center;
  }
  .about-section-modern .subtitle {
    margin-bottom: 15px;
  }
}

/*-------------------------------------------------------*/
/* CALL TO ACTION*/
/*-------------------------------------------------------*/
.call-to-action.classic {
  position: relative;
}

.call-to-action.classic .call-to-action-wrap {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.call-to-action.classic .info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 15px;
}

.call-to-action.classic .call-title {
  padding-right: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
}

.call-to-action.classic .call-to-action-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .call-to-action.classic .call-to-action-bg {
    height: 60px;
  }
  .call-to-action.classic .info-wrap {
    padding: 100px 30px;
  }
  .call-to-action.classic .call-title {
    max-width: 500px;
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action.classic .call-to-action-bg {
    height: 30px;
  }
  .call-to-action.classic .info-wrap {
    padding: 50px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .call-to-action.classic .call-title {
    padding-right: 0;
    font-size: 28px;
    text-align: center;
  }
  .call-to-action.classic .btn-wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
 
  .call-to-action.classic .call-title {
    max-width: 100%;
  }
}

/*-------------------------------------------------------*/
/* SERVICES*/
/*-------------------------------------------------------*/
.services.right {
  padding: 107px 35px 35px 35px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(189, 168, 127, 0.12);
          box-shadow: 0 20px 30px 0 rgba(189, 168, 127, 0.12);
}

.services.right i {
  position: absolute;
  top: 27px;
  right: 35px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.services.right .content .title {
  position: relative;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #111;
  letter-spacing: normal;
  line-height: 2;
  font-weight: 600;
  margin-top: 0;
  z-index: 1;
}

.services.right .content .text {
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal;
  z-index: 1;
}

.services.right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}

.services.right:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(189, 168, 127, 0.22);
          box-shadow: 0 20px 40px 0 rgba(189, 168, 127, 0.22);
}

.services.right:hover::before {
  visibility: visible;
  opacity: 1;
}

.services.right:hover .title,
.services.right:hover .text {
  color: #fff;
}

.services.right:hover i {
  background-image: none !important;
  background-color: #fff;
}

.services i {
  color: #111;
  font-size: 52px;
  text-align: right;
  display: inline-block;
  letter-spacing: .7px;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.contacts-info-wrap {
  position: relative;
  padding-bottom: 15px;
}

.contacts-info-wrap img {
  margin-bottom: 18px;
}

.contacts-info-wrap .title {
  font-weight: 600;
  color: #111;
  margin-bottom: 0;
  letter-spacing: .2px;
}

.contacts-info-wrap .content-item div,
.contacts-info-wrap .content-item a {
  font-size: 24px;
  font-weight: 800;
  display: block;
  line-height: 1.2;
  font-family: "Muli", sans-serif;
  color: #111;
  letter-spacing: .2px;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
  margin-bottom: 25px;
}

.contacts-info-wrap .content-item a:hover {
  color: #111;
  opacity: 1;
}

.contacts-info-wrap.style6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contacts-info-wrap.style6 .item-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info-wrap.style6 .item-wrapper:not(:first-of-type) {
  margin-left: 50px;
}

.contacts-info-wrap.style6 .item-wrapper a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.contacts-info-wrap.style6 .item-wrapper a:hover {
  color: #111;
}

.contacts-info-wrap.style6 .item-wrapper a:not(:last-of-type)::after {
  content: ", ";
}

.contacts-info-wrap.style6 .item-wrapper .title {
  color: #999999;
  opacity: 1;
}

.contacts-info-wrap.style7 {
  background-color: #fff;
  max-width: 570px;
  width: 100%;
  padding: 65px 50px;
}

.contacts-info-wrap.style7 .title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .2px;
  margin-bottom: 25px;
  color: #111;
  text-align: center;
  opacity: 1;
}

.contacts-info-wrap.style7 .text {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #999;
  margin-bottom: 43px;
  text-align: center;
}

.contacts-info-wrap.style7 .form .input_protected_wrapper {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contacts-info-wrap.style7 .form .wpcf7-form-control-wrap:nth-of-type(2n-1) {
  margin-right: 30px;
}

.contacts-info-wrap.style7 .form .wpcf7-form-control-wrap:last-of-type {
  margin-right: auto;
  float: none;
}

.contacts-info-wrap.style7 .form .wpcf7-form-control-wrap:not(:last-of-type) {
  display: block;
  width: calc(50% - 15px);
  float: left;
}

span.wpcf7-not-valid-tip {
  position: relative;
  clear: both;
  margin-bottom: 15px;
  top: -15px;
}

.wpcf7 * {
  text-transform: none;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .contacts-info-wrap .form p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-info-wrap .form p span {
    width: 100%;
  }
  .contacts-info-wrap .form p span:not(.textarea):nth-of-type(2n), .contacts-info-wrap .form p span:not(.textarea):nth-of-type(2n+1) {
    margin-right: 0;
    margin-left: 0;
  }
  .contacts-info-wrap input[type="submit"] {
    margin-top: 10px;
  }
}

/*-------------------------------------------------------*/
/* CONTACTS*/
/*-------------------------------------------------------*/
.contacts-info-wrap.info_with_form .title {
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  color: #111;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: .2px;
  margin-bottom: 20px;
}

.contacts-info-wrap.info_with_form .text {
  margin-bottom: 30px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: .2px;
  opacity: .4;
}

.contacts-info-wrap.info_with_form .phone-wrapper,
.contacts-info-wrap.info_with_form .address-wrapper,
.contacts-info-wrap.info_with_form .email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contacts-info-wrap.info_with_form .phone-wrapper i,
.contacts-info-wrap.info_with_form .address-wrapper i,
.contacts-info-wrap.info_with_form .email-wrapper i {
  margin-right: 15px;
  font-size: 26px;
  width: 26px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contacts-info-wrap.info_with_form .phone-wrapper .email,
.contacts-info-wrap.info_with_form .phone-wrapper .address,
.contacts-info-wrap.info_with_form .address-wrapper .email,
.contacts-info-wrap.info_with_form .address-wrapper .address,
.contacts-info-wrap.info_with_form .email-wrapper .email,
.contacts-info-wrap.info_with_form .email-wrapper .address {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: .2px;
  opacity: .4;
}

.contacts-info-wrap.info_with_form .phone-wrapper a,
.contacts-info-wrap.info_with_form .address-wrapper a,
.contacts-info-wrap.info_with_form .email-wrapper a {
  text-decoration: none;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
  display: inline-block;
  margin-right: 15px;
}

.contacts-info-wrap.info_with_form .phone-wrapper a:hover,
.contacts-info-wrap.info_with_form .address-wrapper a:hover,
.contacts-info-wrap.info_with_form .email-wrapper a:hover {
  opacity: 1;
}

.contacts-info-wrap.info_with_form .form-wrap {
  max-width: 570px;
}

.contacts-info-wrap.info_with_form .form-wrap .container {
  max-width: 100%;
  padding: 0;
}

.contacts-info-wrap.info_with_form .form {
  margin-left: 0;
  margin-right: auto;
}

.contacts-info-wrap.info_with_form .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-info-wrap.info_with_form .form form .frm_form_fields {
  width: 100%;
}

.contacts-info-wrap.info_with_form .form p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-info-wrap.info_with_form .form p span {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.contacts-info-wrap.info_with_form .form p span span.wpcf7-not-valid-tip {
  position: static;
  width: 100%;
  margin-bottom: 0;
}

.contacts-info-wrap.info_with_form .form p span.textarea, .contacts-info-wrap.info_with_form .form p span.subject {
  width: 100%;
}

.contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n+1) {
  margin-right: 10px;
}

.contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n) {
  margin-left: 10px;
}

.contacts-info-wrap.info_with_form textarea {
  border: 0;
  outline: none;
  width: 100%;
  height: 105px;
  max-width: 100%;
  padding: 10px 20px;
  border: 3px solid #e6e6e6;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .2px;
  -webkit-transition: border-color .35s ease;
  -o-transition: border-color .35s ease;
  transition: border-color .35s ease;
  resize: none;
}

.contacts-info-wrap.info_with_form textarea:focus {
  border-color: #111;
}

.contacts-info-wrap.info_with_form input {
  border: 0;
  outline: none;
}

.contacts-info-wrap.info_with_form input:not([type="submit"]) {
  width: 100%;
  padding: 10px 20px;
  border: 3px solid #e6e6e6;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: .2px;
  line-height: 1.6;
  -webkit-transition: border-color .35s ease;
  -o-transition: border-color .35s ease;
  transition: border-color .35s ease;
}

.contacts-info-wrap.info_with_form input:not([type="submit"]):focus {
  border-color: #111;
}

@media only screen and (max-width: 991px) {
  .contacts-info-wrap.info_with_form input[type="submit"] {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts-info-wrap.info_with_form .form {
    max-width: 100%;
  }
  .contacts-info-wrap.info_with_form .form p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-info-wrap.info_with_form input[type="submit"] {
    margin-top: 0;
  }
  .contacts-info-wrap.info_with_form .content {
    margin-bottom: 40px;
    text-align: center;
  }
  .contacts-info-wrap.info_with_form .phone-wrapper,
  .contacts-info-wrap.info_with_form .address-wrapper,
  .contacts-info-wrap.info_with_form .email-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts-info-wrap.info_with_form .phone-wrapper .phone-list,
  .contacts-info-wrap.info_with_form .phone-wrapper .address-list,
  .contacts-info-wrap.info_with_form .phone-wrapper .email-list,
  .contacts-info-wrap.info_with_form .address-wrapper .phone-list,
  .contacts-info-wrap.info_with_form .address-wrapper .address-list,
  .contacts-info-wrap.info_with_form .address-wrapper .email-list,
  .contacts-info-wrap.info_with_form .email-wrapper .phone-list,
  .contacts-info-wrap.info_with_form .email-wrapper .address-list,
  .contacts-info-wrap.info_with_form .email-wrapper .email-list {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .contacts-info-wrap.info_with_form .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contacts-info-wrap.info_with_form .text {
    margin-bottom: 20px;
  }
  .contacts-info-wrap.info_with_form .content {
    margin-bottom: 30px;
  }
  .contacts-info-wrap.info_with_form .form p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-info-wrap.info_with_form .form p span {
    width: 100%;
  }
  .contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n), .contacts-info-wrap.info_with_form .form p span:not(.textarea):not(.subject):nth-of-type(2n+1) {
    margin-left: 0;
    margin-right: 0;
  }
}

/*-------------------------------------------------------*/
/* SPLIT SLIDER */
/*-------------------------------------------------------*/
.split-wrapper .skills {
  width: 100%;
  margin: 50px 0 0 0;
  max-width: 530px;
}

.split-wrapper .skills .skill {
  color: #222;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  position: relative;
}

.split-wrapper .skills .skill:not(:last-child) {
  margin-bottom: 30px;
}

.split-wrapper .skills .line {
  background-color: #f0f0f0;
  position: relative;
  width: 100%;
  height: 5px;
  margin: 9px 0 0 0;
}

.split-wrapper .skills .line .active-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 1.5s ease;
  -o-transition: width 1.5s ease;
  transition: width 1.5s ease;
  background-color: #222222;
}

.split-wrapper .skills .skill-label {
  text-align: left;
}

.split-wrapper .skills .skill-value {
  display: inline-block;
  float: right;
  text-align: right;
}

.split-wrapper .skills .skill-value.active-line {
  position: absolute;
  left: 0;
  width: 0;
  opacity: 1;
  -webkit-transition: width 1.5s ease, opacity 1.5s ease;
  -o-transition: width 1.5s ease, opacity 1.5s ease;
  transition: width 1.5s ease, opacity 1.5s ease;
}

.split-wrapper .skills.light .skill {
  color: #fff;
}

.split-wrapper .skills.light .line {
  background-color: rgba(255, 255, 255, 0.18);
}

.split-wrapper .skills.text-right {
  margin-left: auto;
}

.split-wrapper .skills.text-center {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .split-wrapper .skills {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .split-wrapper .ms-tableCell {
    height: 100px !important;
  }
}

@media (min-width: 1280px) {
  .margin-slider {
    margin-top: 300px !important;
  } 
}

@media (max-width: 767px) {
  .split-wrapper .skills {
    margin-left: auto;
    margin-right: auto;
  }
}

.split-wrapper {
  height: 100vh;
}

.split-wrapper .ms-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.split-wrapper .ms-section.ms-table {
  display: table;
  width: 100%;
}

.split-wrapper .ms-tableCell {
  background-position: 50%;
  background-size: cover;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.split-wrapper .ms-scrollable {
  overflow: hidden;
  position: relative;
}

.split-wrapper .ms-scroller {
  overflow: hidden;
}

.split-wrapper .iScrollIndicator {
  border: 0 !important;
}

.split-wrapper .ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.split-wrapper .ms-responsive .ms-hide {
  display: none;
}

.split-wrapper .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
  color: #111;
}

.split-wrapper .title {
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 30px;
}

.split-wrapper .title:not(:first-child) {
  margin-top: 15px;
}

.split-wrapper .description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #7e7d7d;
}

.split-wrapper .link-wrap {
  margin-top: 52px;
}

.split-wrapper .link-wrap a {
  margin: auto 15px;
}

.split-wrapper .wpcf7 {
  margin-top: 50px;
  max-width: 530px;
}

.split-wrapper .wpcf7 .ajax-loader,
.split-wrapper .wpcf7 br {
  display: none;
}

.split-wrapper .wpcf7 textarea,
.split-wrapper .wpcf7 input:not([type="submit"]) {
  background-color: transparent;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #eee;
  color: #888;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 30px;
}

.split-wrapper .wpcf7 textarea::-webkit-input-placeholder,
.split-wrapper .wpcf7 input:not([type="submit"])::-webkit-input-placeholder {
  color: inherit;
}

.split-wrapper .wpcf7 textarea::-moz-placeholder,
.split-wrapper .wpcf7 input:not([type="submit"])::-moz-placeholder {
  color: inherit;
}

.split-wrapper .wpcf7 textarea:-ms-input-placeholder,
.split-wrapper .wpcf7 input:not([type="submit"]):-ms-input-placeholder {
  color: inherit;
}

.split-wrapper .wpcf7 textarea:-moz-placeholder,
.split-wrapper .wpcf7 input:not([type="submit"]):-moz-placeholder {
  color: inherit;
}

.split-wrapper .wpcf7 textarea:focus,
.split-wrapper .wpcf7 input:not([type="submit"]):focus {
  color: #bda87f;
  border-color: #bda87f;
  outline: 1px solid #bda87f;
}

.split-wrapper .wpcf7 textarea {
  height: 148px;
  resize: none;
}

.split-wrapper .wpcf7 input[type="submit"] {
  margin-top: 6px;
}

.split-wrapper .wpcf7 div.wpcf7-mail-sent-ok,
.split-wrapper .wpcf7 div.wpcf7-validation-errors,
.split-wrapper .wpcf7 div.wpcf7-acceptance-missing {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 7px;
}

.split-wrapper .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #888;
  margin-top: 7px;
}

.split-wrapper .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 34px -10px 0;
}

.split-wrapper .image-list.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.split-wrapper .image-list.text-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.split-wrapper .image-item {
  padding: 20px 10px 0;
  width: 50%;
}

.split-wrapper .image-item.three {
  width: 33.33%;
}

.split-wrapper .image-item.four {
  width: 25%;
}

.split-wrapper .content-wrap {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.split-wrapper .content-wrap.light .title {
  color: #fff;
}

.split-wrapper .content-wrap.light .wpcf7 textarea,
.split-wrapper .content-wrap.light .wpcf7 input:not([type="submit"]) {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

.split-wrapper .content-wrap.light .wpcf7 textarea:focus,
.split-wrapper .content-wrap.light .wpcf7 input:not([type="submit"]):focus {
  color: #fff;
}

.split-wrapper .content-wrap.text-right .wpcf7 {
  margin-left: auto;
}

.split-wrapper .content-wrap.text-center .wpcf7 {
  margin-left: auto;
  margin-right: auto;
}

.split-wrapper .split-mob-image {
  height: 60vw;
  min-height: 250px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: 50%;
  margin-left: -25px;
  margin-right: -25px;
}

.split-wrapper .split-mob-section {
  padding: 0 25px 80px;
}

#multiscroll-nav {
  margin-top: 0 !important;
  position: absolute;
  left: 63px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 111;
}

#multiscroll-nav.right {
  left: auto;
  right: 63px;
}

#multiscroll-nav ul {
  margin: 0;
  list-style-type: none;
}

#multiscroll-nav li + li {
  margin-top: 20px;
}

#multiscroll-nav a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: #222;
  -webkit-transition: 1s 0.25s;
  -o-transition: 1s 0.25s;
  transition: 1s 0.25s;
}

#multiscroll-nav a.active {
  background-color: #fff;
}

.split-wrapper--mob {
  display: none;
}

@media (max-width: 991px) {
  .split-wrapper {
    height: auto;
  }
  .split-wrapper--desctop {
    display: none;
  }
  .split-wrapper--mob {
    display: block;
  }
}

@media (max-width: 991px) {
  html.split-slider-init,
  body.split-slider-init {
    overflow: auto !important;
    height: auto !important;
  }
  #multiscroll-nav {
    display: none;
  }
}

@media (max-width: 1500px) {
  .split-wrapper .ms-tableCell {
    padding: 0;
  }
  #multiscroll-nav {
    left: 48px;
  }
  #multiscroll-nav.right {
    right: 48px;
  }
 
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
  .split-wrapper .link-wrap a {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .split-wrapper .ms-tableCell {
    padding: 0 80px 100px;
  }
  .split-wrapper .title {
    font-size: 32px;
  }
  .split-wrapper .link-wrap,
  .split-wrapper .wpcf7 {
    margin-top: 30px;
  }
  .split-wrapper .image-list {
    margin-top: 10px;
  }
  #multiscroll-nav {
    left: 35px;
  }
  #multiscroll-nav.right {
    right: 35px;
  }
}

@media (max-width: 991px) {
  .split-ms-left,
  .split-ms-right {
    width: 100% !important;
  }

  .padd-only-md-left {
    padding-left: 0px !important;
  }
  
  .padd-only-md-right {
    padding-right: 0px !important;
  }

  .no-padd-md {
    padding: 0;
  }

  .vindow-height {
    margin-top: 0px !important;
  }

}

@media (max-width: 768px) {

  .margin-top {
    margin-top: 80px !important;
  }

  .split-wrapper .split-mob-image {
    margin-bottom: 60px;
  }
  .split-wrapper .split-mob-section {
    padding-bottom: 60px;
  }
  .split-wrapper .title {
    font-size: 27px;
  }
  .split-wrapper .image-item {
    width: 100%;
  }
  .split-wrapper .image-item.three {
    width: 100%;
  }
  .split-wrapper .image-item.four {
    width: 100%;
  }
  .split-wrapper .wpcf7 textarea,
  .split-wrapper .wpcf7 input:not([type="submit"]) {
    text-align: center;
  }
  .no-padd-xs {
    padding: 0 !important;
  }

  .height-mobile {
    height: 350px !important;
  }

}

@media (max-width: 480px) {
  .no-padd-md {
    padding: 0 15px !important;
  }

  .no-padd-small {
    padding: 0 !important;
  }

  .split-wrapper .split-mob-image {
    margin-bottom: 45px;
  }
  .split-wrapper .split-mob-section {
    padding-bottom: 45px;
  }
  .split-wrapper .link-wrap a {
    margin-bottom: 10px;
  }

  .height-mobile {
    height: 300px !important;
  }

  
}

@media (max-width: 375px) {
  
  .no-padd-sides-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 320px) {

 .no-padd-xs {
   padding: 0 !important;
 }


.vindow-height {
  margin-top: 0px !important;
  margin-bottom: -20px !important;
 
 }

}

.no-fixed-color-white {
  position: static;
  background-color: white !important;
}

.align-center {
  text-align: center;
}

.margin-top {
  margin-top: 94px;
}

.no-marg-bottom {
  margin-bottom: 0 !important;
}


@media screen and (min-width: 1024px) {
  .marg-top {
    margin-top: 88px !important;
  }
}

@media screen and (min-width: 1280px) {
  .marg-item {
    margin-top: -40px !important;
  }
}

.overflow {
  overflow: hidden;
}

.specialcolorInput::placeholder {
  color: white;
}

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

.gallery-hidden {
  display: none;
}

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

@media screen and (min-width: 320px) {
  .padd-lg-sides-7p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}


@media screen and (min-width: 769px) {
  .padd-lg-sides-7p {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}


 .no-padd-top {
   padding-top: 0 !important;
 }

.no-padd-bottom {
  padding-bottom: 0 !important;
}

 @media screen and (max-width: 767px) {
  .no-padd-767 {
    padding-left: 0 !important;
    padding-right: 0 !important;
   }
 }

 .header-top {
  position: relative !important;
 }

 .font-size-40 {
   font-size: 40px !important;
   font-weight: 700 !important;
 }

 @media only screen and (max-width: 991px) {
  .font-size-40 {
    font-size: 30px !important;

  }

  .no-padd-991 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .margin-top-md {
    margin-top: 65px !important;
  }

 }
@media screen and (max-width: 1280px) {
  .no-padd-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .text-alight-lft {
    text-align: left !important;
  }

  .flex-item {
    display: block !important;
  }

  .display-none-md {
    display: none;
  }

  .margin-top-md {
    margin-top: 0px !important;
  }

  .no-marg-767 {
    margin-top: 0px !important;
  }
}

.flex-item {
 display: flex;
 justify-content: space-between; 
}

.flex-select {
 display: flex;
 justify-content: space-between; 
}

.flex-input {
  display: flex;
  justify-content: space-between;
} 

.aling-text-center {
  text-align: center !important;
}

@media screen and (max-width: 991px) {
  
  .flex-item {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .flex-select {
    display: block !important; 
   }

}

.hover-no {
 cursor: not-allowed !important; 
 color: rgb(160, 154, 154) !important;
 border-color: rgb(160, 154, 154) !important;
}


.hover-no:hover {
  background-color: #fff !important;
}

.marg-left {
  margin-left: 50% !important;
}

@media screen and (max-width: 768px) {
  .marg-left {
    margin-left: 0% !important;
  }

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

.overlay-img{
  opacity: 0.7;
}

.flex-img {
  display: flex;
}

.post-mrg {
  margin-top: 10px !important;
}

.padding-sm-0bt {
  padding-bottom: 0px !important;
}

@media screen and (min-width: 768px) {
  .padding-sm-0bt {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 991px) {
  .padding-sm-0bt {
    padding-bottom: 60px !important;
  }
}

.padd-left-right-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media screen and (max-width: 767px) {
  .padd-left-right-15 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.glyphicon-chevron-right:before {
  content: '';
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 32px;
  border-width: 0px 0px 1px 1px;
  position: absolute;
}

.glyphicon-chevron-left:before {
  content: '';
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 32px;
  border-width: 0px 0px 1px 1px;
  position: absolute;
}


.slider-img .location {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: "Inter", sans-serif;
  letter-spacing: 4px;
  transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;

  text-align: left;
  /*padding: 16% 30px 0 30px;*/
  text-transform: uppercase;
  font-size: 14px;
}

.slider-img .slideTitle {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px; /* 125% */
    letter-spacing: -1.2px;
    padding: 90px 0 !important;
    text-align: left;
}


.item .location{
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.item.active .location{
  opacity: 1;
  transform: translateY(50px);
  -webkit-transform:  translateY(50px);
  -moz-transform:  translateY(50px);
  -ms-transform:  translateY(50px);
  -o-transform:  translateY(50px);
}

.item .show2{
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}

.item.active .show2{
  opacity: 1;
  transform: translateY(-50px);
  -webkit-transform:  translateY(-50px);
  -moz-transform:  translateY(-50px);
  -ms-transform:  translateY(-50px);
  -o-transform:  translateY(-50px);
}

.item .slideTitle{
  opacity: 0;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.item.active .slideTitle{
  opacity: 1.5;
}

.item .hide {
  opacity: 1;
  transition: 1.5s;
  -webkit-transition: 1.5s;;
  -moz-transition: 1.5s;;
  -ms-transition: 1.5s;;
  -o-transition: 1.5s;;

}

.item.active .hide {
  transform: translateY(-50px);
  -webkit-transform:  translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  
  opacity: 0;
}

.item .hide2 {
  opacity: 1;
  transition: 1.5s;
  -webkit-transition: 1.5s;;
  -moz-transition: 1.5s;;
  -ms-transition: 1.5s;;
  -o-transition: 1.5s;;
  transition: 1.5s;;
}
 
.item.active .hide2 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px) ;
     -o-transform: translateY(50px);
     transform: translateY(50px);
}

.item .slideTitle2 {
  opacity: 1;
  -webkit-transition: 2s;
     -moz-transition: 2s;
     -ms-transition: 2s;
     -o-transition: 2s;
     transition: 2s;
     transition: 2s;
}

.item.active .slideTitle2 {
  opacity: 0;
}

.carousel-control.right {
  background: none;
}


.carousel-control.left {
  background: none;
}

.revo {
  background-color: black;
}

.numberz {
  position: absolute;
  top: 48%;
  left: 25%;
}

.number-2 {
  left: 63%;
}

.numberz span {
  padding: 2px;
  transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;;
     -moz-transition: none 0s ease 0s;;
     -ms-transition: none 0s ease 0s;;
     -o-transition: none 0s ease 0s;;
     transition: none 0s ease 0s;;
  text-align: inherit;
  line-height: 32px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
}

.length {
  display: block;
  margin-top: -20px !important;
  margin-left: 25px !important;
}

.changed1, .changed2 {
  margin-left: -10px !important;
}

@media screen and (max-width: 1280px) {
  .numberz {
    top: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .slideTitle {
    font-size: 45px !important;
  }

  .slider-img .location {
    padding-top: 21%;
    font-size: 12px;
  }
}

@media screen and (max-width: 990px) {
  .numberz {
    display: none;
  }

  .glyphicon-chevron-right:before {
    display: none
  }

  .glyphicon-chevron-left:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .slider-img .location {
    padding-top: 30%;
  }

  .slider-img img{
    width: auto !important;
  }
} 

@media screen and (max-width: 425px) {
  .slider-img .location {
    padding-top: 45%;
    font-size: 12px !important;
  }

  .carousel-caption {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .location {
    font-size: 18px !important;
  }

  .slider-img .slideTitle {
    padding: 0 !important;
    font-size: 28px !important;
  }
} 

@media screen and (max-width: 320px) {
  .slider-img .location {
    padding-top: 50%;
    font-size: 9px !important;
  }

  .slideTitle {
    font-size: 23px !important;
  }
  
}

.carousel-inner, .item {
  height: 100vh !important ; 
}

.page-ruler-guide-bottom-left {
  overflow: hidden;
}

.border-only {
  line-height: 32px !important;
  font-weight: 500 !important; 
  text-align: center !important;
  border: none !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 45px !important;
  padding-right: 45px !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 320px) {
  .align-left {
    text-align: left !important;
  }
}

/*-------------------------------------------------------*/
/* CUSTOMS */
/*-------------------------------------------------------*/
.container-title{
  border-bottom: 2px solid #373737;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.014px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.container-title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: calc(50% - 9px);
  transform: translateY(-50%);
  
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #373737;
}

/* ===========================
   CLIENTS SWIPER GRID
   =========================== */

.our-clients {
    background: #F8F9FB;
    padding: 60px 0 50px;
}

.our-clients h4 {
  color: #373737;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 108.333% */
  letter-spacing: -0.014px;
  text-align: center;
}

/* Grelha 5×2 dentro de cada slide */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.clients-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-right: 1px solid #D9D9D9;
    background: #F8F9FB;
    min-height: 110px;
    transition: background 0.2s ease;
}

/* Remove a borda direita do último item de cada linha (5.º, 10.º, etc.) */
.clients-grid-item:nth-child(5n) {
    border-right: none;
}

.clients-grid-item img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    /* logos a cinzento, ficam coloridos ao hover */
    filter: grayscale(100%) opacity(0.6);
    transition: filter 0.3s ease;
    object-fit: contain;
}

.clients-grid-item:hover img {
    filter: grayscale(0%) opacity(1);
}

/* Swiper container */
.clients-swiper {
    width: 100%;
    padding-bottom: 40px !important;
}

/* Pagination */
.clients-swiper .swiper-pagination {
    bottom: 0;
}

.clients-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.clients-swiper .swiper-pagination-bullet-active {
    background: #2F53D6;
}


@media (max-width: 991px) {
    .clients-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .clients-grid-item:nth-child(5n) {
      border-right: 1px solid #D9D9D9;
    }

    .clients-grid-item:nth-child(3n) {
      border-right: none;
    }
}

@media (max-width: 575px) {
    .clients-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .clients-grid-item:nth-child(3n) {
      border-right: 1px solid #D9D9D9;
    }

    .clients-grid-item:nth-child(2n) {
      border-right: none;
    }

    .clients-grid-item {
        padding: 20px 15px;
        min-height: 80px;
    }
}



/* ===========================
   AWARDS LAYOUT
   =========================== */

.awards-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.awards-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.awards-layout .awards-list {
    flex: 0 0 45%;
}

/* Hidden awards (not on current page) */
.awards-list .awards-item.awards-item--hidden {
    display: none;
}

/* Active state for left card */
.awards-list .awards-item.active:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* RIGHT panel */
.awards-detail {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 36px 40px;
    min-height: 280px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.awards-detail-slide {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.awards-detail-slide.active {
    display: flex;
}

.awards-detail.animating {
    animation: awardsfade 0.3s ease;
}

@keyframes awardsfade {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
}

.awards-detail-logo {
    height: 53px;
    margin-bottom: 16px;
}

.awards-detail-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}

.awards-detail-subtitle {
    font-size: 14px;
    color: #444;
    margin: 0 0 4px;
}

.awards-detail-source {
    font-size: 13px;
    color: #888;
}

.awards-detail-divider {
    width: 100%;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

.awards-detail-meta {
    font-size: 14px;
    color: #555;
    text-align: center;
}

.awards-detail-meta p {
    margin: 4px 0;
}

.awards-detail-meta span {
    font-weight: 600;
    color: #222;
}

.awards-detail-link {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

.awards-detail-link:hover {
    opacity: 0.6;
}

/* Pagination dots */
.awards-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
}

.awards-pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s;
}

.awards-pagination-dot.active {
    background: #2F53D6;
}

/* Responsive */
@media (max-width: 767px) {
    .awards-layout {
        flex-direction: column;
    }
    .awards-layout .awards-list {
        flex: 0 0 100%;
        width: 100%;
    }
}


/* ===========================
   SLIDER — new elements
   =========================== */

/* "View more" button */
.slider-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 28px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.slider-btn:hover {
    background: #fff;
    color: #111;
    text-decoration: none;
}

/* Bottom bar wrapper */
.slider-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.slider-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

/* Pagination dots */
.slider-dots {
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;   /* ← centra verticalmente todos os dots */
    gap: 10px;
    width: auto;
}

.slider-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    cursor: pointer;
    text-indent: 0;
    flex-shrink: 0;
    transition: border-color 0.2s, background 0.2s, width 0.2s, height 0.2s;
}

.slider-dots li.active {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.9);
    margin: 0;
    box-shadow: inset 0 0 0 6px #fff;
}

/* Prev/Next arrows */
.slider-controls {
    position: static;
    display: flex;
    gap: 8px;
}

.slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.slider-arrow:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
    text-decoration: none;
}

.slider-arrow-prev {
    margin-right: 0;
}

/* "Scroll down" — vertical text, right side */
.slider-scroll-down {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: rgba(255,255,255,0.7);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 767px) {
    .slider-scroll-down { display: none; }
    .slider-controls { right: 20px; bottom: 16px; }
    .slider-dots { left: 20px; bottom: 20px; }
}

.slider-arrow-prev {
    margin-right: 8px;
}

/* Fix 3 — "View more" aligned left */
.vertical-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* ===========================
   ABOUT US PAGE
   =========================== */

/* Page title */
.page-title-wrapper {
    padding: 150px 0 20px;
}

.page-title {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #373737;
    margin: 0;
}

/* Hero banner */
.about-hero {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.about-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(174deg, rgba(103, 169, 226, 0.30) 4.91%, rgba(131, 153, 172, 0.00) 157.12%);
    pointer-events: none;
    z-index: 1;
}

.about-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Portrait */
.about-portrait {
    width: 100%;
    height: auto;
    display: block;
}

/* About text */
.about-text p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

/* ===========================
   OUR SERVICES
   =========================== */
.our-services-section {
    background: #F8F9FB;
    padding: 60px 0 80px;
}

.our-services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.our-services-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.our-services-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8a0000;
    flex-shrink: 0;
}

.our-services-link {
  color: #373737;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 312.5% */
  letter-spacing: -0.014px;
}

.our-services-link:hover {
  color: #373737;
  text-decoration: underline;
}

.our-services-divider {
    border: none;
    border-top: 1px solid #D9D9D9;
    margin: 0 0 40px;
}

/* Service cards */
.our-services-cards {
    margin-top: 0;
}

.service-card {
    margin-bottom: 30px;
}

.service-card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card-title {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #373737;
    margin: 0 0 12px;
}

.service-card-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* ===========================
   OUR TRACK RECORD
   =========================== */
.our-track-record-section {
    padding: 0;
}

.track-record-title {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 40px;
}

.track-record-layout {
    display: flex;
    align-items: stretch;
}

/* Country list */
.track-record-list {
    flex: 0 0 50%;
    background: #fff;
    padding: 40px;
}

.track-record-item {
    padding: 20px 30px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.track-record-item:hover,
.track-record-item.active {
    background: #f2F2F2;
}

/* Map */
.track-record-map {
    flex: 1;
    background: #eaeaea;
    min-height: 650px;
    position: relative;
}

#track-record-map-container {
    width: 100%;
    height: 100%;
    min-height: 650px;
}

/* Responsive */
@media (max-width: 767px) {
    .track-record-layout {
        flex-direction: column;
    }

    .track-record-list {
        flex: 0 0 auto;
        width: 100%;
    }

    .about-hero-img {
        height: 240px;
    }

    .page-title {
        font-size: 28px;
    }

    .track-record-title {
        font-size: 28px;
    }
}

/* Popup */
.tr-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 420px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    padding: 20px 24px;
    z-index: 10;
    display: none;
}

.tr-popup.visible {
    display: block;
}

.tr-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.tr-popup-country {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.tr-popup-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.tr-popup-close:hover {
    color: #333;
}

.tr-popup-list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 16px;
}

.tr-popup-list li {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #444;
    padding-bottom: 1px;
    line-height: 1.5;
    break-inside: avoid;
}

.tr-popup-list li:last-child {
    border-bottom: none;
}

.tr-popup-list li::before {
    content: '• ';
    color: #373737;
    font-weight: 700;
}

/* Contact block */
.footer-contact p {
    font-size: 13px;
    line-height: 24px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
}

.footer-contact strong {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height:normal;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.footer-contact a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: opacity 0.2s;
}

.footer-contact a:hover {
    opacity: 0.7;
}

/* Social icon */
.footer-social {
    margin-top: 20px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.footer-social-link:hover {
    opacity: 0.65;
    color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
    .footer .footer-top-content .footer-info-block {
        width: 100%;
        float: none;
        flex-direction: column;
        gap: 24px;
        margin-top: 30px;
    }
}
/*-------------------------------------------------------*/
/* OUR TEAM PAGE
/*-------------------------------------------------------*/

/* Featured member (Bill Appleby) */
.team-featured-portrait {
    width: 100%;
    height: auto;
    display: block;
}

.team-featured-info {
    padding-top: 10px;
}

.team-featured-name {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #373737;
    margin: 0 0 24px 0;
}

.team-featured-bio p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.team-featured-location {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #888;
    margin-top: 24px;
}

/* Other Team Members section */
.team-members-section {
    background-color: #f8f9fb;
    padding: 70px 0 80px;
}

.team-members-title {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 60px 0;
}

.team-members-grid {
    display: flex;
    flex-wrap: wrap;
}

.team-member-col {
    margin-bottom: 60px;
    text-align: center;
}

.team-member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Circular photo — 280x280px as per Figma */
.team-member-photo-wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    background-color: #c8c8c8;
}

.team-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Initials placeholder (shown when no photo is available) */
.team-member-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9a9a9a;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Exact values from Figma: #373737, 24px Bold */
.team-member-name {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #373737;
    line-height: 1.3;
    margin-bottom: 4px;
    text-align: center;
}

/* Exact values from Figma: #878787, 18px Regular */
.team-member-title {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #878787;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: center;
}

/* Exact values from Figma: black, 18px Medium */
.team-member-link {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding-bottom: 1px;
    transition: opacity 0.2s ease;
}

.team-member-link:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #000000;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .team-featured-portrait {
        margin-bottom: 30px;
    }

    .team-featured-name {
        font-size: 26px;
    }

    .team-members-section {
        padding: 50px 0 60px;
    }

    .team-member-photo-wrap {
        width: 130px;
        height: 130px;
    }

    .team-member-placeholder {
        font-size: 18px;
    }
}

/*-------------------------------------------------------*/
/* TEAM MEMBER MODAL
/*-------------------------------------------------------*/

.team-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.team-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

body.modal-open {
    overflow: hidden;
}

.team-modal-card {
    background: #ffffff;
    border-radius: 6px;
    width: 100%;
    max-width: 860px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 50px 70px 56px;
    margin: 20px;
    transform: translateY(16px);
    transition: transform 0.25s ease;
}

.team-modal-overlay.is-open .team-modal-card {
    transform: translateY(0);
}

/* Close button */
.team-modal-close {
    position: absolute;
    top: 22px;
    right: 28px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #333;
    cursor: pointer;
    padding: 4px 6px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.team-modal-close:hover {
    opacity: 1;
}

/* Header: photo + meta */
.team-modal-header {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    margin-bottom: 28px;
}

.team-modal-photo-wrap {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #c8c8c8;
}

.team-modal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.team-modal-meta {
    padding-top: 6px;
}

/* Exact values from Figma: Inter Bold 24px #373737 */
.team-modal-name {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #373737;
    line-height: 28px;
    letter-spacing: -0.023px;
    margin-bottom: 4px;
}

/* Inter Regular 18px #878787 */
.team-modal-role {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #878787;
    line-height: 28px;
    letter-spacing: -0.023px;
    margin-bottom: 28px;
}

/* Location line */
.team-modal-location {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    line-height: 1.6;
}

/* Divider */
.team-modal-divider {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 0 0 26px 0;
}

/* Bio text: Inter Regular 16px black line-height 24px */
.team-modal-bio {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    letter-spacing: -0.023px;
}

.team-modal-bio p {
    margin-bottom: 10px;
}

.team-modal-bio p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .team-modal-card {
        padding: 44px 24px 40px;
        margin: 12px;
    }

    .team-modal-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .team-modal-close {
        top: 16px;
        right: 18px;
    }

    .team-modal-name {
        font-size: 20px;
    }

    .team-modal-role {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .team-modal-bio {
        font-size: 15px;
    }
}


/* ================================================
   CONTACTS PAGE
   ================================================ */

/* WHERE WE ARE */
.contacts-where-section {
    padding: 0 0 90px;
    background: #ffffff;
}

.contacts-locations-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.contacts-location-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
}

.contacts-location-card {
    display: flex;
    flex-direction: column;
}

.contacts-location-img-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}

.contacts-location-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.contacts-location-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts-location-city {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.057px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}

.contacts-location-address {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    margin: 0;
    line-height: 24px;
}

.contacts-location-email {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    text-decoration: none;
    line-height: 24px;
}

.contacts-location-email:hover {
    color: #000000;
    text-decoration: underline;
}

/* CONTACT FORM SECTION */
.contacts-form-section {
    background: #f2f4f8;
    padding: 80px 0 100px;
}

.contacts-form-header {
    margin-bottom: 48px;
    text-align: center;
}

.contacts-form-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1133px;
    text-transform: uppercase;
    color: #454545;
    margin: 0 0 12px 0;
}

.contacts-form-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.0143px;
    color: #373737;
    margin: 0;
}

.contacts-form {
    width: 100%;
}

/* Make the two columns stretch to equal height */
.contacts-form .contacts-fields-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.contacts-form-fields {
    display: flex;
    flex-direction: column;
}

.contacts-form-message {
    display: flex;
    flex-direction: column;
}

.contacts-field-group {
    margin-bottom: 16px;
}

.contacts-field-group--last {
    margin-bottom: 0;
}

.contacts-field-group--full {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 0;
}

input.contacts-input {
    display: block;
    width: 100%;
    background: #ffffff;
    border: none;
    border-bottom: none;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    padding: 14px 18px;
    margin-bottom: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

input.contacts-input:focus {
    outline: none;
    background: #ffffff;
}

input.contacts-input::placeholder {
    color: #888888;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8273px;
}

textarea.contacts-textarea {
    display: block;
    width: 100%;
    flex: 1;
    height: 100%;
    min-height: 0;
    background: #ffffff;
    border: none;
    border-bottom: none;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    padding: 14px 18px;
    margin-bottom: 0;
    outline: none;
    resize: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

textarea.contacts-textarea:focus {
    outline: none;
    background: #ffffff;
}

textarea.contacts-textarea::placeholder {
    color: #888888;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8273px;
}

.contacts-form-submit {
    margin-top: 32px;
    text-align: right;
}

button.contacts-submit-btn,
.contacts-submit-btn {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 14px 40px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    outline: none;
}

button.contacts-submit-btn:hover,
.contacts-submit-btn:hover {
    background: #000000;
    color: #ffffff;
}

.contacts-form-feedback {
    margin-top: 16px;
    padding: 12px 18px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.contacts-form-feedback.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.contacts-form-feedback.error {
    background: #fce4ec;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

button.contacts-submit-btn:disabled,
.contacts-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* CONTACTS RESPONSIVE */
@media (max-width: 767px) {
    .contacts-location-img {
        height: 220px;
    }

    .contacts-form-title {
        font-size: 32px;
        line-height: 38px;
    }

    .contacts-form-fields,
    .contacts-form-message {
        margin-bottom: 0;
    }

    .contacts-field-group--full {
        margin-top: 24px;
    }

    .contacts-textarea {
        min-height: 160px;
    }

    .contacts-submit-btn {
        width: 100%;
        text-align: center;
    }
}


/* ================================================
   TRACK RECORD PAGE
   ================================================ */

/* Hero banner */
.tr-hero {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.tr-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(131, 153, 172, 0.10) 0%, rgba(232, 99, 154, 0.10) 100%);
    pointer-events: none;
    z-index: 1;
}

.tr-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Section wrapper */
.tr-section-wrapper {
    padding: 64px 0 20px;
}

.tr-section-wrapper--last {
    padding-bottom: 80px;
}

/* Section header row */
.tr-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 36px;
    gap: 40px;
}

.tr-section-header-left {
    flex: 1;
}

.tr-section-header-right {
    padding-top: 10px;
    flex-shrink: 0;
}

.tr-section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #373737;
    margin: 0 0 14px 0;
}

.tr-section-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    line-height: 1.75;
    margin: 0;
    max-width: 560px;
}

/* View credentials link */
.tr-view-credentials {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #373737;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}

.tr-view-credentials:hover,
.tr-view-credentials:focus {
    color: #000000;
    text-decoration: none;
}

.tr-view-credentials .fa {
    font-size: 16px;
}

/* Cards grid */
.tr-cards-row {
    margin-left: -15px;
    margin-right: -15px;
}

.tr-card-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 36px;
}

.tr-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tr-card-link:hover,
.tr-card-link:focus {
    text-decoration: none;
    color: inherit;
}

/* Individual card */
.tr-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

/* Image wrapper — clips overlay and image */
.tr-card-img-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    background: #c8c8c8;
}

.tr-card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Dark overlay — hidden by default, fades in on hover */
.tr-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    display: flex;
    align-items: flex-end;
    padding: 28px 28px 28px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

/* Description text — lives inside overlay */
.tr-card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    color: #ffffff;
    margin: 0;
    transform: translateY(8px);
    transition: transform 0.35s ease;
}

/* Sector card link wrapper */
.tr-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.tr-card-link:hover,
.tr-card-link:focus {
    text-decoration: none;
    color: inherit;
}

/* Card title — always visible below image */
.tr-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #373737;
    margin: 0;
    line-height: 1.2;
}

/* Hover state — reveal overlay and slide text up */
.tr-card:hover .tr-card-overlay {
    opacity: 1;
}

.tr-card:hover .tr-card-desc {
    transform: translateY(0);
}

.tr-card:hover .tr-card-img {
    transform: scale(1.04);
}

/* TRACK RECORD RESPONSIVE */
@media (max-width: 991px) {
    .tr-section-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .tr-hero {
        height: 240px;
    }

    .tr-section-wrapper {
        padding: 44px 0 10px;
    }

    .tr-section-header {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }

    .tr-section-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .tr-card-img {
        height: 220px;
    }
}


/* ================================================
   CREDENTIALS (PROJECT FINANCE / CORPORATE FINANCE)
   ================================================ */

/* Page header */
.cred-header-section {
    padding: 150px 0 0;
}

.cred-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
}

.cred-page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.1;
}

.cred-switch-link {
    flex-shrink: 0;
}

/* Sector navigation */
.cred-sector-nav {
    padding: 0 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.cred-sector-tabs {
    display: flex;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.cred-sector-tabs::-webkit-scrollbar {
    display: none;
}

.cred-sector-tab {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6b6b6b;
    text-decoration: none;
    padding: 14px 24px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s;
    display: inline-block;
    margin-bottom: -1px;
}

.cred-sector-tab:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.cred-sector-tab.active {
    color: #1a1a1a;
    border-bottom-color: #1a1a1a;
    font-weight: 600;
}

/* Filter tabs */
.cred-filter-section {
    padding: 32px 0 0;
}

.cred-filter-section--type {
    padding: 20px 0 48px;
}

.cred-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cred-filter-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 11px 24px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    line-height: 1.4;
    outline: none;
}

.cred-filter-btn.active {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

.cred-filter-btn:hover:not(.active) {
    border-color: #1a1a1a;
}

/* Type filter (second row) — smaller, lighter style */
.cred-filter-tabs--type {
    gap: 10px;
}

.cred-type-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #6b6b6b;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 7px 18px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    line-height: 1.4;
    outline: none;
}

.cred-type-btn.active {
    background: #f0f0f0;
    color: #1a1a1a;
    border-color: #9a9a9a;
}

.cred-type-btn:hover:not(.active) {
    border-color: #9a9a9a;
    color: #1a1a1a;
}

/* Cards grid */
.cred-grid-section {
    padding-bottom: 100px;
}

.cred-grid-row {
    margin-left: -16px;
    margin-right: -16px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
}

.cred-card-col {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
    display: flex;
    float: none;
}

/* Card — fixed uniform height on all breakpoints where cards sit side-by-side */
.cred-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 435px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cred-card-inner {
    padding: 44px 44px 44px 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

/* Flag */
.cred-flag {
    width: 50px !important;
    height: 36px !important;
    border-radius: 2px;
    margin-bottom: 20px;
    flex-shrink: 0;
    display: block;
    background-size: cover !important;
}

.cred-flag-placeholder {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px;
    min-height: 36px;
    line-height: 36px;
}

/* Project name */
.cred-card-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    letter-spacing: -0.0143px;
    margin: 0 0 14px 0;
    min-height: 2.4em; /* always reserve 2 lines of text */
}

/* Meta info */
.cred-card-meta {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    min-height: 4em; /* always reserve 2 lines of text */
}

.cred-meta-value {
    font-weight: 400;
    color: #000000;
}

.cred-meta-sep {
    color: #747474;
}

.cred-meta-label {
    color: #747474;
    font-weight: 400;
}

/* Divider */
.cred-card-divider {
    border: none;
    border-top: 1px solid rgba(55, 55, 55, 0.2);
    margin: 24px 0;
}

/* Logos area — always 3 per row, centered when fewer than 3 */
.cred-card-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    row-gap: 12px;
    flex: 1;
}

.cred-logo {
    flex: 0 0 33.333%;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0;
    max-height: 40px;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.cred-logo-fallback {
    flex: 0 0 33.333%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #373737;
    display: block;
    text-align: center;
    line-height: 36px;
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Confidential text — full width, centered */
.cred-confidential {
    flex: 0 0 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    text-align: center;
}

/* Logo scaling — expand logos when fewer than 3 fill a row */

/* 1 logo: centred and large */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):only-child {
    flex: 0 0 70%;
    width: 70%;
    max-height: 56px;
}

/* 2 logos: side by side, medium-large */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):first-child:nth-last-child(2),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):last-child:nth-child(2) {
    flex: 0 0 46%;
    width: 46%;
    max-height: 48px;
}

/* Single orphan on last incomplete row (4 total = 3+1, 7 = 3+3+1, 10 = 3+3+3+1) */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(3n+1):last-child {
    flex: 0 0 70%;
    width: 70%;
}

/* Two orphans on last incomplete row (8 total = 3+3+2) */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-last-child(2):nth-child(3n+1),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):last-child:nth-child(3n+2) {
    flex: 0 0 46%;
    width: 46%;
}

/* Logo padding — positional rules */

/* 2 logos: interior padding only (no outer edges) */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):first-child:nth-last-child(2) {
    padding-right: 12px;
}
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):last-child:nth-child(2) {
    padding-left: 12px;
}

/* 3 per row: middle logo of each row gets lateral padding, edge logos have none */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(3n+2) {
    padding: 0 12px;
}

/* Two orphans on last row (8 total = 3+3+2): treat like 2-logo padding */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-last-child(2):nth-child(3n+1) {
    padding-right: 12px;
    padding-left: 0;
}
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):last-child:nth-child(3n+2) {
    padding-left: 12px;
    padding-right: 0;
}

/* === 3 logos: 2+1 layout === */

/* All 3 → 50% wide */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(1):nth-last-child(3),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(2):nth-last-child(2),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(3):nth-last-child(1) {
    flex: 0 0 50%;
    width: 50%;
    max-height: 48px;
}

/* Logo 3 alone on row 2 → larger and centred */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(3):nth-last-child(1) {
    flex: 0 0 70%;
    width: 70%;
    max-height: 56px;
}

/* Padding: interior only for row-1 pair, none for lone logo */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(1):nth-last-child(3) {
    padding: 0 12px 0 0;
}
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(2):nth-last-child(2) {
    padding: 0 0 0 12px;
}
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(3):nth-last-child(1) {
    padding: 0;
}

/* === 4 logos: 2+2 layout === */

/* All 4 → 50% wide (overrides the orphan rule that would make logo 4 → 70%) */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(1):nth-last-child(4),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(2):nth-last-child(3),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(3):nth-last-child(2),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(4):nth-last-child(1) {
    flex: 0 0 50%;
    width: 50%;
    max-height: 48px;
}

/* Padding: interior only for each pair */
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(1):nth-last-child(4),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(3):nth-last-child(2) {
    padding: 0 12px 0 0;
}
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(2):nth-last-child(3),
.cred-card-logos > :is(.cred-logo, .cred-logo-fallback):nth-child(4):nth-last-child(1) {
    padding: 0 0 0 12px;
}

/* CREDENTIALS RESPONSIVE */
@media (max-width: 991px) {
    .cred-page-title {
        font-size: 34px;
    }

    .cred-card-name {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .cred-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cred-filter-tabs {
        gap: 10px;
    }

    .cred-filter-btn {
        font-size: 13px;
        padding: 9px 16px;
    }

    .cred-filter-section--type {
        padding: 12px 0 32px;
    }

    .cred-type-btn {
        font-size: 12px;
        padding: 6px 14px;
    }

    /* On mobile cards are full-width — let height be natural */
    .cred-card {
        height: auto;
        min-height: 0;
    }

    .cred-card-inner {
        padding: 32px 28px;
        height: auto;
    }

    .cred-card-name {
        font-size: 20px;
    }
}


/* =====================================================
   RESPONSIVE OVERHAUL — MOBILE & TABLET
   Targets: < 768px (mobile) and 768px–1024px (tablet)
   ===================================================== */

/* ---- HERO SLIDER ---- */
@media (max-width: 767px) {
    /* Parent wrappers must also be full height */
    .hero-wrapper {
        height: var(--full-vh, 100dvh) !important;
        overflow: hidden;
    }

    /* Carousel stack */
    .carousel,
    .carousel-inner,
    .item {
        height: var(--full-vh, 100dvh) !important;
    }

    /* B — image fills slide via object-fit (bypass s-img-switch bg issues) */
    .item.slider-img img {
        display: block !important;
        visibility: visible !important;
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        z-index: 0;
    }

    /* Keep overlay and caption above image */
    .item.slider-img .overlay,
    .item.slider-img .carousel-caption {
        z-index: 1;
        position: absolute !important;
    }

    /* Header transparent on homepage when not scrolled/open */
    .header.header-home:not(.scroll):not(.open-menu) {
        background-color: transparent !important;
        background: transparent !important;
    }

    /* Overlay must cover the full slide */
    .slider-img.overlay,
    .slider-img .overlay,
    .item.overlay {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .slider-img .slideTitle {
        font-size: 48px !important;
        line-height: 1.25 !important;
        padding: 0 !important;
        letter-spacing: -0.5px !important;
    }

    /* Fix EXPLORE label overlapping title */
    .slider-img .location,
    .item .location,
    .item.active .location {
        position: relative !important;
        padding-top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        margin-bottom: 10px !important;
        display: block !important;
        font-size: 22px !important;
        letter-spacing: 3px !important;
        opacity: 1 !important;
    }

    .vertical-center {
        gap: 8px;
    }

    .carousel-caption {
        bottom: 60px;
        left: 15px !important;
        right: 15px !important;
        padding: 0 !important;
        top: auto !important;
    }

    .slider-bottom-bar { display: none; }
    .slider-scroll-down { display: none; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider-img .slideTitle {
        font-size: 48px !important;
        line-height: 1.2 !important;
    }
}

/* ---- OUR HISTORY SECTION (homepage) ---- */
@media (max-width: 767px) {
    .col-sm-5.col-xs-12 img { margin-bottom: 24px; }

    .container-title {
        font-size: 11px;
        letter-spacing: 2px;
    }
}

/* ---- OUR NUMBERS (shortcode-parent) ---- */
@media (max-width: 767px) {
    .shortcode-parent {
        min-height: auto;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .shortcode-parent .shortcode-parent-img {
        height: 100%;
        position: absolute;
    }

    .shortcode-parent .shortcode-content-wrapp {
        padding: 0 15px;
    }

    .shortcode-parent .services {
        flex-direction: column;
    }

    .services-wrapper {
        padding: 30px 24px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .shortcode-parent .shortcode-heading .parent-title {
        font-size: 26px;
    }
}

/* ---- AWARDS ---- */
@media (max-width: 767px) {
    .awards-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .awards-layout { gap: 20px; }

    .awards-layout .awards-list { width: 100%; }

    .awards-detail {
        padding: 24px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .awards-detail-title { font-size: 17px; }

    .awards-detail-logo { height: 40px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .awards-layout { gap: 20px; }
    .awards-layout .awards-list { flex: 0 0 42%; }
    .awards-detail { padding: 28px 28px; }
}

/* ---- PAGE TITLE (about-us, contacts) ---- */
@media (max-width: 767px) {
    .page-title-wrapper { padding: 90px 0 16px; }
    .page-title { font-size: 26px; }
}

/* ---- ABOUT US HERO ---- */
@media (max-width: 767px) {
    .about-hero { height: 220px; }
    .about-hero-img { height: 220px; }
}

/* ---- ABOUT US — TRACK RECORD MAP (about-us page) ---- */
@media (max-width: 767px) {
    .our-track-record-section { overflow: hidden; }

    .track-record-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .track-record-list {
        padding: 24px 16px;
    }

    .track-record-item {
        padding: 14px 16px;
        font-size: 17px;
    }

    .track-record-map,
    #track-record-map-container {
        min-height: 380px;
    }

    /* Popup becomes a bottom sheet on mobile */
    .tr-popup {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-height: 60vh;
        overflow-y: auto;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 24px rgba(0,0,0,0.18);
        z-index: 1001;
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
        display: block !important;
        padding: 20px 24px 36px;
    }

    .tr-popup.visible {
        transform: translateY(0);
    }

    /* Handle bar at top of sheet */
    .tr-popup::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 0 auto 16px;
    }

    /* Backdrop */
    .tr-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .tr-backdrop.visible {
        display: block;
        opacity: 1;
    }

    .tr-popup-list { columns: 1; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .track-record-list {
        flex: 0 0 38%;
        padding: 28px 20px;
    }

    .track-record-item {
        font-size: 16px;
        padding: 14px 18px;
    }

    .track-record-map,
    #track-record-map-container { min-height: 500px; }

    .tr-popup { width: 340px; }
}

/* ---- TRACK RECORD PAGE (tr-hero, cards) ---- */
@media (max-width: 767px) {
    .tr-hero { height: 220px; }

    .tr-section-title { font-size: 24px; }

    .tr-card-col { width: 100% !important; }

    .tr-card-img { height: 200px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tr-hero { height: 300px; }
    .tr-section-title { font-size: 30px; }
    .tr-card-col { width: 50% !important; }
}

/* ---- CREDENTIALS (project-finance) ---- */
@media (max-width: 767px) {
    .cred-header-section { padding: 90px 0 0; }
    .cred-page-title { font-size: 26px; }
    .cred-grid-section { padding-bottom: 60px; }
    .cred-filter-section { padding: 20px 0 32px; }

    .cred-filter-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .cred-filter-tabs::-webkit-scrollbar { display: none; }
    .cred-filter-btn,
    .cred-type-btn { white-space: nowrap; flex-shrink: 0; }

    .cred-card-col { width: 100% !important; }
    .cred-card-name { font-size: 18px; }
    .cred-card-inner { padding: 28px 22px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cred-header-section { padding: 110px 0 0; }
    .cred-card-col { width: 50% !important; }
    .cred-card-name { font-size: 20px; }
    .cred-card-inner { padding: 36px 32px; }
    /* Tablet: 2-column grid — use same fixed height */
    .cred-card { height: 435px; }
}

/* ---- OUR TEAM ---- */
@media (max-width: 767px) {
    .team-featured-portrait { margin-bottom: 24px; }

    .team-featured-name { font-size: 24px; }

    .team-members-section { padding: 40px 0 50px; }

    .team-members-title { font-size: 22px; margin-bottom: 40px; }

    .team-member-col {
        width: 50% !important;
        margin-bottom: 40px;
    }

    .team-member-photo-wrap {
        width: 110px;
        height: 110px;
    }

    .team-member-name { font-size: 14px; }
    .team-member-title { font-size: 12px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .team-member-col { width: 25% !important; }
    .team-member-photo-wrap { width: 150px; height: 150px; }
}

/* ---- CONTACTS ---- */
@media (max-width: 767px) {
    .contacts-where-section { padding: 0 0 40px; }

    .contacts-location-col { width: 100% !important; }

    .contacts-location-img { height: 200px; }

    .contacts-location-city { font-size: 20px; }
    .contacts-location-address,
    .contacts-location-email { font-size: 14px; }

    .contacts-form-section { padding: 40px 0 50px; }

    .contacts-form-header { margin-bottom: 24px; }

    .contacts-form-title {
        font-size: 28px;
        line-height: 34px;
    }

    .contacts-form .contacts-form-fields,
    .contacts-form .contacts-form-message {
        width: 100% !important;
        float: none !important;
    }

    .contacts-field-group--full { margin-top: 16px; }

    .contacts-form-submit { text-align: center; }

    .contacts-submit-btn {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contacts-location-img { height: 260px; }
    .contacts-form-title { font-size: 38px; }
}

/* ---- FOOTER ---- */
@media (max-width: 767px) {
    .footer .footer-top-content .footer-main-block {
        width: 100% !important;
        float: none !important;
        margin-bottom: 24px;
    }

    .footer .footer-top-content .footer-info-block {
        width: 100% !important;
        float: none !important;
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-info-block-content { font-size: 13px; }
}

/* ---- CLIENTS CAROUSEL ---- */
@media (max-width: 575px) {
    .our-clients h4 {
        font-size: 13px;
        padding: 0 15px;
    }
}

/* ---- GLOBAL HEADINGS ON MOBILE ---- */
@media (max-width: 767px) {
    .title { font-size: 22px !important; }

    h2.title { font-size: 22px !important; }

    .heading .content p { font-size: 14px; line-height: 1.75; }
}


/* ---- HERO IMAGE — fill carousel on mobile (override width:auto) ---- */
@media (max-width: 768px) {
    .slider-img img.s-img-switch,
    .slider-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }

    .slider-img {
        position: relative;
        overflow: hidden;
    }

    .carousel,
    .carousel-inner,
    .item { height: 100vh !important; height: 100svh !important; height: 100dvh !important; height: var(--full-vh, 100dvh) !important; }
}

/* ---- AWARDS — restore horizontal padding inside no-padd container ---- */
@media (max-width: 767px) {
    .container.no-padd.padding-lg-80t,
    .container.no-padd.padding-lg-80b,
    .container.no-padd.padding-lg-80t.padding-lg-80b {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .awards-layout .awards-list {
        padding: 0;
    }
}
