/* ------------------------------------------------------------------------------
	Template Name: Centrix
  Description: Centrix - Personal CV/Resume HTML Template
  Author: Paul
  Author URI: http://themeforest.net/user/Paul_tf

1. GLOBAL

	1.1 General
	1.2  Typography
	1.3 Utils
	1.4 Buttons
	1.5 Fields
	1.6 Heading
	1.7 Menu toggle button

2. COMPONENTS

	2.10 Navigation
	2.11 Logo
	2.12 Social
	2.13 Quete block
	2.14 Comment
	2.15 Form
	2.16 Filters block
	2.18 Service preview card
	2.19 Carousel card
	2.20 Project preview card in carousel
	2.21 Project card in listing
	2.22 Team member card
	2.23 News card
	2.24 Price card
	2.25 Skill block
	2.26 Block meta for project page
	2.27 Project other block
	2.28 Carousel
	2.29 Accordion
	2.30 Video block
	2.31 Statistics block
	2.32 Section with partners logo
	2.33 Mobile canvas

3. PAGES SECTIONS

	3.10 Hero section in homepage
	3.11 Main screen section in homepage
	3.12 Hero section in modern homepage
	3.13 Hero section in creative homepage
	3.14 Features section in homepage
	3.15 Services section in homepage
	3.16 Works section in homepage
	3.17 Contact section in homepage
	3.18 About section with video in homepage
	3.19 About section in modern homepage
	3.20 Section with carousel
	3.21 Team section only with mobile carousel
	3.22 Section discuss-project
	3.23 Tooltip section
	3.24 Feedback section for starting the project
	3.25 Projects listing
	3.26 Portfolio section
	3.27 Services section
	3.28 Plans section in creative homepage
	3.29 First banner block
	3.30 Grid in team page
	3.31 Grid in services page
	3.32 Article

4. PAGES

	4.10 Blog grid layout
	4.11 Vcard page
	4.12 Single post page
	4.13 Comming soon page
	4.14 404 page
	4.15 Parallax project page
	4.16 Cantact page
	4.17 FAQ page
	4.18 Service detail page
	4.19 Pricing page
	4.20 About us page
	4.21 Projects carousel page
	4.22 Single project page

5. COMMON COMPONENTS

	5.1 Header
	5.2 Footer
	5.3 Wrapper for header and main content
	5.4 Overlay
	5.5 Preloader
	5.6 Webpage


**********************************************/
@import url("aos.css");
@import url("swiper-bundle.css");
@import url("animsition.min.css");
@import url("jquery.pagepiling.css");
@import url("jquery.fancybox.css");

/*** 1. GLOBAL ***/
/* 1.1 General */
html,
body {
  overflow: visible;
  background-color: #303030 !important;
}

img.new-logo {
  width: 50% !important;
}

input#phone {
  width: 90% !important;
}

.process-box {
  background: #f4f4f4;
  border-radius: 20px;
  cursor: pointer;
  padding: 25px 30px;
  position: relative;
  z-index: 1;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99100;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #65194585;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 62%;
  backdrop-filter: blur(45px);
}









.process-img-st-shadow {
  width: 147%;
}

.process-box .process-pin {
  left: 40px;
  position: absolute;
  top: -20px;
  width: auto;
  z-index: 2;
}

a.animsition-link img {}


.process-box span {
  margin-right: 0px;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  right: 50px;
  top: 45px;
  z-index: 2;
}

img.process-img-st {
  margin-top: -20px;
  transition: all .5s ease-in-out;
}

.process-box h4 {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0;
  text-align: center;
  margin-bottom: 15px;
}

.process-box p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

h2.pin-heading-ser {
  color: white;
  text-align: center;
  font-size: 35px;
}

p.pin-par-ser {
  font-size: 18px !important;
  font-weight: 400;
  text-align: center;
  color: white;
  /*padding: 0px 160px 15px 160px;*/
}

section.contact-section {
  padding-bottom: 100px;
  padding-top: 50px;
}

img.sec-img {
  position: relative;
  margin-bottom: -150px;
  margin-top: -10px !important;
  margin-left: 100px !important;
}

img.service-img {
  position: relative;
  float: right;
  margin-bottom: -190px;
}

img.corner-img {
  width: 25%;
  position: relative;
  float: right;
  margin-bottom: -500px;
  margin-right: -430px;
  margin-top: 100px;
}

img.ellipsecorner-img {
  width: 25%;
  margin-top: -138px;
  margin-left: 20px;
}

img.recognizecorner-img {
  width: 16%;
  position: absolute;
  margin-top: -70px;
  margin-left: 140px;
}

ul.contact-section__social.aos-init.aos-animate {
  margin-top: 25px;
}

.fa {

  color: black !important;
}

span.accordion__item-title.col-11.col-md-5:hover {

  color: #f5be00;

}

.accordion__item-header:hover .accordion__item-title,
.accordion__item-header--opened .accordion__item-title {

  color: #bb89c5 !important;

}

button.discuss-project__send.btn--theme-black.btn.aos-init.aos-animate {
  border-radius: 5px;
  background-color: white;
  color: black !important;


}

.btn:hover .btn__icon svg,
.btn:focus .btn__icon svg {
  fill: #ffffff;
}

button.discuss-project__send.btn--theme-black.btn.aos-init.aos-animate:hover {
  background-color: white;
  color: black !important;
}

.btn--theme-black .btn__text:hover {

  color: black !important;


}

.btn--theme-black .btn__text {

  color: black !important;

}

.btn--theme-black .btn__icon svg {
  fill: #000000 !important;
}

.accordion__item-header::before:hover {

  color: #bb89c5;
}

.wrapper i.fa.fa-linkedin {
  color: black !important;
}

.wrapper>ul>li .fa-facebook-f {
  color: #000 !important;
}

.wrapper>ul>li .fa-instagram {
  color: #000 !important;
}

.wrapper>ul>li .fa-twitter {
  color: #000 !important;
}

.wrapper>ul>li .fa-phone {
  color: #000 !important;
}

.fa-commenting:before {
  content: "\f27a";
  color: white !important;
}

.fa-angle-double-right:before {
  content: "\f101";
  color: white !important;
}

.container-fluid.rest {
  background-color: #fff;
  padding-bottom: 0px !important;
}

section.tooltip.tooling-section.remark-tooloing {
  background-color: #bb89c5 !important;
  margin-top: -30px;
}

section.aboutbottom {
  padding-bottom: 18px !important;
}

ul#aboutbtn {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

section.tooltip.tooling-section {
  background-color: #bb89c5 !important;
}

h6.aboutheading {
  line-height: 0px !important;
  margin-bottom: 30px !important;
}

p.bannartext {
  color: #fff !important;
}

p#bannartext {
  color: white !important;
}

h1#bannartext {
  color: white !important;
}

.ftr-logos-wraper1 {
  display: none !important;
}

/*h6.blink_me {*/
/*    display: none !important;*/
/*}*/

.inner-banner-cta li:nth-child(1) a {
  font-size: 15px !important;
}

a.animsition-link {
  display: flex !important;
  align-items: center !important;
}

a.header__logo.logo.logo-colour.logo-responsive {
  width: 32%;
}

section.contact-section {
  padding-bottom: 110px !important;
}

.features__text.para-home.aos-init.aos-animate {
  color: white !important;
  font-size: 18px !important;
  line-height: 30px !important;
}

.fa-plus:before {

  display: none !important;
}

section.our-processs-contents {

  background-color: #303030 !important;

}

.our-processs-content {
  background-color: #303030 !important;
}

.inner-banner-cta li:nth-child(1) a:hover {
  border-radius: 5px;
  background-color: #bb89c5 !important;
  padding: 15px 30px !important;
  color: #fff !important;
  ;
  font-size: 15px !important;
  font-weight: 500;
  color: #fff;


}

li.navigation__item.navigation__item--current.apni-class {
  margin-top: -2px !important;
}

.editing-btn {
  margin: 50px 0px 10px 0px !important;
  /*float: left !important;*/
  justify-content: start !important;
}



/* Styling buttons & webpage */

/*.popup {*/
/*    display: none;*/
/*    position: fixed;*/
/*    padding: 40px 30px 15px 30px;*/
/*    width: 22%;*/
/*    border-radius: 12px;*/
/*    left: 45%;*/
/*    margin-left: -150px;*/
/*    height: 485px;*/
/*    top: 35%;*/
/*    margin-top: -100px;*/
/*    background: #FFF;*/
/*    z-index: 20;*/
/*}*/
/*img.footerimg {*/
/*    width: 400px !important;*/
/*}*/

/*#popup:after {*/
/*  position: fixed;*/
/*  content: "";*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  background: rgba(0,0,0,0.5);*/
/*  z-index: -2;*/
/*}*/

/*#popup:before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  background: #bb89c5;*/
/*  z-index: -1;*/
/*}*/

/* Styling buttons & webpage */


/* form start */


/*.form-control {*/
/*    margin-bottom: 10px;*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 0.25rem;*/
/*    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
/*}*/

/*.popup-content .btn {*/
/*    background: black;*/
/*    color: white;*/
/*}*/

/*.popup-content .btn {*/
/*    width: 100%;*/
/*}*/










input.btn.btn-black {
  background: black;
  color: white;
  width: 100%;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
}

textarea.required.form-control {
  height: 100px;
  resize: none;
}

