* {
  box-sizing: border-box;
}

body {
  font-size: 20px;
}

h1 {
  font-size: 56px;
  font-weight: bold;
}

h2 {
  font-size: 48px;
  font-weight: bold;
}

h3 {
  font-size: 45px;
  font-weight: bold;
}

h4 {
  font-size: 30px;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}

.fadeInUp{
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.delay01 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay13 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay14 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay17 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -ms-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay18 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay19 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -ms-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay2 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}


.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 70px 15px 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}

header .container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}

header .bg-light {
  background-color: transparent !important;
  color: #220e33;
  padding: 0;
}

header .navbar-light .navbar-toggler {
  color: #220e33;
  border-color: #220e33;
}

header .navbar-light .navbar-line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #220e33;
  margin: 5px 0;
}

header .navbar-light .navbar-brand img {
  max-width: 160px;
  width: 100%;
}

header .navbar-light .navbar-nav .nav-item{
  padding: 0 40px;
}

header .navbar-light .navbar-nav .nav-link:hover {
  color: #220e33;
  border-bottom: 3px solid #220E33;
}

header .navbar-light .navbar-nav .nav-link {
  color: #220e33;
  padding: 10px 0px;
  display: block;
  font-size: 25px;
  transition: 0.1s;
}

.get_a_quote,
.back_to_main_btn,
.questionnaire_next_btn {
  background-image: linear-gradient(
    to right,
    #d326f8,
    #c042fa,
    #ad53fa,
    #9b5ff8,
    #8b68f4,
    #7375f7,
    #5b7ff8,
    #4488f5,
    #0096f5,
    #00a2f1,
    #00ace9,
    #23b5e0
  );
  width: 209px;
  text-align: center;
  border-radius: 5px;
  padding: 15px 5px 19px;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

.get_a_quote:hover{
  color: #fff;
}

.title_block {
  background-image: linear-gradient(
    to top,
    #def5fc,
    #def2ff,
    #e3eeff,
    #ece9ff,
    #f7e3fb
  );
  min-height: 100vh;
  height: 100%;
  position: relative;
}

.title_block .container,
.title_block .row {
  min-height: 100vh;
  height: 100%;
}

.title_block .wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 300px 0 100px;
}

.title_block .title {
  color: #220e33;
  margin-bottom: 30px;
}

.title_block .text {
  color: #220e33;
  margin-bottom: 49px;
  font-size: 20px;
}

.title_block .start_the_project,
.services .contents__content .tell_me_more_btn {
  max-width: 209px;
  width: 100%;
  border: solid 3px #220e33;
  padding: 20px 5px 19px;
  display: block;
  color: #220e33;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 23px;
}

.carousel-indicators {
  top: 250px;
  bottom: auto;
}

.carousel-indicators .active {
  background-color: #220e33;
  opacity: 1;
}

.carousel-indicators li {
  background-color: #220e33;
  opacity: 0.5;
  width: 40px;
  height: 8px;
}

.title_block .arrow_wrapp{
  position: relative;
  width: 50px;
  height: 60px;
  margin: 0 auto;
}

  @keyframes pulse {
  0% {
  opacity: 0;
  background-position: center top;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
 }
  10% {
  opacity: 0;
 }
  50% {
  opacity: 1;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
 }
  90% {
  opacity: 0;
 }
  100% {
  opacity: 0;
  background-position: center bottom;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
 }
 }

 .arrow_wrapp .animate {
   display: block;
   opacity: 0;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   -moz-background-size: 0 auto;
   -o-background-size: 0 auto;
   -webkit-background-size: 0 auto;
   background-size: 0 auto;
   -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
   -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
   -o-animation: pulse 1.5s 0s infinite normal ease forwards;
   animation: pulse 1.5s 0s infinite normal ease forwards;
   background-image: url(../img/Arrow_Down_Icon.png);
   background-repeat: no-repeat;
 }

 .arrow_wrapp .animate:before, .arrow_wrapp .animate:after {
   content: " ";
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   max-width: 50px;
   width: 100%;
   height: 100%;
   background: url(../img/Arrow_Down_Icon.png) no-repeat center top;
   -moz-background-size: 50% auto;
   -o-background-size: 50% auto;
   -webkit-background-size: 50% auto;
   background-size: 50% auto;
 }

 .arrow_wrapp .animate:before {
   -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
   -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
   -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
   animation: pulse 1.5s 0.25s infinite normal ease forwards;
 }

 .arrow_wrapp .animate:after {
   -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
   -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
   -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
   animation: pulse 1.5s 0.5s infinite normal ease forwards;
 }

