@import url('grid.css');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

* {
  outline: 0;
}

.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.sprite-arrow-right-skyblue {
    width: 26px;
    height: 13px;
    background-position: -5px -5px;
}

.sprite-arrow-right-white {
    width: 28px;
    height: 14px;
    background-position: -41px -5px;
}

.sprite-download-arrow {
    width: 15px;
    height: 15px;
    background-position: -79px -5px;
}

.sprite-mail {
    width: 19px;
    height: 13px;
    background-position: -104px -5px;
}

.sprite-mail-skyblue {
    width: 20px;
    height: 13px;
    background-position: -133px -5px;
}

.sprite-pdf-icon {
    width: 50px;
    height: 67px;
    background-position: -163px -5px;
}

.sprite-service-icon-1 {
    width: 64px;
    height: 64px;
    background-position: -5px -82px;
}

.sprite-service-icon-2 {
    width: 65px;
    height: 64px;
    background-position: -79px -82px;
}

.sprite-service-icon-3 {
    width: 52px;
    height: 64px;
    background-position: -154px -82px;
}

.sprite-service-icon-4 {
    width: 64px;
    height: 64px;
    background-position: -5px -156px;
}

.sprite-service-icon-5 {
    width: 63px;
    height: 64px;
    background-position: -79px -156px;
}

.sprite-service-icon-6 {
    width: 65px;
    height: 64px;
    background-position: -152px -156px;
}

.sprite-service-icon-7 {
    width: 61px;
    height: 64px;
    background-position: -223px -5px;
}

.sprite-service-icon-8 {
    width: 54px;
    height: 64px;
    background-position: -223px -79px;
}

.sprite-telegram {
    width: 21px;
    height: 17px;
    background-position: -294px -5px;
}

.sprite-telegram-skyblue {
    width: 21px;
    height: 17px;
    background-position: -5px -32px;
}

.sprite-twitter {
    width: 21px;
    height: 17px;
    background-position: -36px -32px;
}

.sprite-vantage-icon-1 {
    width: 53px;
    height: 53px;
    background-position: -287px -79px;
}

.sprite-vantage-icon-2 {
    width: 53px;
    height: 53px;
    background-position: -287px -142px;
}

.sprite-vantage-icon-3 {
    width: 53px;
    height: 63px;
    background-position: -227px -205px;
}

.sprite-vantage-icon-4 {
    width: 54px;
    height: 54px;
    background-position: -5px -278px;
}

.sprite-vantage-icon-5 {
    width: 51px;
    height: 68px;
    background-position: -290px -205px;
}

.sprite-web-icon-skyblue {
    width: 18px;
    height: 18px;
    background-position: -67px -32px;
}

.sprite-youtube {
    width: 22px;
    height: 15px;
    background-position: -95px -32px;
}



html,body {
  position: relative;
  overflow-x: hidden;
}


body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

p {
   font-weight: 300;
  color: #0e0e0e;
  line-height: 1.59em;
}

b {
  font-weight: 700;
}


.section-wrapper {
  position: relative;
  width: 100%;
  padding: 90px 0;
}

.container {
  position: relative;
  z-index: 10;
}

.img-fluid {
  max-width: 100%;
}

.section-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  z-index: -1;
}

.logo {
  display: block;
}


.section-wrapper.wrapper-header:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 100%;
  height: 230px;
  background: url(../images/header/lines.png) center center repeat-x;
  background-size: contain;
}

.section-wrapper.wrapper-header {
   height: 870px;
}

@media (max-width: 1920px) {
  .section-wrapper.wrapper-header {
    height: 45.5vw;
  }
}

.section-wrapper.wrapper-header {
  padding: 0;
}

.section-wrapper.wrapper-header .container {
   padding-top: 22px;
   height: calc(100% - 25%);
}

.contact--link {
  display: flex;
  align-items: center;
   color: #fff;
   margin-right: 38px;
}

.contact--link:hover {
  text-decoration: underline;
}

.contact--link--icon {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #029ae4;
  flex-shrink: 0;
  margin-right: 13px;
}

.top--header nav {
    font-size: 18px;
    font-weight: 500;
}

.top--header nav ul {
  display: inline-flex;
}

.top--header nav ul a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 25px;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: underline;
}