h2.popheading {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

p.poptext {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

.fancybox-close-small {
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 5px;
  border: 0;
  color: #000;
  cursor: pointer;
  opacity: .8;
  padding: 1px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 401;
}

::placeholder {
  font-size: 12px;
  color: black;
}

button.fancybox-button.fancybox-close-small:hover {
  background-color: black !important;
}



#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

section#processs-content {
  padding-top: 110px !important;
}

section.features.features-padd {

  border-top: 30px solid #bb89c5 !important;
  background-color: #303030 !important;
  color: white !important;

}

.banner2 {
  background: rgba(0, 0, 0, 0.5);
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.marquee-content {
  display: flex;
  animation: scrolling 25s linear infinite;
  z-index: 99;
  margin-top: -430px;
  width: 200px !important;
}

.marquee-item {
  flex: 0 0 16vw;
  margin: 0 1vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}

.marquee-item img {
  display: block;
  width: 100%;
  /*   padding: 0 20px; */
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-144vw);
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (min-width: 992px) {
  html ::-webkit-scrollbar {
    width: 8.5px;
    height: 10px;
  }

  html ::-webkit-scrollbar-button {
    display: none;
  }

  html ::-webkit-scrollbar-track {
    background-color: transparent;
  }

  html ::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }

  html ::-webkit-scrollbar-thumb {
    background-color: #642174;
    border-radius: none;
    border-radius: 5px;
  }

  html ::-webkit-scrollbar-corner {
    background-color: #999;
  }

  html ::-webkit-resizer {
    background-color: #666;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: "Neue Montreal", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  white-space: normal;
  white-space: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2f2f2f !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-locale: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-locale: auto;
}

body.no-grow main {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

.container,
.container-fluid {
  padding: 0 19px;
}

@media (min-width: 1400px) {

  .container--size-large,
  .container-fluid--size-large {
    max-width: 1920px;
    padding: 0 80px;
  }
}

@media (min-width: 1400px) {

  .container--xsmall,
  .container-fluid--xsmall {
    max-width: 760px;
  }
}

@media (min-width: 1400px) {
  [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}




@media (min-width: 1400px) {
  .g-0 [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

main {
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

@-webkit-keyframes text-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes text-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes link-arrow-hover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes link-arrow-hover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 1.2  Typography */
@font-face {
  src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../fonts/NeueMontreal-Regular.woff") format("woff");
  font-family: "Neue Montreal";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2"), url("../fonts/NeueMontreal-Medium.woff") format("woff");
  font-family: "Neue Montreal";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/NeueMontreal-Italic.woff2") format("woff2"), url("../fonts/NeueMontreal-Italic.woff") format("woff");
  font-family: "Neue Montreal";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 1.3 Utils */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.relative {
  position: relative;
}

.d-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .lg-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
  }
}

@media (max-width: 991px) {
  .bg-dark {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
}

@media (max-width: 991px) {
  .bg-light {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
}

.field-error {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}

.color-yellow {
  color: #fffe55;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

.ml-auto {
  margin-left: auto;
}

/* swiper */
.swiper-pagination {
  position: static;
  margin-top: 32px;
}

@media (min-width: 576px) {
  .swiper-pagination {
    margin-top: 40px;
  }

}

@media (min-width: 768px) {
  .swiper-pagination {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .swiper-pagination {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .swiper-pagination {
    margin-top: 100px;
  }
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  z-index: 0;
}

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  border-radius: 50%;
  opacity: 1;
}

@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #fffe55;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
  outline: none;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 1.4 Buttons */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  min-width: 207px;
  padding: 16px 22px 16px 25px;
  cursor: pointer;
  -ms-flex-align: center;
  background-color: #fffe55;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-align: center;
}

.btn:focus {
  outline: none;
}

.btn:focus {
  outline: none;
}

@media (min-width: 992px) {

  .btn:hover,
  .btn:focus {
    background-color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn:hover .btn__text,
  .btn:focus .btn__text {
    color: #ffffff;
  }

  .btn:hover .btn__icon svg,
  .btn:focus .btn__icon svg {
    fill: #ffffff;
  }
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.btn__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn__icon {
  margin-left: auto;
}

.btn__icon svg {
  display: block;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #000000;
}

.btn--outline {
  color: #fffe55;
  background-color: transparent;
  border-color: #fffe55;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn--theme-black {
  background-color: #93bd01;
  border: 1px solid #93bd01;
}

.btn--theme-black .btn__text {
  color: #ffffff;
}

.btn--theme-black .btn__icon svg {
  fill: #ffffff;
}

.btn--theme-black:focus {
  outline: none;
}

@media (min-width: 992px) {

  .btn--theme-black:hover,
  .btn--theme-black:focus {
    background-color: transparent;
  }

  .btn--theme-black:hover .btn__text,
  .btn--theme-black:focus .btn__text {
    color: #000000;
  }

  .btn--theme-black:hover .btn__icon svg,
  .btn--theme-black:focus .btn__icon svg {
    fill: #000000;
  }
}

.btn--black {
  background-color: #000000;
}

.btn--black:focus {
  outline: none;
}

@media (min-width: 992px) {

  .btn--black:hover,
  .btn--black:focus {
    background-color: rgba(0, 0, 0, 0.85);
  }

  .btn--black:hover__text,
  .btn--black:focus__text {
    color: #ffffff;
  }
}

.btn--black .btn__text {
  color: #ffffff;
}

.btn--black .btn__icon svg {
  fill: #ffffff;
}

.btn--hover-white {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--hover-white:focus {
  outline: none;
}

@media (min-width: 992px) {

  .btn--hover-white:hover,
  .btn--hover-white:focus {
    padding: 15px 19px 14px 24px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }

  .btn--hover-white:hover .btn__text,
  .btn--hover-white:focus .btn__text {
    color: #ffffff;
  }

  .btn--hover-white:hover .btn__icon svg,
  .btn--hover-white:focus .btn__icon svg {
    fill: #ffffff;
  }
}

.arrow-btn {
  display: block;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.arrow-btn:focus {
  outline: none;
}

@media (min-width: 992px) {

  .arrow-btn:hover svg,
  .arrow-btn:focus svg {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
}

.arrow-btn svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.arrow-btn--size-large {
  width: 75px;
  height: 75px;
}

.arrow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: flex-end;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-box-align: end;
}

.arrow-link:not(.arrow-link--no-scale):focus {
  outline: none;
}

@media (min-width: 992px) {

  .arrow-link:not(.arrow-link--no-scale):hover .arrow-link__icon,
  .arrow-link:not(.arrow-link--no-scale):focus .arrow-link__icon {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
}

@media (min-width: 768px) {
  .arrow-link {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

.arrow-link--theme-yellow .arrow-link__text {
  color: #fffe55;
}

.arrow-link--theme-yellow .arrow-link__icon svg {
  fill: #fffe55;
}

.arrow-link__text {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .arrow-link__text {
    font-size: 20px;
  }
}

.arrow-link__icon {
  display: block;
  width: 48px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

@media (min-width: 992px) {
  .arrow-link__icon {
    width: 75px;
  }
}

.arrow-link__icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.arrow-link__text+.arrow-link__icon {
  margin-bottom: 8px;
  margin-left: 12px;
}

@media (min-width: 992px) {
  .arrow-link__text+.arrow-link__icon {
    margin-left: 20px;
  }
}

.arrow-link--white .arrow-link__text {
  color: #000;
}

.arrow-link--white .arrow-link__icon svg {
  fill: #000;
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  cursor: pointer;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.play-btn svg {
  display: block;
  fill: #000000;
}

.play-btn:focus {
  outline: none;
}

@media (min-width: 992px) {

  .play-btn:hover,
  .play-btn:focus {
    opacity: 0.9;
  }
}

.nav-btn {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.nav-btn svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  fill: #000000;
}

.nav-btn:hover svg {
  fill: #4d4d4d;
}

.nav-btn--next:hover svg {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

.nav-btn--prev:hover svg {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

.round-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #fffe55;
  border: none;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

@media (max-width: 575px) {
  .round-button--mobile-small {
    width: 130px;
    height: 130px;
  }

  .round-button--mobile-small .round-button__circle {
    width: 120px;
    height: 120px;
  }

  .round-button--mobile-small .round-button__c {
    width: 24px;
  }


}

@media (min-width: 992px) {
  .round-button {
    width: 276px;
    height: 276px;
  }
}

.round-button:focus {
  outline: none;
}

@media (min-width: 992px) {

  .round-button:hover,
  .round-button:focus {
    outline: none;
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .round-button:hover .round-button__circle svg,
  .round-button:focus .round-button__circle svg {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

.round-button__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 180px;
  height: 180px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 992px) {
  .round-button__circle {
    width: 250px;
    height: 250px;
  }
}

.round-button__circle svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.round-button__c {
  display: block;
  width: 40px;
}

@media (min-width: 992px) {
  .round-button__c {
    width: 67px;
  }
}

.round-button__c svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #000000;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.circle-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

@media (min-width: 992px) {
  .circle-link {
    width: 100px;
    height: 100px;
  }
}

.circle-link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .circle-link:hover,
  .circle-link:focus {
    background-color: #fffe55;
    border-color: #fffe55;
  }
}

.circle-link svg {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

@media (min-width: 992px) {
  .circle-link svg {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* 1.5 Fields */
.field {
  position: relative;
  display: block;
  width: 100%;
  cursor: text;
}

.field input,
.field textarea {
  display: block;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 14px;
  font-family: "Neue Montreal", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.field input:focus,
.field textarea:focus {
  outline: none;
}

.field input:hover+.field__hint,
.field textarea:hover+.field__hint {
  color: #000000;
}

.field input:focus,
.field textarea:focus {
  outline: none;
}

.field textarea {
  height: 122px;
  resize: none;
}

.field__hint {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.field--filled .field__hint {
  font-size: 12px;
  color: #000000;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

.field--theme-white input,
.field--theme-white textarea {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.field--theme-white input:hover+.field__hint,
.field--theme-white textarea:hover+.field__hint {
  color: #ffffff;
}

.field--theme-white .field__hint {
  color: rgba(255, 255, 255, 0.5);
}

.field--theme-white.field--filled .field__hint {
  color: #ffffff;
}

.field--theme-yellow input,
.field--theme-yellow textarea {
  color: #fffe55;
  border-bottom-color: #fffe55;
}

.field--theme-yellow input:hover+.field__hint,
.field--theme-yellow textarea:hover+.field__hint {
  color: #fffe55;
}

.field--theme-yellow .field__hint {
  color: rgba(255, 254, 85, 0.5);
}

.field--theme-yellow.field--filled .field__hint {
  color: #fffe55;
}

.file-upload {
  display: inline-block;
  min-width: 137px;
  vertical-align: top;
}

.file-upload--theme-yellow .file-upload__text {
  color: #fffe55;
}

.file-upload--theme-yellow .file-upload__icon svg {
  fill: #fffe55;
}

.file-upload__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.file-upload__label:focus {
  outline: none;
}

@media (min-width: 992px) {

  .file-upload__label:hover .file-upload__icon svg,
  .file-upload__label:focus .file-upload__icon svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.file-upload__icon {
  margin-right: 20px;
}

.file-upload__icon svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  fill: #000000;
}

.file-upload__text {
  font-size: 15px;
  line-height: 2.06667;
  color: #000000;
  text-transform: uppercase;
}

/* 1.6 Heading */
.heading {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
  text-align: center;
}

@media (min-width: 768px) {
  .heading {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .heading {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .heading {
    font-size: 48px;
  }
}

.heading--upper {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .heading--size-large {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .heading--size-large {
    font-size: 100px;
  }
}

/* 1.7 Menu toggle button */
.menu-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /*&:hover,
	&:focus {
		outline: none;

		&::before,
		&::after {
			border-top-color: $color-yellow;
		}
	}*/
}

@media (min-width: 992px) {
  .menu-toggle {
    width: 44px;
    height: 30px;
  }
}

.menu-toggle--white::before,
.menu-toggle--white::after {
  border-top-color: #ffffff;
}

.menu-toggle--white .menu-toggle__line {
  border-top-color: #ffffff;
}

.menu-toggle--opened::before {
  -webkit-transform: translateY(450%) rotate(45deg);
  transform: translateY(450%) rotate(45deg);
}

.menu-toggle--opened::after {
  -webkit-transform: translateY(-450%) rotate(-45deg);
  transform: translateY(-450%) rotate(-45deg);
}

.menu-toggle--opened .menu-toggle__line {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: solid 2px #000000;
  -webkit-transition: border-top-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-top-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-top-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  transition: border-top-color 0.3s ease, color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 992px) {

  .menu-toggle::before,
  .menu-toggle::after {
    border-top-width: 3px;
  }
}

.menu-toggle::before {
  top: 0;
}

.menu-toggle::after {
  bottom: 0;
}

.menu-toggle__line {
  display: block;
  width: 100%;
  border-top: solid 2px #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width: 992px) {
  .menu-toggle__line {
    border-top-width: 3px;
  }
}

/*** 2. COMPONENTS ***/
/* 2.10 Navigation */
.navigation--hover-white .navigation__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .navigation--hover-white .navigation__link:hover,
  .navigation--hover-white .navigation__link:focus {
    color: #ffffff;
  }

  .navigation--hover-white .navigation__link:hover .navigation__link-icon svg,
  .navigation--hover-white .navigation__link:focus .navigation__link-icon svg {
    fill: #ffffff;
  }
}

.navigation--hover-white .navigation__item--current .navigation__link {
  color: #000000 !important;
  text-decoration: underline;
}

.navigation--hover-white .navigation__item--current .navigation__link-icon svg {
  fill: #000000 !important;
}

.navigation__dropdown {
  display: none;
  padding-top: 20px;
  padding-left: 20px;
  /*min-width: 750px !important;*/
}

@media (min-width: 992px) {
  .navigation__dropdown {
    position: absolute;
    bottom: -40px;
    left: -80px;
    display: block;
    max-width: 750px !important;
    padding: 30px;
    pointer-events: none;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1;
    backdrop-filter: blur(10px) !important;
    background-color: #00000096;
    padding: 20px 23px 20px 20px;
  }

  .navigation__dropdown:hover {
    pointer-events: auto;
    opacity: 1;
  }
}

.navigation__dropdown-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation__dropdown-item {
  margin-top: 10px;
  line-height: 1;
}

.navigation__dropdown-item:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .navigation__dropdown-item {
    margin-top: 16px;
  }
}

.navigation__dropdown-item--current a .navigation__dropdown-icon svg {
  fill: #000000 !important;
}

@media (min-width: 992px) {
  .navigation__dropdown-item--current a {
    color: #fff !important;
  }

  .navigation__dropdown-item--current a .navigation__dropdown-icon svg {
    fill: #fffe55 !important;
  }
}

.navigation__dropdown-item a {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.branding-logos img {
  width: 70%;
  margin: auto;
}

/*.branding-full-img img{*/
/*    width : 100%;*/
/*}*/

@media (min-width: 992px) {
  .navigation__dropdown-item a {
    font-size: 14px;
    color: #ffffff;
  }
}

.navigation__dropdown-item a:hover,
.navigation__dropdown-item a:focus {
  text-decoration: underline;
  outline: none;
}

@media (min-width: 992px) {

  .navigation__dropdown-item a:hover,
  .navigation__dropdown-item a:focus {
    color: #bb89c5;
    text-decoration: none;
  }
}

.navigation__dropdown-icon {
  display: none !important;
  position: absolute;
  top: 50%;
  right: -19px;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation__dropdown-icon svg {
  display: block;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  fill: transparent;
}

.navigation__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.navigation__item {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .navigation__item {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (min-height: 610px) {
  .navigation__item {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .navigation__item {
    margin-right: 40px;
    margin-bottom: 0;
    font-weight: 500;

  }
}

.navigation__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.navigation__item--current .navigation__link-icon svg {
  fill: #000000;
}

.navigation__link {
  position: relative;
  display: inline-block;
  /* padding-right: 22px; */
  font-size: 14px;
  line-height: 3 .2;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navigation__link-icon {
  position: absolute;
  display: none;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation__link-icon svg {
  display: block;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}

.navigation__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .navigation__link:hover,
  .navigation__link:focus {
    position: relative;
    outline: none;
  }

  .navigation__link:hover .navigation__link-icon svg,
  .navigation__link:focus .navigation__link-icon svg {
    fill: #000000;
  }

  .navigation__link:hover::after,
  .navigation__link:focus::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .navigation__link:hover+.navigation__dropdown,
  .navigation__link:focus+.navigation__dropdown {
    pointer-events: auto;
    opacity: 1;
  }
}

.navigation__link:active {
  opacity: 0.7;
}

/* 2.11 Logo */
.logo {
  width: 30% !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 0;
}

.logo svg {
  display: inline-block;
  display: block;
  vertical-align: top;
  fill: #0a0a0a;
}

.logo[href]:hover,
.logo[href]:focus {
  outline: none;
}

.logo--filled {
  padding: 32px 48px;
  background-color: #000000;
}

@media (min-width: 992px) {
  .logo--filled {
    padding: 56px 72px;
  }
}

@media (min-width: 1200px) {
  .logo--filled {
    padding: 66px 72px 67px;
  }
}

.logo--filled svg {
  width: 180px;
  height: auto;
  fill: #ffffff;
}

@media (min-width: 992px) {
  .logo--filled svg {
    width: 240px;
  }
}

.vertical-logo__layer {
  padding: 44px 36px 44px 39px;
}

.vertical-logo__layer svg {
  display: block;
  width: 26px;
  height: auto;
}

@media (min-height: 480px) {
  .vertical-logo__layer {
    padding: 9.25926vh 7.59259vh 9.25926vh 8.14815vh;
  }

  .vertical-logo__layer svg {
    width: 5.46296vh;
  }
}

@media (min-height: 1080px) {
  .vertical-logo__layer {
    padding: 100px 82px 100px 88px;
  }

  .vertical-logo__layer svg {
    width: 59px;
  }
}

.vertical-logo__layer--black {
  background-color: #000000;
}

.vertical-logo__layer--black svg {
  fill: #ffffff;
}

.vertical-logo__layer--yellow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fffe55;
  opacity: 0;
}

.vertical-logo__layer--yellow svg {
  fill: #000000;
}

/* 2.12 Social */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*.fb {
		background-color: #3b5999;
		border-color: #3b5999;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #3b5999;
			}
		}
	}

	.tw {
		background-color: #55acee;
		border-color: #55acee;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #55acee;
			}
		}
	}

	.g-plus {
		background-color: #dd4b39;
		border-color: #dd4b39;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #dd4b39;
			}
		}
	}

	.tumblr {
		background-color: #2b4b6a;
		border-color: #2b4b6a;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #2b4b6a;
			}
		}
	}

	.rss {
		background-color: #fb7000;
		border-color: #fb7000;
		@include transition(all);

		@include media(lg) {
			&:hover svg {
				fill: #fb7000;
			}
		}
	}*/
}

.social--hover-white .social__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .social--hover-white .social__link:hover svg,
  .social--hover-white .social__link:focus svg {
    fill: #ffffff !important;
  }
}

.social--white .social__link svg {
  fill: #ffffff;
}

.social__item+.social__item {
  margin-left: 23px;
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 17px;
  height: 17px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
}

.social__link svg {
  display: block;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  fill: #000000;
}

.social__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .social__link:hover,
  .social__link:focus {
    outline: none;
  }

  .social__link:hover svg,
  .social__link:focus svg {
    fill: #fffe55;
  }
}

.social__link:active {
  opacity: 0.7;
}

/* 2.13 Quete block*/
.quote {
  position: relative;
  padding: 20px 20px 20px 70px;
  background-color: #fffe55;
}

@media (min-width: 992px) {
  .quote {
    padding: 43px 60px 46px 128px;
  }
}

.quote::before {
  content: ",,";
  position: absolute;
  top: -21px;
  left: 18px;
  display: block;
  font-family: "Neue Montreal", "Arial", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  color: #000000;
  letter-spacing: -5px;
}

@media (min-width: 992px) {
  .quote::before {
    top: -19px;
    left: 34px;
    font-size: 100px;
    line-height: 100px;
  }
}

.quote p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}

@media (min-width: 992px) {
  .quote p {
    font-size: 20px;
    line-height: 1.5;
  }
}

.quote__name,
.quote__position {
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
}

.quote__name {
  font-weight: 600;
}

.quote__position {
  margin-top: 3px;
}

@media (min-width: 992px) {

  .quote__name,
  .quote__position {
    font-size: 15px;
    line-height: 130%;
  }
}

/* 2.14 Comment */
.comment .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (min-width: 992px) {
  .comment .comment-item {
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
  }
}

.comment .comment-item+.comment-item {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .comment .comment-item+.comment-item {
    margin-top: 74px;
  }
}

.comment .comment-item__photo {
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .comment .comment-item__photo {
    margin-right: 32px;
    margin-bottom: 0;
  }
}

.comment .comment-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment .comment-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (min-width: 992px) {
  .comment .comment-item__top {
    align-items: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
  }
}

.comment .comment-item__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #000000;
}

@media (min-width: 992px) {
  .comment .comment-item__name {
    margin-right: 19px;
  }
}

.comment .comment-item__sent {
  font-size: 13px;
  line-height: 16px;
  color: #ababab;
  text-transform: uppercase;
}

.comment .comment-item__text {
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}

.comment .comment-item__reply {
  position: relative;
  left: 50%;
  width: 89px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 13px;
  font-size: 12px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.comment .comment-item__reply:focus {
  outline: none;
}

@media (min-width: 992px) {

  .comment .comment-item__reply:hover,
  .comment .comment-item__reply:focus {
    background-color: #fffe55;
    border-color: #fffe55;
    outline: none;
  }
}

@media (min-width: 768px) {
  .comment .comment-item__reply {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.comment .comment-item--replyed {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  .comment .comment-item--replyed {
    padding-left: 0;
    margin-left: 50px;
    border-left: none;
  }
}

@media (min-width: 992px) {
  .comment .comment-item--replyed {
    margin-left: 110px;
  }
}

/* 2.15 Form */
.form {
  padding: 40px 25px 55px;
  background-color: #fffe55;
}

@media (min-width: 992px) {
  .form {
    padding: 45px 60px 92px;
  }
}

.form__title {
  margin-bottom: 45px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

@media (min-width: 768px) {
  .form__title {
    margin-bottom: 70px;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
  }
}

.form label {
  margin-bottom: 47px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .form__row {
    margin: 0 -15px;
  }
}

@media (min-width: 992px) {
  .form__row {
    margin: 0 -50px;
  }
}

.form__row label {
  width: 100%;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .form__row label {
    width: calc(50% - 30px);
    margin: 0 15px 69px;
  }
}

@media (min-width: 992px) {
  .form__row label {
    width: calc(50% - 100px);
    margin: 0 50px 69px;
  }
}

.form .field-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.form .field-file:focus {
  outline: none;
}

@media (min-width: 992px) {

  .form .field-file:hover svg,
  .form .field-file:focus svg {
    fill: rgba(0, 0, 0, 0.85);
  }

  .form .field-file:hover span,
  .form .field-file:focus span {
    color: rgba(0, 0, 0, 0.85);
  }
}

.form .field-file input {
  display: none;
}

.form .field-file svg {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #000000;
}

.form .field-file span {
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* 2.16 Filters block */
.filter {
  text-align: center;
}

@media (min-width: 992px) {
  .filter {
    text-align: left;
  }
}

.filter__item {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin-right: 20px;
  font-family: "Neue Montreal", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.filter__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: solid 1px #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

@media (min-width: 992px) {
  .filter__item {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .filter__item {
    margin-right: 50px;
  }
}

.filter__item:last-child {
  margin-right: 0;
}

.filter__item:focus {
  outline: none;
}

@media (min-width: 992px) {

  .filter__item:hover,
  .filter__item:focus {
    outline: none;
  }

  .filter__item:hover::before,
  .filter__item:focus::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.filter__item--active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* 2.17 Feature card */
.feature-card {
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .feature-card {
    width: auto;
  }
}

.feature-card:focus {
  outline: none;
}

@media (min-width: 992px) {

  /*.feature-card:hover img, .feature-card:focus img {*/
  /*  -webkit-transform: scale(1.15) rotate(-4deg);*/
  /*          transform: scale(1.15) rotate(-4deg);*/
  /*}*/
  .feature-card:hover .feature-card__caption,
  .feature-card:focus .feature-card__caption {
    color: #000000;
    background-color: #bb89c5;
  }
}

@media (max-width: 767px) {
  h1.first-banner__title.heading.heading--size-large.service-main-hd.premier-ebook {
    line-height: 22px !important;
    font-size: 38px !important;


  }

  .feature-card--mobile-same-size .feature-card__image {
    height: 300px;
  }

  img.new-logo {
    width: 150% !important;
  }

  img.footerimg {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .feature-card--mobile-same-size .feature-card__image {
    height: 380px;
  }

  .feature-card--mobile-same-size .feature-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.feature-card__image {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

@media (max-width: 767px) {
  .feature-card__image {
    display: block;
    width: 100%;
  }

  .feature-card__image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .works__title {
    font-size: 34px;
    margin-top: 0px !important;
  }
}

.feature-card__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.feature-card__caption {
  border-radius: 5px !important;
  display: block;
  padding: 32px 45px 38px;
  font-size: 26px;
  line-height: 1.30769;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #651a75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-card__caption br {
  display: none;
}

@media (min-width: 992px) {
  .feature-card__caption {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .feature-card__caption br {
    display: block;
  }
}

/* 2.18 Service preview card */
.service-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (max-width: 991px) {
  .service-preview {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .service-preview {
    display: inline-block;
    vertical-align: top;
  }
}

.service-preview:focus {
  outline: none;
}

@media (min-width: 992px) {

  .service-preview:hover img,
  .service-preview:focus img {
    -webkit-transform: scale(1.15) rotate(-4deg);
    transform: scale(1.15) rotate(-4deg);
  }

  .service-preview:hover .service-preview__caption,
  .service-preview:focus .service-preview__caption {
    color: #000000;
    background-color: #fffe55;
  }
}

.service-preview__image {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.service-preview__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .service-preview__image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: top;
  }
}

@media (max-width: 991px) {
  .service-preview__image {
    display: block;
    height: 300px;
  }

  .service-preview__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.service-preview__caption {
  display: block;
  padding: 32px 45px 38px;
  font-size: 26px;
  line-height: 1.30769;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-preview__caption br {
  display: none;
}

@media (min-width: 576px) {
  .service-preview__caption {
    padding: 32px 32px 38px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .service-preview__caption {
    padding: 32px 45px 38px;
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .service-preview__caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 992px) {
  .service-preview__caption {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service-preview__caption br {
    display: block;
  }
}

/* 2.19 Carousel card */
.carousel-card {
  position: relative;
  overflow: hidden;
}

.carousel-card--greyscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.carousel-card--greyscale:focus {
  outline: none;
}

@media (min-width: 992px) {

  .carousel-card--greyscale:hover img,
  .carousel-card--greyscale:focus img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.carousel-card img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-card:focus {
  outline: none;
}

@media (min-width: 992px) {

  .carousel-card:hover,
  .carousel-card:focus {
    outline: none;
  }

  .carousel-card:hover img,
  .carousel-card:focus img {
    -webkit-transform: scale(1.15) rotate(-4deg);
    transform: scale(1.15) rotate(-4deg);
  }

  .carousel-card:hover .carousel-card__bottom,
  .carousel-card:focus .carousel-card__bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.carousel-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  background-color: #fffe55;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}

@media (min-width: 992px) {
  .carousel-card__bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 38px 40px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1;
  }
}

.carousel-card__title {
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.21429;
  color: #000000;
}

@media (min-width: 992px) {
  .carousel-card__title {
    font-size: 20px;
  }
}

.carousel-card__icon svg {
  display: block;
  fill: #000000;
}

/* 2.20 Project preview card in carousel */
.project-preview {
  display: inline-block;
  vertical-align: top;
}

.project-preview--elastic {
  display: block;
}

.project-preview--elastic .project-preview__image {
  display: block;
  height: 300px;
}

.project-preview--elastic .project-preview__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .project-preview--elastic .project-preview__image {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .project-preview--elastic .project-preview__image {
    height: 296px;
  }
}

@media (min-width: 1400px) {
  .project-preview--elastic .project-preview__image {
    height: 420px;
  }
}

@media (min-width: 1920px) {
  .project-preview--elastic .project-preview__image {
    height: 488px;
  }
}

.project-preview--elastic .project-preview__title {
  max-width: 245px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .project-preview--elastic .project-preview__title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .project-preview--elastic .project-preview__title {
    max-width: 300px;
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .project-preview--elastic .project-preview__title {
    max-width: 27.08333vw;
  }
}

@media (min-width: 1920px) {
  .project-preview--elastic .project-preview__title {
    max-width: 520px;
  }
}

@media (min-width: 992px) {
  .project-preview--vertical .project-preview__image {
    height: 583px;
  }
}

@media (min-width: 1200px) {
  .project-preview--vertical .project-preview__image {
    height: 680px;
  }
}

@media (min-width: 1400px) {
  .project-preview--vertical .project-preview__image {
    height: 943px;
  }
}

@media (min-width: 1920px) {
  .project-preview--vertical .project-preview__image {
    height: 1079px;
  }
}

.project-preview__image {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.project-preview img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.project-preview:focus {
  outline: none;
}

@media (min-width: 992px) {

  .project-preview:hover img,
  .project-preview:focus img {
    -webkit-transform: scale(1.15) rotate(-4deg);
    transform: scale(1.15) rotate(-4deg);
  }
}

.project-preview__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  z-index: 1;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}

.project-preview__title {
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.21429;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  .project-preview__title {
    font-size: 20px;
  }
}

.project-preview__icon svg {
  display: block;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #000000;
}

/* 2.21 Project card in listing */
.project-card__image {
  display: block;
  padding: 0 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .project-card__image {
    display: inline-block;
    max-width: 908px;
    margin-bottom: 0;
    margin-left: auto;
    vertical-align: top;
  }
}

.project-card__image:focus {
  outline: none;
}

@media (min-width: 992px) {

  .project-card__image:hover img,
  .project-card__image:focus img {
    -webkit-transform: scale(1.15) rotate(-4deg);
    transform: scale(1.15) rotate(-4deg);
  }
}

.project-card__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.project-card__image:focus {
  outline: none;
}

.project-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-box-pack: justify;
}

@media (min-width: 768px) {
  .project-card__main {
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-box-pack: start;
  }
}

.project-card__main-left {
  margin-right: 24px;
}

@media (min-width: 768px) {
  .project-card__main-left {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .project-card__main-left {
    margin-bottom: 72px;
  }
}

.project-card__category {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.project-card__category:focus {
  outline: none;
}

@media (min-width: 992px) {

  .project-card__category:hover,
  .project-card__category:focus {
    color: #fffe55;
  }
}

.project-card__title {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 0.95;
  color: #000000;
}

@media (min-width: 768px) {
  .project-card__title {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .project-card__title {
    font-size: 100px;
  }
}

.project-card__title span {
  display: block;
}

.project-card__more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* 2.22 Team member card */
.member-card {
  position: relative;
  overflow: hidden;
  /*@include media(sm) {
		display: block;
	}*/
}

@media (min-width: 992px) {
  .member-card {
    display: inline-block;
  }
}

.member-card:focus {
  outline: none;
}

@media (min-width: 992px) {

  .member-card:hover .member-card__info,
  .member-card:focus .member-card__info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.member-card--elastic {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .member-card--elastic {
    display: inline-block;
  }
}

@media (min-width: 1400px) {
  .member-card--elastic {
    width: auto;
  }
}

.member-card--elastic .member-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .member-card--elastic .member-card__image img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.member-card__image {
  height: 300px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .member-card__image {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .member-card__image {
    height: auto;
  }
}

.member-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media (min-width: 576px) {
  .member-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

@media (min-width: 1200px) {
  .member-card__image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.member-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fffe55;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (min-width: 1200px) {
  .member-card__info {
    padding: 1.5625vw;
  }
}

@media (min-width: 1920px) {
  .member-card__info {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .member-card__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.member-card__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.30769;
  color: #000000;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .member-card__title {
    font-size: 26px;
  }
}

.member-card__post {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}

.member-card__social {
  margin: 48px 0 0;
}

@media (min-width: 1200px) {
  .member-card__social {
    margin-top: 5.20833vw;
  }
}

@media (min-width: 1920px) {
  .member-card__social {
    margin-top: 100px;
  }
}

/* 2.23 News card */
@media (min-width: 768px) {
  .news-card {
    padding: 0 15px;
  }
}

@media (min-width: 1400px) {
  .news-card {
    padding: 0 30px !important;
  }
}

@media (min-width: 992px) {
  .news-card--vertical .news-card__pic {
    height: 588px;
  }
}

@media (min-width: 1200px) {
  .news-card--vertical .news-card__pic {
    height: 730px;
  }
}

@media (min-width: 1400px) {
  .news-card--vertical .news-card__pic {
    height: 56.25vw;
  }
}

@media (min-width: 1920px) {
  .news-card--vertical .news-card__pic {
    height: 1080px;
  }
}

.news-card__wrapper {
  position: relative;
  overflow: hidden;
}

.news-card__wrapper:focus {
  outline: none;
}

@media (min-width: 992px) {

  .news-card__wrapper:hover .news-card__content,
  .news-card__wrapper:focus .news-card__content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.news-card__pic {
  position: relative;
  height: 0;
  padding-top: 60%;
}

@media (min-width: 768px) {
  .news-card__pic {
    height: 224px;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .news-card__pic {
    height: 279px;
  }
}

@media (min-width: 1200px) {
  .news-card__pic {
    height: 350px;
  }
}

@media (min-width: 1400px) {
  .news-card__pic {
    height: 26.5625vw;
  }
}

@media (min-width: 1920px) {
  .news-card__pic {
    height: 510px;
  }
}

.news-card__pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .news-card__pic img {
    position: unset;
  }
}

.news-card__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  background-color: #fffe55;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
}

@media (min-width: 992px) {
  .news-card__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@media (min-width: 1200px) {
  .news-card__content {
    padding: 52px 40px 39px;
  }
}

.news-card__date {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .news-card__date {
    font-size: 15px;
  }
}

.news-card__title {
  font-size: 26px;
  line-height: 110%;
}

@media (min-width: 992px) {
  .news-card__title {
    font-size: 32px;
    line-height: 130%;
  }
}

.news-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
}

@media (min-width: 992px) {
  .news-card__bottom {
    margin-top: 0;
  }
}

.news-card__bottom a .arrow-link__icon {
  width: 29px;
  margin-bottom: 0;
}

.news-card__text {
  max-width: 280px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .news-card__text {
    font-size: 15px;
  }
}

.news-card--width2 {
  width: 100%;
}

@media (min-width: 768px) {
  .news-card--width2 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .news-card--width2 {
    width: 66.6666%;
  }
}

/* 2.24 Price card */
.card-price__wrapper {
  height: 100%;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid #000000;
}

@media (min-width: 768px) {
  .card-price__wrapper {
    padding: 45px 30px 55px;
  }
}

@media (min-width: 1200px) {
  .card-price__wrapper {
    padding: 55px 30px 61px;
  }
}

.card-price__plan {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 130%;
}

@media (min-width: 768px) {
  .card-price__plan {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .card-price__plan {
    margin-bottom: 40px;
  }
}

.card-price__price {
  margin-bottom: 25px;
  font-size: 45px;
  line-height: 95%;
}

@media (min-width: 768px) {
  .card-price__price {
    margin-bottom: 45px;
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .card-price__price {
    margin-bottom: 58px;
    font-size: 80px;
  }
}

@media (min-width: 1400px) {
  .card-price__price {
    font-size: 100px;
  }
}

.card-price__price sup {
  position: relative;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 130%;
}

@media (min-width: 768px) {
  .card-price__price sup {
    top: -10px;
    left: 6px;
  }
}

@media (min-width: 1200px) {
  .card-price__price sup {
    font-size: 32px;
  }
}

@media (min-width: 1400px) {
  .card-price__price sup {
    top: -18px;
  }
}

.card-price__price span {
  font-size: 24px;
  line-height: 130%;
}

@media (min-width: 768px) {
  .card-price__price span {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .card-price__price span {
    font-size: 32px;
  }
}

.card-price__list {
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  text-align: left;
  list-style: none;
}

@media (min-width: 1200px) {
  .card-price__list {
    margin-bottom: 73px;
  }
}

.card-price__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .card-price__list li {
    font-size: 16px;
    line-height: 130%;
  }
}

@media (min-width: 1200px) {
  .card-price__list li {
    font-size: 20px;
    line-height: 1.5;
  }
}

.card-price__list li+li {
  margin-top: 24px;
}

.card-price__list li::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 27px;
  height: 27px;
  margin-right: 15px;
  background-color: #000000;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='8.06791' y1='12.5683' x2='11.9251' y2='16.4255' stroke-width='2' stroke='%23ffffff'/%3e%3cline x1='20.9248' y1='8.06791' x2='11.9248' y2='17.0679' stroke-width='2' stroke='%23ffffff'/%3e%3c/svg%3e ");
  border-radius: 50%;
}

@media (min-width: 768px) {
  .card-price__list li::before {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .card-price__list li::before {
    margin-right: 30px;
  }
}

.card-price__list li.yellow::before {
  background-color: #fffe55;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='8.06791' y1='12.5683' x2='11.9251' y2='16.4255' stroke-width='2' stroke='%23000000'/%3e%3cline x1='20.9248' y1='8.06791' x2='11.9248' y2='17.0679' stroke-width='2' stroke='%23000000'/%3e%3c/svg%3e ");
}

.card-price__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-price__btn:focus {
  outline: none;
}

@media (min-width: 992px) {

  .card-price__btn:hover,
  .card-price__btn:focus {
    opacity: 0.7;
  }
}

.card-price__btn--outline {
  border: 1px solid #000000;
}

.card-price--gradient .card-price__wrapper {
  background: url("../img/gradient.jpg") no-repeat center;
  background-size: cover;
  border: 0;
}

.card-price--yellow .card-price__wrapper {
  background-color: #fffe55;
  border: 0;
}

/* 2.25 Skill block */
.skill {
  position: relative;
  padding-bottom: 12px;
}

.skill::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: calc(100% - 24px);
  border-bottom: solid 1px #000000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.skill--theme-yellow::before {
  border-bottom-color: #fffe55;
}

.skill--theme-yellow .skill__title {
  color: #fffe55;
}

.skill--theme-yellow .skill__percent {
  color: #fffe55;
}

.skill--theme-yellow .skill__progress {
  background-color: #fffe55;
}

.skill__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  -ms-flex-pack: justify;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -webkit-box-align: baseline;
}

.skill__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3125;
  color: #000000;
}

.skill__percent {
  margin-left: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3125;
  color: #000000;
}

.skill__progress {
  width: 100%;
  height: 4px;
  background-color: #000000;
  -webkit-transition: 2s linear;
  transition: 2s linear;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.skills__item {
  margin-bottom: 50px;
}

.skills__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .skills__item {
    max-width: calc(50% - 50px);
    margin-bottom: 96px;
  }

  .skills__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

/* 2.26 Block meta for project page*/
.meta {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .meta {
    padding: 93px 0 80px;
  }
}

.meta__image {
  width: 100%;
}

@media (min-width: 992px) {
  .meta__image {
    max-width: 545px;
  }
}

.meta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.meta__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 785px;
  margin-top: 20px;
  margin-left: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (min-width: 992px) {
  .meta__info {
    margin-top: 0;
  }
}

.meta__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  border-bottom: 1px solid #000000;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (min-width: 1400px) {
  .meta__info-item {
    padding: 63px 0 31px;
  }
}

.meta__info-item span {
  font-size: 16px;
  line-height: 110%;
  text-align: center;
}

@media (min-width: 1400px) {
  .meta__info-item span {
    font-size: 20px;
    line-height: 1.5;
  }
}

.meta__info-item span.num {
  padding-right: 5px;
}

@media (min-width: 1400px) {
  .meta__info-item span.num {
    padding-right: 10px;
  }
}

/* 2.27 Project other block */
.project-other__image {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1400px) {
  .project-other__image {
    max-width: 715px;
    padding-top: 160px;
  }
}

.project-other__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-other__image--small {
  padding-top: 0;
  margin-left: auto;
}

@media (min-width: 768px) {
  .project-other__image--small {
    max-width: 468px;
  }
}

.project-other__text {
  max-width: 330px;
  margin-top: 44px;
}

/* 2.28 Carousel */
.carousel {
  position: relative;
  overflow: visible;
}

.carousel--slide-auto .swiper-wrapper {
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
}

.carousel--slide-auto .carousel__item {
  width: auto;
  max-width: 100%;
  height: auto;
}

.carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}

.carousel__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
}

@media (min-width: 768px) {
  .carousel__navigation {
    margin-bottom: 57px;
  }
}

.carousel__btn {
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.carousel__btn:focus {
  outline: none;
}

@media (min-width: 992px) {

  .carousel__btn:hover,
  .carousel__btn:focus {
    color: #787878;
  }
}

@media (min-width: 768px) {
  .carousel__btn {
    font-size: 40px;
  }
}

.carousel__btn--prev {
  margin-right: 24px;
}

@media (min-width: 768px) {
  .carousel__btn--prev {
    margin-right: 72px;
  }
}

/* 2.29 Accordion */
.accordion__item {
  border-top: solid 1px #000;
}

.accordion__item-header {
  position: relative;
  width: 100%;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.accordion__item-header::before {
  filter: brightness(0) saturate(100%) invert(70%) sepia(24%) saturate(5124%) hue-rotate(12deg) brightness(108%) contrast(109%);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' d='M13.5 0v25M25 12.5H0'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .accordion__item-header {
    padding: 46px 0;
  }
}

.accordion__item-header--opened::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 25 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' d='M25 .922H.073'/%3e%3c/svg%3e");
  filter: invert(73%) sepia(100%) saturate(3894%) hue-rotate(358deg) brightness(0%) contrast(99%);
}

.accordion__item-title {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

@media (min-width: 768px) {
  .accordion__item-title {
    margin-bottom: 0;
  }
}

.accordion__item-short {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

@media (min-width: 1200px) {
  .accordion__item-short {
    padding-left: 54px;
  }
}

.accordion__item-text {
  max-width: 505px;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .accordion__item-text {
    margin-top: 46px;
  }
}

.accordion__item-body {
  display: none;
  padding-bottom: 24px;
}

@media (min-width: 1200px) {
  .accordion__item-body {
    padding-bottom: 64px;
  }
}

.accordion__item-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.accordion__item-left {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .accordion__item-left {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .accordion__item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-left: 54px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
  }
}

.accordion--black .accordion__item {
  border-top: 0;
  border-bottom: solid 1px #000000;
}

.accordion--black .accordion__item-title,
.accordion--black .accordion__item-short,
.accordion--black .accordion__item-text {
  color: #000000;
}

.accordion--black .accordion__item-title {
  font-family: "Neue Montreal", "Arial", sans-serif;
}

.accordion--black .accordion__item-title span {
  display: inline-block;
  width: 44px;
}

.accordion--black .accordion__item-text {
  max-width: 568px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .accordion--black .accordion__item-text {
    padding-left: 50px;
  }
}

.accordion--black .accordion__item-header::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline y1='-0.5' x2='12.0148' y2='-0.5' transform='matrix(-0.687305 0.726368 -0.687306 -0.726368 17 0.000488281)' stroke='black'/%3e%3cline y1='-0.5' x2='12.0148' y2='-0.5' transform='matrix(-0.687306 -0.726368 0.687305 -0.726368 9.25732 8.72729)' stroke='black'/%3e%3c/svg%3e");
}

.accordion--black .accordion__item-header--opened::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline y1='-0.5' x2='12.0148' y2='-0.5' transform='matrix(0.687306 -0.726368 0.687306 0.726368 1 9.72729)' stroke='black'/%3e%3cline y1='-0.5' x2='12.0148' y2='-0.5' transform='matrix(0.687306 0.726368 -0.687306 0.726368 8.74268 1)' stroke='black'/%3e%3c/svg%3e");
}

.accordion--black .accordion__item-body {
  padding-bottom: 48px;
}

/* 2.30 Video block */
.video-block {
  position: relative;
}

.video-block img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.video-block__btn {
  position: absolute;
  bottom: 50%;
  left: 50%;
  padding-left: 3px;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}

@media (min-width: 768px) {
  .video-block__btn {
    bottom: 30px;
    left: 30px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/* 2.31 Statistics block */
.statistics__item {
  min-width: 50%;
}

@media (min-width: 576px) {
  .statistics__item {
    min-width: 0;
  }
}

.statistics__item:nth-child(n + 3) {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .statistics__item:nth-child(n + 3) {
    margin-top: 0;
  }
}

.statistics__item-value {
  margin-bottom: 16px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}

.statistics__item-text {
  font-size: 15px;
  line-height: 1.5;
  color: #262626;
  text-transform: uppercase;
}

/* 2.32 Section with partners logo */
.partners {
  padding: 80px 0 54px;
}

@media (min-width: 768px) {
  .partners {
    padding: 120px 0 96px;
  }
}

@media (min-width: 768px) {
  .partners {
    padding: 167px 0 143px;
  }
}

.partners--pt-0 {
  padding-top: 0;
}

.partners--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.partners__list {
  padding: 0;
  list-style: none;
}

.partners__item {
  margin-bottom: 56px;
  text-align: center;
}

@media (min-width: 576px) {
  .partners__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .partners__item {
    margin-bottom: 0;
  }
}

/* 2.33 Mobile canvas */
.mobile-canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 460px;
  height: 100vh;
  padding: 60px 60px 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
}

.mobile-canvas--opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-canvas--opened .mobile-canvas__close {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media (min-width: 992px) {
  .mobile-canvas {
    position: static;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
  }
}

.mobile-canvas__nav {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .mobile-canvas__nav {
    margin: 0 auto;
  }
}

.mobile-canvas__phone {
  margin-top: auto;
  font-size: 26px;
  line-height: 1.19231;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 992px) {
  .mobile-canvas__phone {
    margin-top: 0;
  }
}

.mobile-canvas__phone:focus {
  outline: none;
}

@media (min-width: 992px) {

  .mobile-canvas__phone:hover,
  .mobile-canvas__phone:focus {
    color: #fffe55;
    outline: none;
  }
}

.mobile-canvas__close {
  display: none;
}

@media (min-width: 992px) {
  .mobile-canvas__close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .mobile-canvas__close::before,
  .mobile-canvas__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 16px);
    border-top: solid 3px #000000;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }

  .mobile-canvas__close::before {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
  }

  .mobile-canvas__close::after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  }
}

.mobile-canvas__close:focus {
  outline: none;
}

@media (min-width: 992px) {

  .mobile-canvas__close:hover::before,
  .mobile-canvas__close:hover::after,
  .mobile-canvas__close:focus::before,
  .mobile-canvas__close:focus::after {
    border-top-color: #fffe55;
  }
}

/*** 3. PAGES SECTIONS ***/
/* 3.10 Hero section in homepage */
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 87vh;
  padding-top: 80px;
  z-index: 0;
}

@media (min-width: 576px) {
  .hero {
    min-height: 82vh;
    padding-top: 123px;
  }
}

@media (min-width: 992px) {
  .hero {
    min-height: 74vh;
    padding-top: 116px;
  }
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero__bg>* {
  width: 100%;
}

.hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.hero__header {
  position: absolute;
  bottom: 36px;
  left: 50%;
  width: 100%;
  margin-top: auto;
  -ms-flex-order: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.hero__header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -webkit-box-align: end;
}

@media (min-width: 1400px) {
  .hero__header {
    right: auto;
    left: 50%;
    width: 100%;
    max-width: 1890px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.hero__title {

  position: absolute;
  bottom: -36px;
  left: 19px;
  /*max-width: 930px;*/
  max-width: 230px;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  -webkit-transform: translateY(43%);
  transform: translateY(43%);
}

.hero__title span {
  display: block;
  color: #ffffff;
}

@media (min-width: 576px) {
  .hero__title {
    max-width: 389px;
    font-size: 52px;
    -webkit-transform: translateY(54%);
    transform: translateY(54%);
  }
}

@media (min-width: 992px) {
  .hero__title {
    max-width: 670px;
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .hero__title {
    max-width: 930px;
    font-size: 125px;
  }
}

@media (min-width: 1400px) {
  .hero__title {
    left: 15px;
  }
}

.hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  min-height: 400px;
  padding-bottom: 108px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-height: 480px) and (min-width: 992px) {
  .hero__content {
    min-height: 477px;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

@media (min-height: 480px) and (min-width: 1200px) {
  .hero__content {
    min-height: 576px;
  }
}

.hero__vertical {
  top: 0;
  left: 0;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .hero__vertical {
    margin-right: 300px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .hero__vertical {
    margin-right: 36%;
  }
}

@media (min-width: 1400px) {
  .hero__vertical {
    margin-right: 42%;
  }
}

@media (min-width: 1400px) {
  .hero__vertical {
    left: 5px;
  }
}

.hero__vertical .vertical-logo__layer {
  padding: 44px 36px 44px 39px;
}

.hero__vertical .vertical-logo__layer svg {
  width: 26px;
}

@media (min-width: 992px) {
  .hero__vertical .vertical-logo__layer {
    padding: 6.65vw 4.74vw;
  }

  .hero__vertical .vertical-logo__layer svg {
    width: 4vw;
  }
}

@media (min-width: 1200px) {
  .hero__vertical .vertical-logo__layer {
    padding: 4.65vw 2.74vw;
  }

  .hero__vertical .vertical-logo__layer svg {
    width: 2vw;
  }
}

@media (min-width: 1400px) {
  .hero__vertical .vertical-logo__layer {
    padding: 4.65vw 2.74vw;
  }

  .hero__vertical .vertical-logo__layer svg {
    width: 2vw;
  }
}

/* 3.11 Main screen section in homepage */
.main-screen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  z-index: 0;
}

@media (min-width: 576px) {
  .main-screen {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .main-screen {
    padding-top: 190px;
    padding-bottom: 60px;
  }
}

.main-screen__image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-screen__image>* {
  width: 100%;
}

.main-screen__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
}

.main-screen__title {
  max-width: 290px;
  margin: 0 0 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-screen__title span {
  display: block;
  color: #fffe55;
}

@media (min-width: 576px) {
  .main-screen__title {
    max-width: 530px;
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .main-screen__title {
    font-size: 72px;
  }
}

@media (min-width: 1200px) {
  .main-screen__title {
    margin-bottom: 36px;
    font-size: 100px;
    line-height: 0.95;
  }
}

.main-screen__text {
  max-width: 251px;
  margin: 0 0 40px;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width: 1200px) {
  .main-screen__text {
    margin-bottom: 70px;
  }
}

.main-screen__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* 3.12 Hero section in modern homepage */
.modern-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 480px;
  padding: 120px 0 45px;
  background-color: #fffe55;
}

@media (min-width: 992px) {
  .modern-hero {
    min-height: 800px;
  }
}

@media (min-width: 1200px) {
  .modern-hero {
    min-height: 960px;
    padding-top: 200px;
  }
}

.modern-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modern-hero__container>* {
  width: 100%;
}

.modern-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin: 0 0 60px;
  font-size: 42px;
  font-weight: 500;
  line-height: 0.94737;
  color: #000000;
  text-transform: uppercase;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  opacity: 0.95;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
}

@media (min-width: 320px) {
  .modern-hero__title {
    font-size: 42px;
    font-size: calc(0.11719 * 100vw + 4.5px);
  }

  .navigation__dropdown-icon {
    display: block;

  }

  .feature-card__caption {
    border-radius: 5px !important;
    padding: 10px 10px 10px !important;
    font-size: 10px !important;

  }

  .process-box {
    background: #f4f4f4;
    border-radius: 20px;
    cursor: pointer;
    padding: 20px 15px !important;
    position: relative;
    z-index: 1;
  }

  section.contact-section {
    padding-bottom: 0px !important;

  }

  .ours-process {
    padding: 20px 0 10px !important;
    background: #2f2f2f;
    /*padding: 0px 0 !important;*/
  }

  .shopify-content h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .shopify-content h2 {

    padding: 0px 0px !important;
  }

  .article__title {
    padding-top: 60px;
    font-size: 26px !important;
  }

  .navigation__dropdown {
    padding-left: 30px;
  }

  /*.first-banner__image {*/


  /*    height: 87% !important;*/
  /*}*/
  h2.main-heading-ser {
    line-height: 36px !important;
    font-size: 20px !important;
    padding-bottom: 30px !important;
  }

  .our-services {

    padding-top: 0px;

  }

  .number {

    margin-top: 20px !important;

  }


}

@media (min-width: 576px) {
  .modern-hero__title {
    font-size: 72px;
  }
}

@media (min-width: 576px) {
  .modern-hero__title {
    font-size: 72px;
  }
}

@media (min-width: 768px) {
  .modern-hero__title {
    font-size: 110px;
  }
}

@media (min-width: 992px) {
  .modern-hero__title {
    font-size: 150px;
  }
}

@media (min-width: 1200px) {
  .modern-hero__title {
    margin-bottom: 115px;
    font-size: 150px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .modern-hero__title {
    font-size: 180px;
    font-size: calc(0.08194 * 100vw + 51.66667px);
  }
}

@media (min-width: 1200px) and (min-width: 1920px) {
  .modern-hero__title {
    font-size: 209px;
  }
}

.modern-hero__title span {
  display: block;
  white-space: nowrap;
}

.modern-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
}

.modern-hero__btn {
  margin-bottom: 40px;
}

@media screen and (min-height: 960px) and (max-height: 1080px) {
  .modern-hero__btn {
    margin-top: 7.59259vh;
  }
}

.modern-hero__more {
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
}

@media (min-width: 768px) {
  .modern-hero__more {
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
  }
}

/* 3.13 Hero section in creative homepage */
.creative-hero {
  padding: 100px 0 70px;
}

@media (min-width: 992px) {
  .creative-hero {
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  .creative-hero {
    padding-top: 100px;
  }
}

.creative-hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.creative-hero__main {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .creative-hero__main {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .creative-hero__main {
    top: 50%;
    left: calc(16.6666666667% + 15px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.creative-hero__title {
  max-width: 160px;
  margin: 0 0 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.95;
  color: #000000;
}

@media (min-width: 576px) {
  .creative-hero__title {
    max-width: 44.4%;
    margin-top: 92px;
    margin-bottom: 56px;
    font-size: 48px;
    font-size: 52px;
  }
}

@media (min-width: 576px) and (min-width: 576px) {
  .creative-hero__title {
    font-size: 80px;
    font-size: calc(0.07692 * 100vw + 7.69231px);
  }
}

@media (min-width: 576px) and (min-width: 1200px) {
  .creative-hero__title {
    font-size: 100px;
  }
}

@media (min-width: 768px) {
  .creative-hero__title {
    margin-top: 0;
    font-size: 64px;
  }
}

@media (min-width: 992px) {
  .creative-hero__title {
    font-size: 84px;
  }
}

@media (min-width: 992px) {
  .creative-hero__title {
    margin-bottom: 84px;
    font-size: 100px;
  }
}

@media (min-width: 1200px) {
  .creative-hero__title {
    max-width: 480px;
  }
}

.creative-hero__image {
  margin-right: -12px;
  margin-left: -12px;
}

@media (min-width: 576px) {
  .creative-hero__image {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .creative-hero__image {
    width: calc(66.6666% - 6px);
  }
}

@media (min-width: 1400px) {
  .creative-hero__image {
    width: calc(66.6666% - 20px);
  }
}

.creative-hero__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* 3.14 Features section in homepage */
.features {
  padding: 80px 0;
  overflow: hidden;
  background-color: #fff;
}

@media (min-width: 576px) {
  .features {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .features {
    padding: 180px 0 120px;
  }
}

@media (min-width: 1200px) {
  .features {
    padding: 229px 0 175px;
  }
}

.features__description {
  max-width: 693px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.3125;
  color: #000;
}

@media (min-width: 992px) {
  .features__description {
    margin-bottom: 100px;
    margin-left: 43px;
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .features__description {
    margin-bottom: 236px;
  }
}

.features__text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

@media (min-width: 992px) {
  .features__text {
    max-width: 366px;
    margin-left: 43px;
  }
}

.features__card {
  display: inline-block;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .features__card--size-large {
    margin-bottom: 144px;
    margin-left: auto;
  }
}

@media (min-width: 1920px) {
  .features__card--size-large .feature-card__image img {
    width: 39.79167vw;
  }
}

@media (min-width: 576px) {
  .features__card--size-small {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .features__card--size-small {
    margin-top: 457px;
    margin-right: 0;
    /*margin-left: auto;*/
  }
}

@media (min-width: 1920px) {
  .features__card--size-small .feature-card__image img {
    width: 21.35417vw;
  }
}

@media (min-width: 576px) {
  .features__card--size-middle {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .features__card--size-middle {
    margin-left: 43px;
  }
}

@media (min-width: 1920px) {
  .features__card--size-middle .feature-card__image img {
    width: 32.08333vw;
  }
}

@media (min-width: 1200px) {
  .features__full-height {
    min-height: 100vh;
  }
}

/* 3.15 Services section in homepage */
.our-services {
  padding-bottom: 80px;
  background-color: #000000;
}

@media (min-width: 1200px) {
  .our-services {
    padding-bottom: 250px;
  }
}

.our-services__header {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .our-services__header {
    padding-top: 144px;
    padding-bottom: 80px;
  }
}

.our-services__header--large {
  border-top: solid 1px #ffffff;
}

@media (min-width: 1200px) {
  .our-services__header--large {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}

.our-services__header--large .our-services__title {
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .our-services__header--large .our-services__title {
    max-width: 230px;
    font-size: 72px;
  }
}

@media (min-width: 992px) {
  .our-services__header--large .our-services__title {
    max-width: 430px;
    font-size: 90px;
  }
}

@media (min-width: 1400px) {
  .our-services__header--large .our-services__title {
    font-size: 66px;
  }
}

.our-services__header--large .our-services__more {
  top: 0;
}

.our-services__title {
  width: 100%;
  margin: 0 0 24px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

@media (min-width: 768px) {
  .our-services__title {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .our-services__title {
    font-size: 58px;
  }
}

.our-services__short {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

@media (min-width: 768px) {
  .our-services__short {
    margin: 24px 0 0;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .our-services__short {
    max-width: 693px;
    margin-top: 0;
    margin-left: auto;
    font-size: 32px;
    line-height: 1.3125;
    color: #000;
  }
}

.our-services__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .our-services__more--negative-top {
    position: relative;
    top: -26px;
  }
}

/* 3.16 Works section in homepage */
.works {
  padding-top: 44px;
  overflow: visible;
}

@media (min-width: 768px) {
  .works {
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  .works {
    background-image: none !important;
  }
}

.works__header {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .works__header {
    margin-bottom: 60px;
    margin-top: -120px;
  }
}

.works__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .works__title {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .works__title {
    font-size: 90px;
  }
}

.works__title span {
  display: block;
  color: #000000;
  margin-top: -115px;

}

.works__more {
  margin-top: -43px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .works__more {
    margin-top: -7px;
  }
}

.works .works__carousel .carousel__item {
  max-width: 450px;
}

@media (min-width: 992px) {
  .works .works__carousel .carousel__item {
    max-width: 662px;
  }
}

/* 3.17 Contact section in homepage */
.contact-section {
  padding: 80px 0;
}

@media (min-width: 768px) {
  .contact-section {
    padding: 120px 0;
  }
}

@media (min-width: 992px) {
  .contact-section {
    padding: 220px 0;
  }
}

.contact-section__title {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .contact-section__title {
    margin-bottom: 67px;
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .contact-section__title {
    font-size: 90px;
  }
}

.contact-section__address {
  max-width: 305px;
  margin-bottom: 32px;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

@media (min-width: 768px) {
  .contact-section__address {
    margin-bottom: 120px;
  }
}

.contact-section__link {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .contact-section__link {
    margin-bottom: 29px;
  }
}

.contact-section__link a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contact-section__link a:focus {
  outline: none;
}

@media (min-width: 768px) {
  .contact-section__link a {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .contact-section__link a {
    font-size: 40px;
  }
}

.contact-section__link a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .contact-section__link a:hover,
  .contact-section__link a:focus {
    color: #000;
  }
}

.contact-section__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 32px;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .contact-section__social {
    margin-top: auto;
  }
}

.contact-section__social li {
  margin-right: 20px;
}

.contact-section__social a {
  position: relative;
  /* font-size: 15px; */
  font-size: 40px;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
}

.contact-section__social a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: solid 1px #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.contact-section__social a:focus {
  outline: none;
}

.contact-section__social a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .contact-section__social a:hover::before,
  .contact-section__social a:focus::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.contact-section__main {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .contact-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.contact-section__aside .discuss-project__title {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .contact-section__aside .discuss-project__title {
    margin-bottom: 91px;
  }
}

.contact-section__aside .discuss-project__bottom {
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
}

.contact-section__aside .discuss-project__send {
  margin-left: 0;
}

.contact-section__form-wrapper {
  max-width: 810px;
  padding: 40px 32px;
  margin-left: auto;
  background-color: #000000;
}

@media (min-width: 768px) {
  .contact-section__form-wrapper {
    padding: 76px 60px;
  }
}

.contact-section__field {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .contact-section__field {
    margin-bottom: 60px;
  }

  .contact-section__field--textarea {
    margin-top: 70px;
  }
}

.contact-section__map {
  height: 300px;
  margin-top: 40px;
}

.contact-section__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .contact-section__map {
    height: 400px;
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .contact-section__map {
    height: 500px;
    margin-top: 110px;
  }
}

@media (min-width: 1200px) {
  .contact-section__map {
    height: 617px;
  }
}

/* 3.18 About section with video in homepage */
.about-video-section {
  padding: 80px 0;
}

@media (min-width: 768px) {
  .about-video-section {
    padding: 160px 0 120px;
  }
}

@media (min-width: 1200px) {
  .about-video-section {
    padding: 240px 0 180px;
  }
}

.about-video-section--pt-0 {
  padding-top: 0;
}

.about-video-section--pb-0 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .about-video-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
  }
}

@media (min-width: 1200px) {
  .about-video-section__main {
    padding-top: 26px;
  }
}

.about-video-section__aside {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .about-video-section__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .about-video-section__aside img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about-video-section__statistics {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .about-video-section__statistics {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .about-video-section__statistics {
    margin-top: 193px;
  }
}

.about-video-section__title {
  max-width: 520px;
  margin: 0 0 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3125;
  color: #000000;
}

@media (min-width: 576px) {
  .about-video-section__title {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .about-video-section__title--size-large {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .about-video-section__title--size-large {
    max-width: 700px;
    font-size: 58px;
    line-height: 1;
  }
}

.about-video-section__title--size-small {
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
}

@media (min-width: 992px) {
  .about-video-section__title--size-small {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .about-video-section__title--size-small {
    max-width: 767px;
    font-size: 32px;
  }
}

.about-video-section__text {
  margin-left: 30px;
}

@media (min-width: 1200px) {
  .about-video-section__text {
    max-width: 366px;
  }
}

@media (min-width: 768px) {
  .about-video-section__video {
    margin-left: auto;
  }
}

/* 3.19 About section in modern homepage */
.about-section {
  padding: 80px 0 40px;
}

@media (min-width: 768px) {
  .about-section {
    padding: 180px 0 80px;
  }
}

@media (min-width: 1200px) {
  .about-section {
    padding: 240px 0 80px;
  }
}

.about-section__aside {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .about-section__aside {
    margin-bottom: 56px;
  }
}

@media (min-width: 768px) {
  .about-section__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .about-section__aside {
    padding-right: 2.08333vw;
  }
}

@media (min-width: 1920px) {
  .about-section__aside {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .about-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media (min-width: 1200px) {
  .about-section__main {
    padding-left: 4.16667vw;
  }
}

@media (min-width: 1400px) {
  .about-section__main {
    padding-left: 50px !important;
  }
}

@media (min-width: 1920px) {
  .about-section__main {
    padding-left: 80px;
  }
}

.about-section__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media (min-width: 768px) {
  .about-section__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about-section__steps {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .about-section__steps {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .about-section__steps {
    margin-top: 3.90625vw;
  }
}

@media (min-width: 1920px) {
  .about-section__steps {
    margin-top: 75px;
  }
}

.about-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-section__item {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}

.about-section__item::after {
  content: "/";
  display: inline;
  margin-left: 16px;
}

.about-section__item:last-child {
  margin-right: 0;
}

.about-section__item:last-child::after {
  display: none;
}

@media (min-width: 576px) {
  .about-section__item {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .about-section__item {
    font-size: 32px;
  }
}

.about-section__item a {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.about-section__item a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .about-section__item a:hover,
  .about-section__item a:focus {
    color: #000;
  }
}

.about-section__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}

@media (min-width: 576px) {
  .about-section__title {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .about-section__title {
    margin-bottom: 6.25vw;
    font-size: 58px;
  }
}

@media (min-width: 1920px) {
  .about-section__title {
    margin-bottom: 120px;
  }
}

.about-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .about-section__wrapper {
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.about-section__text {
  max-width: 490px;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}

@media (min-width: 576px) {
  .about-section__text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .about-section__text {
    font-size: 22px;
  }
}

.about-section__more {
  margin-left: 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .about-section__more {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .about-section__more {
    margin-right: 107px;
  }
}

/* 3.20 Section with carousel */
.carousel-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;

}

@media (min-width: 768px) {
  .carousel-section {
    padding: 120px 0;
  }
}

@media (min-width: 1200px) {
  .carousel-section {
    padding: 184px 0 80px;
  }
}

/*
.carousel-section--separator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 24px);
  border-bottom: solid 1px #000000;
}

@media (min-width: 1400px) {
  .carousel-section--separator::after {
    width: calc(100% - 30px);
  }
} */

@media (min-width: 1200px) {
  .carousel-section--pb-large {
    padding-bottom: 80px;
  }
}

.carousel-section__header {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .carousel-section__header {
    margin-bottom: 90px;
  }
}

.carousel-section__title {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}

@media (min-width: 768px) {
  .carousel-section__title {
    margin: 0;
    /*max-width: 190px;
			margin-top: -105px;
			margin-bottom: 80px;*/
  }
}

@media (min-width: 992px) {
  .carousel-section__title {
    /*max-width: 280px;
			margin-top: -118px;*/
    font-size: 58px;
  }
}

.carousel-section__nav {
  /*display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 40px;*/
  display: none;
  /*@include media(md) {
			margin-top: 0;
		}*/
}

@media (min-width: 992px) {
  .carousel-section__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  }
}

@media (min-width: 1200px) {
  .carousel-section__nav {
    position: relative;
    left: -82px;
  }
}

.carousel-section__nav .nav-btn+.nav-btn {
  margin-left: 48px;
}

@media (min-width: 768px) {
  .carousel-section__more {
    position: relative;
    padding-right: 60px;
  }

  .carousel-section__more .arrow-link__icon {
    position: absolute;
    right: 0;
    bottom: 8;
  }
}

@media (min-width: 992px) {
  .carousel-section__more {
    padding-right: 95px;
  }
}

/* 3.21 Team section only with mobile carousel */
.team-section {
  padding: 80px 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .team-section {
    padding: 160px 0 120px;
  }
}

@media (min-width: 1200px) {
  .team-section {
    padding: 240px 0 180px;
  }
}

.team-section--pb-0 {
  padding-bottom: 0;
}

.team-section__title {
  margin: 0 0 48px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}

@media (min-width: 768px) {
  .team-section__title {
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .team-section__title {
    font-size: 58px;
  }
}

@media (min-width: 1200px) {
  .team-section__title {
    margin-bottom: 105px;
  }
}

@media (min-width: 768px) {
  .team-section__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .team-section__grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .team-section__grid {
    position: relative;
    margin-left: -3.125vw;
  }
}

@media (min-width: 1400px) {
  .team-section__grid {
    margin-left: -6.14583vw;
  }
}

@media (min-width: 1920px) {
  .team-section__grid {
    margin-left: -118px;
  }
}

.team-section__item {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .team-section__item {
    width: calc(50% - 24px);
    margin-left: 24px;
  }

  .team-section__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .team-section__item {
    width: calc(25% - 24px);
    margin-top: 0;
  }

  .team-section__item:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .team-section__item {
    width: auto;
    max-width: calc(25% - ((60 * 100) / 1920) * 1px);
    margin-left: 3.125vw;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media (min-width: 1400px) {
  .team-section__item {
    max-width: calc(25% - ((118 * 100) / 1920) * 1px);
    margin-left: 6.14583vw;
  }
}

@media (min-width: 1920px) {
  .team-section__item {
    margin-left: 118px;
  }
}

/* 3.22 Section discuss-project */
.discuss-project {
  padding: 120px 0 80px;
  /*
	&__container {
		max-width: $width--middle;
	}*/
}

@media (min-width: 768px) {
  .discuss-project {
    padding: 180px 0 140px;
  }
}

@media (min-width: 992px) {
  .discuss-project {
    padding: 220px 0 180px;
  }
}

.discuss-project--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.discuss-project__wrapper {
  padding: 40px 32px;
  background-color: #333333;
}

@media (min-width: 768px) {
  .discuss-project__wrapper {
    padding: 76px 60px 96px;
  }
}

.discuss-project__title {
  max-width: 190px;
  margin: -70px auto 60px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-align: center;
}

@media (min-width: 768px) {
  .discuss-project__title {
    margin-top: -105px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .discuss-project__title {
    max-width: 280px;
    margin-top: -118px;
    font-size: 58px;
  }
}

@media (min-width: 768px) {
  .discuss-project__field-wrapper {
    width: calc(50% - 50px);
  }
}

.discuss-project__field {
  width: auto;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .discuss-project__field {
    margin-bottom: 60px;
  }

  .discuss-project__field--textarea {
    margin-top: 10px;
    margin-bottom: 42px;
  }
}

.discuss-project__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
}

.discuss-project__file {
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .discuss-project__file {
    margin: 0 0 40px;
  }
}

.discuss-project__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

/* 3.23 Tooltip section */
.tooltip {
  padding: 200px 0 120px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .tooltip {
    padding: 312px 0 215px;
  }
}

.tooltip--theme-dark {
  background-color: #000000;
}

.tooltip--theme-dark .tooltip__section {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.tooltip--theme-dark .tooltip__item {
  color: #ffffff;
}

.tooltip__container {
  position: relative;
}

.tooltip__btn {
  position: absolute;
  top: 0;
  left: 19px;
  margin-top: -122px;
  z-index: 1;
}

.tooltip__marquee>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tooltip__section {
  padding: 56px 0;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

@media (min-width: 992px) {
  .tooltip__section {
    /*padding: 96px 0 90px;*/
    padding: 30px 0 30px;
  }
}

.tooltip__section+.tooltip__section {
  border-top: none;
}

.tooltip__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tooltip__item {
  position: relative;
  margin-right: 70px;
  font-size: 90px;
  line-height: 1;
  color: #000000;
  white-space: nowrap;
  cursor: none;
}

@media (min-width: 992px) {
  .tooltip__item {
    font-size: 50px;
  }
}

.tooltip__item::after {
  content: "/";
  display: inline-block;
  margin-left: 70px;
}

.tooltip__card {
  display: none;
  pointer-events: none;
  background-color: #fffe55;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
}

@media (min-width: 992px) {
  .tooltip__card {
    display: block;
    width: 220px;
  }
}

.tooltip__card img {
  display: inline-block;
  vertical-align: top;
}

/* 3.24 Feedback section for starting the project */
.start-project {
  padding: 80px 0;
}

@media (min-width: 576px) {
  .start-project {
    padding: 120px 0;
  }
}

@media (min-width: 768px) {
  .start-project {
    padding: 180px 0;
  }
}

@media (min-width: 1200px) {
  .start-project {
    padding: 240px 0;
  }
}

.start-project--no-padding {
  padding: 0;
}

.start-project__container {
  margin: 0 auto;
}

.start-project__container--small {
  max-width: 1140px;
}

.start-project__title {
  margin: 0 0 60px;
  font-size: 42px;
  font-weight: 500;
  line-height: 0.94737;
  color: #000000;
  text-transform: uppercase;
  opacity: 0.95;
}

@media (min-width: 576px) {
  .start-project__title {
    margin-bottom: 80px;
    font-size: 72px;
  }
}

@media (min-width: 768px) {
  .start-project__title {
    margin-bottom: 110px;
    font-size: 110px;
  }
}

@media (min-width: 992px) {
  .start-project__title {
    font-size: 150px;
  }
}

@media (min-width: 1200px) {
  .start-project__title {
    margin-bottom: 156px;
    font-size: 150px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .start-project__title {
    font-size: 180px;
    font-size: calc(0.08194 * 100vw + 51.66667px);
  }
}

@media (min-width: 1200px) and (min-width: 1920px) {
  .start-project__title {
    font-size: 209px;
  }
}

.start-project__title--size-middle {
  text-transform: inherit;
}

@media (min-width: 992px) {
  .start-project__title--size-middle {
    font-size: 140px !important;
  }
}

@media (min-width: 1200px) {
  .start-project__title--size-middle {
    margin-bottom: 163px;
  }
}

.start-project__title--size-small {
  text-transform: inherit;
}

@media (min-width: 768px) {
  .start-project__title--size-small {
    margin-bottom: 84px;
    font-size: 100px !important;
  }
}

@media (min-width: 992px) {
  .start-project__title--size-small {
    max-width: 520px;
  }
}

.start-project__discuss {
  margin-bottom: 52px;
}

@media (min-width: 768px) {
  .start-project__discuss {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .start-project__discuss {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .start-project__discuss {
    padding-right: 40px;
    margin-bottom: 0;
  }
}

.start-project__discuss .discuss-project__title {
  margin-left: 0;
  text-align: left;
}

.start-project__discuss .discuss-project__bottom {
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
}

.start-project__discuss .discuss-project__send {
  margin-left: 0;
}

.start-project__partners {
  text-align: center;
}

@media (min-width: 992px) {
  .start-project__partners {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .start-project__partners {
    padding-left: 3.33333vw;
  }
}

@media (min-width: 1920px) {
  .start-project__partners {
    padding-left: 64px;
  }
}

.start-project__partners .partners__item {
  margin-bottom: 56px;
}

@media (min-width: 1200px) {
  .start-project__partners .partners__item {
    margin-bottom: 113px;
  }
}

@media (min-width: 768px) {
  .start-project__field-wrapper {
    width: calc(50% - 50px);
  }
}

.start-project__field {
  width: auto;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .start-project__field {
    margin-bottom: 60px;
  }

  .start-project__field--textarea {
    margin-top: 10px;
    margin-bottom: 42px;
  }
}

.start-project__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
}

.start-project__file {
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .start-project__file {
    margin: 0 0 58px;
  }
}

.start-project__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fffe55;
}

.start-project__send:focus {
  outline: none;
}

@media (min-width: 992px) {

  .start-project__send:hover,
  .start-project__send:focus {
    border-color: #ffffff;
  }
}

/* 3.25 Projects listing */
.projects-listing {
  padding: 100px 0 50px;
}

@media (min-width: 992px) {
  .projects-listing {
    padding-top: 50px;
  }
}

.projects-listing__container {
  position: relative;
  max-width: 1845px;
}

@media (min-width: 1200px) {
  .projects-listing__container {
    left: 50px;
    padding-left: 42px;
  }
}

.projects-listing__aside {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 0;
  background-color: #ffffff;
  z-index: 1;
}

.projects-listing__aside .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
}

@media (min-width: 768px) {
  .projects-listing__aside {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .projects-listing__aside .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .projects-listing__aside {
    left: 42px;
  }
}

.projects-listing__aside-left {
  width: calc(100% - 72px);
  margin-right: 24px;
}

@media (min-width: 768px) {
  .projects-listing__aside-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .projects-listing__aside-left {
    margin-bottom: 72px;
  }
}

.projects-listing__category {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.projects-listing__category+* {
  margin-top: 12px !important;
}

.projects-listing__category:focus {
  outline: none;
}

@media (min-width: 992px) {

  .projects-listing__category:hover,
  .projects-listing__category:focus {
    color: #fffe55;
  }
}

.projects-listing__title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 0.95;
  color: #000000;
}

@media (min-width: 768px) {
  .projects-listing__title {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .projects-listing__title {
    font-size: 80px;
  }
}

@media (min-width: 1400px) {
  .projects-listing__title {
    font-size: 100px;
  }
}

@media (min-width: 768px) {
  .projects-listing__title span {
    display: block;
  }
}

.projects-listing__more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .projects-listing__more {
    margin-left: 0;
  }
}

.projects-listing__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.projects-listing__item {
  margin-bottom: 54px;
}

.projects-listing__item:last-child {
  margin-bottom: 0;
}

/* 3.26 Portfolio section */
.portfolio-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.portfolio-section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-section__container {
  margin: 0 auto;
}

.portfolio-section__header {
  margin-bottom: 48px;
}

@media (min-width: 576px) {
  .portfolio-section__header {
    margin-bottom: 84px;
  }
}

.portfolio-section__title {
  margin: 0 20px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3125;
  color: #000000;
}

@media (min-width: 576px) {
  .portfolio-section__title {
    font-size: 32px;
  }
}

.portfolio-section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .portfolio-section__grid {
    margin-left: -24px;
  }
}

@media (min-width: 1400px) {
  .portfolio-section__grid {
    margin-left: -60px;
  }
}

.portfolio-section__item {
  width: 100%;
  margin-bottom: 45px;
}

@media (min-width: 576px) {
  .portfolio-section__item {
    width: calc(50% - 24px);
    margin-bottom: 30px;
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  .portfolio-section__item {
    width: calc(33.33% - 24px);
  }

  .portfolio-section__item--two-thirds {
    width: calc(66.66% - 24px);
  }
}

@media (min-width: 1200px) {
  .portfolio-section__item--two-thirds {
    width: calc(66.66% - 24px);
  }
}

@media (min-width: 1400px) {
  .portfolio-section__item {
    width: calc(33.33% - 60px);
    margin-bottom: 45px;
    margin-left: 60px;
  }

  .portfolio-section__item--two-thirds {
    width: calc(66.66% - 60px);
  }
}

.portfolio-section__more {
  margin: 55px auto 0;
}

/* 3.27 Services section */
.services-section {
  padding: 80px 0;
}

@media (min-width: 576px) {
  .services-section {
    padding: 120px 0;
  }
}

@media (min-width: 768px) {
  .services-section {
    padding: 188px 0;
  }
}

@media (min-width: 1200px) {
  .services-section {
    padding: 188px 0 312px;
  }
}

.services-section__container {
  margin: 0 auto;
}

.services-section__container--small {
  max-width: 1140px;
}

.services-section__main {
  position: relative;
}

.services-section__image {
  position: relative;
  min-height: 300px;
  margin-right: 14.79167vw;
  overflow: hidden;
  text-align: right;
}

@media (min-width: 576px) {
  .services-section__image {
    min-height: 0;
  }
}

.services-section__image img {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: top;
}

@media (min-width: 576px) {
  .services-section__image img {
    position: static;
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

.services-section__title {
  margin: 0 0 48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3125;
  color: #000000;
}

@media (min-width: 768px) {
  .services-section__title {
    margin-bottom: 80px;
    font-size: 32px;
  }
}

.services-section__menu {
  position: absolute;
  top: 49%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .services-section__menu {
    right: 34px;
    min-width: 316px;
  }
}

.services-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.services-section__item {
  margin-bottom: 32px;
}

.services-section__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .services-section__item {
    margin-bottom: 42px;
  }
}

@media (min-width: 1200px) {
  .services-section__item {
    margin-bottom: 79px;
  }
}

.services-section__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.30769;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.services-section__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .services-section__link:hover,
  .services-section__link:focus {
    color: #fffe55;
  }

  .services-section__link:hover span,
  .services-section__link:focus span {
    opacity: 1;
  }

  .services-section__link:hover span svg,
  .services-section__link:focus span svg {
    fill: #fffe55;
  }
}

.services-section__link span {
  display: none;
  width: 16px;
  margin-left: 20px;
}

.services-section__link span svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #000000;
}

@media (min-width: 576px) {
  .services-section__link {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .services-section__link {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .services-section__link span {
    display: inline-block;
    width: 24px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(33px) translateY(-4px);
    transform: translateX(33px) translateY(-4px);
  }
}

/* 3.28 Plans section in creative homepage */
.plans-section .row {
  margin-top: -45px;
}

@media (min-width: 992px) {
  .plans-section .row {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .plans-section .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.plans-section__item {
  margin-top: 45px;
}

@media (min-width: 1200px) {
  .plans-section__item {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .plans-section__item {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* 3.29 First banner block */
.first-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

@media (min-width: 768px) {
  .first-banner {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .first-banner {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .first-banner {
    height: 85vh;
  }
}

.first-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.first-banner__image>* {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.first-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-banner__title {
  position: relative;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .first-banner__title {
    font-size: 75px;
  }
}

@media (min-width: 992px) {
  .first-banner__title {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  .first-banner__title {
    font-size: 100px;
    line-height: 95%;
  }
}

/* 3.30 Grid in team page */
@media (min-width: 992px) {
  .team__row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 1200px) {
  .team__row {
    margin-right: -40px;
    margin-left: -40px;
  }
}

@media (min-width: 992px) {
  .team__header {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .team__header {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.team__item {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .team__item {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .team__item {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 80px;
  }
}

@media (min-width: 1400px) {
  .team__item {
    margin-top: 116px;
  }
}

@media (min-width: 1920px) {
  .team__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 1920px) {
  .team__item .member-card {
    width: 100%;
  }
}

.team__item--first {
  margin-left: auto;
}

@media (min-width: 992px) {
  .team__item--first {
    margin-top: 16px;
  }
}

@media (min-width: 1200px) {
  .team__item--first {
    padding-left: 52px;
  }
}

@media (min-width: 1920px) {
  .team__item--first img {
    width: 24.6875vw;
    height: 41.66667vh;
  }
}

@media (min-width: 1920px) {
  .team__item--2 img {
    width: 20.05208vw;
    height: 51.2037vh;
  }
}

@media (min-width: 1920px) {
  .team__item--3 img {
    width: 18.48958vw;
    height: 22.77778vh;
  }
}

@media (min-width: 1920px) {
  .team__item--4 img {
    width: 16.97917vw;
    height: 51.2037vh;
  }
}

@media (min-width: 1920px) {
  .team__item--5 img {
    width: 18.48958vw;
    height: 51.2037vh;
  }
}

@media (min-width: 1920px) {
  .team__item--6 img {
    width: 18.48958vw;
    height: 26.38889vh;
  }
}

@media (min-width: 992px) {
  .team__item--last {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .team__item--last {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 1920px) {
  .team__item--last img {
    width: 24.6875vw;
    height: 42.12963vh;
  }
}

.team__item--row .member-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
}

@media (min-width: 1400px) {
  .team__item--row .member-card__info {
    align-items: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
  }
}

.team__item--row .member-card__info .member-card__title {
  margin: 0 0 8px;
}

@media (min-width: 1400px) {
  .team__item--row .member-card__info .member-card__title {
    margin: 0;
  }
}

.team__item--row .member-card__info .member-card__post {
  margin-right: 72px;
}

.team__item--row .member-card__info .member-card__social {
  margin: 48px 0 0;
}

@media (min-width: 1400px) {
  .team__item--row .member-card__info .member-card__social {
    padding-bottom: 8px;
    margin: 0;
  }
}

.team__item--row .member-card__info>* {
  margin: 0;
}

@media (min-width: 992px) {
  .team__item--margin-negative {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .team__item--margin-negative {
    margin-top: -19vw;
    margin-bottom: -10px;
  }
}

@media (min-width: 1400px) {
  .team__item--margin-negative {
    margin-top: -134px;
    margin-bottom: -64px;
  }
}

@media (min-width: 1920px) {
  .team__item--margin-negative {
    margin-top: -434px;
    margin-bottom: -42px;
  }
}

@media (min-width: 1200px) {
  .team__item--left-shift {
    padding-left: 8.125vw;
  }
}

@media (min-width: 1920px) {
  .team__item--left-shift {
    padding-left: 156px;
  }
}

@media (min-width: 1200px) {
  .team__item--left-small-shift {
    padding-left: 2.91667vw;
  }
}

@media (min-width: 1920px) {
  .team__item--left-small-shift {
    padding-left: 56px;
  }
}

/* 3.31 Grid in services page */
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .services__item {
    display: block;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .services__item {
    margin-top: 263px;
  }
}

.services__item--first {
  margin-left: auto;
  text-align: right;
}

@media (min-width: 992px) {
  .services__item--first {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .services__item--first {
    padding-right: 9px;
    padding-left: 55px;
  }
}

@media (min-width: 1920px) {
  .services__item--first img {
    width: 42.1875vw;
    height: 72.5vh;
  }
}

@media (min-width: 1920px) {
  .services__item--second img {
    width: 21.35417vw;
    height: 45.37037vh;
  }
}

@media (min-width: 1920px) {
  .services__item--third img {
    width: 32.08333vw;
    height: 45.92593vh;
  }
}

@media (min-width: 1200px) {
  .services__item--last {
    padding-left: 50px;
  }
}

@media (min-width: 1920px) {
  .services__item--last img {
    width: 64.47917vw;
    height: 48.7963vh;
  }
}

@media (min-width: 1200px) {
  .services__item--margin-negative {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) {
  .services__item--left-shift {
    padding-left: 7.03125vw;
  }
}

@media (min-width: 1920px) {
  .services__item--left-shift {
    padding-left: 135px;
  }
}

/* 3.32 Article */
.article {
  padding: 100px 0;
}

@media (min-width: 576px) {
  .article {
    padding: 180px 0;
  }
}

@media (min-width: 992px) {
  .article {
    padding: 212px 0 220px;
  }
}

.article__title {
  margin: 0 0 40px;
  font-size: 42px;
  font-weight: 500;
  line-height: 0.95;
  color: #000000;
  opacity: 0.95;
}

@media (min-width: 576px) {
  .article__title {
    margin-bottom: 60px;
    font-size: 64px;
  }
}

@media (min-width: 768px) {
  .article__title {
    margin-bottom: 80px;
    font-size: 100px;
  }
}

.article__text {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

@media (min-width: 768px) {
  .article__text {
    font-size: 22px;
  }
}

/*** 4. PAGES ***/
/* 4.10 Blog grid layout */
.blog-grid {
  overflow: hidden;
  /*&--post {
		.blog-grid {
			&__first-screen {
				background: url("../img/news/banner-blog-2.jpg") no-repeat;

				@include retina {
					background: url("../img/news/banner-blog-2@2x.jpg") no-repeat;
				}
			}
		}
	}*/
}

.blog-grid__first-screen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

@media (min-width: 768px) {
  .blog-grid__first-screen {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .blog-grid__first-screen {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .blog-grid__first-screen {
    height: 830px;
  }
}

.blog-grid__first-screen-image {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blog-grid__first-screen-image>* {
  width: 100%;
}

.blog-grid__first-screen-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-grid__first-screen h1 {
  margin-bottom: 0;
  color: #ffffff;
}

.blog-grid__first-screen .blog-grid__tag {
  color: #ffffff;
}

.blog-grid__container {
  /* padding: 45px 15px 70px; */
  padding-top: 45px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .blog-grid__container {
    /* padding: 85px 15px 100px; */
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

.blog-grid__title {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .blog-grid__title {
    margin-bottom: 77px;
  }
}

.blog-grid__tag {
  font-size: 20px;
  line-height: 28px;
}

.blog-grid__filter {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .blog-grid__filter {
    margin-bottom: 61px;
  }
}

.blog-grid__row {
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .blog-grid__row {
    margin: 0 -15px;
  }
}

@media (min-width: 1400px) {
  .blog-grid__row {
    margin: 0 -30px;
  }
}

.blog-grid__card {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog-grid__card {
    margin-bottom: 30px;
  }
}

@media (min-width: 1400px) {
  .blog-grid__card {
    margin-bottom: 60px;
  }
}

.blog-grid__more {
  margin: 40px auto 0;
}

@media (min-width: 1400px) {
  .blog-grid__more {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .blog-grid--listing .blog-grid__container {
    padding: 127px 15px 100px;
  }
}

.blog-grid--listing .news-card {
  width: 100%;
}

.blog-grid--listing .news-card__pic img {
  position: absolute;
}

@media (min-width: 992px) {
  .blog-grid--listing .news-card__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
    width: 43.7%;
    height: 100%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

/* 4.11 Vcard page  */
.vcard {
  position: relative;
  padding: 160px 0 100px;
  z-index: 0;
}

@media (min-width: 1200px) {
  .vcard {
    padding: 263px 0 220px;
  }
}

.vcard__container {
  padding-right: 0;
  padding-left: 0;
}

.vcard__header {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .vcard__header {
    margin-bottom: 160px;
  }
}

@media (min-width: 992px) {
  .vcard__header {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .vcard__header {
    margin-bottom: 240px;
  }
}

.vcard__title {
  margin: 0 0 16px;
  font-size: 42px;
  font-weight: 500;
  line-height: 0.95;
  color: #fffe55;
}

@media (min-width: 320px) {
  .vcard__title {
    font-size: 42px;
    font-size: calc(0.26563 * 100vw + -43px);
  }
}

@media (min-width: 576px) {
  .vcard__title {
    font-size: 110px;
  }
}

@media (min-width: 576px) {
  .vcard__title {
    margin-bottom: 0;
    font-size: 110px;
  }
}

@media (min-width: 992px) {
  .vcard__title {
    font-size: 140px;
  }
}

.vcard__post {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.38462;
  color: #fffe55;
}

@media (min-width: 320px) {
  .vcard__post {
    font-size: 16px;
    font-size: calc(0.03906 * 100vw + 3.5px);
  }
}

@media (min-width: 576px) {
  .vcard__post {
    font-size: 26px;
  }
}

@media (min-width: 576px) {
  .vcard__post {
    font-size: 26px;
  }
}

.vcard__more {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .vcard__more {
    margin-bottom: 6px;
  }
}

@media (min-width: 992px) {
  .vcard__more {
    margin-bottom: 9px;
  }
}

.vcard__great {
  padding: 20px 0;
  margin-bottom: -1px;
  font-size: 15px;
  line-height: 1.36364;
  color: #fffe55;
  border-top: solid 1px #fffe55;
  border-bottom: solid 1px #fffe55;
}

.vcard__great br {
  display: none;
}

@media (min-width: 576px) {
  .vcard__great {
    padding: 35px 0;
    font-size: 22px;
  }

  .vcard__great br {
    display: block;
  }
}

.vcard__skills {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 576px) {
  .vcard__skills {
    margin: 170px 0;
  }
}

@media (min-width: 768px) {
  .vcard__skills {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .vcard__skills {
    margin-bottom: 240px;
  }
}

.vcard__start-project .start-project__title {
  color: #fffe55;
}

.vcard table {
  width: 100%;
  border-collapse: collapse;
}

.vcard table td {
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.36364;
  color: #fffe55;
  vertical-align: top;
  border-top: solid 1px #fffe55;
  border-bottom: solid 1px #fffe55;
}

.vcard table td:first-child {
  width: 54.4%;
  padding-right: 20px;
  font-size: 30px;
}

@media (min-width: 320px) {
  .vcard table td:first-child {
    font-size: 20px;
    font-size: calc(0.05859 * 100vw + 11.25px);
  }
}

@media (min-width: 576px) {
  .vcard table td:first-child {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .vcard table td {
    padding: 35px 0;
    font-size: 22px;
  }

  .vcard table td:first-child {
    padding-right: 35px;
    font-size: 45px;
  }
}

.vcard table td a {
  color: #fffe55;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.vcard table td a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .vcard table td a:hover,
  .vcard table td a:focus {
    color: #fffe22;
  }
}

.vcard table ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: list;
}

.vcard table ul li {
  counter-increment: list;
}

.vcard table ul li::before {
  content: "0" counter(list) ". ";
}

.vcard-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.vcard-image img {
  width: 150%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 576px) {
  .vcard-image img {
    width: 100%;
    height: 100%;
  }
}

/* 4.12 Single post page */
.single-post {
  padding: 40px 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .single-post {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .single-post {
    padding: 201px 0 140px;
  }
}

.single-post__date {
  font-size: 15px;
}

@media (min-width: 992px) {
  .single-post__date {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.single-post__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

@media (min-width: 768px) {
  .single-post__title {
    margin-bottom: 30px;
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .single-post__title {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 130%;
  }
}

.single-post__subtitle {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

@media (min-width: 992px) {
  .single-post__subtitle {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 130%;
  }
}

.single-post__subtitle--margin {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .single-post__subtitle--margin {
    margin-bottom: 30px;
  }
}

.single-post__text {
  font-size: 14px;
  line-height: 170%;
}

@media (min-width: 768px) {
  .single-post__text {
    font-size: 15px;
  }
}

.single-post__text p+p {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .single-post__text p+p {
    margin-top: 22px;
  }
}

.single-post__image {
  height: 450px;
  margin: 45px 0;
}

@media (min-width: 992px) {
  .single-post__image {
    height: 628px;
    margin: 70px 0;
  }
}

.single-post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-post__quote {
  margin: 35px 0;
}

@media (min-width: 992px) {
  .single-post__quote {
    margin: 58px 0 50px;
  }
}

.single-post__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (min-width: 1200px) {
  .single-post__gallery {
    margin: 169px -15px 82px;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

.single-post__gallery-col {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .single-post__gallery-col {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

.single-post__gallery-col img {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .single-post__gallery-col img {
    height: 100%;
    margin-bottom: 25px;
  }
}

.single-post__nav {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 65px;
  border-top: 1px solid #000000;
}

@media (min-width: 992px) {
  .single-post__nav {
    padding-top: 47px;
    padding-left: 4px;
    margin-top: 87px;
    margin-bottom: 198px;
  }
}

.single-post__tags {
  margin-bottom: 20px;
  font-size: 15px;
}

@media (min-width: 992px) {
  .single-post__tags {
    margin-bottom: 30px;
  }
}

.single-post__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.single-post__share b {
  padding-right: 30px;
  font-size: 15px;
}

.single-post__share-icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.single-post__share-icon:not(:last-child) {
  margin-right: 15px;
}

.single-post__share-icon:focus {
  outline: none;
}

@media (min-width: 992px) {

  .single-post__share-icon:hover svg,
  .single-post__share-icon:focus svg {
    fill: #fffe55;
  }
}

.single-post__share-icon svg {
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.single-post__related {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-post__related {
    margin-top: 95px;
    margin-bottom: 64px;
  }
}

.single-post__comment {
  margin-top: 45px;
}

@media (min-width: 992px) {
  .single-post__comment {
    margin-top: 100px;
  }
}

.single-post__form {
  margin: 55px 0;
}

@media (min-width: 992px) {
  .single-post__form {
    margin: 224px 0 80px;
  }
}

/* 4.13 Comming soon page */
.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timer__digit {
  text-align: center;
}

.timer__digit:not(:last-child) {
  margin-right: 35px;
}

@media (min-width: 992px) {
  .timer__digit:not(:last-child) {
    margin-right: 127px;
  }
}

.timer__digit p {
  width: 55px;
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 40px;
  color: #fffe55;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .timer__digit p {
    width: 90px;
    margin: 0 auto 12px;
    font-size: 70px;
    line-height: 84px;
  }
}

.timer__digit span {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .timer__digit span {
    font-size: 16px;
    line-height: 26px;
  }
}

.coming-soon {
  width: 100%;
  margin-bottom: -1px;
}

.coming-soon::before,
.coming-soon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
}

.coming-soon::before {
  background-image: url("../img/coming-soon.jpg");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
  .coming-soon::before {
    background-image: url("../img/coming-soon@2x.jpg");
  }
}

.coming-soon::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.coming-soon__header {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding-top: 30px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  z-index: 2;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  /*@media (orientation: landscape) {
			position: relative;
		}*/
}

.coming-soon__header svg {
  fill: #ffffff;
}

.coming-soon__container {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  z-index: 2;
}

.coming-soon__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 100px);
  padding-bottom: 100px;
  color: #ffffff;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
}

.coming-soon__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.coming-soon__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  color: rgba(255, 254, 85, 0.95);
  text-align: center;
}

@media (min-width: 768px) {
  .coming-soon__title {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 62px;
  }
}

@media (min-width: 992px) {
  .coming-soon__title {
    margin-bottom: 81px;
    font-size: 100px;
    line-height: 95%;
  }
}

.coming-soon__subtitle {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

@media (min-width: 992px) {
  .coming-soon__subtitle {
    max-width: 430px;
    margin-bottom: 88px;
  }
}

.coming-soon__timer-title {
  margin-bottom: 30px;
  font-family: "Gilroy", "Arial", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}

@media (min-width: 992px) {
  .coming-soon__timer-title {
    margin-bottom: 40px;
  }
}

.coming-soon__social {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .coming-soon__social {
    margin-top: 68px;
  }
}

@media (min-width: 992px) {
  .coming-soon__social {
    margin-top: 120px;
  }
}

.coming-soon__social .social__link {
  width: 22px;
  height: 22px;
}

.coming-soon__social .social__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .coming-soon__social .social__link:hover svg,
  .coming-soon__social .social__link:focus svg {
    fill: #fffe55;
  }
}

.coming-soon__social .social__link svg {
  fill: #ffffff;
}

/* 4.14 404 page */
.page-404__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .page-404__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1400px) {
  .page-404__container {
    max-width: 100%;
  }
}

.page-404__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

@media (min-width: 992px) {
  .page-404__wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

.page-404__img {
  width: 100%;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media (min-width: 992px) {
  .page-404__img {
    width: 47%;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

.page-404__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-404__content {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-404__content {
    width: 40%;
    margin-bottom: 0;
    text-align: left;
  }
}

.page-404__title {
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 110%;
}

@media (min-width: 768px) {
  .page-404__title {
    margin-bottom: 35px;
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .page-404__title {
    margin-bottom: 67px;
    font-size: 100px;
    line-height: 95%;
  }
}

.page-404__subtitle {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 150%;
  color: #212121;
}

@media (min-width: 768px) {
  .page-404__subtitle {
    margin-bottom: 65px;
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 992px) {
  .page-404__subtitle {
    margin-bottom: 138px;
    font-size: 22px;
  }
}

/* 4.15 Parallax project page*/
.parallax-projects__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
}

.parallax-projects__section {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-projects__title {
  max-width: 520px;
  margin-bottom: 55px;
  font-size: 45px;
  line-height: 110%;
}

@media (min-width: 768px) {
  .parallax-projects__title {
    font-size: 75px;
  }
}

@media (min-width: 992px) {
  .parallax-projects__title {
    margin-bottom: 75px;
    font-size: 100px;
    line-height: 95%;
  }
}

.parallax-projects__subtitle {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
}

.parallax-projects__nav {
  position: absolute;
  top: 50%;
  right: 100px;
  display: none;
  width: 6px;
  height: 48%;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .parallax-projects__nav {
    display: block;
  }
}

.parallax-projects__nav span {
  display: block;
  width: 100%;
  height: 0;
  background-color: #fffe55;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* 4.16 Cantact page*/
.contact .contact-section {
  padding: 107px 0 0;
}

.contact .contact-section__title {
  font-size: 58px;
  text-transform: none;
}

@media (min-width: 768px) {
  .contact .contact-section__title {
    margin-bottom: 58px;
    font-size: 100px;
  }
}

.contact .contact-section__form-wrapper {
  background-color: #fffe55;
}

/* 4.17 FAQ page*/
.faq__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .faq__container {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .faq__container {
    padding-top: 163px;
    padding-bottom: 220px;
  }
}

.faq__title {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .faq__title {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .faq__title {
    margin-bottom: 65px;
  }
}

.faq__discuss {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .faq__discuss {
    padding-top: 180px;
  }
}

@media (min-width: 1200px) {
  .faq__discuss {
    padding-top: 260px;
  }
}

.faq__discuss .discuss-project__title {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .faq__discuss .discuss-project__title {
    margin-bottom: 91px;
  }
}

.faq__discuss .discuss-project__bottom {
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
}

.faq__discuss .discuss-project__send {
  margin-left: 0;
}

/* 4.18 Service detail page */
.service-detail {
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  .service-detail {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .service-detail {
    padding-bottom: 220px;
  }
}

.service-detail__carousel {
  padding: 70px 0 100px;
}

@media (min-width: 992px) {
  .service-detail__carousel {
    padding: 167px 0 224px;
  }
}

@media (min-width: 768px) {
  .service-detail__carousel .carousel-section__header {
    margin-bottom: 112px;
  }
}

.service-detail__carousel .carousel-section__title {
  font-size: 40px;
}

@media (min-width: 1200px) {
  .service-detail__carousel .carousel-section__nav {
    left: 0;
  }
}

.service-detail__title {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .service-detail__title {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .service-detail__title {
    margin-bottom: 05px;
    font-size: 40px;
    line-height: 120%;
  }
}

.service-detail__discuss {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .service-detail__discuss {
    padding-top: 180px;
  }
}

@media (min-width: 1200px) {
  .service-detail__discuss {
    padding-top: 260px;
  }
}

.service-detail__discuss .discuss-project__title {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .service-detail__discuss .discuss-project__title {
    margin-bottom: 82px;
  }
}

.service-detail__discuss .discuss-project__bottom {
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
}

.service-detail__discuss .discuss-project__send {
  margin-left: 0;
}

/* 4.19 Pricing page */
.pricing {
  overflow: hidden;
}

.pricing__container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .pricing__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .pricing__container {
    padding-top: 163px;
    padding-bottom: 158px;
  }
}

@media (min-width: 1400px) {
  .pricing__grid {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.pricing__card {
  margin-bottom: 30px;
}

@media (min-width: 1400px) {
  .pricing__card {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 62px;
  }
}

/* 4.20 About us page */
.about-us {
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .about-us {
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .about-us {
    padding-bottom: 240px;
  }
}

@media (min-width: 1200px) {
  .about-us__banner {
    align-items: flex-start;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-box-pack: end;
  }
}

.about-us__banner .first-banner__title {
  text-align: left;
}

@media (min-width: 1200px) {
  .about-us__banner .first-banner__title {
    padding-bottom: 10.6%;
  }
}

.about-us__banner .first-banner__title span {
  color: #fff;
}

.about-us__stat {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .about-us__stat {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .about-us__stat {
    padding-top: 217px;
    padding-bottom: 247px;
  }
}

.about-us__stat .about-video-section__title {
  max-width: 100%;
}

.about-us__stat .about-video-section__title br {
  display: none;
}

@media (min-width: 992px) {
  .about-us__stat .about-video-section__title br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .about-us__services {
    padding-bottom: 177px;
  }
}

@media (min-width: 1200px) {
  .about-us__services .our-services__more {
    right: 52px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}

.about-us__partners {
  padding: 90px 0 20px;
}

@media (min-width: 992px) {
  .about-us__partners {
    padding: 167px 0 143px;
  }
}

@media (min-width: 1200px) {
  .about-us__partners {
    padding-top: 240px;
  }
}

.about-us__team-section {
  padding-top: 54px;
}

/* 4.21 Projects carousel page */
.projects-carousel__carousel {
  padding: 70px 0 100px;
}

@media (min-width: 992px) {
  .projects-carousel__carousel {
    padding: 109px 0 116px;
  }
}

@media (min-width: 768px) {
  .projects-carousel__carousel .carousel-section__header {
    margin-bottom: 106px;
  }
}

.projects-carousel__carousel .carousel-section__title {
  font-size: 50px;
  line-height: 110%;
  text-align: center;
}

@media (min-width: 768px) {
  .projects-carousel__carousel .carousel-section__title {
    font-size: 70px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .projects-carousel__carousel .carousel-section__title {
    font-size: 100px;
    line-height: 95%;
  }
}

@media (min-width: 1200px) {
  .projects-carousel__carousel .carousel-section__nav {
    left: 0;
  }
}

/* 4.22 Single project page*/
.single-project {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .single-project {
    padding: 110px 0 194px;
  }
}

.single-project__hero {
  padding: 0 0 20px;
}

@media (min-width: 992px) {
  .single-project__hero {
    padding: 0 0 50px;
  }
}

.single-project__hero-image {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .single-project__hero-image {
    margin-bottom: 0;
  }
}

.single-project__hero-image img {
  display: block;
  max-width: 100%;
  height: auto;
  /*@include media(xxl) {
					height: auto;
					object-fit: none;
				}*/
}

@media (min-width: 768px) {
  .single-project__hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.single-project__hero-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
}

@media (min-width: 992px) {
  .single-project__hero-text {
    margin-top: auto;
  }
}

@media (min-width: 1400px) {
  .single-project__hero-text {
    max-width: 59.46%;
  }
}

.single-project__icon {
  width: 48px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .single-project__icon {
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .single-project__icon {
    width: 75px;
  }
}

.single-project__icon svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #000000;
}

.single-project__title {
  margin: 0 0 24px;
  font-size: 42px;
  font-weight: 500;
  line-height: 0.95;
  color: #000000;
}

@media (min-width: 768px) {
  .single-project__title {
    margin-bottom: 40px;
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .single-project__title {
    font-size: 100px;
  }
}

@media (min-width: 1400px) {
  .single-project__title {
    margin-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .single-project__title span {
    display: block;
  }
}

.single-project .projects-listing {
  padding: 0 0 20px;
}

@media (min-width: 992px) {
  .single-project .projects-listing {
    padding: 50px 0;
  }
}

.single-project .project-card .project-card__main-left {
  margin-bottom: 25px;
}

.single-project .project-card .arrow-link__icon {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .single-project .project-card .arrow-link__icon {
    margin: 85px 0 40px 0;
  }
}

.single-project .project-card__main {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 550px;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-box-align: start;
}

.single-project .project-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
}

.single-project .project-card__image:focus {
  outline: none;
}

@media (min-width: 992px) {

  .single-project .project-card__image:hover img,
  .single-project .project-card__image:focus img {
    -webkit-transform: none;
    transform: none;
  }
}

.single-project .project-card__text {
  margin-top: auto;
}

.single-project__services {
  padding: 60px 0;
}

@media (min-width: 992px) {
  .single-project__services {
    padding: 110px 0;
  }
}

@media (min-width: 1400px) {
  .single-project__services {
    padding: 221px 0 254px;
  }
}

.single-project__services .services-section__main {
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
}

.single-project__services .services-section__title {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .single-project__services .services-section__title {
    margin-bottom: 85px;
  }
}

@media (min-width: 1400px) {
  .single-project__services .services-section__text {
    padding-bottom: 161px;
  }
}

.single-project__services .services-section__image {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  overflow: visible;
  text-align: left;
}

@media (min-width: 768px) {
  .single-project__services .services-section__image {
    max-width: 459px;
    margin: 0;
  }
}

.single-project__services .services-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-project__services .services-section__right {
  margin-bottom: 25px;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

@media (min-width: 1400px) {
  .single-project__services .services-section__right {
    padding-left: 123px;
    margin-bottom: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

.single-project__services .services-section__menu {
  right: -6%;
  z-index: 1;
}

@media (min-width: 992px) {
  .single-project__services .services-section__menu {
    right: -53.5%;
  }
}

.single-project__next {
  margin-top: 60px;
  text-align: right;
}

@media (min-width: 992px) {
  .single-project__next {
    margin-top: 100px;
  }
}

.single-project__next a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 40px;
  color: #000000;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-align: center;
  -webkit-box-pack: end;
}

@media (min-width: 768px) {
  .single-project__next a {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .single-project__next a {
    font-size: 100px;
  }
}

.single-project__next a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .single-project__next a:hover,
  .single-project__next a:focus {
    color: #fffe55;
  }

  .single-project__next a:hover svg,
  .single-project__next a:focus svg {
    fill: #fffe55;
  }
}

.single-project__next a svg {
  margin-left: 26px;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (min-width: 992px) {
  .single-project__next a svg {
    margin-left: 45px;
  }
}

/*** 5. COMMON COMPONENTS ***/
/* 5.1 Header */
.header {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}

@media (min-width: 992px) {
  .header {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .header--secondary {
    padding: 52px 0;
  }
}

@media (min-width: 992px) {
  .header--secondary .mobile-canvas__nav {
    margin-right: 5vw;
  }
}

.header--secondary .header__mobile {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media (min-width: 992px) {
  .header--secondary .header__mobile .mobile-canvas__nav {
    left: 0;
  }
}

.header--white .logo svg {
  fill: #ffffff;
}

.header--white .menu-toggle::before,
.header--white .menu-toggle::after,
.header--white .menu-toggle__line {
  border-top-color: #ffffff;
}

.header--white .menu-toggle--opened::before,
.header--white .menu-toggle--opened::after,
.header--white .menu-toggle--opened__line {
  border-top-color: #000000;
}

.header--white .social__link svg {
  fill: #ffffff;
}

.header--white .social__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .header--white .social__link:hover svg,
  .header--white .social__link:focus svg {
    fill: #fffe55;
  }
}

.header--white.header--separator .header__container::before {
  border-top: solid 1px #ffffff;
}

@media (min-width: 992px) {
  .header--white .navigation__link {
    color: #ffffff;
  }

  .header--white .navigation__link:focus {
    outline: none;
  }
}

@media (min-width: 992px) and (min-width: 992px) {

  .header--white .navigation__link:hover .navigation__link-icon svg,
  .header--white .navigation__link:focus .navigation__link-icon svg {
    fill: #ffffff;
  }
}

@media (min-width: 992px) {
  .header--white .navigation__item--current .navigation__link {
    color: #ffffff;
  }

  .header--white .navigation__item--current .navigation__link .navigation__link-icon svg {
    fill: #ffffff;
  }
}

.header--separator {
  position: relative;
}

.header--separator .header__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-top: solid 1px #000000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .header--separator .header__container::before {
    max-width: 516px;
  }
}

@media (min-width: 768px) {
  .header--separator .header__container::before {
    max-width: 696px;
  }
}

@media (min-width: 992px) {
  .header--separator .header__container::before {
    max-width: 936px;
  }
}

@media (min-width: 1200px) {
  .header--separator .header__container::before {
    max-width: 1116px;
  }
}

@media (min-width: 1400px) {
  .header--separator .header__container::before {
    max-width: calc(100% - 160px);
  }
}

@media (min-width: 1920px) {
  .header--separator .header__container::before {
    max-width: 1765px;
  }
}

.header--absolute,
.header--leftward {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header--leftward .navigation {
  left: 0 !important;
  width: 100%;
}

@media (min-width: 992px) {
  .header--leftward .navigation__dropdown {
    position: static;
    display: none;
    min-width: 0;
    padding: 20px 0 0 20px;
    pointer-events: auto;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.header--leftward .navigation__dropdown-item {
  /*&--current {
						a {
							color: $color-yellow !important;

							.header__dropdown-icon {
								svg {
									fill: $color-yellow !important;
								}
							}
						}
					}*/
}

.header--leftward .navigation__dropdown-item:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .header--leftward .navigation__dropdown-item {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .header--leftward .navigation__dropdown-item a {
    font-size: 13px;
    color: #000000;
  }
}

.header--leftward .navigation__dropdown-item a:hover,
.header--leftward .navigation__dropdown-item a:focus {
  color: #fffe55;
}

.header--leftward .navigation__dropdown-item a:hover .header__dropdown-icon svg,
.header--leftward .navigation__dropdown-item a:focus .header__dropdown-icon svg {
  fill: #fffe55 !important;
}

@media (min-width: 992px) {
  .header--leftward .navigation__list {
    display: block;
  }
}

.header--leftward .navigation__item {
  text-align: right;
}

@media (min-width: 992px) {
  .header--leftward .navigation__item {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) and (min-height: 610px) {
  .header--leftward .navigation__item {
    margin-bottom: 32px;
  }
}

.header--leftward .navigation__dropdown-item--current a {
  color: #000000 !important;
}

.header--leftward .navigation__dropdown-item--current a .navigation__dropdown-icon svg {
  fill: #000000 !important;
}

.header--leftward .navigation__dropdown-item a {
  position: relative;
}

.header--leftward .navigation__dropdown-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 22px);
  border-top: solid 1px #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.header--leftward .navigation__dropdown-item a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .header--leftward .navigation__dropdown-item a:hover,
  .header--leftward .navigation__dropdown-item a:focus {
    color: #000000;
  }

  .header--leftward .navigation__dropdown-item a:hover::before,
  .header--leftward .navigation__dropdown-item a:focus::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.header--leftward .header__panel .header__social {
  display: none;
}

@media (min-width: 992px) {
  .header--leftward .header__panel .header__social {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .header--leftward .header__panel .header__social .social__item+.social__item {
    margin-top: 23px;
    margin-left: 0;
  }
}

.header--leftward .header__logo {
  margin-right: 0;
  margin-left: 20px;
}

.header--leftward .header__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  .header--leftward .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-flex-align: center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-align: center;
  }
}

.header--leftward .header__menu--opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 1000;
}

.header--leftward .header__menu-toggle {
  margin-right: auto;
  margin-left: 0;
}

@media (min-width: 992px) {
  .header--leftward {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    height: 100vh;
    min-height: 240px;
    padding: 50px 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  .header--leftward.shifted {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header--leftward .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
  }

  .header--leftward .header__panel {
    position: relative;
    justify-content: center;
    width: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
  }

  .header--leftward .header__menu {
    position: static;
    height: 100%;
    margin-right: 26px;
  }

  .header--leftward .header__menu-toggle {
    display: block;
    margin-right: 0;
    margin-bottom: 52px;
    z-index: 0;
  }

  .header--leftward .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(50%);
    transform: rotate(-90deg) translateX(-100%) translateY(50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media (min-width: 1920px) {
  .header--leftward .header__menu {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /*&::before {
					content: "";
					position: fixed;
					top: 0;
					left: 0;
					z-index: 1;
					width: 100%;
					height: 100%;
					background-color: $color-smoky;

					@include transition(transform);
				}*/
  }

  .header--leftward.shifted .header__menu {
    opacity: 1;
    /*&::before {
						transform: translateX(-100%);
					}*/
  }
}

.header--yellow {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header--yellow.shifted {
  background-color: #000000;
}

.header--yellow .logo svg {
  fill: #fffe55;
}

.header--yellow .menu-toggle {
  /*&--opened {
				&::before,
				&::after {
					border-top-color: $color-default-black;
				}
			}*/
}

.header--yellow .menu-toggle::before,
.header--yellow .menu-toggle::after,
.header--yellow .menu-toggle__line {
  border-top-color: #fffe55;
}

.header--yellow .menu-toggle:focus {
  outline: none;
}

@media (min-width: 992px) {

  .header--yellow .menu-toggle:hover::before,
  .header--yellow .menu-toggle:hover::after,
  .header--yellow .menu-toggle:hover .header__line,
  .header--yellow .menu-toggle:focus::before,
  .header--yellow .menu-toggle:focus::after,
  .header--yellow .menu-toggle:focus .header__line {
    border-top-color: #fffe22;
  }
}

.header--yellow .navigation__item--current .navigation__link-icon svg {
  fill: #fffe55;
}

.header--yellow .navigation__link {
  color: #fffe55;
}

.header--yellow .navigation__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .header--yellow .navigation__link:hover,
  .header--yellow .navigation__link:focus {
    color: #fffe22;
  }

  .header--yellow .navigation__link:hover .navigation__link-icon svg,
  .header--yellow .navigation__link:focus .navigation__link-icon svg {
    fill: #fffe22;
  }
}

.header--yellow .navigation__dropdown-item--current a {
  color: #fffe55 !important;
}

.header--yellow .navigation__dropdown-item--current a::before {
  display: none;
}

.header--yellow .navigation__dropdown-item--current a .navigation__dropdown-icon svg {
  fill: #fffe55 !important;
}

.header--yellow .navigation__dropdown-item a {
  color: #fffe55;
}

.header--yellow .navigation__dropdown-item a::before {
  border-top-color: #fffe55;
}

.header--yellow .navigation__dropdown-item a:hover,
.header--yellow .navigation__dropdown-item a:focus {
  color: #fffe22;
}

.header--yellow .navigation__dropdown-item a:hover .header__dropdown-icon svg,
.header--yellow .navigation__dropdown-item a:focus .header__dropdown-icon svg {
  fill: #fffe22 !important;
}

.header--yellow .header__panel>.social .social__link svg {
  fill: #fffe55;
}

.header--yellow .header__panel>.social .social__link:focus svg {
  fill: #fffe22;
}

.header--yellow .header__panel>.social .social__link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .header--yellow .header__panel>.social .social__link:hover svg,
  .header--yellow .header__panel>.social .social__link:focus svg {
    fill: #fffe22;
  }
}

.header--yellow .header__menu {
  background-color: #000000;
}

@media (min-width: 992px) {
  .header--yellow .header__menu {
    background-color: transparent;
  }
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 2;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .2);
  background-color: #ffffffb3;
  /*backdrop-filter: blur(10px);*/
}

.header--fixed .header__container::before {
  display: none;
}

.header--fixed.header--bg-white {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .header--fixed .mobile-canvas__phone {
    color: #ffffff;
  }
}

.header--fixed .mobile-canvas__phone:focus {
  outline: none;
}

@media (min-width: 992px) {

  .header--fixed .mobile-canvas__phone:hover,
  .header--fixed .mobile-canvas__phone:focus {
    color: #fffe55;
  }
}

@media (min-width: 992px) {
  .header--fixed {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .header--height {
    padding: 38px 0;
  }
}

@media (min-width: 992px) {
  .header--centered .navigation__list {
    padding-right: 55px;
  }
}

@media (min-width: 992px) {
  .header--centered .navigation__item {
    margin-right: 22px;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.header__logo {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .header__mobile {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header__mobile .mobile-canvas__nav {
    position: relative;
    left: 72px;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 300px;
  padding: 80px 24px 24px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 992px) {
  .header__menu {
    width: 300px;
    background-color: transparent;
  }
}

.header__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
}

.header__menu-toggle {
  position: relative;
  margin-left: auto;
  z-index: 1000;
}

@media (min-width: 992px) {
  .header__menu-toggle {
    display: none;
  }
}

/* 5.2 Footer */
.footer {
  padding: 40px 0;
  background-color: white;
}

@media (min-width: 992px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

@media (min-width: 480px) {
  .footer__grid {
    -ms-grid-columns: 103px 35px 1fr 1fr;
    grid-template-columns: 103px 35px 1fr 1fr;
    grid-gap: 50px;
  }
}

@media (min-width: 768px) {
  .footer__grid {
    -ms-grid-columns: 125px 85px 1fr 1fr;
    grid-template-columns: 125px 85px 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .footer__grid {
    -ms-grid-columns: 190px 35px 1fr 1fr 3fr;
    grid-template-columns: 190px 35px 1fr 1fr 3fr;
  }
}

@media (min-width: 1400px) {
  .footer__grid {
    -ms-grid-columns: 190px 7.03125vw 1fr 1fr 26.30208vw;
    grid-template-columns: 190px 7.03125vw 1fr 1fr 26.30208vw;
    grid-gap: 5.20833vw;
  }
}

@media (min-width: 1920px) {
  .footer__grid {
    -ms-grid-columns: 190px 135px 1fr 1fr 505px;
    grid-template-columns: 190px 135px 1fr 1fr 505px;
    grid-gap: 100px;
  }
}

.footer__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: black;
}

a.footer__menu-link {
  color: black;
}

.footer__menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__menu-item {
  margin-top: 10px;
}

.footer__menu-item:first-child {
  margin-top: 0;
}

.footer__menu-item--current .footer__menu-link {
  pointer-events: none;
}

.footer__menu-item--current .footer__menu-link::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer__menu-link {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

.footer__menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /*background-color: #fff;*/
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.footer__menu-link:focus {
  outline: none;
}

@media (min-width: 992px) {

  .footer__menu-link:hover::before,
  .footer__menu-link:focus::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.footer__phone a {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21429;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /*-webkit-transform: scale(-1, -1);*/
  /*        transform: scale(-1, -1);*/
  /*-webkit-writing-mode: vertical-lr;*/
  /*-ms-writing-mode: tb-lr;*/
  /*    writing-mode: vertical-lr;*/
}

@media (min-width: 576px) {
  .footer__phone a {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .footer__phone a {
    font-size: 28px;
  }
}

.footer__phone a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .footer__phone a:hover,
  .footer__phone a:focus {
    color: #000;
  }
}

.footer__feedback {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}

@media (min-width: 480px) {
  .footer__feedback {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
  }
}

@media (min-width: 768px) {
  .footer__feedback {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2 / span 4;
  }
}

@media (min-width: 992px) {
  .footer__feedback {
    grid-column: auto;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

.footer__feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 42px;
  -ms-flex-align: end;
  -webkit-box-align: end;
}

.footer__feedback-field {
  display: block;
  margin-right: 20px;
}

.footer__feedback-send {
  margin-bottom: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__feedback-notice {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

.footer__feedback-notice a {
  color: #fff;
  text-decoration: underline;
}

.footer__feedback-notice a:focus {
  outline: none;
}

@media (min-width: 992px) {

  .footer__feedback-notice a:hover,
  .footer__feedback-notice a:focus {
    text-decoration: none;
  }
}

.footer__logo {
  display: inline-block;
  height: 257px;
  /*padding: 48px 48px 48px 36px;*/
  vertical-align: top;
  /*background-color: #000000;*/
  -ms-grid-column-align: start;
  justify-self: start;
}

@media (min-width: 576px) {
  .footer__logo {
    height: 193px;
    padding: 36px 36px 36px 28px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .footer__logo {
    height: 257px;
    padding: 48px 48px 48px 36px;
  }
}

@media (min-width: 992px) {
  .footer__logo {
    height: 386px;
    padding: 72px 73px 72px 58px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
}

.footer__logo svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  fill: #ffffff;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
}

@media (min-width: 480px) {
  .footer__bottom {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
  }
}

@media (min-width: 768px) {
  .footer__bottom {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2 / span 4;
  }
}

@media (min-width: 768px) {
  .footer__bottom {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

.footer__bottom::before {
  content: "";
  width: 100%;
  margin-bottom: 36px;
  border-top: solid 1px #000;
}

.footer__copyright {
  margin-right: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: black;
}

.footer__privacy {
  padding-right: 5%;
  color: #fff;
  text-decoration: none;
}

.footer__privacy:focus {
  outline: none;
}

@media (min-width: 992px) {

  .footer__privacy:hover,
  .footer__privacy:focus {
    text-decoration: underline;
  }
}

/* 5.3 Wrapper for header and main content */
.leftward-wrapper {
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
}

.leftward-wrapper__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  -ms-flex-align: start;
  -webkit-box-align: start;
}

@media (min-width: 992px) {
  .leftward-wrapper__container {
    padding-right: 55px;
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .leftward-wrapper__container {
    padding-right: 80px;
  }
}

@media (min-width: 1400px) {
  .leftward-wrapper .start-project__conatainer {
    max-width: 1320px;
  }
}

.leftward-wrapper main {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 5.4 Overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  min-height: 100vh;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

/* 5.5 Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
  background-color: #ffffff;
  z-index: 100;
  -webkit-box-pack: center;
}

.preloader__text {
  font-size: 48px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.preloader__spinner {
  position: relative;
  width: 50px;
  height: 50px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.preloader__double-bounce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ea87ff;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.preloader__double-bounce--delay {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* 5.6 Webpage */
.webpage .animsition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.webpage--parallax-dark .parallax-projects__section {
  color: #000000;
}

.webpage--bg-white {
  background-color: #ffffff;
}

.webpage--bg-white main,
.webpage--bg-white .leftward-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -20px 0 20px #ffffff;
  box-shadow: 0 -20px 0 20px #ffffff;
}

.webpage--bg-white .carousel::before {
  background-color: #ffffff;
}

.webpage--bg-white .header__menu::before {
  background-color: #ffffff;
}

.webpage--bg-black {
  background-color: #000000;
}

.webpage--bg-black main,
.webpage--bg-black .leftward-wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.webpage--bg-black .carousel::before {
  background-color: #000000;
}

.webpage--bg-black .header__menu::before {
  background-color: #000000;
}

.webpage--bg-grey {
  background-color: #e5e5e5;
}

.webpage--bg-grey main,
.webpage--bg-grey .leftward-wrapper {
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 -20px 0 20px #e5e5e5;
  box-shadow: 0 -20px 0 20px #e5e5e5;
}

.webpage--bg-grey .carousel::before {
  background-color: #e5e5e5;
}

.webpage--bg-grey .header__menu::before {
  background-color: #e5e5e5;
}

.header-column {
  padding-bottom: 14px;
  background-color: #fffe55;
}

.header-column__menu {
  display: none;
  padding-top: 20px;
  margin-top: 18px;
  border-top: 1px solid #000000;
}

@media (min-width: 768px) {
  .header-column__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-column__col {
  margin: 0 -10px 20px;
}

@media (min-width: 768px) {
  .header-column__col {
    margin: 0 -10px;
  }
}

.header-column__col p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header-column__col p {
    text-align: left;
  }
}

.header-column__col p+p {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .header-column__col p.pos {
    margin-bottom: 82px;
  }
}

.header-column__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-box-pack: justify;
}

@media (min-width: 768px) {
  .header-column__bottom {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .header-column__bottom {
    margin-top: 191px;
  }
}

.header-column__arrow {
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  .header-column__arrow {
    width: 142px;
    height: 142px;
  }
}

.header-column__logo {
  width: 300px;
  height: 83px;
  margin-top: 20px;
  margin-left: 20px;
  /*@include media(xxl) {
			margin-top: 0;
		}*/
}

@media (min-width: 1200px) {
  .header-column__logo {
    width: 818px;
    height: 216px;
  }
}

.header-column--bottom {
  padding-top: 18px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-column--bottom .header-column__menu {
  margin-top: 0;
  border-top-color: #ffffff;
}

.header-column--bottom .header-column__arrow {
  fill: #ffffff;
}

.header-column--bottom .header-column__logo {
  fill: #ffffff;
}

.logo-colour svg {
  fill: #ffffff !important;
}

.colour-change>li>a {
  color: #fff !important;
}

.phone-num {
  color: #fff;
  bottom: 36px;
}

.apni-class .navigation__link-icon svg {
  fill: #fff;
}

.apni-classs:hover .navigation__link-icon svg,
.navigation__link:focus .navigation__link-icon svg {
  fill: #fff;
}

.ze-index {
  z-index: 1;
}

ul.navigation__list.colour-change:hover .drop-three-item svg {
  fill: #000 !important;
}

/*.overlay-colour{*/
/*    background :rgb(0 0 0 / 56%);*/
/*}*/
/*.header--fixed .colour-change li a {*/
/*  color: #000 !important;*/
/*}*/

.header--fixed .colour-change span svg {
  fill: #000 !important;
}

.drop-three-item>li {
  margin-bottom: 10px;
}

.header--fixed .phone-num {
  color: #000 !important;

}

/*.header--fixed .navigation__dropdown-list>li>a {*/
/*  color: #fff !important;*/
}

.header--fixed .logo-colour>svg {
  fill: #000 !important;

}

.drop-three-item>li>a {
  cursor: pointer;
}

.wrapper>ul {
  display: flex;
  /*flex-direction: column;*/
  gap: 7px;
  padding: 0;
}

/*.wrapper>ul>li {*/
/*    transform: rotate(270deg);*/
/*}*/
.wrapper>ul>li {
  /*background: #fffe55;*/
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.wrapper>ul>li .fa-facebook-f {
  color: #fff;
  font-size: 25px;
}

.wrapper>ul>li .fa-instagram {
  color: #fff;
  font-size: 25px
}

.wrapper>ul>li .fa-twitter {
  color: #fff;
  font-size: 25px
}

.wrapper>ul>li .fa-linkedin {
  color: #fff;
  font-size: 25px
}

.wrapper>ul>li .fa-youtube {
  color: #fff;
  font-size: 25px
}

.padding-zero {
  padding: 0 14px;
}

.wrapper>ul>li:hover {
  background: inherit;
}

.wrapper>ul>li:hover a .fa-facebook-f {
  color: #fff;
}

.wrapper>ul>li:hover a .fa-instagram {
  color: #fff;
}

.wrapper>ul>li:hover a .fa-linkedin {
  color: #fff;
}

.wrapper>ul>li:hover a .fa-youtube {
  color: #fff;
}

.wrapper>ul>li:hover a .fa-twitter {
  color: #fff;
}

.header--height {
  padding: 10px 0;
  background-color: #ffffffa8 !important;
}

.header--fixed .new-logo {
  display: none;
}

.header--fixed .black-logo {
  display: block !important;
}

.background-img {
  padding: 0;
}

.padding-right {
  padding: 0 80px;
}

.our-services {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.padding-top {
  padding-top: 165px;
  padding-bottom: 165px;
}

.padding-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header--fixed .fa-linkedin {
  color: #000 !important;
}

.header--fixed .fa-facebook-f {
  color: #000 !important;
}

.header--fixed .fa-instagram {
  color: #000 !important;
}

.header--fixed .fa-twitter {
  color: #000 !important;
}

.fa {

  color: #fff !important;
}

.footer-bottoms {
  /*display : flex;*/
  /*align-items: center;*/
  /*padding : 72px 21px 72px 20px;*/
}

/*.footer-bottoms img{*/
/*    transform : rotate(270deg);*/
/*}*/
.colour-change>li>a:hover {
  /*color: #bf1323 !important;*/
  color: #cd862a !important;
}

.colour-change>li>a:hover span svg {
  /*fill: #bf1323 !important;*/
}

.colour-change>li>a>span>svg:hover {
  fill: #bf1323 !important;
}

li.navigation__dropdown-item.navigation__dropdown-item--current:hover a {
  color: #f4be00 !important;
}


.wrapper>ul>li>a .fa-linkedin:hover {
  color: #bf1323 !important;
}

.wrapper>ul>li>a .fa-facebook-f:hover {
  color: #bf1323 !important;
}

img.phone-icon:hover {
  filter: invert(8%) sepia(76%) saturate(1499%) hue-rotate(335deg) brightness(78%) contrast(221%) !important;
}

.apni-classs:hover .navigation__link-icon svg,
.navigation__link:focus .navigation__link-icon svg {
  fill: #000;
}

.colour-change>li>a>span>svg:hover {
  fill: #000 !important;
}

.header--fixed .wrapper>ul>li>a .fa-instagram:hover {
  color: #bf1323 !important;
}

.header--fixed .wrapper>ul>li>a .fa-twitter:hover {
  color: #bf1323 !important;
}

.header--fixed .wrapper>ul>li>a .fa-facebook-f:hover {
  color: #bf1323 !important;
}

.header--fixed .wrapper>ul>li>a .fa-linkedin:hover {
  color: #bf1323 !important;
}

.wrapper>ul>li>a .fa-instagram:hover {
  color: #bf1323 !important;
}

.wrapper>ul>li>a .fa-twitter:hover {
  color: #bf1323 !important;
}

.accordion__item-header:hover .accordion__item-title,
.accordion__item-header--opened .accordion__item-title {
  color: #f4be00;
  transition: all 0.3s ease-in-out;
}

.accordion__item-header:not(.accordion__item-header--opened):hover::before {
  /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='none'><path stroke='%23c30010' d='M13.5 0v25M25 12.5H0' stroke-width='4'/></svg>");*/
  transition: all 0.3s ease-in-out;
}

.accordion__item-header--opened::before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 2' fill='none'><path stroke='%23c30010'%20d='M25%20.922H.073'%20stroke-width='4'/></svg>");
  height: 26px;
  filter: invert(73%) sepia(100%) saturate(3894%) hue-rotate(358deg) brightness(0%) contrast(99%);
}

.features-padd {
  padding-bottom: 0;
}

.padding-bottom-spacing {}

.background-black .statistics__item-value span {
  color: #fff;
}

.background-black .statistics__item-text {
  text-align: center !important;
  color: #fff;
}

.manager-wrapper {
  padding-top: 56px;
  padding-bottom: 56px;
}

.contact-left-side h2 {
  color: #fff;
}

.contact-left-side address {
  color: #fff;
}

.contact-left-side .contact-section__link a {
  text-transform: lowercase;
  color: #fff;
}

.contact-left-side .contact-section__social li a {
  color: #fff;
}

.contact-left-side .contact-section__social li a::before {

  border-top: solid 1px #fff;

}

.works {
  background-color: #2f2f2f;
  margin-top: 0px;
}

.padding-bottom-spacing {
  margin-bottom: 80px;
}

.feature-copy {
  padding: 0px 0 0px;
}

.footer-bottoms>img {
  width: 100%;
}

.footer-bottoms {
  padding: 0;
  height: auto;
  /* width: 79%; */
}

.footer-bottoms>img {
  width: 90%;
  margin-bottom: 20px;
  /*filter: invert(1);*/
}

.flex-work {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}

/*.phone-icons {*/
/*    background: #cd862a;*/
/*}*/
/*.header--fixed .phone-icons:hover {*/
/*    filter: invert(1);*/
/*}*/
.header--fixed .phone-icon {
  filter: invert(1);
}

.number>span {
  font-size: 150px;
  line-height: 80px;
  font-weight: 700;
  color: white;
}

.number {
  margin-left: 43px;
  margin-bottom: 45px;
}

.wrapper-direction {
  flex-direction: column;

}

.number-three {
  margin-top: 100px;
}

.background-img-pos {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.drop-three-item {
  display: flex;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: baseline;
}

.drop-three-item>li {
  width: 33%;
}

.drop-three-item>li>a {
  padding-right: 0;
}

.content-margin {
  margin-top: 54px;
  margin-bottom: 54px;
}

.drop-three-item li a svg {
  display: block;
}

.navigation__dropdown-item a {
  font-size: 16px;
}

@media(max-width:1399px) {
  .maximum-width {
    max-width: 100% !important;
  }

  .footer-bottoms>img {
    width: 100%;
  }

}


@media(max-width:1700px) {
  .navigation__list {
    flex-wrap: nowrap;
  }

  .header__logo {
    margin-right: 0;
    flex-shrink: inherit;
  }

  .navigation__item {
    margin-right: 20px;
  }

  .logo-responsive {
    width: 23%;
  }
}

@media(max-width:1510px) {
  .wrapper>ul {
    gap: 4px;

  }
}

@media(max-width:1491px) {
  .header--secondary .mobile-canvas__nav {
    margin-right: 5.29167vw;
  }

  .navigation__item {
    margin-right: 16px;
  }
}

@media(max-width:1440px) {
  .header--secondary .mobile-canvas__nav {
    margin-right: 4.29167vw;
  }

  h1.first-banner__title.heading.heading--size-large.service-main-hd.premier-ebook.beauti-hds br {
    display: none;
  }

  .navigation__item {
    margin-right: 8px;
  }

  .wrapper>ul>li {
    /* background: #fffe55; */
    width: 40px;
    height: 40px;
  }
}

@media(max-width:1399px) {
  .data-container {
    padding: 0;
    max-width: 1220px;
  }
}


@media(max-width:767px) {
  .padding-right {
    /* padding : 0 80px; */
    padding: 0 19px;
  }
}

.header--fixed .phone-icon:hover {
  filter: invert(8%) sepia(76%) saturate(1499%) hue-rotate(335deg) brightness(78%) contrast(221%) !important;
}


.service-main-hd {
  text-align: center !important;
}

.service-main-hd {
  line-height: 111%;
}

.about-us__banner .first-banner__title {
  padding-bottom: 0;
  /*background: rgb(0 0 0 / 45%);*/
  /*backdrop-filter: blur(10px);*/
}

.service-banner-wrapper {
  justify-content: center;
}


.service-banner-wrapper p {
  color: white !important;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  width: 60%;
  margin: auto;
  position: relative;
  margin-top: 36px;
  margin-bottom: -40px;
}

.inner-banner-cta {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 26px;
}

.inner-banner-cta li:nth-child(1) a {
  border-radius: 5px;
  background-color: #651a75 !important;
  padding: 15px 30px !important;
  color: #fff;
  font-size: 15px !important;
  font-weight: 500;
  padding: 15px 30px;
  color: #fff;
}

.inner-banner-cta li:nth-child(1) a:hover {
  border-radius: 5px;
  background-color: #bb89c5 !important;
  padding: 15px 30px !important;
  color: #fff !important;
  ;
  font-size: 15px !important;
  font-weight: 500;
  color: #fff;


}

.inner-banner-cta li:nth-child(2) a {
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 33px;
  color: #000;
  font-size: 15px !important;
  font-weight: 500;
}


.button-sty li:nth-child(2) a {
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 25px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.button-sty li:nth-child(1) a {
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #f5be00;
  padding: 15px 15px !important;
  color: #fff;
}

.button-sty li:nth-child(1) a:hover {

  border-radius: 5px;
  background-color: #bb89c5 !important;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #bb89c5 !important;
  padding: 15px 15px !important;
  color: #fff;

}

/*shopify-sec*/
.shopify-section-all-numbers-section {
  background: #bb89c5;
  padding: 50px 0;
}

.shopify-content h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 0;
}

.shopify-content h2 {
  color: black !important;
  text-align: center;
  font-size: 35px !important;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 0px;
  text-transform: capitalize;
  line-height: 40px !important;
  letter-spacing: 4px;
  margin: 0;
}

.shopify-content p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 60px 0;
  color: #fff;
}

.circle-img {
  /*background: #fff;*/
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  /* filter: invert(1); */
}

.circle-img img {
  filter: invert(1) brightness(0);
}

.circle-content h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-bottom: 0px;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin: 0;
}

.circle-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.circle-img:hover img {
  transition: transform .2s;
  /*filter: invert(81%) sepia(67%) saturate(1463%) hue-rotate(246deg) brightness(149%) contrast(83%);*/
}

/*shopify-sec*/
h2.main-heading-ser {
  padding-top: 50px !important;
  padding-bottom: 30px !important;
  font-size: 35px !important;
  text-align: center;
  /* padding-left: 72px; */
  margin-bottom: 0;
  line-height: 102px;
  margin-bottom: 0px;
}

/*tooltrip*/
.tooling-section {
  padding: 50px 0;
}


.header--fixed .phone-invert:hover {
  filter: invert(8%) sepia(76%) saturate(1499%) hue-rotate(335deg) brightness(78%) contrast(221%) !important;
}

.wrapper>ul>li .fa-phone {
  color: #fff;
  font-size: 25px;
}

.header--fixed .fa-phone {
  color: #000 !important;
}

.wrapper>ul>li>a .fa-phone:hover {
  color: #bf1323 !important;
}

.header--fixed .wrapper>ul>li>a .fa-phone:hover {
  color: #bf1323 !important;
}



/*our-process*/
.ours-process {
  background: #2f2f2f;
  padding: 20px 0 70px !important;
}

.ours-process .process-title {
  color: #fff;
  text-align: center;
}

.ours-process .color-white {
  color: #fff !important;
  letter-spacing: 1px !important;

}

header.header.header--secondary.header--absolute.__js_fixed-header.header--height.header--white.header--fixed.is-fixed {
  background-color: #ffffff78 !IMPORTANT;
}


.ours-process .border-change .accordion__item {
  border-bottom: solid 1px #000;
}

.ours-process .border-change .accordion__item-title,
.accordion--black .accordion__item-short,
.accordion--black .accordion__item-text {
  color: #fff;
}

.border-change .accordion__item-header::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' d='M13.5 0v25M25 12.5H0'/%3e%3c/svg%3e");

}

.border-change .accordion__item-header--opened::before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 2' fill='none'><path stroke='%23c30010' d='M25 .922H.073' stroke-width='4'/></svg>");
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(23%) hue-rotate(354deg) brightness(97%) contrast(105%);
  height: 26px;
}

.process-content h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: 4px;
  /* margin: 10px 0; */
  margin: 0;
  margin-top: 10px;
  line-height: 1;
  font-weight: 500;
}

.works__container.container.container--size-large {
  background-color: #303030 !important;
  border: 1px solid #303030 !important;
}

.our-processs-content {
  background-color: #303030 !important: border:1px solid #303030 !important;
  /* height: 101px; */
  padding-top: 0px;
}

.process-heading h2 {
  color: #000;
  /*margin-left: 182px;*/
  margin-top: -3px;
}

.feature-copy {
  background-color: #303030 !important;
  border: 1px solid #303030;
  padding: 50px 0 0px;
}

@media(max-width:1399px) {
  .service-banner-wrapper {
    height: 852px;
  }

  .service-banner-wrapper {
    /*height: 852px;*/
    height: 100vh;
  }

  .service-main-hd {
    font-size: 75px;
  }
}


@media(max-width: 1280px) {
  .circle-img {
    flex-shrink: 0;
    height: 100px;
    width: 100px;
  }

  .circle-img img {
    width: 63%;
  }

  .circle-content p br {
    display: none;
  }
}

.first-banner__image img {
  object-fit: inherit;
}

.process-heading h2 {
  color: #000;
}

.discuss-project__wrapper.aos-init.aos-animate {
  background-color: #bb89c5;
}

.tooltip.tooling-section {
  padding-bottom: 126px;
  /*margin-top: 200px;*/
}


header.header.header--secondary::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(8px);
}

.wrapper-form {
  width: 70%;
}

.footer__feedback-form {
  justify-content: space-between;
}

.message-box {
  height: 80px !important;
  overflow: auto;
}


/* Custom CSS */

.number-signup {
  font-size: 60px !important;
  position: relative;
  left: 38px;
  bottom: 18px;
}

.hero__title {
  max-width: 930px;
  font-size: 100px;
  top: -313px;
  /*/ top: -318px; /*/
  transform: translateY(68%);
}




p.text-center.editing-para {
  text-align: center;
  font-size: 20px;
  margin-top: 0 !important;
}

.book-hd {
  text-align: center;
  font-size: 40px;
}

.hd-text-center {

  text-align: center;
}

.content-list {
  margin-top: 109px;
}

.content-list h3 {
  font-size: 21px;
}

.content-list p {
  font-size: 18px;
}

ul.unorderlist li {
  font-size: 18px;
}

.premier-ebook {
  font-size: 70px;
}

.premier-ebooks p {
  font-size: 22px !important;
  line-height: 32px !important;
}

.article__title {
  margin-bottom: 28px;
  font-size: 27px;
}

.article__text {
  max-width: 801px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

/*.minheight {*/
/*     height: 265px !important;*/
/*    overflow: auto !important;*/
/*}*/

.services__item--first {
  padding-right: 9px;
  padding-left: 55px;
  padding-left: 0 !important;
  margin-right: 0;
  padding-right: 0;
}

.services__item--first img {
  height: auto;
}

.services__item--first img {
  height: auto;
  width: 100%;
}

.services__item {
  margin-bottom: 80px;
}

.services {
  padding: 46px 0;
}

@media(max-width:1366px) {
  .premier-ebook {
    font-size: 65px;
  }

  .beauti-hd br {
    display: none;
  }

  .wrper-inex {
    max-width: 100%;
  }

}

.branding-logos img {
  width: 60%;
  margin: auto;
  height: 40px;
  object-fit: contain;
}

.works .works__carousel .carousel__item {
  max-width: 414px;
}

span.feature-card__image {
  width: 100%;
}

__card--size-middle.feature-card.feature-card--mobile-same-size {
  width: 100% !important;
}

img.feature-img {
  width: 100% !important;
}

a.features__card.features__card--size-middle.feature-card.feature-card--mobile-same-size.aos-init.aos-animate {
  width: 100%;
  margin-left: 0;
}

html.no-js {
  overflow-x: hidden;
}

.features__text {
  max-width: 366px;
  margin-left: 43px;
  max-width: 801px !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: #000000 !important;
}

.margin-tops {
  margin-top: 0 !important;
}

/*.editing-img {*/
/*    width: 40%;*/
/* gap: 61px; */
/*}*/
.accordion__item-text {
  /*max-width: 505px;*/
  /*margin-top: 24px;*/
  /*font-size: 15px;*/
  /*line-height: 1.5;*/
  /*color: #ffffff;*/
  margin-top: 0;
}

.accordion__item-header {
  padding-bottom: 13px;
}

.accordion__item-short {
  max-width: 726px;
  font-size: 18px;
}

.accordion__item-text {
  max-width: 726px;
  font-size: 18px;
}

.accordion__item-body img {
  /*display: block;*/
  /*max-width: 100%;*/
  /*height: auto;*/
  /*height: 334px;*/
  object-fit: cover;
}

.accordion__item-body img {
  width: 100%;
}

/*.accordion__item-header {*/
/*    visibility: hidden;*/
/*}*/

.accordion__item-header--opened .accordion__item-short {
  visibility: hidden;
}

.pad-lft {
  padding-left: 0;
  padding-bottom: 30px;
}


.dflexx-innherit {
  justify-content: inherit;
}

.editing-btn {
  justify-content: inherit;
  padding: 0;
  margin-top: 38px;
}

/*ul.inner-banner-cta.editing-btn {*/

/*}*/

.home-ghost-slider-box {
  display: flex;
  align-items: center;
  column-gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.bookBox {
  /* padding: 0 20px; */
  /* width: 950px; */
  transition: all .5s ease-in-out;
  width: 75%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.book {
  transform-style: preserve-3d;
  position: relative;
  height: 390px;
  display: flex;
  justify-content: center;
  /* width: 200px; */
  transition: all .5s ease-in-out;
}

.back {
  transform-style: preserve-3d;
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0;
  /* left: 0; */
  transform-origin: left center;
  transition: transform .5s ease-in-out, box-shadow .35s ease-in-out;
  border-radius: 10px;
  filter: drop-shadow(5px 4px 2px rgba(56, 61, 77, .5));
}

.home-ghost-ser-slider li {
  list-style: none;
}

.home-ghost-box-inner h4 {
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.home-ghost-box-inner p {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  padding: 25px 20px 0px;
  height: 145px;
  overflow-x: hidden;
  overflow-y: auto;
}

.req-quote {
  background: #bb89c5 !important;
  color: #fff !important;
}

.home-ghost-slider-box .bookBox .book:hover .back {
  /*transform: rotateY(-20deg) scale(1.0);*/
  transform: scale(1.1);
}

.image-wrap img {
  width: 39%;
  height: 230px;
  object-fit: cover;
}

.image-wrap {
  gap: 25px
}

element.style {}

.image-wrap {
  justify-content: space-around;
  flex-wrap: wrap;
}

/*.image-wrap {*/
/*    justify-content: space-around;*/

/*}*/


/*new css*/


/*.background {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 50%;*/
/*  height: 100vh;*/
/*  z-index: 1;*/
/*}*/

/*.section {*/
/*  display: flex;*/
/*  min-height: 100vh;*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/
/*.section > * {*/
/*  width: 50%;*/
/*}*/
/*.section__img {*/
/*  position: relative;*/
/*  display: flex;*/
/*}*/
/*.section__img__inner {*/
/*  height: 100vh;*/
/*  position: fixed;*/
/*    left: -14px;*/
/*    width: 100%;*/
/*    max-width: 700px;*/
/*  top: 0;*/
/*  mix-blend-mode: multiply;*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  background-position: 50% 50%;*/
/*}*/
/*.section__body {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  position: relative;*/
/*  z-index: 100;*/
/*}*/
/*.section__text {*/
/*  padding: 5vw;*/
/*}*/

/*.section__img__inner {*/
/*  filter: blur(30px);*/
/*  opacity: 0;*/
/*  background-position: 50% 40%;*/
/*  transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;*/
/*}*/

/*.section.active .section__img__inner {*/
/*  opacity: 1;*/
/*  background-position: 50% 50%;*/
/*  filter: blur(0);*/
/*}*/



/**/

/* Portfolio
-----------------------------------------------------------------*/
.workinter .block .block__link {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.workinter .block .block__link:first-of-type {
  padding-top: 0;
}

.workinter .block .hover-reveal {
  width: 450px;
  height: 300px;
  z-index: 3;
}

.workinter .lg-sec-head h2 {
  background: -webkit-linear-gradient(90deg, transparent, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.workinter .lg-sec-head .rotate-circle svg {
  width: 220px;
  fill: rgba(255, 255, 255, 0.5);
}

.portfolio-fixed .left {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.portfolio-fixed .img {
  background-size: cover;
  /*background-position: center center;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 0;
}

.portfolio-fixed .img:first-of-type {
  opacity: 1;
  z-index: 1;
}

.portfolio-fixed .img:nth-of-type(2) {
  z-index: 2;
}

.portfolio-fixed .img:nth-of-type(3) {
  z-index: 3;
}

.portfolio-fixed .img:nth-of-type(4) {
  z-index: 4;
}

.portfolio-fixed .img:nth-of-type(5) {
  z-index: 5;
}

.portfolio-fixed .img.current {
  opacity: 1;
}

.portfolio-fixed .right {
  background-color: white !important;
  padding: 70px 100px;
  overflow: hidden;
}

.portfolio-fixed .cont {
  margin-bottom: 250px;
  opacity: .1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio-fixed .cont:last-of-type {
  margin-bottom: 0;
}

.portfolio-fixed .cont.active {
  opacity: 1;
}

.portfolio-fixed .cont .img-hiden {
  display: none;
}

.portfolio-fixed .current.cont {
  opacity: 1;
}

.portfolio {
  position: relative;
}

.portfolio .sec-head .lg-text {
  font-size: 8vw;
  line-height: 1;
}

.portfolio .filtering .filter {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  display: inline-block;
}

.portfolio .filtering span {
  font-weight: 500;
  font-size: 13px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  opacity: .7;
}

.portfolio .filtering span.active {
  opacity: 1;
}

.portfolio .filtering span.text {
  pointer-events: none;
}

.portfolio.changed-bg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio.changed-bg.chang-text {
  color: #000;
}

.portfolio.changed-bg.chang-text p {
  color: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio.changed-bg.chang-text .sec-lg-head .path {
  stroke: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio .work-row .item {
  position: relative;
  padding: 40px 0;
}

.portfolio .work-row .item:hover .main-marq .box {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.portfolio .work-row .item .title {
  padding-bottom: 15px;
}

.portfolio .work-row .item .title .numb {
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  margin-bottom: 15px;
}

.portfolio .work-row .item .cont {
  padding-left: 30px;
  padding-bottom: 15px;
}

.portfolio .work-row .item .main-marq {
  position: absolute;
  width: 100%;
  top: 15px;
  left: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .05;
  z-index: -1;
}

.portfolio .work-row .item .main-marq .box {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.portfolio .work-row .item .main-marq .box .item {
  padding: 0 60px;
}

.portfolio .metro .items.height-1 {
  height: 530px;
}

.portfolio .metro .items.height-1 img {
  height: 530px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio .metro .items.height-2 {
  height: 250px;
}

.portfolio .metro .items.height-2 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio .metro .items .item-img a {
  width: 100%;
}

.portfolio .metro .info-overlay .item-img {
  position: relative;
  overflow: hidden;
}

.portfolio .metro .info-overlay .item-img:hover:after {
  opacity: .8;
}

.portfolio .metro .info-overlay .item-img:hover .info h6,
.portfolio .metro .info-overlay .item-img:hover .info .tag {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio .metro .info-overlay .item-img:hover .info .tag {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.portfolio .metro .info-overlay .item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
  opacity: 0;
}

.portfolio .metro .info-overlay .item-img .info {
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}

.portfolio .metro .info-overlay .item-img .info h6,
.portfolio .metro .info-overlay .item-img .info .tag {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.portfolio .metro .info-overlay .item-img .info h6 a,
.portfolio .metro .info-overlay .item-img .info .tag a {
  color: #fff !important;
}

.portfolio .metro .info-overlay .item-img .info .tag {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.portfolio .metro .item-img {
  position: relative;
  height: 100%;
}

.portfolio .metro .item-img .info-over {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

.portfolio .grid .info-overlay .item-img {
  position: relative;
}

.portfolio .grid .info-overlay .item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
}

.portfolio .grid .info-overlay .item-img a {
  width: 100%;
}

.portfolio .grid .info-overlay .item-img .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 2;
}

.portfolio .grid .info-overlay .item-img:hover:after {
  opacity: .2;
}

.portfolio .grid .info-overlay .item-img:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio .grid .inner {
  height: 400px;
}

.portfolio .grid .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.portfolio .max-margin {
  margin-left: -40px;
  margin-right: -40px;
}

.portfolio .max-margin .items {
  padding: 0 40px;
}

.portfolio.clasic .item .img {
  position: relative;
  height: 400px;
}

.portfolio.clasic .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.portfolio.clasic .item .img .tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 7px 20px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-size: 13px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.portfolio.clasic .item:hover .img .tag {
  opacity: 1;
}

/* .bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 175% !important;
} */
/**/




/*new css end*/

.accordian-bodys {
  height: auto !important;
}

@media(max-width:1366px) {
  img.barnes-noble {
    width: 48%;
    height: 175px;
  }

  .img-wraper {
    gap: 0px;
  }

  .accordian-bodys {
    height: 360px !important;
  }
}

.statistics__item-value {
  color: #fff !important;
  text-align: center !important;
}

/*@media(max-width:1600px){*/
/*    .accordion__item-body img {*/
/*    height: 383px;*/
/*    object-fit: cover;*/
/*}*/
/*}*/
.img-wraper img {
  /* height: auto; */
  height: 190px;
}

.border-top {
  border: none;
}

.our-services__short {

  font-size: 24px;

}

@media(max-width:1400px) {
  .our-services__short {
    font-size: 22px;
  }
}

button.footer__feedback-send.arrow-btn.arrow-btn--size-large svg {
  fill: #fff;
}

.our-services__header--large .our-services__title {
  font-size: 85px;
}

.our-services__short {
  margin-top: 110px;
}

ul.inner-banner-cta.editing-btn li {
  list-style: none;
}

ul.inner-banner-cta.editing-btn li a:hover {
  background: #fff;
  color: #000;
  transition: all 0.4s ease-in-out;
}

.accordion__item-header:hover .accordion__item-title,
.accordion__item-header--opened .accordion__item-title {
  color: #f5be00;

}

.manager-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-section {
  padding: 105px 0;
}

.contact-section__aside .discuss-project__title {
  margin-bottom: 63px;
}

.discuss-project__field {
  margin-bottom: 35px;
}

.field textarea {
  width: 95%;
  height: 73px;
  resize: none;
  overflow: auto;
}

.discuss-project__wrapper {
  padding: 50px 59px 50px;
}


a.hero__more.arrow-link span:hover {
  color: #bf1323;
  fill: #bf1323;
}

a.hero__more.arrow-link span .arrow-link__icon.phone-num svg :hover {
  fill: #bf1323 !important;
}

a.our-services__more.our-services__more--negative-top.arrow-link--white.arrow-link span:hover {
  color: #f4be00 !important;
}

a.popup-btn:hover {
  background-color: #ea87ff !important;
  color: #000000 !important;
}

a.works__more.arrow-link--white.arrow-link span:hover {
  fill: #f5be00 !important;
  color: #f5be00 !important;
}

a.chats:hover {
  background-color: #fabc00 !important;
}

.feature-card:hover .feature-card__caption,
.feature-card:focus .feature-card__caption {
  background-color: #bb89c5;
  color: #fff;
}

.btn--theme-black:hover,
.btn--theme-black:focus {
  background-color: transparent;
  background: #fff;
  border: none;
}

.contact-section__address {
  max-width: 464px;
}

.contact-section__address {
  margin-bottom: 15px;
}

.contact-section__title {
  font-size: 30px;
  margin-bottom: 50px;
}

.contact-section__link a {
  font-size: 20px;
}


/*external-font*/
.hero__title {
  max-width: 777px;
  font-size: 70px;
  top: -148px;
}

.hero__title {
  max-width: 680px;
  font-size: 65px;
  top: -113px;
}

.features__description {
  font-size: 26px;
}

.our-services__header--large .our-services__title {
  font-size: 60px;
}

.features__description {
  font-size: 24px;
}

.accordion__item-short {

  font-size: 16px;
}

.accordion__item-text {

  font-size: 16px;
}

.works__title {
  font-size: 69px;
  color: white;
  margin-top: 120px !important;
  font-weight: 600;

}

.process-content h2 {

  font-size: 75px;
  color: white;
}

.features__text {
  font-size: 18px !important;

}

.discuss-project__title {
  font-size: 27px;
}

.content-padd {
  margin-top: 30px;
  ;
  margin-bottom: 0px;
}

.padding-top {
  padding-top: 75px;

}

.statistics__item-value {

  font-size: 40px;

}

.statistics__item-text {
  font-size: 14px;
}

.contact-section {
  padding: 40px 0;
}

.discuss-project__wrapper {
  padding: 36px 59px 40px;
}

.features {
  padding: 128px 0 152px;
}

.our-services {
  padding-bottom: 130px;
}

.features-padd {
  padding-bottom: 0;
}

.padding-bottomss {
  padding-bottom: 50px;
}

/*.features {*/
/*    padding: 128px 0 0px;*/
/*}*/
/*external-font*/

.back {
  background-repeat: no-repeat;
  background-size: cover;
}

.request-button {
  background: #bb89c5 !important;
  color: #fff !important;
}

.live-button:hover {
  background: #bb89c5 !important;
  color: #fff !important;
}

.tooltip__item {
  font-size: 35px;
}

h2.main-heading-ser {
  font-size: 36px;
}

.article__title {

  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.portfolio-fixed .right {
  background-color: white !important;
  padding: 70px 50px;
}

.article__title {
  color: #bb89c5;
}

.circle-img {
  flex-shrink: 0;
}

.shopify-content h2 {
  margin-bottom: 40px !important;
}

.circle-img img {
  width: 62%;
}

.circle-img {

  height: 80px;
  width: 80px;

}

.circle-content h3 {
  font-size: 20px;
}


service-detail__title {
  margin-bottom: 10px;
}

.next-arrow {
  position: absolute;
  top: 75%;
  bottom: 0;
  margin: auto;
  display: flex;
  background: #101a55;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -140px;
  z-index: 1;
  transition: all .5s ease-in-out;
}

.portfolio-sec-new {
  background-color: #2f2f2f;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.prev-arrow {
  position: absolute;
  top: 35%;
  bottom: 0;
  margin: auto;
  display: flex;
  background: #000;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -140px;
  z-index: 1;
  transition: all .5s ease-in-out;
}

/*.new-portfolio-slider .slick-list.draggable {*/
/*    width: 180%;*/
/*}*/
.slick-slide {
  margin: 0 15px;
}

.next-arrow:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  bottom: auto;
  margin: auto;
  z-index: 1;
  border-radius: 60%;
  font-size: 25px;
  top: auto;
  margin: auto;
  left: 6px;
  right: 0;
  cursor: pointer;
}

.prev-arrow:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  bottom: auto;
  margin: auto;
  z-index: 1;
  border-radius: 60%;
  font-size: 25px;
  top: auto;
  margin: auto;
  left: 0;
  right: 0;
  cursor: pointer;
}

.portfolio-sec-new h2 {
  color: #333;
  padding-bottom: 10px;
}

.hd-txt h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
}

.hd-txt p {
  font-size: 14px;
  line-height: 28px;
}

.portfolio-sec-new .inner-banner-cta {
  justify-content: flex-start;
}

.inner-banner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 35px;
  margin: 100px 0px;
}

ul.inner-banner-cta li {
  list-style: none;
}

.portfolio-sec-new .inner-banner-cta {
  padding: 0;
}

#back-popup {
  background: #bb89c5 !important;
}


.slick-dots button {
  display: block;
  width: 20rem;
  height: 20rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  /*background-color: #203F911A;*/
  text-indent: -9999px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  /*background: transparent !important;*/
  border: 1px solid #000;
}

li.slick-active button {
  background-color: #203F91;
}

.slick-dots {

  bottom: -46px;

}

.slick-dots li {
  margin: 0 0px;

}

.port-txt.hd-txt {
  text-align: center;
}

.hd-txt h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 55px;
  margin: 0;
  font-weight: 700;
  padding-top: 60px;
  color: #fff;
}

.hd-txt p {
  font-size: 20px;
}

.marque-st {
  font-size: 260px;
  width: 300%;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #012237;
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
}

.tooltip.tooling-section {
  position: relative;
}


.hd-txt p {
  color: white;
  font-size: 20px;
  max-width: 910px;
  margin: auto;
  margin-bottom: 47px;
}

@media(max-width:1600px) {
  .premier-ebook {
    font-size: 75px;
    margin-top: 153px;
  }

  h1.beauti-hd br {
    display: none;
  }
}

@media(max-width:1440px) {
  .inner-banner-cta {
    column-gap: 9px;

  }

  .premier-ebook {
    font-size: 60px;

  }

  h1.custom-cover {
    font-size: 60px;
  }

  /*.premier-ebook {*/
  /*    font-size: 65px;*/
  /*}*/

  .inner-banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;

    column-gap: 5px;

    margin: 30px 0px;
    padding: 0;
  }

  .inner-banner-cta li:nth-child(1) a {
    font-size: 14px !important;
    padding: 15px 15px;
  }

  .inner-banner-cta li:nth-child(2) a {

    padding: 15px 20px;

    font-size: 14px !important;

  }

  .inner-banner-cta li:nth-child(1) a:hover {


    font-size: 14px !important;
    padding: 15px 30px !important;

  }

  .home-ghost-box-inner h4 {
    margin: 0;
    color: white;
  }

  .inner-banner-cta {
    padding-top: 50px;
    column-gap: 20px;

  }

  .editing-btn {
    justify-content: start !important;
    margin-top: 0px !important;
    margin: 0px 0px 0px 0px !important;
  }
}

.wrapper>ul>li>a .fa-linkedin:hover {
  /* color: #bf1323 !important; */
  color: #0072b1 !important;
}

.wrapper>ul>li>a .fa-facebook-f:hover {
  color: #4267B2 !important;
}

.wrapper>ul>li>a .fa-twitter:hover {

  color: #00acee !important;
}

.home-ghost-box-inner p {
  font-size: 18px;
  padding: 0px 20px 0px !important;
  height: 122px !important;
  color: white;
}

.home-ghost-box-inner h4 {
  margin: 0;
  color: white;
}

h1.first-banner__title.heading.heading--size-large.service-main-hd.premier-ebook {
  line-height: 60px !important;
  font-size: 45px !important;
  color: #fff !important;
  margin-top: 110px;
}

.about-us__banner .first-banner__title span {
  color: #fff;
}

.premier-ebooks p {
  color: #fff;
  font-weight: 700;
}

@media(max-width:1400px) {
  .first-banner__image img {
    width: 100%;
    height: 100%;
  }

  .beauti-hd br {
    display: none;
  }

  .popup {

    width: 30%;
  }

  input#phone {
    width: 110% !important;
  }
}

.colour-change>li>a {
  color: #000 !important;
}

.apni-class .navigation__link-icon svg {
  fill: #000;
}

.navigation__link-icon svg {
  fill: #000;
}

.wrapper>ul>li .fa-linkedin {
  color: #000;
}

.wrapper>ul>li .fa-facebook-f {
  color: #000;

}

.wrapper>ul>li .fa-facebook-f {
  color: #000;

}

.wrapper>ul>li .fa-twitter {
  color: #000;
}

.wrapper>ul>li .fa-phone {
  color: #000;
}

.wrapper>ul>li .fa-instagram {
  color: #000;
}

.hero__title {
  max-width: 775px;
  font-size: 82px;
  top: -209px;
}

/*.footer__container{*/
/*    padding : 0 200px;*/
/*}*/
.colour-change>li>a {
  color: #000 !important;
}

.apni-class .navigation__link-icon svg {
  fill: #fff;
}

.navigation__link-icon svg {
  fill: #fff;
}

header.header.header--secondary::before {
  backdrop-filter: blur(25px);
}

.wrapper>ul>li .fa-linkedin {
  color: #fff;
}

.wrapper>ul>li .fa-facebook-f {
  color: #fff;
}

.wrapper>ul>li .fa-instagram {
  color: #fff;
}

.wrapper>ul>li .fa-twitter {
  color: #fff;
}

.wrapper>ul>li .fa-phone {
  color: #fff;
}

@media(max-width:1400px) {
  .feature-card__caption {
    border-radius: 5px !important;
    padding: 21px 45px 21px;
    font-size: 20px;
  }
}

.indu-list-div ul {
  height: 72px;
  width: fit-content;
  overflow-x: hidden;
  overflow-y: auto;
}

.ftr-other-links h6 {
  margin-left: -17px;
  color: #fff;
  font-size: 13px;
  padding: 0 0 15px 0;
  cursor: pointer;
}

.industry-list {
  padding: 0;
}

.ftr-other-links h6 {
  margin: 0;
}

ul.footer__menu-list li {
  padding-bottom: 8px;
}

.ftr-other-links h6 {
  margin: 0;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.ftr-other-links h6 {
  margin-top: 10px !important;
}

.ftr-links li a {
  color: #fff;
  font-size: 13px;
  padding: 0 0 15px 0;
}

.indu-list-div ul li {
  list-style: none;
}

.indu-list-div ul {
  padding: 0;
  padding-right: 7px;
}

.remark-tooloing {
  padding: 00px 0 !important;
  padding-bottom: 50px !important;
}

h2.main-heading-ser {
  margin-top: 0;
}

.indu-list-div ul li a {
  color: #000;
}

/*.blink_me {*/
/*    animation: blinker 1s linear infinite;*/
/*}*/

@keyframes blinker {
  50% {
    color: #fff;
  }

  100% {
    color: #bb89c5;
  }
}

ul.ftr-social-links {
  padding: 0;
}

ul.ftr-social-links li {
  list-style: none;
}

.ftr-social-links li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 20px 0;

}

.ftr-social-links i {
  color: white !important;
  width: 48px;
  height: 48px;
  background: #2f2f2f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 20px !important;
  justify-content: center;
  padding: 25px;
}

.ftr-social-links li a {
  color: black;
  font-size: 14px;
  line-height: 20px;
}

.ftr-social-links li:hover i {
  background: #bb89c5;
  color: #fff !important;
}

.colour-change>li>a>span>svg:hover {
  fill: #fff !important;
}

.apni-classs:hover .navigation__link-icon svg,
.navigation__link:focus .navigation__link-icon svg {
  fill: #fff;
}

.footer__menu-link {

  font-size: 14px;
  text-transform: capitalize;
}

.ftr-other-links h6 {
  font-weight: 400;
  text-transform: capitalize;
  color: black !important;
}

.footer-bottoms>img {
  width: 100%;
}

.footer-bottoms {
  padding: 0;
  height: auto;
  width: 85%;
}

.footer-bottoms>img {
  width: 60%;
}

@media(max-width:1399px) {
  .footer-bottoms>img {
    width: 80%;
  }

  .get-touched {
    padding-left: 61px;
  }

  .footer-american-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin-top: 0px;
  }

  .footer-bottoms>img {
    margin-bottom: -31px;

  }
}

.feature-card__caption {
  border-radius: 5px !important;
  position: absolute;
  bottom: -57px;
  left: 0;
}

body.webpage {
  overflow-x: hidden;
}

.footer-logo-in img {
  width: 100%;
}

.mb-30 {
  margin-bottom: 49px;
}

.footer-logo-in {
  width: 100%;
}

.footer-logo-in img {
  width: 100%;
}


.feature-card__caption {
  border-radius: 5px !important;
  padding: 12px 15px 12px !important;
  font-size: 15px !important;
}

@media(max-width:1700px) {
  .navigation__dropdown-item a {
    font-size: 14px;
  }

  .navigation__dropdown {
    left: -116px;
    min-width: 566px;

  }
}

.statistics__item-value {
  color: #000 !important;
}

.background-black .statistics__item-value span {
  color: #000;
}

.background-black .statistics__item-text {
  color: #000;
  text-align: center !important;
}

.hero__title {
  transform: translateY(43%);
}

.hero__title {
  max-width: 775px;
  font-size: 82px;
  top: -253px;
  max-width: initial;
  text-align: center;
  top: 0;
}

h1.hero__title.phone-num {
  text-transform: uppercase;
  font-size: 88px;
  line-height: 1.2;
}

.hero__bg {
  z-index: 1;
}

.about-content h3 {
  font-size: 50px;
}

.btn-chat {
  z-index: 9999;
  position: absolute;
  bottom: 97px;
}

.features__description {
  font-size: 28px !important;
  max-width: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.features-padd {
  padding: 0;
  padding: 55px 0;
}

.hero__title {
  transform: translateY(42%);
}

.about-content h3 {
  font-size: 65px;
  line-height: 1;
}

@media(max-width:1366px) {
  .footer {
    padding-top: 40px;
  }

  .footer-logo-in img {
    width: 100%;
  }

  h1.hero__title.phone-num {
    font-size: 75px;

  }

  .hero__title {
    transform: translateY(30%);
  }

  h1.hero__title.phone-num {
    font-size: 75px;
  }

  .btn-chat {
    gap: 22px;
  }

  .btn-chat {
    bottom: 125px;
  }

  .features__description {
    font-size: 29px;
  }

  .home-ghost-box-inner p {
    font-size: 14px;
  }

  .btn-chatss {
    gap: 22px;
  }


}

ul.slick-dots {
  display: none !important;
  padding-bottom: 17px;
}

/*.circle-img:hover {*/
/*  background: red;*/
/*}*/

.footer__menu-item--current .footer__menu-link {
  cursor: pointer !important;
  pointer-events: inherit;
}

.footer {
  padding-bottom: 10px;
}

.ftr-logos-wraper1 {
  display: flex;
  /* align-items: center; */
  gap: 11px;
  /*align-items: baseline;*/
  margin-top: 28px;
}

.ftr-logos-wraper1>a {
  width: 35%;
  margin-bottom: 8px;
  height: 46px;
  margin-right: 7px;
}

/*.ftr-logos-wraper1>a>img {*/
/*    width: 100%;*/
/*}*/
.ftr-logos-wraper1>a {
  width: 56%;
  margin-bottom: 8px;
  height: 46px;
  margin-right: 7px;
  display: flex;
  align-items: center;
}

.footer__menu-link:hover {
  color: #bb89c5;
}

@media(max-width:1366px) {
  .premier-ebooks p {
    width: auto;
    letter-spacing: 2px;
  }

}

@media(max-width:1280px) {
  .premier-ebooks p {
    width: auto;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }
}

@media(max-width:1199px) {
  .premier-ebooks p {
    color: #fff;
    font-weight: 700;
    width: auto;
  }

  .premier-ebook {
    font-size: 52px;
  }

  .premier-ebooks p {
    letter-spacing: 2px;
  }
}

@media(max-width:992px) {
  .logo-responsive {
    width: 40%;
  }

  .header--white .menu-toggle::before,
  .header--white .menu-toggle::after,
  .header--white .menu-toggle__line {
    border-top-color: #000000;
  }

  .header--height {
    padding: 10px 17px;
  }

  .hero {
    min-height: 69vh;

  }

  .hero__title {
    left: 0px;

  }

  ul.inner-banner-cta.btn-chat a {
    font-size: 21px;
  }

  .tooltip__section {
    padding: 23px 0;

  }

  h1.hero__title.phone-num {
    font-size: 65px;
  }

  .btn-chat {
    bottom: 217px;
  }

  .hero__header {
    left: 45%;

  }

  .about-content h3 {
    font-size: 48px;

  }

  .features__description {
    font-size: 23px;
  }

  .get-touched {
    padding-left: 0;
  }

  .branding-logos img {
    width: 90%;

  }

  .our-services__header--large .our-services__title {
    font-size: 60px;
  }

  .our-services__short {
    margin-top: 43px;
  }

  .works__title {
    font-size: 60px;
    margin-top: 25px;
  }

  ul.home-ghost-ser-slider.slick-initialized.slick-slider {
    padding-left: 0;
  }

  ul.home-ghost-ser-slider.slick-initialized.slick-slider {
    padding-left: 0;
  }

  .process-content h2 {
    font-size: 60px !important;
    color: white;
  }

  .number {
    margin-left: 8px;

  }

  .features__text {
    margin-left: 0px;

  }

  .contact-section__title {
    font-size: 50px;
  }

  .contact-section__address {
    font-size: 17px;

  }

  .contact-section__link a {
    font-size: 16px;
  }

  .contact-section__social a {

    font-size: 12px;

  }

  .discuss-project__wrapper {
    padding: 36px 15px 40px;
  }

  .discuss-project__title {
    font-size: 35px;
  }

  .portfolio-fixed .right {
    background-color: white !important;
    padding: 70px 29px;
  }

  .shopify-box {
    margin-bottom: 32px !important;
  }

  .drop-three-item {
    display: flex;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 145px;
    overflow: auto;
  }

  .colour-change>li>a {
    color: #000 !important;
  }

  .navigation__link-icon svg {
    fill: #000;
  }

  .apni-class .navigation__link-icon svg {
    fill: #000;
  }

  .service-banner-wrapper p {
    width: auto;
  }

  .premier-ebook {
    font-size: 42px;
  }

  .premier-ebooks p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
  }
}

@media(max-width:767px) {
  .logo-responsive {
    width: 50%;
  }

  .hero__title {
    left: 0px;
  }

  h1.hero__title.phone-num {
    font-size: 38px;
  }

  .hero {
    min-height: 76vh;

  }

  .btn-chat {
    bottom: 143px;
  }

  .hero__header {
    left: 41%;

  }

  .about-content h3 {
    font-size: 39px;
  }

  .features__description {
    font-size: 18px;
    text-align: center;
    padding-top: 31px;
  }

  .branding-logos img {
    width: 100%;
  }

  .our-services__header--large .our-services__title {
    font-size: 49px;
  }

  .slick-slide img {
    margin: auto;
  }

  .our-services__short {
    font-size: 18px;
    text-align: justify;
  }

  .our-services__short {
    margin-top: 0px;
  }

  .works__more {
    display: none;
  }

  .works__title {
    font-size: 57px;
    margin-top: 28px;
  }

  .bookBox {
    width: 98%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .home-ghost-box-inner p {
    padding: 0 10px !important;
    margin-bottom: 20px;
  }

  .home-ghost-box-inner p {
    padding: 0 10px;
  }

  .number {
    margin-top: 0px;

    margin-left: 18px;

  }

  .features__text {
    margin-left: 18px;
  }

  .features__text.para-home.aos-init.aos-animate {
    color: white !important;
  }

  .number>span {
    font-size: 100px;
    color: white;
  }

  .statistics__item.col-6.col-md-auto.background-black.aos-init.aos-animate {
    text-align: center;
  }

  .contact-section__title {
    font-size: 50px;
  }

  .contact-section__address {
    font-size: 16px;

  }

  .contact-section__link a {
    font-size: 16px;
  }

  .contact-section__social a {
    font-size: 40px;
  }

  .discuss-project__wrapper {
    padding: 36px 21px 33px;
  }

  .discuss-project__title {
    font-size: 34px;
  }

  .footer__copyright {
    margin-right: 0px;
    font-size: 14px;
    margin-bottom: 13px;
  }

  .footer__bottom {
    justify-content: center;
  }

  /*.slick-slide {*/
  /*    margin: 0 0px;*/
  /*}*/
  ul.home-ghost-ser-slider.slick-initialized.slick-slider {
    padding: 0;
  }

  .process-content h2 {
    font-size: 44px !important;
  }

  .col-12.col-md-8.col-lg-6.wrappers {
    margin-top: 51px;
  }

  .feature-copy {
    padding: 48px 0 0px;
  }

  .number {
    margin-bottom: 17px;
  }

  .header--height {
    padding: 10px 13px;
  }

  .header--fixed .navigation__dropdown-list>li>a {
    color: #000 !important;
  }

  .navigation__dropdown {
    padding-left: 0px;
  }

  .mobile-canvas {
    padding: 51px 11px 36px;

  }

  .drop-three-item>li {
    width: 28%;
  }

  .header--white .menu-toggle::before,
  .header--white .menu-toggle::after,
  .header--white .menu-toggle__line {
    border-top-color: #000000;
  }

  .wrapper {
    display: none;
  }

  ul.inner-banner-cta.btn-chat a {
    font-size: 11px;
  }

  .btn-chat {
    bottom: 112px;
  }

  .wrappers {
    margin-top: 49px;
  }

  h2.main-heading-ser {
    font-size: 22px;
    line-height: 2;
  }

  .premier-ebook {
    font-size: 38px;
  }

  .premier-ebooks p {
    font-size: 18px !important;
    line-height: 32px !important;
    letter-spacing: 2px;
  }

  .service-banner-wrapper p {
    width: auto;
  }

  h1.first-banner__title.heading.heading--size-large.service-main-hd.premier-ebook {
    line-height: 38px !important;
    font-size: 22px !important;
    color: #fff;
    margin-top: 0px;
  }

  .first-banner__image img {
    object-fit: cover;
  }

  .portfolio-fixed .right {
    background-color: white !important;
    padding: 70px 20px;
  }

  .article__text {

    font-size: 16px;

  }

  .portfolio-fixed .cont {
    opacity: 1.1;
  }

  .portfolio-fixed .cont {
    margin-bottom: 34px;
  }

  .shopify-box {
    margin-bottom: 25px;
  }

  .circle-img {
    height: 70px;
    width: 70px;
  }

  .wrapper-form {
    width: 100%;
  }

  .get-touched {
    padding-left: 19px;
  }

  .tooltip.tooling-section {
    padding-bottom: 45px;
  }

  .colour-change>li>a {
    color: #000 !important;
  }

  .apni-class .navigation__link-icon svg {
    fill: #000;
  }

  .navigation__link-icon svg {
    fill: #000;
  }

  .tooltip__section {
    padding: 23px 0;

  }

  .premier-ebook {
    font-size: 28px;
  }

  input#phone {
    width: 90% !important;
  }
}

span.title-hd {
  color: #000 !important;
  font-size: 24px;
}

a.navigation__link.apni-classs.colour-change:hover {
  color: #bb89c5 !important;
}

a.navigation__link.apni-classs.animsition-link:hover {
  color: #bb89c5 !important;
}

h1.beauti-hd br {
  display: none;
}

#tab-3 {
  background-color: #fff;
}

div#tab-1 {
  background-color: #fff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

div#tab-2 {
  background-color: #fff;
}

a.popup-btn {
  background: #bb89c5 !important;
  color: #fff !important;
}

.banner {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #303030 !important;

}

.hero-hd {
  text-transform: uppercase;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  margin: 0;
  padding-top: 110px;
  padding-bottom: 25px;

}

.phone-num span {
  font-size: 50px;
}

.legal-view {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

/*div#tab-1 {*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: right;*/
/*}*/

.background-pos {
  background-position: center center !important;
}

.background-pos-rit {
  background-position: right !important;
}

@media(max-width:1366px) {
  .banner {
    height: 100vh;


  }

}

.footer-bottoms>img {
  margin-bottom: 0px;

}

.abc {
  margin-top: -80px;
}

@media(max-width:1440px) {
  .banner {
    height: 35vh;
  }

  .abc {
    margin-top: -70px;
  }
}

@media(max-width:1366px) {
  .hero-hd {
    font-size: 70px;
  }

  .phone-num span {
    font-size: 50px;
  }

  .abc {
    margin-top: -65px;
  }

  .style {
    margin-top: 50px;
  }

  .editing-btn {
    justify-content: start !important;
    margin-top: 0px !important;
    margin: 0px 0px 0px 0px !important;
  }

}

@media(max-width:1280px) {
  .abc {
    margin-top: -82px;
  }

  .phone-num span {
    font-size: 45px;
  }

}

@media(max-width:767px) {

  .hero-hd {
    font-size: 30px;

  }

  .phone-num span {
    font-size: 30px;
  }

  .hero-hd {
    font-size: 24px;
  }

  .abc {
    margin-top: 0px;
  }

  .portfolio-fixed .left {
    height: 32vh;

  }

  .news-head h4 {
    margin: 0 !important;
  }

  a.chats {
    font-size: 14px !important;
  }

  .about-sec .news-head h6 {
    margin: 0 !important;
  }

  .ghostwriter-new-sec {
    padding: 37px 0px !important;
    padding-bottom: 25px !important;
  }

  .accomp-box h6 {

    margin: 0;
    padding-bottom: 0;
  }

  .news-head h4 {

    font-size: 32px !IMPORTANT;
    PADDING: 0 !IMPORTANT;
  }
}

.person-bac {
  background-size: 100% 100% !important;
}

.person-sev {
  background-size: 100% 87% !important;
}

a.req-estimate {
  background-color: #bb89c5 !important;
  color: #000 !important;
}

.wrper-inex {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.about-banner {
  position: absolute;
  right: 43px;
}

@media(max-width:992px) {
  .hero-hd {
    font-size: 40px;
  }

  .phone-num span {
    font-size: 36px;
  }

  .abc {
    margin-top: -30px;
  }

  .contact-section__title {
    font-size: 22px;
    line-height: 1.4;
  }

  .discuss-project__title {
    font-size: 20px;
    margin-bottom: 30px !important;
  }

  h1.custom-cover {
    font-size: 42px;
  }

  h2.main-heading-ser {
    line-height: 50px !important;
    font-size: 30px !important;

  }

  .accordion__item-title {
    font-size: 17px;

  }
}

@media(max-width:767px) {
  .wrper-inex {
    display: inherit;
  }

  a.about-banner {
    display: flex;
    /* margin-left: 13px; */
    margin-right: 40px;
    margin-top: 46px !important;
    position: inherit;
  }


  .hero__header {
    left: 50%;
  }

  .works__title {
    font-size: 34px;
    margin-top: 37px !important;
  }

  .contact-section__title {
    font-size: 16px;
  }

  .discuss-project__title {
    font-size: 16px;
  }

  h1.custom-cover {
    font-size: 23px;
  }

  .shopify-content h2 {
    font-size: 20px !important;
    line-height: 40px;

  }

  .phone-num span {
    font-size: 24px;
  }

  .hero-hd {
    font-size: 26px;
  }

  .field textarea {
    width: 92%;

  }

  .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    margin-top: 2rem;
  }

  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #203F911A;
    text-indent: -9999px;
  }

  li.slick-active button {
    background-color: #203F91;
  }

  .features__description.padding-bottom-spacing.aos-init.aos-animate {
    color: white;
  }

  @media(max-width: 480px) {

    div#\31 registration {
      padding-bottom: 50px;
    }

    .inner-banner-cta li:nth-child(1) a {
      font-size: 7px !important;
    }

    .inner-banner-cta li:nth-child(1) a:hover {

      font-size: 7px !important;

    }

    .inner-banner-cta {
      padding-top: 0px !important;
      column-gap: 20px;
    }

    #wa_btn-content {
      margin-bottom: 90px;

    }

    .editing-btn {

      margin: 30px 0px 0px 0px !important;
    }

    .inner-banner-cta li:nth-child(2) a:hover {

      font-size: 7px !important;
    }

    .inner-banner-cta li:nth-child(2) a {
      padding: 15px 9px;
      font-size: 7px !important;
    }

    .service-banner-wrapper p {
      padding-bottom: 10px !important;
      width: auto;
    }

    .service-banner-wrapper {
      padding-bottom: 40px !important;
      height: 100vh !important;
    }

    .video-wrapper {

      height: 30vh !important;
      width: 105% !important;
      padding-top: 55px !important;
      margin-top: 0px !important;
      padding-left: 0px !important;
      padding-bottom: 0px !important;

    }

    .features-padd {

      padding: 10px 0 !important;
    }

    /*.feature-card__caption {*/
    /*    border-radius: 5px !important;*/
    /*  padding: 10px 10px 10px !important;*/
    /*  font-size: 10px !important;*/

    /*}*/

    .popup {
      display: none;
      position: fixed;
      padding: 40px 30px 15px 30px;
      width: 98%;
      border-radius: 12px;
      left: 48%;
      margin-left: -150px;
      height: 490px;
      top: 25%;
      margin-top: -100px;
      background: #FFF;
      z-index: 20;
    }

    h2.popheading {
      font-size: 27px;
      margin-bottom: 10px;
      text-align: center;
      color: #fff;
    }

    .fancybox-close-small {

      right: 10px;
      top: 7px;
    }

    .about-sec .news-head h6 {
      margin-top: 30px !important;
      margin-bottom: 30px !important;

    }

    .footer-logo-in img {
      width: 70%;
    }


  }