@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "_bootstrap.min.css";
@import "_fancybox.css";
@import "_slick.css";
@import "_font-awesome.css";
@import "_aos.css";

.din2014narrowextrabold {
    font-family: "DIN 2014 Nar Ex Bd";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

body {
  font-family: "Inter", sans-serif;
  color: #000;
}

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

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

p {
  font-size: 16px;
  line-height: 145%;
}

img {
  max-width: 100%;
  height: auto;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #2d3a42;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hamburger-inner {
  top: 50%;
  display: block;
}

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.button {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  background: #000;
  color: #fff;
  padding: 10px 24px;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
  border: 0;
}
.button:hover {
  background: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.button:focus {
  outline: none;
}
.button.trans {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.button.trans:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.button.big {
  padding: 14px 28px;
  font-size: 16px;
}
.button.white {
  background: #fff;
  color: #000;
}
.button.white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #000;
}

.container {
  width: 100%;
  max-width: 1310px;
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
header .logo {
  display: inline-block;
  vertical-align: top;
}
header .menu {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .menu li {
  margin-left: 30px;
}
header .menu li a {
  color: #000;
}
header .menu li.current-menu-item > a {
  font-weight: 700;
}

.label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video_hero {
  height: 700px;
  position: relative;
  color: #fff;
}
.video_hero .color_black {
  color: #000;
}
.video_hero .color_black h1 {
  font-size: 90px;
  line-height: 80px;
}
.video_hero .label {
  margin-bottom: 20px;
}
.video_hero h1 {
  font-family: "DIN 2014 Nar Ex Bd";
  font-size: clamp(2.25rem, 6.04vw - 1.623rem, 4.8rem);
  line-height: clamp(2.25rem, 4.922vw - 0.906rem, 5rem);
  text-transform: uppercase;
  margin-bottom: 38px;
}
.video_hero h1 .hashtag:before {
  content: "";
  width: 39px;
  height: 52px;
  background: url(/wp-content/uploads/2026/04/hash@2x-white-1.png) no-repeat;
  background-size: contain;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .video_hero h1 .hashtag:before {
    width: 18px;
    height: 25px;
  }
}
.video_hero p {
  font-size: 18px;
  margin-bottom: 48px;
}
.video_hero > img,
.video_hero video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.video_hero > img {
  -o-object-position: top center;
     object-position: top center;
}
.video_hero.v3 {
  background: url(../img/rebg.png) no-repeat center center;
  background-size: cover;
  /*background: #E5FBF7;*/
  /*color: #000;*/
  overflow: hidden;
  height: auto;
}
.video_hero.v3 svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
}
.video_hero.v3 .v3_icon {
  max-width: 455px;
  margin-bottom: 40px;
}
.video_hero.v3 .v3_text {
  max-width: 400px;
}
/*.video_hero.v3:after {
  content: "";
  background: url(../img/videodec2.svg) bottom left repeat-x;
  background-size: cover;
  width: 49%;
  height: clamp(15.625rem, 76.846vw - 33.652rem, 31.3rem);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}*/
.video_hero.v3 .container_holder {
  z-index: 4;
}
.video_hero.v2 {
  background: #000;
  height: auto;
}
 
.video_hero.v2:after {
  content: "";
  background: url(../img/videodec.svg) bottom left repeat-x;
  background-size: cover;
  width: 49%;
  height: clamp(15.625rem, 76.846vw - 33.652rem, 31.3rem);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
 opacity: 50%;
}
.video_hero.v2 video {
  opacity: 0.7;
}
.video_hero.v4 {
  background: #000;
  height: auto;
}
.video_hero.v4:after {
  content: "";
  background: url(../img/videodec.svg) repeat-x bottom left;
  background-size: cover;
  width: 43%;
  height: clamp(28rem, 76.846vw - 33.652rem, 5rem);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.video_hero.v4 .container {
  max-width: 1090px;
}
.video_hero.v4 .container_holder {
  min-height: 510px;
}
.video_hero.v4 > img {
  -o-object-position: center center;
     object-position: center center;
}
.video_hero.color_black {
  background: #fff;
}
.video_hero .container_holder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 700px;
}
.video_hero .container_holder .container {
  padding-top: 65px;
  padding-bottom: 65px;
}
.video_hero .video {
  display: block;
  position: relative;
}
.video_hero .video:before {
  content: "";
  width: 60px;
  height: 60px;
  background: #fff url(../img/play.svg) center center no-repeat;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video_hero .video img {
  width: 100%;
}

.home_rows .home_line {
  padding-top: 140px;
  padding-bottom: 140px;
}
.home_rows .home_line:nth-child(even) {
  background: #F9F7F3;
}
.home_rows .home_line:nth-child(even) .hl_img {
  margin-left: 0;
}
.home_rows .home_line:nth-child(even) .hl_img:after {
  background: #F9F7F3;
}
.home_rows .home_line .hl_img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home_rows .home_line .hl_img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  -webkit-transition: 700ms;
  transition: 700ms;
}
.home_rows .home_line .hl_text {
  max-width: 607px;
}
.home_rows .home_line .button {
  margin-top: 30px;
}
.home_rows .home_line h2 {
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
  font-size: 69px;
  line-height: 80%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 993px) {
  .home_rows .home_line h2 {
    margin-right: -35px;
  }
}
.home_rows .home_line h2 .hashtag:before {
  content: "";
  width: 34px;
  height: 49px;
  background: url(../img/hash@2x.png) no-repeat;
  background-size: contain;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .home_rows .home_line h2 .hashtag:before {
    width: 15px;
    height: 22px;
  }
}
.home_rows .home_line.big {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home_rows .home_line.big .hl_img {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .home_rows .home_line.big:nth-child(even) .col-lg-5,
  .home_rows .home_line.big:nth-child(even) .col-lg-7 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .home_rows .home_line.big:nth-child(even) .hl_img {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}
.home_rows .home_line.animate .hl_img:after {
  width: 0 !important;
}

.two_cols_sec {
  padding-top: 80px;
  padding-bottom: 120px;
}
.two_cols_sec .tcs_text {
  max-width: 557px;
}

.text_style h1, .text_style h2, .text_style h3 {
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 90%;
}
.text_style h1 {
  font-size: 42px;
}
.text_style h2 {
  font-size: 36px;
}
.text_style h3 {
  font-size: 30px;
}
.text_style p {
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 18px;
}

.partners_sec {
  background: #F9F7F3;
  padding-top: 50px;
  padding-bottom: 25px;
}
.partners_sec .label {
  margin-bottom: 35px;
}
.partners_sec img {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1201px) {
  .partners_sec .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .partners_sec .row > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}

a.read {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: capitalize;
}
a.read .square {
  width: 26px;
  height: 26px;
  background: #000;
  position: relative;
  display: block;
  margin-left: 7.5px;
  overflow: hidden;
}
a.read .square:before {
  content: "";
  background: url(../img/icon-arrow-white.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.read .square:after {
  content: "";
  background: url(../img/icon-arrow-white.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.read:hover .square:after {
  right: 0;
}
a.read:hover .square:before {
  left: 100%;
}

.latest_news {
  padding-top: 43px;
  padding-bottom: 50px;
  overflow: hidden;
}
.latest_news h2 {
  font-family: "DIN 2014 Nar Ex Bd";
  font-size: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.latest_news .special_slider {
  padding-top: 16px;
}
.latest_news .special_slider .specialslide {
  overflow: hidden;
  background: #45bf8b;
  color: #fff;
}
.latest_news .special_slider .specialslide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.latest_news .special_slider .specialslide .sc_content {
  padding: 30px 30px 86px;
  height: 100%;
  position: relative;
  min-height: 456px;
}
.latest_news .special_slider .specialslide .sc_content .tag {
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  color: #fff;
  background: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.latest_news .special_slider .specialslide .sc_content h3 {
  font-size: 56px;
  line-height: 50px;
  margin-bottom: 33px;
  text-transform: uppercase;
  font-family: "DIN 2014 Nar Ex Bd";
}
.latest_news .special_slider .specialslide .sc_content h3 a {
  color: #fff;
}
.latest_news .special_slider .specialslide .sc_content .info {
  color: #000;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  font-weight: 500;
}
.latest_news .slick-arrow {
  background: url(../img/slide-arrow.svg) no-repeat;
  border: 0;
  text-indent: -9999px;
  width: 28px;
  height: 21px;
  cursor: pointer;
}
.latest_news .slick-arrow:focus {
  outline: none;
}
.latest_news .slick-arrow.slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 15px;
}
.latest_news .special_slider_bav {
  padding-top: 42px;
  padding-bottom: 42px;
}
.latest_news .special_slider_bav .row {
  margin-left: -12px;
  margin-right: -12px;
}
.latest_news .special_slider_bav .row > div {
  padding-left: 12px;
  padding-right: 12px;
}
.latest_news .special_slider_bav .slick-dots {
  margin-top: -4px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.latest_news .special_slider_bav .slick-dots li {
  margin-left: 15px;
}
.latest_news .special_slider_bav .slick-dots li button {
  display: none;
}
.latest_news .special_slider_bav .slick-dots li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 100%;
  cursor: pointer;
}
.latest_news .special_slider_bav .slick-dots li.slick-active:before {
  background: #000;
}
.latest_news .other_row {
  padding-top: 27px;
}

.slider-progress {
  width: 100%;
  height: 5px;
  background: #A4EED8;
  position: relative;
}
.slider-progress .progress {
  border-radius: 5px;
  height: 5px;
  background: #45bf8b;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0px;
  height: 100%;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.slider-progress .progress.active {
  width: 100%;
}

.contact_sec + .cols_4_sec {
  padding-top: 40px;
}

.contact_sec {
  padding-top: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 993px) {
  .contact_sec .row {
    margin-left: -21px;
    margin-right: -21px;
  }
  .contact_sec .row > div {
    padding-left: 21px;
    padding-right: 21px;
  }
  .contact_sec .contact_sec_img {
    position: absolute;
    bottom: 0px;
    right: 21px;
    width: 700px;
    pointer-events: none;
  }
}
.contact_sec h1 {
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80%;
  margin-bottom: 30px;
  margin-top: -2px;
}
.contact_sec h2 {
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
  font-size: 69px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 993px) {
  .contact_sec h2 {
    margin-top: -15px;
  }
}
.contact_sec .contact_sec_txt {
  max-width: 509px;
}
.contact_sec .contact_sec_txt p {
  font-size: 18px;
  line-height: 145%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 993px) {
  .contact_sec .contact_form {
    min-height: 560px;
    margin-bottom: 100px;
  }
}
.contact_sec ul.sb_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  margin-bottom: 43px;
}
.contact_sec ul.sb_social li {
  margin-right: 24px;
}
.contact_sec ul.sb_social li a {
  color: #000;
}

.input_line {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.input_line input,
.input_line textarea {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  height: 50px;
}
.input_line input:focus,
.input_line textarea:focus {
  outline: none;
}
.input_line textarea {
  height: 190px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
}
.input_line .label {
  position: absolute;
  font-size: 16px;
  background: #fff;
  padding: 2px 5px;
  left: 10px;
  top: -14px;
  text-transform: none;
  letter-spacing: 0;
}
.input_line ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000;
}
.input_line :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.input_line ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
}
.input_line :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.input_line .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.relative {
  position: relative;
}

.select {
  position: relative;
}
.select:after {
  content: "";
  background: url(../img/sel.svg) no-repeat;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 22px;
  right: 20px;
  pointer-events: none;
}
.select select {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
}
.select select:focus {
  outline: none;
}
.select select::-ms-expand {
  display: none;
}

.big_link {
  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;
  font-size: 24px;
  padding: 40px 15px;
  color: #000;
  background: #F390B4;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.big_link:hover {
  background: rgb(255, 172.5, 204.3421052632);
  color: #000;
}
.big_link svg {
  margin-left: 10px;
  min-width: 20px;
}
.big_link.green {
  background: #A4EED8;
}
.big_link.green:hover {
  background: rgb(121.0277777778, 229.9722222222, 197.5833333333);
  color: #000;
}

footer {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  background: #000;
}
footer p {
  font-size: 12px;
  margin-bottom: 11px;
}
footer .logo {
  margin-bottom: 50px;
  display: block;
}
footer .logo img {
  width: 122px;
}
footer ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 43px;
}
footer ul.menu li {
  margin-right: clamp(0.625rem, 3.375vw - 0.05rem, 4rem);
}
footer ul.menu li a {
  color: #fff;
}
footer ul.menu li a:hover {
  text-decoration: underline;
}
footer ul.menu .sub-menu {
  padding-top: 8px;
}
footer ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  margin-bottom: 43px;
}
footer ul.social li {
  margin-right: 24px;
}
footer ul.social li a {
  color: #fff;
}
footer ul.last_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-left: -6px;
  margin-right: -6px;
}
footer ul.last_menu li {
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}
footer ul.last_menu li:last-child:after {
  display: none;
}
footer ul.last_menu li:after {
  content: "|";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1px;
  color: rgba(255, 255, 255, 0.65);
}
footer ul.last_menu li a {
  color: rgba(255, 255, 255, 0.65);
}
footer ul.last_menu li a:hover {
  color: #fff;
}

.cols_4_sec {
  padding-top: 100px;
  padding-bottom: 50px;
}
.cols_4_sec.bone {
  background: #F9F7F3;
}
.cols_4_sec.green {
  background: #45bf8b;
  color: #fff;
}
.cols_4_sec.green .c4_box a {
  color: #fff;
}
.cols_4_sec.bussiness .c4_box {
  max-width: 271px;
  padding-left: 28px;
  padding-right: 28px;
}
.cols_4_sec .cols_4_text {
  max-width: 820px;
  margin: 0 auto 80px;
}
.cols_4_sec .cols_4_text h2 {
  text-transform: uppercase;
  font-family: "DIN 2014 Nar Ex Bd";
  font-size: 60px;
  line-height: 80%;
  margin-bottom: 28px;
}
.cols_4_sec .cols_4_text p {
  font-size: 22px;
  line-height: 140%;
}
.cols_4_sec .cols_4_text p:last-child {
  margin-bottom: 0;
}
.cols_4_sec .c4_box {
  text-align: center;
  max-width: 260px;
  margin: 0 auto 50px;
}
.cols_4_sec .c4_box p {
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 0;
}
.cols_4_sec .c4_box .c4_box_icon {
  margin-bottom: 24px;
  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;
}
.cols_4_sec .c4_box .c4_box_content {
  padding-bottom: 24px;
}
.cols_4_sec .c4_box h3 {
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 13px;
}
.cols_4_sec .c4_box a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}
.cols_4_sec .c4_box a:hover {
  text-decoration: none;
}
.cols_4_sec .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .page-id-81 .home_rows .home_line h2 {
    font-size: 61px;
    margin-bottom: 30px;
  }
}

sup {
  top: -0.4em;
  font-size: 64%;
  opacity: 0.8;
}

.leadersec {
  padding-top: 140px;
  padding-bottom: 90px;
  background: #F9F7F3;
  text-align: center;
}
.leadersec .label {
  margin-bottom: 36px;
}
.leadersec h2 {
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
  font-size: 52px;
  line-height: 80%;
  max-width: 1030px;
  margin: 0 auto 100px;
}
.leadersec .leader_box {
  max-width: 285px;
  margin: 0 auto 60px;
}
.leadersec .leader_box h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 80%;
  margin-bottom: 16px;
}
.leadersec .leader_box p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.note_line {
  background: #000;
  color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
}
.note_line .note {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  margin-right: 10px;
}

.dis_sec {
  padding-top: 100px;
  padding-bottom: 60px;
  background: #000;
  color: #fff;
}
.dis_sec .container {
  max-width: 1308px;
}
.dis_sec .dis_content {
  max-width: 1060px;
  margin: 0 auto 60px;
}
.dis_sec .dis_heading {
  margin-bottom: 60px;
}
.dis_sec .dis_heading h3 {
  margin-bottom: 0;
  font-size: 43px;
  line-height: 85%;
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
}
.dis_sec .dis_heading .num {
  font-family: "DIN 2014 Nar Ex Bd";
  font-size: 42px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  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;
}
.dis_sec .dis_heading img {
  width: 100%;
}

.page_intro {
  padding-top: 160px;
  padding-bottom: 80px;
}
.page_intro h1 {
  margin-bottom: 0;
  font-family: "DIN 2014 Nar Ex Bd";
  font-size: 80px;
  line-height: 80%;
  text-transform: uppercase;
}

.blog_grid_sec {
  padding-top: 48px;
  padding-bottom: 90px;
}
.blog_grid_sec .input_line {
  max-width: 293px;
  margin-bottom: 36px;
}
.blog_grid_sec .container {
  padding-left: 20px;
  padding-right: 20px;
}
.blog_grid_sec .row {
  margin-left: -20px;
  margin-right: -20px;
}
.blog_grid_sec .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.blog_grid_sec h2 {
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 80%;
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
}
.blog_grid_sec .container > h3 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 90%;
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
}

.blogbox {
  margin-bottom: 40px;
}
.blogbox .image {
  display: block;
  margin-bottom: 12px;
}
.blogbox .image img {
  max-width: 100%;
}
.blogbox h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}
.blogbox h3 a {
  color: #000;
}