.top--header nav ul a:hover {
  color: #00d2ff;
  border: 1px solid #00d2ff;
  text-decoration: none;
}

.main--title {
    font-size: 56px;
    line-height: 1.3em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 80px;
}

.header--content {
     height: 100%;
}

.button--element {
    font-family: 'Ubuntu', sans-serif;
  display: inline-flex;
  align-items: center;
  padding: 20px 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.28px;
  font-size: 16px;
  background: #ad29ce;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 4px solid #6c1083 !important;
  border-radius: 33px !important;
  cursor: pointer;
  filter: drop-shadow(0px 24px 29.5px rgba(2,13,29,0.65));
}

.button--element.purple-shadow {
  filter: drop-shadow(0px 24px 29.5px rgba(214, 99, 242, 0.65));
}

.button--element.purple-shadow:hover {
  filter: drop-shadow(0px 16px 13px rgba(144,10,177,0.55)) !important;
}

.button--element:hover {
  background: #bb1de3 !important;
  border-color: #850ca3 !important;
}

.button--element.has--next--icon {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button--element.has--next--icon .button--element--next {
  background: #cd26f7;
}

.has--next--icon {
  padding-right: 10px;
}

.button--element--next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #c027e6;
  margin-left: 20px;
}

.dark-blue-pattern {
  background: url(../images/pattern.png) left top no-repeat,#031e3f;
}

.dark-blue-pattern * {
  color: #fff !important;
}

.section--title {
    font-size: 35px;
    font-weight: 500;
    color: #0e0e0e;
    text-align: center;
}

.section--title--sm {
     font-size: 22px !important;
}


div.section--text {
    line-height: 1.8;
}

div.section--text ul {
    list-style: initial;
    margin-left: 30px;
    font-weight: normal;
}


div.section--text ul > li{

    font-weight: normal;
}

.section-wrapper.wrapper-vantage {
  padding-bottom: 68px;
}

.vantage--row {
  margin-top: 75px;
}

.vantage--box {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 300;
  line-height: 1.3em;
    padding: 23px 25px;
    border: 2px dashed rgba(10, 84, 174, .7);
    background-color: #052349;
    border-radius: 5px;
    margin-bottom: 30px;
}

.vantage--box i {
  flex-shrink: 0;
  margin-right: 26px;
}

.radius--box--top--left {
  border-top-left-radius: 40px; 
} .radius--box--top--right {
  border-top-right-radius: 40px; 
}  .radius--box--bottom--left--right {
  border-bottom-right-radius: 40px; 
  border-bottom-left-radius: 40px; 
}


.files--row {
   margin-top: 42px;
   padding-top: 39px;
   border-top: 1px solid #e9e9e9;
}

.files--box {
  display: flex;
  align-items: center;
}

.files--box i {
  flex-shrink: 0;
}

.files--box--content {
  margin-left: 20px;
}

.files--box--content--title {
    font-size: 17px;
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 15px;
}

.files--link {
  position: relative;
  display: block;
   font-size: 14px;
  color: #727272;
  margin-top: 9px;
  padding-left: 23px;
}

.files--link:hover {
  text-decoration: underline;
}

.files--link:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../images/spritesheet.png);
  width: 15px;
  height: 15px;
  background-position: -79px -5px;
}


.portfolio--row {
  margin-top: 75px;
}

.portfolio--item {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 30px 0;
}

.portfolio--item--shadow {
  filter: drop-shadow(0px 5px 13.5px rgba(0,0,0,0.06));
}

.portfolio--item * {
  color: #0e0e0e !important;
}

.portfolio--item--image {
  max-width: 190px;
  height: 100px;
}

.portfolio--item--image img {
  width: 100%;
  height: 100%;
   object-fit: scale-down;
  object-position: center;
}

.portfolio--item--title {
    font-size: 19px;
    font-weight: 500;
}

.portfolio--item--caption {
  margin-top: 14px;
  margin-bottom: 22px;
}

.portfolio--item--link {
    font-size: 14px;
    font-weight: bold;
    color: #ad29ce !important;
    text-transform: uppercase;
}

.portfolio--item--link:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 53px;
  border-radius: 50px 0 0 0;
  background: url('../images/portfolio/arrow.png') center no-repeat, #ebfafe;
}