.our_work {
  padding: 350px 0 274px;
}

.our_work .wrapper {
  max-width: 1092px;
  width: 100%;
  margin: 0 auto;
}

.our_work .title {
  margin-bottom: 73px;
}

.our_work .text {
  margin-bottom: 71px;
}

.services {
  padding-top: 163px;
  padding-bottom: 163px;
  background: url(../img/base.png) center center no-repeat;
  background-size: cover;
}

.services .container{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.services .title{
  margin-bottom: 123px;
}

.services .menu {
  width: 100%;
  position: relative;
  margin-bottom: 87px;
}

.services .menu::after {
  content: "";
  position: absolute;
  width: inherit;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #220E33;
}

.services .menu__item {
  padding-bottom: 6px;
  cursor: pointer;
  color: #220E33;
  padding-right: 40px;
  display: inline-block;
  font-size: 22px;
  letter-spacing: -1px;
}

.services .menu__item.is-active{
  border-bottom: 3px solid #220E33;
  pointer-events: none;
  transition: all 0.1s ease;
  font-weight: 500;
}

.services .fadeUp-enter,
.services .fadeDown-enter {
  opacity: 0;
}

.services .fadeUp-enter-active {
  -webkit-animation: slide-in 0.3s ease-in-out forwards;
  -moz-animation: slide-in 0.3s ease-in-out forwards;
  -ms-animation: slide-in 0.3s ease-in-out forwards;
  -o-animation: slide-in 0.3s ease-in-out forwards;
  animation: slide-in 0.3s ease-in-out forwards;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.services .fadeUp-leave-active {
  -webkit-animation: slide-out 0.3s ease-in-out forwards;
  -moz-animation: slide-out 0.3s ease-in-out forwards;
  -ms-animation: slide-out 0.3s ease-in-out forwards;
  -o-animation: slide-out 0.3s ease-in-out forwards;
  animation: slide-out 0.3s ease-in-out forwards;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.services .fadeDown-enter {
  opacity: 0;
}

.services .fadeDown-enter-active {
  -webkit-animation: slide-in-down 0.3s ease-in-out forwards;
  -moz-animation: slide-in-down 0.3s ease-in-out forwards;
  -ms-animation: slide-in-down 0.3s ease-in-out forwards;
  -o-animation: slide-in-down 0.3s ease-in-out forwards;
  animation: slide-in-down 0.3s ease-in-out forwards;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.services .fadeDown-leave-active {
  -webkit-animation: slide-out-down 0.3s ease-in-out forwards;
  -moz-animation: slide-out-down 0.3s ease-in-out forwards;
  -ms-animation: slide-out-down 0.3s ease-in-out forwards;
  -o-animation: slide-out-down 0.3s ease-in-out forwards;
  animation: slide-out-down 0.3s ease-in-out forwards;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.services .contents__content img{
  max-width: 400px;
  width: 100%;
}

.services .contents__content .wrapper{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.services .contents__content h3{
  margin-bottom: 25px;
}

.services .contents__content p{
  font-size: 25px;
}
.services .tell_me_more_btn{
  margin-top: 40px !important;
  display: block;
}

@-webkit-keyframes slide-in {
  from {
    transform: translateY(2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  from {
    transform: translateY(2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-ms-keyframes slide-in {
  from {
    transform: translateY(2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-o-keyframes slide-in {
  from {
    transform: translateY(2rem);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-in {
  from {
    transform: translateY(2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-2rem);
  }
}

@-moz-keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-2rem);
  }
}

@-ms-keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-2rem);
  }
}

@-o-keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-2rem);
  }
}

@keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-2rem);
  }
}

@-webkit-keyframes slide-in-down {
  from {
    transform: translateY(-2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-moz-keyframes slide-in-down {
  from {
    transform: translateY(-2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-ms-keyframes slide-in-down {
  from {
    transform: translateY(-2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-o-keyframes slide-in-down {
  from {
    transform: translateY(-2rem);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-in-down {
  from {
    transform: translateY(-2rem);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(2rem);
  }
}

@-moz-keyframes slide-out-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(2rem);
  }
}

@-ms-keyframes slide-out-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(2rem);
  }
}

@-o-keyframes slide-out-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(2rem);
  }
}

@keyframes slide-out-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(2rem);
  }
}

.logos {
  padding: 173px 0 178px;
}

.logos .container,
.creative_director .container {
  max-width: 1438px;
}

.logos img {
  max-width: 344px;
  width: 100%;
}

.creative_director {
  padding-bottom: 348px;
}

.creative_director .inf {
  background: #220e33;
}

.creative_director .inf .wrapper {
  max-width: 488px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-top: 25%;
}

.creative_director .inf .text {
  margin: 28px 0 77px;
}

.creative_director .inf a {
  display: inline-block;
  padding: 0 15px;
}

.creative_director .inf a img {
  width: 53px;
}

.creative_director .photo img {
  width: 100%;
}

.follow_us{
  color: #fff;
  background: rgba(26, 14, 36, 0.8);
  padding-top: 140px;
  padding-bottom: 140px;
}

.follow_us h4{
  margin-bottom: 30px;
  font-weight: 500;
}

.follow_us a{
  margin: 15px 15px 0 15px;
}

footer{
  background: #1A0E24;
  padding-top: 49px;
  padding-bottom: 30px;
  color: #fff;
}

footer .footer_logo{
  max-width: 239px;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 38px;
}

footer h4{
  color: #fff;
}

footer .line{
  max-width: 209px;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #e01cfa, #767bff, #00a0ff, #00b4ff, #16c0df);
}

footer .phone{
  font-size: 25px;
  font-weight: 500;
  color: #B620E0;
}

footer ul{
  margin: 0;
  padding: 0;
}
footer ul li{
  list-style: none;
}
footer ul li a,
footer a,
footer a:hover{
  color: #fff;
}

footer .copyright{
  margin-top: 103px;
}
.error_page,
.contact_page{
  padding: 0;
  min-height: 100vh;
  background-image: linear-gradient(to bottom, #f8ddff, #e9e5ff, #deecff, #daf1ff, #def5fc);
}

.error_page .container,
.error_page .row,
.contact_page .container,
.contact_page .main_row{
  min-height: 100vh;
}

.error_page  .error_page_logo,
.contact_page .contact_page_logo{
  max-width: 203px;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}

.error_page .wrapper{
  max-width: 800px;
  width: 100%;
  margin: 50px auto 200px;
}

.error_page .wrapper p{
  color: #707070;
  margin-top: 45px;
  margin-bottom: 42px;
  font-size: 24px;
}
.back_to_main_btn{
  display: block;
  margin: 0 auto 59px;
}
.error_page .social_icon{
  margin: 0 15px;
}
.error_page .contact_inf span,
.contact_page .contact_inf span{
  color: #707070;
  padding: 0 40px 10px;
  font-size: 22px;
  display: inline-block
}
.contact_page p{
  color: #707070;
  font-size: 16px;
  margin-bottom: 70px;
}

.contact_page form{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#honeypot{
  display: none;
}

.contact_page form input{
  width: 100%;
  border: 0;
  border-bottom: 2px solid #6D7B9C;
  background: transparent;
  padding: 13px 15px;
  color: #6D7B9C;
  font-size: 17px;
  margin-bottom: 30px;
}
.contact_page form input:focus{
  outline:none;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #e01cfa, #767bff, #00a0ff, #00b4ff, #16c0df);
}

.contact_page form button{
  border: 0;
  margin-top: 98px;
}

.contact_page #email-invalid h2{
  font-size: 16px;
  font-weight: 300;
  color: red;
}

.services_page{
  padding-top: 300px;
  padding-bottom: 145px;
  background-image: linear-gradient(
    to top,
    #def5fc,
    #def2ff,
    #e3eeff,
    #ece9ff,
    #f7e3fb
  );
}
.services_page .container{
  max-width: 1500px;
}
.services_page .services_title{
  margin-bottom: 116px;
}
.services_page .services_page_img{
  max-width: 433px;
  width: 100%;
}
.services_page .services_page_text p{
  font-weight: 200;
  font-size: 25px;
}
.policy_inf{
  padding-top: 300px;
  padding-bottom: 200px;
}
.policy_inf .container{
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}
.bold{
  font-weight: 500;
  display: block;
}

.color_gray{
  opacity: 0.3;
}

.contact_title,
.contact_description{
  text-align: center;
}
.questionnaire_form label{
  text-align: left;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #707070;
}

.contact_page .questionnaire_form input {
  border: 1px solid #707070;
  border-radius: 7px;
  padding: 9px 10px;
}

.questionnaire_next_btn,
.questionnaire_prev_btn{
  margin-top: 50px;
}

.questionnaire_form .btns{
  margin-bottom: 170px;
}

.questionnaire_form [type='radio'],
.questionnaire_form [type='checkbox'] {
  position: absolute;
  right: 100vw;
}
.questionnaire_form [type='radio'] + label,
.questionnaire_form [type='checkbox'] + label {
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #707070;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
}

.questionnaire_form [type='radio'] + label:before,
.questionnaire_form [type='checkbox'] + label:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border: 0;
  background: url("../img/radio.png") 100%/100% no-repeat;
  transition: all .3s ease;
  content: '';
}
.questionnaire_form [type='radio']:checked + label:before,
.questionnaire_form [type='checkbox']:checked + label:before {
  opacity: 1;
}

.questionnaire_form .radio_row{
  margin-top: 15px;
  margin-bottom: 15px;
  color: #707070;
  font-size: 16px;
}

.questionnaire_form .question{
  margin-bottom: 10px;
  margin-top: 15px;
  color: #707070;
  font-size: 16px;
}

.questionnaire_form .contact_btn{
  margin: 50px 0 100px;
  display: inline-block;
}

.questionnaire_prev_btn {
  max-width: 209px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 13px 5px 17px;
  font-weight: bold;
  font-size: 23px;
  color: #220E33;
  display: inline-block;
  border: solid 2px #220E33;
  cursor: pointer;
}

.intro_block,
.design_block,
.users_block,
.features_block,
.content_block,
.technology_block,
.webServices_block,
.connectivity_block,
.publish_block,
.maintenance_block,
.communication_block,
.hosting_block{
  display: none;
}
#thankyou_message h2{
  text-align: center;
}


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

@media only screen and (max-width: 1450px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 0 10px;
  }
  .services .menu__item {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .services .menu__item {
    padding-right: 10px;
  }
  .creative_director .inf .wrapper{
    padding-top: 15%;
  }
}

@media only screen and (max-width: 1140px) {
  .services .menu__item{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .services .menu__item.is-active{
    border: 0;
    font-weight: bold;
  }
}

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

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }
  body {
    font-size: 16px;
  }
  .creative_director .inf .wrapper{
    padding-bottom: 15%;
  }
}

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

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

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

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

@media only screen and (max-width: 768px) {
  header {
    padding: 20px 15px 30px;
  }
  footer{
    text-align: center;
  }
  footer .line {
    margin: 10px auto;
  }
  footer a {
    margin: 10px auto;
    display: block;
  }
  .error_page .contact_inf span {
    font-size: 16px;
  }
  .services_page .services_page_text p{
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }
  header .navbar-light .navbar-brand img {
    max-width: 100px;
  }
  header .navbar-light .navbar-toggler {
    width: 35px;
    padding: 0 7px;
  }
  header .navbar-light .navbar-line {
    width: 100%;
    height: 1px;
  }
  .title_block .wrapper {
    max-width: 300px;
    padding: 150px 0 100px;
  }
  .carousel-indicators {
    top: 110px;
  }
  .carousel-indicators li {
    width: 20px;
    height: 2px;
  }
  .title_block .start_the_project, .services .contents__content .tell_me_more_btn {
    max-width: 180px;
    border: solid 1px #220e33;
    padding: 10px 5px 9px;
    font-size: 18px;
  }
  .our_work {
    padding: 150px 0 174px;
  }
  .our_work .title {
    margin-bottom: 23px;
  }
  .our_work .text{
    margin-bottom: 10px;
  }
  .services .title,
  .services .menu  {
    margin-bottom: 10px;
  }
  .services .contents__content .tell_me_more_btn {
    margin: 10px auto 0;
  }
  .services .contents__content p {
    font-size: 16px;
  }
  .logos {
    padding: 100px 0 100px;
  }
  .logos .col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .creative_director {
    padding-bottom: 150px;
  }
  .creative_director .inf .wrapper{
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .error_page .contact_inf span, .contact_page .contact_inf span {
    font-size: 10px;
  }
  .contact_title {
    font-size: 30px;
  }

  .questionnaire_form .btns {
    margin-bottom: 50px;}
  
  }

@media only screen and (max-width: 450px) {
  .error_page .contact_inf span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .error_page .contact_inf span {
    font-size: 10px;
  }
}
