@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700&family=Playfair+Display:wght@400;500;600&display=swap');
/* Works on Firefox */
* {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #fa545a; /* scroll thumb and track */
  font-family: 'Libre Franklin', sans-serif;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #8C8C8C;
}
*::-webkit-scrollbar-thumb {
  background-color: #fa545a;
  border-radius: 20px;
  border: 1px solid #8C8C8C;
}
body {
  font-family: 'Libre Franklin', sans-serif;
}
p {
  font-size: 20px;
  line-height: 1.5;
}
.p {
  font-size: 20px;
  line-height: 1.5;
}
.border-0 {
  border: none !important;
}
.m-auto {
  margin: auto;
}
.ms-2 {
  margin-left: 2rem;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-red {
/*  color: var(--theme-red) !important;*/
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex;
}
.d-flex-align-justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex-align-center {
  display: flex;
  align-items: center;
}
.cursor-pointer {
  cursor: pointer;
}
/*	*/
.site_header {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  /*  z-index: 99999999;*/
  transition: 1s;
}
.site_header.bgOverlay {
  background: #fff;
  transition: 1s;
}
.site_header .site_header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem 0;
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #CDD0D5;
}
.site_header .site_header_wrapper .mynav_menu ul {
  display: flex;
  width: inherit;
  justify-content: end;
}
.site_header .site_header_wrapper .mynav_menu ul li, .site_header .site_header_wrapper .mynav_menu ul li a {
  font-family: Segoe, "Segoe UI", "sans-serif";
  text-transform: none !important;
  color: #ffffff;
  margin-left: 0.7rem;
}
.site_header .site_header_wrapper .mynav_menu ul li a.active {
  border-bottom: 1px solid var(--theme-red);
}
.site_header .site_header_wrapper .mynav_menu ul li a:hover {
  border-bottom: 1px solid var(--theme-red);
}
.d-none {
  transform: translateY(-300px);
  transition: 1s;
  animation: fadeInRight 1s normal forwards ease-in-out;
}
@keyframes fadeInRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    /*transform: translateX(300px);*/
    display: none;
  }
}
/* header Ends	*/
.block-hero__inner {
  display: block;
  padding: 0;
}
.block-hero__inner .swiper {
  width: 100%;
  height: 100%;
}
.block-hero__inner .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.block-hero__inner .thumbsSlider .swiper-slide::after {
  content: '';
  position: absolute;
  width: 102%;
  height: 2px;
  background: #fa545a;
  margin-top: 2rem
}
.block-hero__inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-hero__inner .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.block-hero__inner .swiper-slide {
  background-size: cover;
  background-position: center;
}
.block-hero__inner .mySwiper2 {
  height: 100%;
  width: 100%;
}
.block-hero__inner .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute !important;
  bottom: 0;
  z-index: 99999999;
  width: 80%;
  /* margin: auto; */
  left: 0;
  right: 0;
}
.block-hero__inner .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.block-hero__inner .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.block-hero__inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide-wrapper {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.swiper-slide-wrapper .swiper-slide-wrapper-inner {
  display: block;
  width: 90%;
  margin: 0;
  padding: 0;
}
.swiper-slide-wrapper .slide-single-top-heading {
  position: relative;
  font-size: 28px;
  line-height: 1;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2rem;
}
.swiper-slide-wrapper .slide-single-top-heading::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 35px;
  height: 4px;
  background: #de4c52;
}
.swiper-slide-wrapper .swiper-slide-wrapper-inner h2.block-line__title {
  padding: 2rem 0;
  color: #fff;
  line-height: 1.1;
}
.swiper-slide-wrapper .swiper-slide-wrapper-inner span.text-red {
  color: var(--theme-red);
}
.button-red {
  width: auto;
  background: var(--theme-red);
  border: 0;
  border-radius: 8px;
  padding: 20px 40px;
  cursor: pointer;
  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;
  gap: 20px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #ffffff;
  transition: 0.5s;
}
.button-red:hover {
  transition: 0.5s;
  background: #ff4d4d;
}
.button-black {
  width: auto;
  background: #000;
  border: 0;
  border-radius: 8px;
  padding: 20px 40px;
  cursor: pointer;
  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;
  gap: 20px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #ffffff;
  transition: 0.5s;
}
.button-black:hover {
  transition: 0.5s;
  background: #170909;
}
.button-black-outline {
  width: auto;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #ffffff;
  transition: 0.5s;
}
.button-black-outline:hover {
  color: #FF1A1A;
  background: #ffffff;
  background-color: #ffffff;
  transition: 0.5s;
}
.swiper-video .swiper-slide .swiper-slide-overlay {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: radial-gradient(46.15% 106.11% at 62.67% 30.5%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.fixed-social-handle {
  position: fixed;
  padding: 0.85rem 2rem;
  padding-left: 1.3rem;
  background: #000000;
  right: -35px;
  z-index: 99999999999999;
  border-radius: 16px 16px 0 0;
  top: 30%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  color: #000000 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.fixed-social-handle-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding-top: 0.3rem;
}
.fixed-social-handle-inner .social_img {
  width: 22px;
  height: 22px;
}
.fixed-social-handle-inner .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-social-handle-inner .d-flex p {
  padding-left: 0px !important;
}
.fixed-social-handle-inner .d-flex p, .fixed-social-handle-inner .d-flex a {
  padding: 0 0.5rem;
  color: #000000;
  transition: 0.5s;
}
.fixed-social-handle-inner .rotate {
  transform: rotate(90deg);
}
.fixed-social-handle-inner .social_line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-social-handle-inner a:hover {
  color: #fa545a !important;
  transition: 1s;
}
.fixed-social-handle-inner a:hover svg {
  /*  filter: brightness(0) saturate(100%) invert(34%) sepia(99%) saturate(1046%) hue-rotate(327deg) brightness(118%) contrast(115%);*/
  /*
  fill: #fa545a;
  transition: 1s;
*/
}
.fixed-social-handle-inner a svg:hover, .fixed-social-handle-inner a svg:hover path, .fixed-social-handle-inner a svg:hover plygon, .fixed-social-handle-inner a svg:hover circle {
  fill: #fa545a;
  transition: 1s;
}
.explore_more_link {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.explore_more_link > * {
  padding-right: 1rem;
  cursor: pointer;
}
.explore_more_link > *:hover {
  transition: 0.7s;
  color: var(--theme-red) !important;
}
.explore_more_link:hover {
  transform: translateX(15px);
  transition: 0.7s;
}
/*
.tm-menu-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px 0 #fd2e3530;
	cursor: pointer;
	margin-left: 1rem;
}
.tm-menu-btn .menu-lines {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.tm-menu-btn .menu-lines span {
	width: 15px;
	height: 2px;
	background: #fd2e35;
	margin-bottom: 0.5rem;
}
.tm-menu-btn .menu-lines span:last-child {
	margin-bottom: 0;
}
	*/
.flex-grow {
  flex-grow: 1 !important;
}
.tm-menu-btn .completed:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.5;
}
.tm-menu-btn svg {
  position: sticky;
  transform: rotate(-90deg);
}
.tm-menu-btn svg circle {
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 7px;
  stroke-linecap: round;
  fill: transparent;
}
.tm-menu-btn svg .progress-bar {
  stroke: url(#grad);
  transition: stroke-dashoffset 0 ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.tm-menu-btn .pct {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.lp-hamberg.active-red .lp-hamberg__line {
  background: #fff !important
}
.lp-hamberg.active-red .lines {
  background: #fd2e35 !important
}
.lp-hamberg.active .lp-hamberg__item .lines .lp-hamberg__line {
  transition: 1s;
}
.lp-hamberg.active .lp-hamberg__item .lines .lp-hamberg__line:nth-child(3n+1) {
  transform: rotate(50deg) translate(2px, 2px);
  transition: 0.7s;
}
.lp-hamberg.active .lp-hamberg__item .lines .lp-hamberg__line:nth-child(3n+2) {
  display: none;
  transition: 0.7s;
}
.lp-hamberg.active .lp-hamberg__item .lines .lp-hamberg__line:nth-child(3n+3) {
  transform: rotate(-50deg) translate(2px, -2px);
  transition: 0.7s;
}
#progress, .lines {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  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;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}
@media (min-width: 768px) {
  #progress {
    height: 50px;
    width: 50px
  }
}
#progress.active {
  -webkit-box-shadow: 0 4px 16px 0 #fd2e3530;
  box-shadow: 0 4px 16px 0 #fd2e3530
}
#progress.end {
  background: 0 !important
}
.lines {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background: #Fff;
  border: 2px solid #05162F;
  left: 22px;
  top: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width: 768px) {
  .lines {
    width: 35px;
    height: 35px
  }
}
.lines.active .lp-hamberg__line {
  background: #fd2e35
}
.lines.active, .lines.white-bg, .lines.white-bg.active {
  background: #fff
}
@media (min-width: 768px) {
  .lines {
    height: 44px;
    width: 44px;
  }
}
.lp-hamberg {
  margin-left: .9375rem;
  cursor: pointer;
  z-index: 1031;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*
	position: absolute;
	right: 19px !important;
	top: 50%;
*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /*
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
*/
}
.lp-hamberg__item {
  width: 60px;
  height: 60px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.lp-hamberg * {
  position: relative;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  z-index: 999
}
.lp-hamberg__line {
  display: block;
  height: 2px !important;
  width: 18px !important;
  -webkit-border-radius: .1875rem;
  border-radius: .1875rem;
  background: #05162F;
  margin: .1rem;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
.menu-open .lines.active {
  background: 0 0 !important
}
.menu-open .lp-hamberg__line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg) scale(1);
  -ms-transform: translateY(10px) rotate(-45deg) scale(1);
  transform: translateY(10px) rotate(-45deg) scale(1)
}
.menu-open .lp-hamberg__line:nth-child(2) {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1)
}
.lines.active, .lines.white-bg, .lines.white-bg.active {
  background: #fff;
}
.headerMenu_popup {
  position: absolute;
  background: #000000;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 8;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transform: translate3d(0, -100%, 0);
  transition: transform .75s ease .2s, -webkit-transform .75s ease .2s;
  opacity: 0;
}
.headerMenu_popup .container {
  height: 100%;
  width: 100%;
}
.headerMenu_popup .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  height: 100%;
}
.headerMenu_popup .row .col-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding: 5rem;
  margin: 0;
}
.headerMenu_popup .row .col-lg-5 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  width: 41.66666667%;
  background-color: #ffffff;
  padding: 5rem;
  margin: 0;
  height: 100%;
}
.headerMenu_popup_close {
  position: absolute;
  right: 100px !important;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff4d4d;
  cursor: pointer;
  z-index: 1031;
  transition: .3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headerMenu_popup.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform .75s ease .2s, -webkit-transform .75s ease .2s;
}
.headerMenuLeftbox {
  display: flex;
  /*  align-items: flex-start;*/
  flex-direction: column;
}
.headerMenuLeftbox ul li {
  border-bottom: 1px solid #DFDFDF50;
  font-family: "Playfair Display";
  text-transform: none !important;
  color: #0000000;
  font-size: 2.5rem;
  padding: 2rem 0;
}
.headerMenuLeftbox ul li:first-child {
  padding-top: 0;
}
.headerMenuLeftbox ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.headerMenuLeftbox ul li a:hover {
  color: var(--theme-red);
}
.headerMenuLeftbox ul li a {
  color: #ffffff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1s ease
}
.headerMenuLeftbox ul li a::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 25px;
  right: 25px;
  background: url(../images/arrow_red_long.svg) no-repeat;
  background-size: cover;
  background-position: right;
  transition: 0.7s ease;
}
.headerMenuLeftbox ul li:hover a::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 25px;
  right: -5px;
  background: url(../images/arrow_red_long.svg) no-repeat;
  background-size: cover;
  background-position: right;
  transition: 0.7s ease;
  /*  transform: translateX(5px);*/
}
.headerMenuRightbox {
  display: flex;
  align-items: center;
}
.headerMenuRightbox .block-title {
  font-family: "Playfair Display";
  text-transform: none !important;
  color: #000000;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  width: 90%;
  margin: auto;
  margin-bottom: 1rem;
}
.headerMenuRightbox .office_address {
  padding: 1rem 0;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headerMenuRightbox .office_address .item {
  padding-bottom: 1rem;
  color: #000000;
}
.headerMenuRightbox .office_address .item p {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  color: #000000 !important;
}
.headerMenuRightbox .office_address .item p a {
  color: #000000;
  transition: .7s;
}
.headerMenuRightbox .office_address .item p a:hover {
  color: var(--theme-red);
  transition: .7s;
}
.headerMenuRightbox .office_address .item .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1rem;
}
.headerMenuRightbox .office_address .item .circle img {
  width: 25px;
  height: 25px;
}
.headerMenuRightbox .company_social {
  padding-bottom: 1rem;
}
.headerMenuRightbox .company_social .d-flex {
  padding-top: 1rem;
}
.headerMenuRightbox .company_social .d-flex > * {
  padding-right: 1rem;
}
.headerMenuRightbox .company_social .d-flex > * img {
  width: 25px;
  height: 25px;
}
.mobileHide {
  display: block !important;
}
.mobileShow {
  display: none !important;
}
.team_bg {
  background-image: url("../images/innovative_mindset.jpg");
}
.innovation_blocks {
  overflow: hidden;
}
.innovation_blocks .block-text-img__img {
  opacity: 0;
  transform: scale(1.4);
  transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
}
.innovation_blocks.is-inview .block-text-img__img {
  opacity: 1;
  transform: scale(1);
  transition-delay: .6s
}
.c-speed-block_title {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.innovation_blocks.is-inview .c-speed-block_title {
  opacity: 1;
  transform: none;
  transition-delay: 1.5s
}
.innovation_links:hover span {
  transition: 0.5s ease-out;
  transform: rotate(360deg);
  cursor: pointer;
}
.explore_more_link {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.explore_more_link.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 1.5s
}
.join_team_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
  width: 100%;
}
.text {
  font-family: 'Playfair Display', serif;
  /*  font-weight: 900;*/
  font-size: 5rem;
  line-height: 1.2;
  color: #05162F;
  text-align: center;
  /*
  -moz-text-stroke: 1px rgba(255, 255, 255, 1);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
*/
  position: relative;
  /*  text-transform: uppercase;*/
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  /*
  -webkit-background-clip: text;
  background-clip: text;
*/
  background-size: 0%;
  transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
}
.team_content h3 {
  font-family: "inter";
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
}
.btn_wrap {
  margin-top: 30px;
}
.btn_wrap .button-red {
  position: relative;
  overflow: hidden;
}
.btn_wrap .button-red:after {
  position: absolute;
  top: 100%;
  left: 0;
  /*  display: block;*/
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: attr(data-text);
  transition: top 0.3s;
  color: #fa545a;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.btn_wrap .button-red:hover::after {
  top: 0;
}
@media (min-width:991px) {
  /*
  .text {
    font-size: 8vw;
    line-height: 6.8vw;
  }
*/
}
.bg-white {
  background-color: #fff;
}
.client_wrap_inn {
  display: flex;
  justify-content: end;
  align-items: center;
}
.client_content_lft {
  width: 505px;
  padding-right: 15px;
  position: relative;
}
.client_text_lg {
  font-size: 60px;
  color: #000;
  line-height: 64px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.client_text_lg span {
  display: inline-block;
  background-color: #fff;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
}
.client_text_lg.is-inview {
  opacity: 1;
}
.client_text_lg.is-inview span {
  opacity: 1;
  transform: none
}
.client_text_lg.is-inview:first-child span {
  transition-delay: .4s
}
.client_text_lg.is-inview:nth-child(2) span {
  transition-delay: 1s
}
.client_text_lg.is-inview:nth-child(3) span {
  transition-delay: 1.2s
}
.client_text_sm {
  font-size: 20px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  background: #fff;
  position: relative;
  z-index: 1;
}
.client_text_sm span {
  padding-left: 19%;
  display: block;
  padding-top: 10px;
}
.timeus-t {
  position: absolute;
  top: -50px;
  left: -290px;
  pointer-events: none;
}
.client_content_rgt {
  width: 57%;
  padding-left: 15px;
}
.client_bottom {}
.bundle_logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.client_logos .bundle_logos .logo_img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 100%;
}
.client_logos .bundle_logos .logo_img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.logo_img {
  width: 25%;
  /* margin: 40px 0; */
  text-align: center;
  padding: 2rem;
}
.client_logos {
  height: 575px;
  overflow-y: auto;
}
.bundle_logos {
  padding: 20px 0;
}
.client_bottom {
  margin-top: 50px;
}
/*
.client_bottom .text {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 1);
}
.client_bottom .text {
	font-family: 'Playfair Display', serif;
  background: linear-gradient(to right, #000, #000) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
  text-transform: inherit !important;
}
.client_bottom .text:hover {
  background-size: 100%;
}
.team_content .text:hover {
  background-size: 100%;
}
*/
.playVideos__wrapper {
  position: absolute;
  background: #000000;
  top: 0;
  padding: 5rem;
  margin: 0;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
  /* transform: translate3d(0, -100%, 0);*/
  transition: 5s ease;
}
.playVideos__wrapper.active {
  display: block;
  transition: 5s ease;
}
.playVideos__wrapper .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 5s ease;
}
.playVideos_popup_close {
  position: absolute;
  right: 100px !important;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff4d4d;
  z-index: 1031;
  transition: 3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.playVideosGlimpse {
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.playVideosGlimpse:hover {
  transition: transform .5s ease, -webkit-transform .5s ease;
  transform: scale(1.1);
}
.footer__info .block-info__title {
  text-transform: none;
  font-size: 24px;
  color: #fa545a;
  margin-bottom: 1rem;
}
.footer__info .block-info__address {
  line-height: 1.4;
}
.animated-arrow {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  margin-left: 45px;
}
.the-arrow.-left > .shaft {
  width: 20px;
  background-color: #f55258;
}
.the-arrow > .shaft {
  display: block;
  height: 2px;
  top: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #fa545a;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}
.animated-arrow:hover > .main {
  transform: translateX(-30px);
  cursor: pointer;
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text1 {
  margin: 0 16px 0 0;
  line-height: 1;
  cursor: pointer;
}
.the-arrow.-left {
  position: absolute;
  top: 40%;
  left: -40px;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 0;
  transition-delay: 0.1s;
  background-color: #f55258;
}
.animated-arrow > .the-arrow.-left > .shaft:before, .animated-arrow > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #f55258;
}
.animated-arrow > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 0px;
  transition-delay: 0.1s;
  background-color: #f55258;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 0px;
  transition-delay: 0.3s;
  transition: all 0.1s;
  background-color: #f55258;
}
.animated-arrow:hover .the-arrow.-right > .shaft::before, .animated-arrow:hover .the-arrow.-right > .shaft::after {
  width: 8px;
  transition-delay: 0.1s;
}
.animated-arrow:hover .the-arrow.-right > .shaft::before {
  transform: rotate(45deg);
}
.animated-arrow:hover .the-arrow.-right > .shaft::after {
  transform: rotate(-45deg);
}
.block-hero {
  height: auto !important;
}
.hero_inner_wrapper {
  position: relative;
  background: #fff;
  color: #05162F;
  padding: 7rem 0;
  margin: 0 auto;
  height: 100%;
  width: 90%;
  display: flex;
  transition: all 4s ease 0s;
}
.hero_inner_wrapper .swiper-slide-wrapper-inner {
  position: relative;
  z-index: 2;
  transition: all 4s ease 0s;
}
.hero_inner_wrapper .swiper-slide-wrapper-inner .slide-single-top-heading {
  color: #05162F;
  text-transform: uppercase;
  font-size: 2rem;
}
.hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
  color: #05162F;
  font-family: 'Playfair Display', serif;
  font-size: 120px;
  margin-bottom: 3.2rem;
}
.hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title span {
  color: #FA545A;
}
.hero_inner_wrapper .swiper-slide-wrapper-inner p {
  color: #000;
  width: 440px;
}
.media-block {}
.hero_inner_wrapper .media-block {
  width: 50%;
  position: absolute;
  top: 5%;
  right: 0;
  border-radius: 20px;
  overflow: hidden;
  /*  background: #FF7E00;*/
  z-index: 1;
  opacity: 0;
  transform: translateX(120%);
  transform-style: preserve-3d;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1.5s cubic-bezier(.215, .61, .355, 1);
}
.hero_inner_wrapper .media-block.is-inview {
  opacity: 1;
  transform: none;
  transition: 2s;
}
#tms_video {
  width: 100%;
  opacity: 0; /* start faded out */
  transition: opacity 0.5s; /* css fade in */
}
.video_wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-right: auto;
  float: right;
  height: 700px !important;
}
.video_wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
  background: url("../images/banner-image-1.png") no-repeat;
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 25px;
}
.video_wrapper .playVideos_popup_close {
  display: none;
  right: 250px !important;
  transition: 4s;
  opacity: 0;
}
video {
  transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 8s cubic-bezier(.215, .61, .355, 1);
}
video[poster] {
  width: auto !important;
  height: 700px;
  border-radius: 25px;
  margin: auto;
  text-align: center;
  display: flex;
}
/* BUTTONS	*/
.hero-play-btn {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: transparent;
  border: 2px solid var(--theme-red);
  color: var(--theme-red);
  border-radius: 50px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
  line-height: 1.3;
  /*	line-height: 1;*/
  cursor: pointer;
  transition: 2s;
  z-index: 2;
}
.hero-play-btn span {
  color: var(--theme-red);
  padding-right: 0.87rem;
  transition: 1s;
  cursor: pointer;
}
.hero-play-btn .arrow {
  transition: 0.5s;
  width: 30px;
  overflow: hidden;
}
.hero-play-btn .arrow img {
  transition: 0.5s;
  display: block;
  text-align: left;
  float: left;
  margin-left: -32px;
}
.hero-play-btn:hover .arrow {
  transition: 0.5s;
  width: 62px;
}
.hero-play-btn:hover .arrow img {
  transition: 0.5s;
  width: 62px;
  margin-left: 0;
}
/*
.hero-play-btn:hover {
	flex-direction: row-reverse;
	transition: 2s;
}
.hero-play-btn:hover span {
	padding: 0 !important;
	transition: 1s;
}
.hero-play-btn:hover img {
	padding-left: 1rem !important;
	transition: 1s;
}
*/
.work_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #ffffff;
  border-color: #FA545A !important;
  background: transparent;
  border: 2px solid var(--theme-red);
  border-radius: 50px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3;
  cursor: pointer;
  transition: 2s;
  width: fit-content;
}
.work_link span {
  padding-right: 1rem;
  cursor: pointer;
  color: var(--theme-red);
}
.work_link .arrow {
  transition: 0.5s;
  width: 30px;
  overflow: hidden;
}
.work_link .arrow img {
  transition: 0.5s;
  display: block;
  text-align: left;
  float: left;
  margin-left: -32px;
}
.work_link:hover .arrow {
  transition: 0.5s;
  width: 62px;
}
.work_link:hover .arrow img {
  transition: 0.5s;
  width: 62px;
  margin-left: 0;
}
.btn_link_red {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #FA545A;
  border-color: #FA545A !important;
  background: transparent;
  border: 2px solid var(--theme-red);
  border-radius: 50px;
  padding: 0.9rem 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.3;
  cursor: pointer;
  transition: 2s;
  width: fit-content;
}
.btn_link_red span {
  padding-right: 1rem;
  cursor: pointer;
  padding-top: 0.5px;
}
.btn_link_red .arrow {
  transition: 0.5s;
  width: 30px;
  overflow: hidden;
}
.btn_link_red .arrow img {
  transition: 0.5s;
  display: block;
  text-align: left;
  float: left;
  margin-left: -32px;
  height: 20.8px;
  max-height: 20.8px;
}
.btn_link_red:hover .arrow {
  transition: 0.5s;
  width: 62px;
}
.btn_link_red:hover .arrow img {
  transition: 0.5s;
  width: 62px;
  margin-left: 0;
}
.btn_link_white {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #ffffff;
  border-color: #ffffff !important;
  background: transparent;
  border: 2px solid var(--theme-red);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.3;
  cursor: pointer;
  transition: 2s;
  width: fit-content;
}
.btn_link_white span {
  padding-right: 1rem;
  cursor: pointer;
  padding-top: 0.5px;
}
.btn_link_white .arrow {
  transition: 0.5s;
  width: 30px;
  overflow: hidden;
}
.btn_link_white .arrow img {
  transition: 0.5s;
  display: block;
  text-align: left;
  float: left;
  margin-left: -32px;
  height: 20.8px;
  max-height: 20.8px;
}
.btn_link_white:hover .arrow {
  transition: 0.5s;
  width: 62px;
}
.btn_link_white:hover .arrow img {
  transition: 0.5s;
  width: 62px;
  margin-left: 0;
}
/* BUTTONS ENDS	*/
.block-title__line {
  font-weight: 100;
  text-transform: uppercase;
  color: #3D3D3D;
  font-size: 2rem !important;
}
.block-title__line .text-red {
  font-size: 210%;
  font-weight: 100;
}
.block-line__item_counter {
  border: 2px solid #CDD0D5;
  border-radius: 20px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-line__item_counter .col {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  line-height: 1;
  color: #3D3D3D;
  border-right: 2px solid #CDD0D5;
}
.block-line__item_counter .col:last-child {
  border-right: 0;
}
.block-line__item-inner_text_wrapper {
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  color: #3D3D3D;
}
.block-line__item-inner_text_wrapper p {
  color: #3D3D3D;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 100;
}
.block-line__top::after {}
.mySwiper_brands {
  width: 90%;
}
.mySwiper_brands .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper_brands .swiper-wrapper .swiper-slide img {
  -webkit-filter: grayscale(200%);
  filter: grayscale(200%);
  display: block;
  width: auto;
  object-fit: cover;
}
.mySwiper_brands .swiper-wrapper .swiper-slide img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.mySwiper_brands_wrapper .swiper-button-prev {
  left: 5%;
  right: auto;
  background: url("../images/arrow_circle_prev.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.mySwiper_brands_wrapper .swiper-button-next {
  right: 5%;
  left: auto;
  background: url("../images/arrow_circle_next.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.mySwiper_brands_wrapper .swiper-button-next::after, .mySwiper_brands_wrapper .swiper-button-prev::after {
  display: none !important;
}
.block-pin-scroll {
  background: #000000;
  margin: 0;
}
.block-pin-scroll .block-pin-scroll_wrapper {
  width: 90%;
  margin: auto;
  padding: 100px 0;
}
.block-pin-scroll .block-pin-scroll_wrapper .this_heading {
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem !important;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 8rem;
}
.block-pin-scroll .block-pin-scroll_wrapper p {
  position: relative;
  color: #fff;
  width: 440px;
}
.block-pin-scroll .block-pin-scroll_wrapper p span {
  color: #FA545A;
  font-weight: 500;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.pin_head_wrapper {
  /*margin-top: 20%;*/
}
.block-pin-scroll .block-pin-scroll_wrapper .hero-play-btn {
  position: relative;
  left: auto;
  bottom: auto;
  color: #FA545A;
  border-color: #FA545A !important;
  margin-top: 4rem;
}
.block-pin-scroll_inner_items {
  display: flex;
  justify-content: center;
}
.block-pin-scroll_inner_items .block-line__top {
  justify-content: center;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item {
  margin: 2rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
  border-radius: 20px;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  top: 0;
  z-index: 1;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper::after {
  content: '';
  position: absolute;
  margin: auto;
  width: 1px;
  height: 35%;
  background: #FFFFFF;
  top: 14%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 2s;
  transform: translateY(-150%);
  opacity: 0;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_one::after {
  height: 45%;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_two::after {
  height: 45%;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_three::after {
  height: 50%;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper:hover::after {
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .head {
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .desc {
  line-height: 1.2;
  display: flex;
  width: 100%;
  margin: 0;
  transition: 2s;
  transform: translateY(150%);
  opacity: 0;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item:hover .scroll_inner_singel_item_wrapper {
  background: #FA545A;
  transition: 1s;
  color: #ffffff !important;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item:hover .scroll_inner_singel_item_wrapper .desc {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
  color: #ffffff !important;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item:hover .scroll_inner_singel_item_wrapper .desc .head {
  color: #ffffff !important;
}
/**/
.block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper {
  background: #FA545A;
  transition: 6s;
  color: #ffffff !important;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .desc {
  transition: 6s;
  transform: translateY(0);
  opacity: 1;
  color: #ffffff !important;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .desc .head {
  color: #ffffff !important;
}
.block-line__top-col > .block-pin-scroll_inner_singel_item {
  transform: none !important;
}
.block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper::after {
  transform: translateY(0%);
  opacity: 1;
}
/**/
.block-pin__spacer {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  height: 25vh;
}
.block-line__top-col.flex-grow-1 {
  position: relative;
  overflow: hidden; /* height: 60em;*/
}
.our_work_block {
  width: 100%;
  padding: 100px 0;
  background: #333333;
  max-height: auto !important;
  height: auto !important;
  overflow: hidden;
}
.our_work_block .our_work_block_wrapper {
  width: 90%;
  margin: auto;
}
.our_work_block .our_work_block_wrapper .block-line__top {
  justify-content: space-between;
}
.our_work_block_wrapper .block-line__top .mynewslider1 {
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s ease;
}
.our_work_block_wrapper .block-line__top.is-inview .mynewslider1 {
  opacity: 1;
  transform: translateY(0);
  transition: 1.5s ease;
}
.our_work_swiper_slide_item .block-line__top .block-line__top-col .our_work_swiper_slide_item_desc {
  opacity: 0;
  transform: translateY(100%);
  transform-style: preserve-3d;
  transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 3s cubic-bezier(.215, .61, .355, 1);
}
.our_work_swiper_slide_item .block-line__top.is-inview .block-line__top-col .our_work_swiper_slide_item_desc {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}
.your-class .block-line__item_counter, .your-class .block-line__item_counter .col {
  border: none !important;
}
.your-class .slick-list.draggable {
  height: 200px !important;
}
.mynewslider1 {
  position: relative;
  background: #fff7e0;
  border-top: 50px solid #fff7e0;
  border-bottom: 50px solid #fff7e0;
  width: 64%;
  height: 760px;
  padding: 3rem 3rem;
  /*
  display: flex;
  align-items: center;
*/
  border-radius: 20px;
}
.mynewslider1 > .mynewslider2 {
  width: 100%;
  margin-top: 6rem;
  color: #000000 !important;
}
.mynewslider1 > .mynewslider2 .our_work_swiper_slide_item_desc p {
  text-align: center !important;
  font-family: 'Libre Franklin';
  color: #000000 !important;
}
.mobile_frame {
  position: absolute;
  left: 38.25%;
  top: 0;
  height: 100%;
  width: auto;
  /*z-index: 999;*/
  z-index: 1;
}
.mobile_frame > img {
  height: 570px;
  width: auto;
}
.our_work_swiper .swiper-wrapper .our_work_swiper_slide_item figure img {
  height: auto;
  width: 100%;
  opacity: 0.25;
}
.our_work_swiper .swiper-wrapper .our_work_swiper_slide_item.swiper-slide-active figure img {
  opacity: 1;
}
.mynewslider2 {
  width: 33%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mynewslider2 .our_work_swiper_slide_item_desc .this_heading {
  font-weight: 100;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 2rem !important;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.mynewslider2 .our_work_swiper_slide_item_desc p {
  color: #ffffff;
  margin-bottom: 0;
}
.our_work_swiper_slide_item .block-line__top .block-line__top-col figure {
  /*  border-radius: 20px;*/
  overflow: hidden;
}
.our_work_swiper_slide_item .block-line__top .block-line__top-col .our_work_swiper_slide_item_desc {
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 100%;
  justify-content: space-between;
  margin: auto;
}
.our_work_swiper_slide_item .block-line__top .block-line__top-col .our_work_swiper_slide_item_desc .this_heading {
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 2rem !important;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.our_work_swiper_slide_item .block-line__top .block-line__top-col .our_work_swiper_slide_item_desc p {
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 3rem;
}
.our_work_swiper_2_wrapper {
  position: relative;
}
.mynewslider2 .swiper-pagination {
  position: relative;
  bottom: auto;
  left: 40px;
  top: 0;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0;
  z-index: 3;
}
.mynewslider2 .swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 0.4rem !important;
  opacity: 0.7;
  background-color: #ffffff;
  width: 1.5rem;
  height: 0.35rem;
  border-radius: 50px;
}
.mynewslider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FA545A;
  width: 2rem;
}
span.swiper-pagination-bullet em {
  left: -40px;
  position: absolute;
  top: 10px;
  display: none;
  font-style: normal;
  z-index: 99999999999;
  border: 1px solid #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 10px;
  color: #fff;
}
span.swiper-pagination-bullet-active em {
  display: flex;
  width: fit-content;
  margin: auto;
}
.block-plan_contact {
  width: 100%;
  padding: 0px 0 100px 0;
  background: #fff;
  overflow: hidden;
}
.block-plan_contact .plan_block_wrapper {
  width: 90%;
  margin: auto;
}
.block-plan_contact .plan_block_wrapper .block-line__top .block-line__top-col {
  flex-grow: 1 !important;
}
.block-plan_contact .plan_block_wrapper .block-line__top .block-line__top-col h1 {
  display: block;
  font-size: 5rem;
  line-height: 1.2;
  color: #05162F;
  text-align: center;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2rem;
}
.block-plan_contact .plan_block_wrapper .block-line__top .block-line__top-col h1 span {
  color: #FA545A;
  display: block;
  width: 100%;
}
.plan_heading h1 {
  opacity: 0;
  display: inline-block;
  background-color: #fff;
  /*transform: translateY(100%) rotateX(-80deg);*/
  transform: translateX(-10%);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 2s cubic-bezier(.215, .61, .355, 1);
}
.plan_heading.is-inview h1 {
  opacity: 1;
  transform: none
}
.plan_heading.is-inview:first-child h1 {
  transition-delay: .4s
}
.plan_heading span {
  display: inline-block;
  background-color: #fff;
  /*  transform: translateY(100%) rotateX(80deg);*/
  transform: translateX(20%);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 2s cubic-bezier(.215, .61, .355, 1);
}
.plan_heading.is-inview {
  opacity: 1;
}
.plan_heading.is-inview span {
  opacity: 1;
  transform: none
}
.plan_heading.is-inview:first-child span {
  transition-delay: .4s
}
.plan_heading a {
  opacity: 0;
  transform: translateY(180%);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
}
.plan_heading.is-inview a {
  opacity: 1;
  transform: none;
  transition-delay: .4s
}
/**/
.swiper-slide-wrapper-inner {
  opacity: 0;
  transform: translateX(-120%);
  transform-style: preserve-3d;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1.5s cubic-bezier(.215, .61, .355, 1);
}
.swiper-slide-wrapper-inner.is-inview {
  opacity: 1;
  transform: none;
  transition: 2s;
}
.pin_head_wrapper > div {
  opacity: 0;
  transform: translateY(120%);
  transform-style: preserve-3d;
  transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 3s cubic-bezier(.215, .61, .355, 1);
}
.pin_head_wrapper > div.is-inview {
  opacity: 1;
  transform: translateY(60%);
  transition: 4s;
}
.scroll_inner_singel_item_wrapper .head {
  opacity: 0;
  transform: translateY(-100%);
  transform-style: preserve-3d;
  transition: opacity 2s cubic-bezier(.215, .61, .355, 1), transform 3s cubic-bezier(.215, .61, .355, 1);
}
/*
.scroll_inner_singel_item_wrapper.is-inview .head {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}
*/
.block-cases__label {
  position: absolute;
  background: #FA545A;
  background-color: #FA545A !important;
  top: 20%;
  right: 19.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 3em;
  font-size: calc(14rem / 16 + 0 * ((100vw - 360px)/ 1560));
  pointer-events: none;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
}
.block-cases__label .block-cases__label-inner {
  background: #FA545A;
  background-color: #FA545A !important;
}
.block-cases__label-inner:after {
  background: #FA545A;
  background-color: #FA545A !important;
}
.block-cases__label .block-cases__label-inner .block-cases__label-icons {
  width: 7em;
}
.block-cases__label-icon {
  width: auto;
  font-size: 1rem;
}
.block-cases-absolute_block {
  background: rgba(0, 0, 0, 0.60);
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 3;
  width: 35%;
  height: auto;
  display: flex;
  /* padding-left: 10%; */
  /* padding-right: 20px; */
  flex-direction: column;
  justify-content: space-around;
  /* bottom: 0; */
  transform: translateY(-50%);
  padding: 3rem 2rem;
}
.block-cases-absolute_block h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 100;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.block-cases-absolute_block p {
  font-weight: 300;
  color: #fff;
  margin-bottom: 2rem;
  width: 100%;
}
.block-cases-absolute_block .btn_link_red {
  background: var(--theme-red);
  border: 2px solid var(--theme-red);
  color: #fff;
  margin: inherit;
}
/*
.block-cases_overlay {
	position: absolute;
	height: 100%;
	width: 30%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.50) 50%, rgba(0,0,0,0) 100%);
}
*/
.take_glimpse img {
  opacity: 0;
  transform: translateX(30%);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 2s cubic-bezier(.215, .61, .355, 1);
}
.take_glimpse.is-inview img {
  opacity: 1;
  transform: none;
  transition-delay: .4s
}
.line_separator svg {
  opacity: 0;
  transform: translateX(-100%);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
}
.line_separator.is-inview svg {
  opacity: 1;
  transform: none;
  transition-delay: .4s
}
.our_work_swiper_2_wrapper .this_heading {
  opacity: 0;
  transform: translateX(100%) rotateX(-45deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
}
.our_work_swiper_2_wrapper.is-inview .this_heading {
  opacity: 1;
  transform: none;
  transition-delay: .4s
}
.our_work_swiper_slide_item_desc .work_link {
  opacity: 0;
  transform: translateX(100%) rotateX(-45deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
}
.our_work_swiper_slide_item_desc.is-inview .work_link {
  opacity: 1;
  transform: none;
  transition-delay: .4s
}
.block-cases::before {
  content: "";
  top: -2px;
  position: absolute;
  background: #fff;
  height: 5px;
  width: 100%;
  z-index: 1;
  display: block;
  margin: 0;
}
.block-cases .block-cases__content::after {
  content: "";
  bottom: -10px;
  position: absolute;
  background: white;
  height: 10px;
  width: 100%;
  z-index: 5;
  display: block;
  margin: 0;
}
.block_gallery_head {
  width: 100%;
  padding: 50px 0 0 0;
  background: #fff;
  overflow: hidden;
}
.block_gallery_head .block_gallery_head_wrapper {
  width: 90%;
  margin: auto;
}
.block_gallery_head .block_gallery_head_wrapper .gallery_heading h1 {
  font-size: 5rem;
  line-height: 1.2;
  color: #05162F !important;
  text-align: center;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.35rem;
}
.block_gallery_head .block_gallery_head_wrapper .gallery_heading h1 span {
  color: #FA545A;
}
.block_gallery_head .block_gallery_head_wrapper .gallery_heading {
  opacity: 0;
  transform: translate3d(-20%, 0, 0);
  transition: transform 2s ease, opacity 2s ease;
}
.block_gallery_head .block_gallery_head_wrapper .gallery_heading.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.block-line__top-col > .block-pin-scroll_inner_singel_item {
  transform: translate3d(0, 140%, 0);
  transition: transform 3s ease;
}
.block-line__top-col.is-inview > .block-pin-scroll_inner_singel_item {
  transform: translate3d(0, 0, 0);
  transition: transform 4s ease;
}
.block-line__top-col.is-inview > .block-pin-scroll_inner_singel_item:last-child {
  transform: translate3d(0, 0, 0);
  transition: transform 6s ease;
}
.block-line__top-col.is-inview > .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 3.5s, opacity 0.5;
}
.pin_head_wrapper .this_heading .anim1 {
  display: block;
  transform: translate3d(1.4em, 0, 0);
  transition: transform 1.6s ease;
}
.pin_head_wrapper .this_heading .anim2 {
  display: block;
  transform: translate3d(-1.071em, 0, 0);
  transition: transform 1.6s ease;
}
.pin_head_wrapper.is-inview .this_heading .anim1, .pin_head_wrapper.is-inview .this_heading .anim2 {
  transform: translate3d(0, 0, 0);
  transition: transform 1.6s ease;
}
.pin_head_wrapper p {
  display: block;
  transform: translate3d(3em, 0, 0);
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform 1.5s cubic-bezier(.215, .61, .355, 1);
}
.pin_head_wrapper.is-inview p {
  transform: translate3d(0, 0, 0);
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform 1.5s cubic-bezier(.215, .61, .355, 1);
}
.pin_head_wrapper button {
  transform: translate3d(8em, 0, 0);
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform 2s cubic-bezier(.215, .61, .355, 1);
}
.pin_head_wrapper.is-inview button {
  transform: translate3d(0, 0, 0);
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform 2s cubic-bezier(.215, .61, .355, 1);
}
.footer__inner {
  /*  padding-bottom: 0 !important;*/
}
.footer__inner .footer__line .footer__line-inner {
  position: relative;
  align-items: flex-start;
}
.footer__inner .footer__line .footer__line-inner.right {
  padding-left: 4vh;
}
.footer__inner .footer__line .footer__line-inner.right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #3D3D3D;
}
.footer .footer__inner .footer__info .block-info__title:last-child {
  margin-bottom: 0;
}
.footer__line-inner.left .footer__info:last-child {
  padding-right: 5rem !important;
}
.footer__info .block-title_link a {
  transition: 1s;
}
.footer__info .block-title_link a:hover {
  color: #FA545A;
  transition: 1s;
}
.block-partners__item-img {
  filter: grayscale(100%);
}
.footer .footer__inner .footer__info address {
  text-transform: uppercase;
  color: #CDD0D5 !important;
  font-size: 1rem;
  line-height: 1.5
}
.footer .footer__inner .footer__info address > * {
  color: #CDD0D5 !important;
}
.footer .footer__inner .footer__info address .site_links li {
  margin-bottom: 1rem;
}
.footer .footer__inner .footer__info address .site_links li:last-child {
  margin-bottom: 0;
}
.footer .footer__inner .footer__info address .site_links li a {
  color: #CDD0D5;
  transition: 1s;
  font-size: 20px;
  line-height: 1.5
}
.footer .footer__inner .footer__info address .site_links li a:hover {
  transition: 1s;
  color: #FA545A;
}
.footer .footer__inner .footer__info .block-info__title {
  color: #ffffff !important;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.footer .footer__inner .footer__info .block-info__title > a {
  color: #ffffff;
}
.footer .footer__inner .footer__info .block-info__title > a:hover {
  color: var(--theme-red);
}
.footer_site_logo img {
  width: 190px;
  height: auto;
  margin-bottom: 2rem;
}
.footer__line-inner.right {
  display: flex;
  justify-content: flex-start !important;
}
.footer__inner_bottom {
  padding-top: 0 !important;
  padding-bottom: 2vh;
}
.footer__inner_bottom .footer__line {
  border-top: 1px solid #3D3D3D;
  margin: 0;
  padding: 0;
}
.footer__inner_bottom .footer__line {
  border-top: 1px solid #3D3D3D;
  padding-top: 3vh;
  color: #CDD0D5
}
.footer__inner_bottom .footer__line > * {
  color: #CDD0D5
}
.footer__inner_bottom .footer__line a {
  transition: 1s;
}
.footer__inner_bottom .footer__line a:hover {
  color: #FA545A;
  transition: 1s
}
.footer .footer__inner.footer__inner_bottom .footer__info .block-info__title {
  color: #FA545A;
  font-size: 0.85rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.aword_text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.aword_text_wrapper h2 {
  display: block;
  width: 75%;
  font-size: 20px !important;
  line-height: 1.5;
  color: #CDD0D5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.aword_text_wrapper .footer_awards .slick-list .slick-track .slick-slide {
  width: 100% !important;
}
.aword_text_wrapper .footer_awards div > h3 {
  color: #FA545A !important;
  font-size: 1.6rem !important;
  line-height: 1.2;
  text-transform: capitalize !important;
  display: flex;
  align-items: flex-start;
  height: 140px;
}
/*Contact page*/
.contact_sec1 .block-hero__inner .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__top {
  width: 80%;
  margin: auto;
}
.contact_sec1 h2 {
  line-height: 1.05;
  margin-bottom: 2rem !important;
}
.contact_sec1 p {
  color: #05162F;
  text-transform: uppercase;
  text-align: center;
  width: auto !important;
  margin: auto;
  margin-top: 2rem;
}
.contact_sec1 p span {
  color: var(--theme-red);
}
.contact_sec1 #line_vr {
  width: 2px;
  height: 150px;
  background: #dddddd;
  margin: auto;
  padding: 0;
  display: block;
}
.block_contact_form {
  background: #EBEBEB;
  background-color: #EBEBEB;
  padding: 7rem 0;
}
.block_contact_form_wrapper {
  width: 90%;
  margin: auto;
}
.block_contact_form_wrapper {
  width: 90%;
  margin: auto;
}
.write_to_us_wrapper {
  display: flex;
}
.contact_sec1 h2, .contact_sec1 h2 em {
  color: #05162F;
  font-family: 'Playfair Display', serif;
  font-size: 5.2rem;
  line-height: 1;
  font-style: normal;
  text-align: center;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease
}
.contact_sec1 h2 em span {
  color: var(--theme-red);
}
.contact_sec1 h2 em:nth-child(3n+1) {
  transform: translate3d(-.829em, 0, 0);
  display: block;
}
.contact_sec1 h2 em:nth-child(3n+2) {
  transform: translate3d(1.4em, 0, 0);
  display: block;
}
.contact_sec1 h2 em:nth-child(3n+3) {
  transform: translate3d(-1.071em, 0, 0);
  display: block;
}
.contact_sec1 h2.is-inview em {
  transform: translate3d(0, 0, 0);
  display: block;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease
}
.contact_sec1 .hero_inner_wrapper .block-line__top .block-line__top-col p {
  opacity: 0;
  transform: translate3d(0, 5em, 0);
  transition: all 3s ease;
}
.contact_sec1 .hero_inner_wrapper .block-line__top .block-line__top-col.is-inview p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 3s ease;
}
.contact_sec1 .hero_inner_wrapper .block-line__top .block-line__top-col #line_vr {
  opacity: 0;
  transform: translate3d(0, 200%, 0);
  transition: all 2s ease;
}
.contact_sec1 .hero_inner_wrapper .block-line__top .block-line__top-col.is-inview #line_vr {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 2s ease;
}
.block_contact_form .block_contact_form_wrapper figure {
  opacity: 0;
  transform: translate3d(-140%, 0, 0);
  display: block;
  transition: all 2s ease;
}
.block_contact_form .block_contact_form_wrapper .figure_wrapper.is-inview figure {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  display: block;
  transition: all 2s ease;
}
.form_wrapper_inner form .block-line__top .block-line__top-col {
  overflow: hidden;
}
.form_wrapper_inner form .block-line__top .block-line__top-col {
  opacity: 0;
  transform: translateX(200%);
  transition: all 2s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+1) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all .5s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+2) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+3) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.5s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+4) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 2s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+5) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 2.5s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+6) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 3s ease;
}
.custom_select_wrapper::before {
  content: "⌵";
  position: absolute;
  right: 1rem;
  pointer-events: none;
  display: block;
  z-index: 1;
  color: #000;
}
@media (max-width:1536px) {
  .contact_sec1 h2, .contact_sec1 h2 em {
    font-size: 4.2rem;
  }
}
@media (max-width:1366px) {
  .contact_sec1 h2, .contact_sec1 h2 em {
    font-size: 4.2rem;
  }
}
@media (max-width:991px) {
  .block_contact_form .block_contact_form_wrapper .figure_wrapper .write_to_us_wrapper img {
    width: 100%;
  }
}
@media (max-width:1200px) {
  .contact_sec1 h2, .contact_sec1 h2 em {
    font-size: 60px;
  }
  .contact_sec1 #line_vr {
    height: 100px;
  }
  .figure_wrapper {
    max-width: 40%;
  }
  .write_to_us_wrapper img {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width:1024px) {
  .contact_sec1 h2, .contact_sec1 h2 em {
    font-size: 40px;
  }
  .contact_sec1 #line_vr {
    height: 70px;
  }
  .figure_wrapper {
    max-width: 40%;
  }
  .contact_sec1 .hero_inner_wrapper .block-line__top .block-line__top-col p {
    font-size: 1.2rem;
  }
  .form_wrapper .form_wrapper_inner form .block-line__top {
    margin-bottom: 3rem;
  }
}
@media (max-width:768px) {
  .contact_sec1 h2, .contact_sec1 h2 em {
    font-size: 32px;
  }
  .contact_sec1 #line_vr {
    height: 50px;
  }
  .figure_wrapper img {
    max-width: 60%;
  }
  .figure_wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .block-line__top {
    flex-wrap: wrap;
  }
  .block_contact_form {
    padding: 5rem 0;
  }
  .form_wrapper {
    padding: 0 2rem;
  }
  .form_wrapper .form_wrapper_inner form .block-line__top {
    margin-bottom: 2rem;
  }
  .ms-2 {
    margin-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width:575px) {
  .contact_sec1 h2, .contact_sec1 h2 em {
    font-size: 28px;
  }
  .contact_sec1 .hero_inner_wrapper .block-line__top .block-line__top-col p {
    font-size: 1rem;
  }
  .block_contact_form {
    padding: 3rem 0;
  }
  .figure_wrapper img {
    max-width: 50%;
  }
}
/**/
/*FORM */
.form_wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 0 5rem;
}
.form_wrapper .form_wrapper_inner {
  display: flex;
  align-content: center;
  align-items: center;
  flex-grow: 1;
}
.form_wrapper .form_wrapper_inner form .block-line__top .block-line__top-col {
  flex: 1 1;
}
.form_wrapper .form_wrapper_inner form .block-line__top {
  margin-bottom: 4rem;
}
.form_wrapper .form_wrapper_inner form .block-line__top:last-child {
  margin-bottom: 0;
}
.form_wrapper_inner form .block-line__top .block-line__top-col input, .form_wrapper_inner form .block-line__top .block-line__top-col select {
  font-family: "Libre Franklin";
  border: none;
  border-bottom: 1px solid #020202;
  background: 0 0;
  padding-bottom: 5px;
  outline: 0;
  color: #707070;
  font-weight: 400;
  display: block;
  width: 100%;
	padding-left: 5px !important;
}
.form_wrapper_inner form .block-line__top .block-line__top-col input::placeholder, .form_wrapper_inner form .block-line__top .block-line__top-col select::placeholder {
  color: #707070;
  font-family: Inter, Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
.form_wrapper_inner form .block-line__top .block-line__top-col {
  overflow: hidden;
}
.form_wrapper_inner form .block-line__top .block-line__top-col {
  opacity: 0;
  transform: translateX(200%);
  transition: all 2s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+1) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all .5s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+2) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+3) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.5s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+4) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 2s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+5) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 2.5s ease;
}
.form_wrapper_inner.is-inview form .block-line__top:nth-child(6n+6) .block-line__top-col {
  opacity: 1;
  transform: translateX(0);
  transition: all 3s ease;
}
.form_wrapper_inner form select {
  padding: 10px 0 !important;
}
.form_wrapper_inner form select option {
  background: #fffff;
  text-transform: uppercase;
  color: #000000 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 0;
  font-size: 1rem;
  line-height: 1.2;
}
.form_wrapper_inner form select option:checked {
  background-color: var(--theme-red) !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
.form_wrapper_inner form select option:hover {
  background-color: var(--theme-red) !important;
  box-shadow: 0 0 10px 100px var(--theme-red) inset;
}
/*From ends*/
.this_bottom h3 {
  font-size: 1.5rem !important;
  line-height: 1.7 !important;
  color: #fff;
  font-weight: inherit;
  margin: 1rem 0 1.5rem 0;
  text-transform: none !important;
}
.mobile-gallery-block-slider .swiper-button-next:after, .mobile-gallery-block-slider .swiper-button-prev:after {
  color: var(--theme-red);
}
/*************************************
*************Media queries************
**************************************/
@media (min-width:1537px) and (max-width:1876px) {
  .counter_gif {
    width: 100%;
  }
  .mobile_frame > img {
    height: 510px;
    width: auto;
  }
  .flip_box, .single_box {
    height: 241px !important;
    width: 241px !important;
  }
  .grid_gallery .row_wrap {
    justify-content: center !important;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
    font-size: 130px;
    margin-bottom: 3rem;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner p {
    width: 670px;
  }
}
@media (max-width:1566px) {
  .headerMenuRightbox .block-title {
    font-size: 3.5rem;
  }
  .block-hero {
    /*    height: 100vh !important;*/
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
    font-size: 90px;
  }
  .media-block > img {
    height: 80vh;
  }
  .block-line__top-col.line_separator {
    justify-content: flex-start !important;
  }
  .block-line__top-col.line_separator svg {
    width: 50%;
    margin: auto;
  }
  .mySwiper_brands .swiper-wrapper .swiper-slide img {
    width: 80%;
    object-fit: cover;
  }
  .our_work_block {
    max-height: auto !important;
    height: auto !important;
  }
  .our_work_swiper_slide_item .block-line__top.is-inview .block-line__top-col figure img {
    width: 100%;
  }
  .our_work_swiper_slide_item .block-line__top .block-line__top-col .our_work_swiper_slide_item_desc {
    width: 75%;
    height: 100%;
  }
  .mynewslider1 {
    height: auto;
    padding-bottom: 0 !important;
  }
  .mynewslider1 > .mynewslider2 {
    margin-top: 4.5rem;
  }
  .mynewslider2 .our_work_swiper_slide_item_desc .this_heading {
    font-size: 1.5rem !important;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  .mynewslider2 .our_work_swiper_slide_item_desc p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .our_work_swiper_2 .swiper-pagination {
    top: 64px;
  }
  span.swiper-pagination-bullet em {
    top: 20%;
  }
  .mobile_frame {
    top: 2.7%;
    left: 38.95%;
  }
  .mobile_frame > img {
    height: 432px;
    width: auto;
  }
  .take_glimpse .counter_gif {
    max-width: 650px;
  }
  .hero_inner_wrapper {
    padding: 4rem 0 7rem 0;
  }
  .video_wrapper {
    height: 550px !important;
  }
  video[poster] {
    height: 550px;
  }
  .video_wrapper .playVideos_popup_close {
    right: 210px !important;
  }
  .aword_text_wrapper .footer_awards div > h3 {
    font-size: 1.3rem !important;
    line-height: 1.2;
    width: 90%;
  }
  p:not(.hero__heading) {
    font-size: 1rem !important;
  }
  .footer .footer__inner .footer__info address .site_links li a {
    font-size: 1rem;
  }
  .aword_text_wrapper h2 {
    font-size: 1rem !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_one::after {
    height: 57%;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_two::after {
    height: 60%;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_three::after {
    height: 63%;
  }
}
/**/
@media (max-width:1400px) {
  .headerMenuRightbox .block-title {
    font-size: 3.5rem;
  }
  .block-hero {
    /*    height: 100vh !important;*/
  }
  .mySwiper_brands .swiper-wrapper .swiper-slide img {
    width: 60%;
    object-fit: cover;
  }
  .mynewslider1 {
    border: 0;
    height: auto;
    padding: 4rem 3rem;
    padding-bottom: 0;
  }
  .mynewslider1 > .mynewslider2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .mynewslider1 > .mynewslider2 .our_work_swiper_slide_item_desc p {
    font-size: 1rem;
  }
  .mynewslider2 .swiper-pagination {
    top: 30px;
  }
  .mobile_frame {
    top: 8%;
    left: 39.4%;
  }
  .mobile_frame > img {
    height: 372px;
    width: auto;
  }
  .our_work_swiper_2 .swiper-pagination {
    top: 64px;
  }
  .work_link, .hero-play-btn, .btn_link_red, .btn_link_white {
    padding: 0.6rem 2rem;
    /*    font-size: 1rem;*/
  }
  .work_link span {
    transform: scale(0.9);
    white-space: pre;
  }
  .footer .footer__inner .footer__info .block-info__title {
    font-size: 1rem;
    line-height: 1.05;
    white-space: pre-line;
  }
  .footer .footer__inner .footer__info .block-info__title br {
    display: none;
  }
  .hero_inner_wrapper {
    padding: 3rem 0;
  }
  .aword_text_wrapper {
    width: auto;
  }
  .aword_text_wrapper .footer_awards {
    width: 90%;
  }
  .video_wrapper {
    height: 550px !important;
  }
  video[poster] {
    height: 550px;
  }
  .aword_text_wrapper .footer_awards div > h3 {
    font-size: 1.3rem !important;
    line-height: 1.2;
  }
  .footer__line-inner.right {
    width: 40% !important;
  }
  .block-cases-absolute_block {
    height: auto;
    justify-content: center;
  }
  .block-cases-absolute_block h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .block-cases-absolute_block h3 br {
    display: none;
  }
  .block-cases-absolute_block p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  p:not(.hero__heading) {
    font-size: 1rem !important;
  }
}
/*Surface Pro 7*/
@media (max-height: 912px) and (max-width: 1368px) {
  .headerMenuRightbox .block-title {
    font-size: 3.5rem;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
    font-size: 85px;
  }
  /*
  section.block-line {
    margin-top: 4rem;
  }
*/
  .thisspacer {
    display: block;
    width: 100%;
    padding-top: 4rem;
  }
  .block-hero {
    /* height: 85vh;*/
  }
  .video_wrapper {
    height: 505px !important;
  }
  video[poster] {
    height: 505px;
  }
  .video_wrapper .playVideos_popup_close {
    right: 180px !important;
  }
  .block-cases__overlay {
    width: 102%;
    height: 102%;
  }
  .footer__inner .footer__line.top .footer__line-inner.left {
    flex-grow: 1 !important;
  }
  .footer__line-inner.left {
    width: 60% !important;
  }
  .footer__line-inner.right {
    width: 40% !important;
  }
  .aword_text_wrapper {
    width: 90%;
  }
  .aword_text_wrapper .footer_awards {
    width: 90%;
  }
  .footer__inner {
    padding-bottom: 2vh;
  }
  .block-plan_contact {
    padding-top: 0 !important;
  }
  .hero_inner_wrapper {
    padding: 3rem 0 5rem 0;
  }
  .block-cases .block-cases__content::after {
    bottom: -10px;
  }
  .aword_text_wrapper .footer_awards div > h3 {
    font-size: 1.3rem !important;
    line-height: 1.2;
  }
  p:not(.hero__heading) {
    font-size: 1rem !important;
  }
  .block-cases__spacer:not(.is-mobile .block-cases__spacer):before {
    padding-bottom: 50%;
  }
}
/*Surface Pro 7 Ends*/
/*Galexy Fold*/
@media only screen and (max-height: 512px) and (max-width: 720px) {
  .page-wrap .block-line {
    margin-top: 6vh;
  }
  .block-line__top-col.line_separator {
    display: none !important;
  }
}
@media only screen and (max-width: 717px) and (max-height: 512px) {
  .page-wrap .block-line {
    margin-top: 6vh;
  }
  .block-line__top-col.line_separator {
    display: none !important;
  }
  .fixed-social-handle {
    transform: rotate(-90deg) scale(0.6);
    right: -72px;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item:last-child {
    display: block !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col:last-child {
    display: none;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col {
    width: 100%;
    display: flex;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item:nth-child(2) {
    margin: 2rem 0.5rem !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper {
    padding: 1.5rem;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .head {
    font-size: 22px;
    margin-top: 0;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .desc p {
    font-size: 0.9rem;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item {
    transform: none;
    height: 390px !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item img {
    width: 100%;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_three::after {
    height: 35%;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_two::after {
    height: 32%;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_one::after {
    height: 25%;
  }
  .mynewslider1 > .mynewslider2 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .mynewslider2 .our_work_swiper_slide_item_desc p {
    font-size: 20px !important;
    line-height: 1.4;
  }
  .headerMenuLeftbox ul li {
    font-size: 2rem;
  }
  .carrer_sec1 .block-hero__inner .carrer_hero_item_wrapper .carrer_hero_item_inner .carrer_hero_items:first-child {
    display: block !important;
  }
  footer .footer__inner_bottom {
    height: auto !important;
    min-height: auto !important;
  }
}
/*Galexy Fold Ends*/
@media (max-width: 1280px) and (max-height: 800px) {
  .mobile_frame > img {
    height: 340px !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper::after {
    top: 22%;
  }
  .small_qoute .wrapper .row_wrap .small_qoute_inner .title {
    padding-bottom: 10px;
  }
}
/**/
@media (min-width:769px) and (max-width:1280px) {
  .block-hero {
    /*    height: 75vh;*/
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
    font-size: 72px;
  }
  .take_glimpse .counter_gif {
    max-width: 450px;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item {
    margin: 0;
    border-radius: 30px;
    transform: scale(0.8);
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item > .last-child {}
  #last_child {
    position: relative;
    top: -5% !important;
  }
  .mobile_frame {
    top: 8.2%;
    left: 39.6%;
  }
  .mobile_frame > img {
    height: 310px;
    width: auto;
  }
  .footer__line-inner.left {
    width: 65%;
  }
  .footer__line-inner.right {
    width: 35%;
  }
  .aword_text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 270px;
    width: auto;
    justify-content: center;
  }
  .block_gallery_head .block_gallery_head_wrapper .gallery_heading h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col {
    width: 50%;
  }
  .block-cases__spacer:not(.is-mobile .block-cases__spacer):before {
    content: "";
    display: block;
    padding-bottom: 50%;
  }
  .video_wrapper {
    height: 480px !important;
  }
  .video_wrapper .playVideos_popup_close {
    right: 50px !important;
  }
}
@media (min-width: 1024px) {
  .footer__line-inner.right {
    width: 40%;
  }
  .footer__line-inner.left {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .mobile_frame {
    top: 8.2%;
    left: 39.9%;
  }
  .mobile_frame > img {
    height: 260px;
    width: auto;
  }
  .block-cases-absolute_block {
    width: 70% !important;
    margin: auto;
    left: 0;
    right: 0;
  }
  .block-plan_contact {
    padding-top: 50px !important;
  }
}
/*------Footer responsive------------*/
@media (max-width: 1023px) {
  .headerMenuRightbox .block-title {
    font-size: 3rem;
  }
  .headerMenu_popup .row .col-lg-5 {
    padding: 2rem;
  }
  .footer__line-inner.right {
    width: 100% !important;
  }
  .footer__line-inner.left {
    width: 100% !important;
  }
  .inner.right {
    padding: 0;
    margin: 0 0 30px 0;
  }
  .footer__inner .footer__line .footer__line-inner.right::after {
    background: none;
  }
  .footer__line-inner.left .footer__info:last-child {
    padding-right: 2rem !important;
  }
  .aword_text_wrapper {
    width: auto;
    margin-left: 15px;
  }
  .aword_text_wrapper {
    justify-content: end;
  }
  .footer__inner .footer__line .footer__line-inner.right {
    padding-left: 0;
  }
}
@media (max-width: 820px) {
  .video_wrapper {
    height: 380px !important;
    overflow: hidden;
  }
  .hero_inner_wrapper {
    padding-bottom: 0 !important;
  }
  .block-pin-scroll .block-pin-scroll_wrapper p {
    width: auto;
  }
  .mobile_frame {
    left: 35.2%;
    top: 9%;
  }
  .mobile_frame > img {
    height: 310px;
    width: auto;
  }
  /*
  .our_work_swiper_slide_item_desc .work_link {
    font-size: 0.9rem;
  }

  .mynewslider2 .our_work_swiper_slide_item_desc p {
    font-size: 0.8rem !important;
    line-height: 1.4;
  } */
}
/**/
@media only screen and (min-width: 820px) and (max-device-width: 820px) {
  .mobile_frame {
    display: none;
  }
  .hero_inner_wrapper {
    padding: 3rem 0;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
    font-size: 48px;
    margin-bottom: 2rem;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner p {
    color: #3D3D3D;
    font-size: 1rem;
    width: 300px;
  }
  .block-pin-scroll_wrapper .block-line__top .block-pin-scroll_inner_items > .block-line__top {
    flex-direction: row;
  }
  .block-pin-scroll_wrapper > .block-line__top {
    flex-direction: row;
  }
  .block-line .block-line__inner .block-line__top .block-line__top-col {
    width: 50%;
    padding: 0 !important;
  }
  .block-line__top-col.line_separator {
    display: none !important;
  }
  .take_glimpse .counter_gif {
    max-width: 100%;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .slide-single-top-heading {
    font-size: 1.8rem;
  }
  /*
  .block-title__line .text-red {
    font-size: 130%;
  }
*/
  .block-line__title-wrap {
    margin-bottom: 0.6875rem;
  }
  .block-line__top-col .block-line__title-wrap {
    padding: 0 !important;
  }
  .block-manifesto__title .block-title__line {
    font-size: 1.5rem !important;
  }
  .pin-spacer {
    display: none !important;
  }
  .mobileShow {
    display: block !important;
  }
}
@media (max-width:768px) {
  p:not(.hero__heading) {
    font-size: 14px !important;
  }
  .mobileHide {
    display: none !important;
  }
  .mobileShow {
    display: block !important;
  }
  .mynav_menu {
    display: none;
  }
  .block-hero__inner .mySwiper {
    width: 90%;
  }
  .block-hero {
    height: auto;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner p {
    color: #3D3D3D;
    font-size: 1rem;
    width: 90%;
  }
  .block-hero .block-hero__inner .hero_inner_wrapper {
    padding: 3rem 0;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
    color: #05162F;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    margin-bottom: 1.5rem;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title br:nth-child(2n+2) {
    display: none;
  }
  .block-line {
    padding: 3rem 0;
  }
  .block-line .block-line__inner .block-line__top {
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .block-line .block-line__inner .block-line__top .block-line__top-col {
    width: 100% !important;
    padding: 0 !important;
  }
  .block-line__top-col.line_separator {
    display: none;
  }
  .block-line .block-line__inner .block-line__top .block-line__top-col {
    width: 50%;
    padding: 0 !important;
  }
  .mySwiper_brands_wrapper {
    width: 85%;
  }
  .mySwiper_brands_wrapper .swiper-button-prev {
    left: -1%;
  }
  .mySwiper_brands_wrapper .swiper-button-next {
    right: -3%;
  }
  .mySwiper_brands_wrapper .swiper-wrapper {
    align-items: center;
  }
  .block-pin-scroll .block-pin-scroll_wrapper .block-line__top {
    flex-direction: column;
  }
  .block-pin-scroll .block-pin-scroll_wrapper .this_heading {
    margin-top: 0 !important;
    margin-bottom: 1rem;
  }
  .pin_head_wrapper {
    margin-top: 0 !important;
    margin: 0 !important;
  }
  .block-pin-scroll .block-pin-scroll_wrapper .hero-play-btn {
    margin-top: 1.5rem;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item {
    margin: 2rem 0 !important;
    height: 400px;
  }
  .block-pin-scroll_inner_singel_item img {
    margin-top: -113px;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col .block-pin-scroll_inner_singel_item.mb-mob-0 {
    margin-bottom: 0 !important;
  }
  .block-pin__spacer {
    display: none;
  }
  .our_work_block {
    padding: 40px 0;
  }
  .mynewslider1 > .mynewslider2 .our_work_swiper_slide_item_desc p {
    margin-bottom: 15px;
  }
  .mynewslider1 {
    width: 50%;
    padding: 1rem;
  }
  .mynewslider2 {
    width: 45%;
  }
  .work_link, .hero-play-btn, .btn_link_red, .btn_link_white {
    margin-top: 0;
  }
  .mobile_frame {
    left: 26%;
  }
  .mobile_frame > img {
    height: 290px;
    width: auto;
  }
  .block-cases__overlay.js-block-cases-overlay {
    width: 103%;
    height: 103%;
  }
  .block-cases__spacer:not(.is-mobile .block-cases__spacer):before {
    padding-bottom: 85%;
  }
  .headerMenu_popup .row .col-lg-5 {
    padding: 2rem;
  }
  .fixed-social-handle {
    top: 70%;
  }
  /*
  .footer .footer__inner .footer__line.top .footer__line-inner.left {
    margin-top: 3rem
  }
*/
  .footer__inner_bottom .footer__line {
    flex-direction: unset;
  }
  .block_gallery_head .block_gallery_head_wrapper .gallery_heading h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col {
    width: 100%;
  }
  .headerMenu_popup .row .col-lg-7 {
    padding: 0 2.5rem;
  }
  .headerMenuRightbox .block-title {
    width: 100%;
    font-size: 2rem;
    line-height: 1;
  }
  .headerMenuLeftbox ul li a::after {
    width: 60px;
  }
  .headerMenu_popup_close {
    right: 20px !important;
  }
  .block-hero .block-hero__inner .hero_inner_wrapper {
    flex-direction: column;
  }
  .hero_inner_wrapper .media-block {
    width: 100% !important;
    position: relative;
    margin-top: 25px;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner {
    transform: none !important;
  }
  .mobile_frame {
    display: none;
  }
  .mobile_frame > img {
    display: none;
  }
  .mynewslider2 .swiper-pagination {
    display: none;
  }
  /*
  .our_work_swiper .swiper-wrapper .our_work_swiper_slide_item figure img {
    opacity: 1;
  }
*/
  .block-cases-absolute_block {
    width: 90% !important;
    margin: auto;
    left: 0;
    right: 0;
  }
  .mobile-gallery-block > .mobile-gallery-block-slider {
    margin-top: 0;
  }
  .mobile-gallery-block > .mobile-gallery-block-slider .swiper-slide img {
    width: 100%;
    max-width: 100%;
  }
  .mobile-gallery-block > .block-cases-absolute_block {
    width: 100% !important;
    background: #000000;
    opacity: 1;
    display: block;
    position: relative;
    transform: none !important;
    margin: 0 !important;
    padding: 1.65rem;
  }
}
/*------Home page responsive------------*/
@media (max-width: 767px) {
  .lp-hamberg .lp-hamberg__item #progress {
    display: none;
  }
  .pd-t-2 {
    padding: 5px 0;
  }
  .hero_inner_wrapper .media-block {
    width: 100%;
    position: relative;
    margin-top: 25px;
  }
  .hero_inner_wrapper {
    display: block;
  }
  .take_glimpse.is-inview img {
    width: 100%;
  }
  .block-line__top-col.line_separator svg {
    width: 100%;
    margin-bottom: 40px;
  }
  .block-line, .block-line__title-wrap {
    padding: 0;
  }
  .block-pin-scroll .block-pin-scroll_wrapper {
    padding: 40px 0;
  }
  .mynewslider1 {
    width: 100%;
  }
  .block-line__top {
    display: block;
  }
  .mynewslider2 .our_work_swiper_slide_item_desc {
    padding: 0;
  }
  .mynewslider2 {
    width: 100% !important;
    margin-top: 5px;
  }
  .block_gallery_head {
    padding: 25px 0;
  }
  .mynewslider2 .our_work_swiper_slide_item_desc .this_heading {
    margin-bottom: 1rem;
  }
  .mobile_frame {
    display: none;
  }
  .mobile_frame > img {
    display: none;
    height: 93px;
    width: auto;
  }
  .mobile_frame {
    left: 43.5%;
  }
  /*
  .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
*/
  .our_work_swiper .swiper-wrapper .our_work_swiper_slide_item figure img {
    height: auto;
  }
  .block-pin-scroll .block-pin-scroll_wrapper p {
    width: auto;
  }
  .block-plan_contact .plan_block_wrapper .block-line__top .block-line__top-col h1 {
    font-size: 2.7rem;
  }
  .lines {
    top: 16px;
    left: 16px;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner {
    transform: none !important;
  }
  video[poster] {
    height: auto;
    width: 100% !important;
  }
  .video_wrapper {
    height: auto !important;
    overflow: hidden;
  }
  .video_wrapper .playVideos_popup_close {
    right: 10px !important;
  }
  .testimonies .wrapper .testimonies_sliders .swiper-wrapper .swiper-slide .testimonies_item {
    width: 100% !important;
  }
  .testimonies .wrapper .testimonies_sliders .swiper-wrapper .swiper-slide .testimonies_item p {
    font-size: 1rem !important;
    height: auto !important;
    min-height: auto !important;
  }
  .testimonies .wrapper .testimonies_sliders .swiper-wrapper .swiper-slide .testimonies_item .client_details {
    width: 100% !important;
  }
  .mobile-gallery-block > .block-cases-absolute_block {
    width: 100% !important;
    background: #000000;
    opacity: 1;
    display: block;
    position: relative;
    transform: none !important;
    margin: 0 !important;
    padding: 2rem 1.65rem;
  }
  .mobile-gallery-block > .mobile-gallery-block-slider .swiper-slide img {
    width: 100%;
    max-width: 100%;
  }
  .contact_sec1 .block-hero__inner .hero_inner_wrapper {
    padding-bottom: 3rem !important;
  }
  .footer__inner .footer__line .footer__line-inner.right {
    padding-left: 0;
  }
  .block-plan_contact {
    padding: 30px 0 40px 0 !important;
  }
  .video_wrapper {
    background-size: cover !important;
    background: url(../images/banner-image-mobile.jpg) no-repeat;
  }
  .thisspacer {
    display: none;
  }
}
@media (max-width: 690px) {
    
    body {
        overflow:hidden;
    }
    
  .footer__line-inner.right {
    width: 100% !important;
  }
  .footer__line-inner.left {
    width: 100% !important;
  }
  .footer__line-inner {
    display: block;
  }
  .footer .footer__inner .footer__line.top .footer__line-inner.left .footer__info:nth-child(2) {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .footer__inner .footer__line .footer__line-inner.right {
    padding: 0;
  }
  .footer__inner .footer__line .footer__line-inner.right::after {
    background: none;
  }
  .footer__line-inner.left .footer__info:last-child {
    padding-right: 0rem !important;
  }
  .footer__inner {
    padding: 2.9375rem var(--block-gap) 2.625rem
  }
  .footer .footer__inner .footer__info .block-info__title {
    margin-bottom: 1rem;
  }
  .page-contact .block_contact_form .form_wrapper {
    padding: 0 2rem;
  }
}
@media (max-width:576px) {
  .m-top-mob {
    margin-top: 0 !important;
  }
  .p-top-mob {
    padding-top: 0 !important;
  }
  .contact_sec1 h2.m-b-mob {
    margin-bottom: 0rem !important;
  }
  .contact_sec1 .block-hero__inner .hero_inner_wrapper.pad-b-mob {
    padding-bottom: 0 !important;
  }
  .cs4 .anim11 p {
    width: auto !important;
  }
  .cs4 {
    padding: 35px !important;
  }
  .mobileHide {
    display: none !important;
  }
  .mobileShow {
    display: block !important;
  }
  .site_header {
    position: fixed;
    top: 0;
    z-index: 9;
    background: #ffffff;
  }
  .site_header .site_header_wrapper {
    padding: 0.5rem 0;
  }
  .lp-hamberg .lp-hamberg__item {}
  .headerMenu_popup_close {
    width: 40px;
    height: 40px;
  }
  .header__logo-img {
    width: 9rem !important;
    height: auto;
  }
  .page-wrap {
    margin-top: 115px;
  }
  .page-wrap.page-solution {
    margin-top: 75px !important;
  }
  .block-hero__inner .swiper-slide {
    text-align: left;
    font-size: 10px;
    white-space: nowrap;
  }
  .headerMenu_popup {
    height: auto;
    position: fixed;
  }
  .headerMenu_popup .row {
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .headerMenu_popup .row .col-lg-7, .headerMenu_popup .row .col-lg-5 {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem !important;
  }
  .headerMenuLeftbox {
    margin-top: 4rem;
  }
  .headerMenuLeftbox ul li {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  .headerMenuRightbox .block-title {
    font-size: 2rem !important;
  }
  .block-hero .block-hero__inner .hero_inner_wrapper {
    padding: 0 0 3rem 0;
  }
  .video_wrapper .playVideos_popup_close {
    right: 10px !important;
    width: 30px;
    height: 30px;
  }
  .mobile_frame {
    display: none !important;
    left: 24.1%;
    top: 2.5%;
  }
  .mobile_frame > img {
    height: 424px;
    width: auto;
  }
  .mynewslider1 {
    height: auto;
  }
  /*
  .our_work_swiper .swiper-wrapper .our_work_swiper_slide_item figure img {
    opacity: 1;
  }
*/
  .mynewslider2 .our_work_swiper_slide_item_desc {
    padding: 1rem 0;
    padding-bottom: 0;
  }
  .mynewslider1 > .mynewslider2 {
    margin: 0 !important;
  }
  .mynewslider2 .swiper-pagination {
    display: none;
  }
  .our_work_swiper_slide_item_desc .work_link {
    margin-top: 0 !important;
  }
  .block-manifesto__title .block-title__line {
    font-size: 1.6rem !important;
  }
  .block-line__top-col.line_separator {
    display: none !important;
  }
  .block_gallery_head .block_gallery_head_wrapper .gallery_heading h1 {
    font-size: 2.7rem;
    line-height: 1.3;
  }
  footer .footer__inner_bottom {
    height: auto !important;
    min-height: auto !important;
  }
  .aword_text_wrapper .footer_awards div > h3 {
    height: 200px;
  }
  .aword_text_wrapper {
    width: auto;
    margin-left: 0;
  }
  .fixed-social-handle {
    right: -43px;
    top: 30%;
    transform: rotate(-90deg) scale(0.7);
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .slide-single-top-heading {
    font-size: 1.5rem;
    margin-bottom: 0.5rem
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title {
    width: 90%;
    font-size: 42px;
  }
  .hero_inner_wrapper .swiper-slide-wrapper-inner .block-line__title br {
    display: none;
  }
  .contact_sec1 .block-hero__inner .hero_inner_wrapper {
    padding-bottom: 1.5rem !important;
  }
  .page-contact .block_contact_form .form_wrapper {
    padding: 0 2rem;
  }
  .video_wrapper {
    background-size: cover !important;
    background: url(../images/banner-image-mobile.jpg) no-repeat;
  }
  video[poster] {
    width: 100% !important;
    height: auto;
  }
  .block-line {
    margin-top: 4.5vh;
  }
  .block-line__inner {
    padding: 4vh 0;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper {
    background: #FA545A;
    transition: 6s;
    color: #ffffff !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .desc {
    transition: 6s;
    transform: translateY(0);
    opacity: 1;
    color: #ffffff !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper .desc .head {
    color: #ffffff !important;
  }
  .block-line__top-col > .block-pin-scroll_inner_singel_item {
    transform: none !important;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper::after {
    top: 23%;
    transform: translateY(0%);
    opacity: 1;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_one::after {
    height: 40%;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_two::after {
    height: 40%;
  }
  .block-pin-scroll_inner_items .block-line__top .block-line__top-col.is-inview .block-pin-scroll_inner_singel_item .scroll_inner_singel_item_wrapper.line_three::after {
    height: 45%;
  }
  .mobile-gallery-block-slider .swiper-button-next, .mobile-gallery-block-slider .swiper-button-prev {
    display: none;
  }
  
    body {
        overflow:hidden;
    }
    
  
}
/*
a
a
a
a
a
a
a
a
a
a
a
a
a
*/