.portfolio--item--link:hover {
  color: #5f6bde !important;
}

.portfolio--item--link:hover:after {
  background: url('../images/portfolio/arrow-hover.png') center no-repeat, rgb(0,212,255);
  background: url('../images/portfolio/arrow-hover.png') center no-repeat, -moz-linear-gradient(49deg, rgba(0,212,255,1) 0%, rgba(172,43,206,1) 100%);
  background: url('../images/portfolio/arrow-hover.png') center no-repeat, -webkit-linear-gradient(49deg, rgba(0,212,255,1) 0%, rgba(172,43,206,1) 100%);
  background: url('../images/portfolio/arrow-hover.png') center no-repeat, linear-gradient(49deg, rgba(0,212,255,1) 0%, rgba(172,43,206,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d4ff",endColorstr="#ac2bce",GradientType=1); 
}





.service--row {
  margin-top: 75px;
}

.service--col {
  margin-bottom: 30px;
}

.service--box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 25px 30px;
  padding-right: 50px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 300;
  color: #0e0e0e;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 27px 0 rgba(0, 0, 0, 0.06);
  border: 2px solid #fff;
  transition: all .2s ease-in-out;
}

.service--box:hover {
  border-color: #ad29ce;
}

.service--box .service--box--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  margin-right: 20px;
  flex-shrink: 0;
}

.service--box--arrow {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 46px;
  height: 46px;
  background: url(../images/services/arrow.png) center no-repeat, #ebfafe;
  border-radius: 100%;
}