.cat {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 4px 8px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  letter-spacing: 1px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cat:hover {
  color: #fff;
  background: rgb(25.5, 25.5, 25.5);
}

.single_blog {
  padding-top: 100px;
  padding-bottom: 140px;
}
.single_blog .row {
  margin-left: -20px;
  margin-right: -20px;
}
.single_blog .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.single_blog .sb_thumb {
  margin-bottom: 48px;
}
.single_blog .sb_thumb img {
  width: 100%;
}
.single_blog h1 {
  font-size: 70px;
  line-height: 80%;
  margin-bottom: 36px;
  font-family: "DIN 2014 Nar Ex Bd";
  text-transform: uppercase;
}
.single_blog .sb_date {
  font-size: 16px;
  margin-bottom: 36px;
}
.single_blog ul.sb_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  margin-bottom: 43px;
}
.single_blog ul.sb_social li {
  margin-right: 24px;
}
.single_blog ul.sb_social li a {
  color: #000;
}
.single_blog .sb_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 48px;
  padding-top: 20px;
}
.single_blog .sb_tags li {
  padding-left: 5px;
  padding-right: 5px;
}
.single_blog .sb_tags li a {
  background: rgba(165, 238, 216, 0.2);
  color: #000;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 8px;
  border-radius: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.single_blog .sb_tags li a:hover {
  background: rgba(165, 238, 216, 0.9);
}
.single_blog .text_style {
  font-size: 16px;
  line-height: 145%;
}
.single_blog .text_style ul,
.single_blog .text_style ol,
.single_blog .text_style p {
  margin-bottom: 24px;
}
.single_blog .text_style h1,
.single_blog .text_style h2,
.single_blog .text_style h3 {
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: none;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}
.single_blog .text_style h2 {
  font-size: 30px;
  line-height: 125%;
  margin-bottom: 30px;
}
.single_blog .text_style h3 {
  font-size: 20px;
}

.sp_side {
  position: sticky;
  top: 100px;
  padding: 40px;
  background: #F9F7F3;
}
.sp_side h3 {
  font-size: 20px;
  margin-bottom: 48px;
  font-weight: 700;
}
.sp_side .input_line .label {
  background: #F9F7F3;
}

#ajax-container {
  position: relative;
  min-height: 500px;
}