.service--box:hover .service--box--arrow {
  background: url('../images/services/arrow-hover.png') center no-repeat, rgb(0,212,255);
  background: url('../images/services/arrow-hover.png') center no-repeat, -moz-linear-gradient(49deg, rgba(0,212,255,1) 0%, rgba(172,43,206,1) 100%);
  background: url('../images/services/arrow-hover.png') center no-repeat, -webkit-linear-gradient(49deg, rgba(0,212,255,1) 0%, rgba(172,43,206,1) 100%);
  background: url('../images/services/arrow-hover.png') center no-repeat, linear-gradient(49deg, rgba(0,212,255,1) 0%, rgba(172,43,206,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00d4ff",endColorstr="#ac2bce",GradientType=1); 
}



.contact--form {
  max-width: 900px;
   border: 6px solid #2cc3e8;
   border-radius: 35px 5px;
   padding: 53px 53px 35px;
   background: #fff;
   margin-top: 71px;
}

.contact--form input,
.contact--form textarea {
   outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
}

.contact--form label {
  display: block;
  position: relative;
}

.contact--form label i {
  position: absolute;
  left: 0;
  top: -6px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.contact--form label {
  width: 100%;
}

.contact--form label input,
.contact--form label textarea {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #0e0e0e;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #000 !important;
  border-bottom: 1px solid #b5b5b5;
}

.contact--form label textarea {
  resize: none;
  padding-left: 0;
  width: 80%;
  height: 100%;
}


.contact--form > .row {
  height: 150px;
}

.contact-vector {
  position: absolute;
  right: -380px;
  bottom: 0;
  z-index: 99;
}


.contact-vector {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 730px;
  height: 600px;
}


footer {
  font-size: 14px;
  padding: 25px 0;
   color: #0e0e0e;
}

.footer-link {
   font-size: 14px;
   color: #0e0e0e;
   text-decoration: underline;
}

.social--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: rgb(44,195,232);
  background: -moz-linear-gradient(27deg, rgba(44,195,232,1) 0%, rgba(204,0,255,1) 100%);
  background: -webkit-linear-gradient(27deg, rgba(44,195,232,1) 0%, rgba(204,0,255,1) 100%);
  background: linear-gradient(27deg, rgba(44,195,232,1) 0%, rgba(204,0,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2cc3e8",endColorstr="#cc00ff",GradientType=1); 
}




#nav-icon1 {
  width: 45px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2cc3e8;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
}

#nav-icon1 span:nth-child(3) {
  top: 30px;
}

#nav-icon1.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.modal {
  display: none;
  border: 6px solid #2cc3e8;
  border-radius: 35px 5px;
  background: #fff;
}

.modal--box {
  max-width: 700px !important;
}

.modal.modal-success {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.modal-title {
  display: block; 
  font-weight: 700;
  margin-bottom: 7px;
}

.modal-title,
.modal-text {
  text-align: center;
}


.dashed--box {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  border-radius: 35px 0;
  border: 2px dashed #c1d5ee;
}

.dashed--box ul li {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}

.dashed--box ul li:not(:last-child) {
  margin-bottom: 5px;
}

.dashed--box ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 1px;
  background: #39c6e9;
}


.dashed--box--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  display: flex;
  width: 70px;
  height: 55px;
  border-radius: 0 0 40px 0;
  background: rgb(44,195,232);
  background: -moz-linear-gradient(27deg, rgba(44,195,232,1) 0%, rgba(204,0,255,1) 100%);
  background: -webkit-linear-gradient(27deg, rgba(44,195,232,1) 0%, rgba(204,0,255,1) 100%);
  background: linear-gradient(27deg, rgba(44,195,232,1) 0%, rgba(204,0,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2cc3e8",endColorstr="#cc00ff",GradientType=1); 
}

.dashed--box--icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  margin-left: -9px;
}

.dashed--box--content {
  padding-left: 80px;
  min-height: 85px;
}

.dashed--box--content--title {
   font-size: 15px;
   font-weight: 500;
   margin-bottom: 15px;
}




.inner-page .wrapper-header {
  min-height: initial;
  height: 250px !important;
}

.inner-page footer {
  background: #021739;
}

.inner-page footer * {
  color: #fff;
}

.inner-page .section-bg {
  object-position: bottom;
}




@media (min-width: 1200px) and (max-width: 1600px) {
  .contact-vector {
    width: 600px;
  }
  .contact--form {
    max-width: 54vw !important;
  }
}

@media (max-width: 1200px) {
    body {
    font-size: 15px;
   }
}

@media (min-width: 992px) and (max-width: 1200px) {
   .section-wrapper.wrapper-header {
      height: 60vw;
   }
    .main--title {
      font-size: 3.5vw !important;
      margin-bottom: 4vw;
    }
   .top--header nav ul a {
      font-size: 16px;
      padding: 16px 15px;
   }


   .service--box {
    padding-left: 10px;
    padding-right: 105px;
   }
   .service--box .service--box--icon {
    margin-right: 10px;
   }

    .contact-vector {
      width: 450px;
    }
    .contact--form {
      max-width: 65vw !important;
    }
}

@media (min-width: 992px) and (max-width: 1920px) {
    .main--title {
      font-size: 2.9vw;
      margin-bottom: 4vw;
    }
    .header-vector {
      height: 28vw;
    }
    .contact--form {
      max-width: 48vw;
    }
}

@media (max-width: 992px) {

   .inner-page .wrapper-header {
    height: 140px !important;
   }
   .inner-page .section-wrapper.wrapper-header .container {
    height: auto;
   }

   .container {
    z-index: initial;
   }

    .section-wrapper {
      padding: 40px 0;
    }
    .section--title {
      font-size: 4vw;
    }
    .main--title {
      font-size: 6.5vw;
      margin-bottom: 4vw;
    }
    .logo {
      max-width: 100px;
    }
    .logo img {
      width: 100%;
    }

   .section-wrapper.wrapper-header {
      height: 75vw;
   }
   .section-wrapper.wrapper-header::after {
    bottom: -70px;
   }
   .section-wrapper.wrapper-header .container {
    height: calc(100% - 30%);
   }

   .responsive--menu {
      position: fixed;
      top: 0;
      right: -100%;
      bottom: 0;
      padding-left: 25px;
      max-width: 280px;
      width: 100%;
      z-index: 99999;
      background: rgba(1, 24, 57, 1);
      transition: all .3s 'ease-in-out';
   }

   .responsive--menu.collapsed-menu {
       right: 0;
   }

   .contact--link {
    margin-top: 15px;
    margin-right: 0;
   }
   .top--header nav {
    margin-top: 15px;
    margin-bottom: 10px;
   }
   .top--header nav:after {
      content: '';
      display: block;
      width: 100%;
      margin-top: 15px;
      border-bottom: 1px solid rgba(255,255,255, 0.3);
   }
   .top--header nav ul a {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0 !important;
   }
   [data-heading]:before {
    content: attr(data-heading);
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 8px;
   }
   #nav-icon1 {
    z-index: 9999999;
   }
   .active-overlay {
    position: relative !important;
    overflow: hidden !important;
   }
   .active-overlay body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0, 0.7);
   }


   .top--header nav ul {
      display: flex;
      flex-direction: column;
   }

    .vantage--row,
    .service--row,
    .contact--form,
    .portfolio--row {
      margin-top: 40px;
    }

   .portfolio--item {
      margin-bottom: 30px;
   }

   .service--box {
    padding-left: 10px;
    padding-right: 105px;
   }

   .contact--form {
     max-width: 100%;
     width: 100%;
     padding-left: 35px;
     padding-right: 35px;
   }

   .contact--form label textarea,
   .contact--form label input {
    width: 100%;
      font-size: 13px !important;
   }

   .contact--form label {
    margin-bottom: 25px;
   }
   .contact--form > .row {
    height: initial;
   }
   .contact--form label textarea {
    min-height: 120px;
   }


}


@media (min-width: 576px) and (max-width: 992px) {
    .active-overlay #nav-icon1 {
      position: fixed;
      right: 15px;
      top: 25px;
    }
}


@media (min-width: 767px) and (max-width: 992px) {
    .service--box {
      font-size: 14px;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .service--box--arrow {
      right: 30px;
    }
    .service--box .service--box--icon {
      margin-right: 10px;
    }

   .social--link {
      width: 30px;
      height: 30px;
   }
   .social--link i {
      transform: scale(.7);
   }
}

@media (max-width: 767px) {
    .section--title {
      font-size: 5vw;
    }

    .vantage--box {
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 10px;
      margin-bottom: 15px;
    }
    .vantage--box i {
      margin-right: 20px;
    }

    .service--box {
      font-size: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .service--box .service--box--icon {
      margin-right: 10px;
    }
    .service--col {
      margin-bottom: 15px;
    }

    .copyright {
      text-align: center;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .files--box--content--title {
      font-size: 15px;
    }
    .files--link {
      font-size: 11px;
      margin-bottom: 12px;
    }
    .files--link:before {
      top: -3px;
    }
}

@media (max-width: 576px) {

    .modal {
      padding: 30px 20px !important;
    }

    .main--title {
      margin-bottom: 8vw;
    }
    .section--title {
      font-size: 7vw;
    }

   .logo {
    max-width: 70px;
   }
   #nav-icon1  {
    width: 35px;
    height: 25px;
   }
   #nav-icon1.open span:nth-child(1),
   #nav-icon1.open span:nth-child(3),
   #nav-icon1 span:nth-child(2) {
    top: 10px;
   }
   #nav-icon1 span:nth-child(3) {
    top: 21px;
   }
   .section-wrapper.wrapper-header {
      height: 90vw;
   }

   .button--element {
     font-size: 14px;
     padding-top: 10px;
     padding-bottom: 10px;
   }
   .button--element--next {
    width: 35px;
    height: 35px;
   }
   .button--element--next i {
    transform: scale(.7);
   }


   .portfolio--item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
   }


   .service--box .service--box--icon {
    width: 65px;
    transform: scale(.7);
    transform-origin: center;
   }
   .service--box {
     font-size: 14px;
     padding-right: 50px;
     padding-left: 2px;
     padding-top: 7px;
     padding-bottom: 7px;
   }
   .service--box--arrow {
    width: 33px;
    height: 33px;
    right: 30px;
    background-size: 50%;
   }


   .contact--form {
    padding: 30px 20px;
   }



   .dashed--box--icon {
    width: 55px;
    height: 40px;
    border-radius: 0 0 20px 0;
   }
   .dashed--box--icon img {
    width: 40%;
    margin: -2px;
   }
   .dashed--box--content--title {
    padding-right: 15px;
   }
   .dashed--box--content {
    min-height: initial;
    padding-left: 70px;
   }


}

.contact--form .oferta{
    color: #a8a8a8 !important;
}

.contact--form .oferta a,.contact--form .oferta a:link{
    color: #a8a8a8 !important;
    text-decoration: underline;
}