#ajax-container .loading-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 19px;
  background: url(../img/808.gif) no-repeat;
}

.default_page_bottom {
  height: 100px;
}

.single-post .blog_grid_sec h2 {
  font-size: 60px;
}

/*==========  Desktop First Method  ==========*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .sp_side {
    margin-top: 30px;
  }
  .video_hero .video {
    margin-top: 50px;
  }
  header .menu_place {
    display: none;
    text-align: center;
  }
  header .menu_place .button {
    margin-top: 15px;
  }
  header .menu {
    display: block;
  }
  header .menu li {
    margin-left: 0;
    padding: 10px 0;
  }
  .home_rows .home_line .hl_img {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .hide992 {
    display: none;
  }
  .contact_sec {
    padding-bottom: 70px;
  }
  .dis_sec .dis_heading img {
    margin-bottom: 60px;
  }
  .big_link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .video_hero.v2:after,
  .video_hero.v3:after,
  .video_hero.v4:after {
    opacity: 0.3;
  }
  /*.video_hero video,*/
  .video_hero > img{
    opacity: 0.5;
  }
  .sp_side {
    padding: 20px;
  }
  .single_blog,
  .dis_sec {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .dis_sec .dis_heading img,
  .dis_sec .dis_heading,
  .dis_sec .dis_content {
    margin-bottom: 30px;
  }
  .dis_sec .dis_heading .num {
    width: 80px;
  }
  .partners_sec img {
    max-width: 200px;
  }
  .note_line .note {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 10px;
  }
  .video_hero h1,
  .video_hero p {
    margin-bottom: 24px;
  }
  .video_hero p br {
    display: none;
  }
  footer .logo {
    margin-bottom: 20px;
  }
  .latest_news .special_slider .specialslide .sc_content {
    padding: 20px 20px 86px;
  }
  .page_intro,
  .leadersec,
  .cols_4_sec {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  footer,
  .home_rows .home_line {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact_sec {
    padding-top: 70px;
  }
  .contact_sec h1,
  .single_blog h1,
  .page_intro h1,
  .text_style h1,
  .video_hero .color_black h1,
  .video_hero h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .single-post .blog_grid_sec h2,
  .blog_grid_sec h2,
  .text_style h2,
  .cols_4_sec .cols_4_text h2,
  .leadersec h2,
  .contact_sec h2,
  .latest_news .special_slider .specialslide .sc_content h3,
  .home_rows .home_line h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .dis_sec .dis_heading h3,
  .text_style h3,
  .cols_4_sec .c4_box h3 {
    font-size: 24px;
  }
  .home_rows .home_line .hl_img {
    width: 100%;
  }
  .video_hero.v2 {
    min-height: 1px;
  }
  .video_hero.v4 .container_holder,
  .video_hero .container_holder {
    min-height: 300px;
  }
  .video_hero {
    height: 300px;
  }  
  .video_hero.part-video-php{
    height: auto;
    padding-bottom: 56.25%;
  }
  footer ul.menu .sub-menu {
    padding-top: 10px;
  }
  footer ul.last_menu,
  footer ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .big_link {
    font-size: 16px;
  }
  footer ul.last_menu li:after {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
  .show992 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  input, textarea {
    /* remove inner shadow on iOS input */
    background-image: -webkit-linear-gradient(#fff 0, 0%, 100%, 0, #fff 0, 0%, 100%, 0);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}