@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  font-style: normal;
  font-size: 16px;
  color: #001737;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
  background: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all ease 0.5s;
}
body.search-open:after {
  opacity: 0.7;
  visibility: visible;
}
body.search-open .search-button .search-icon {
  opacity: 0;
  pointer-events: none;
}
body.search-open .search-button .search-hamburger {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.search-open nav.search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0px);
}

h1 {
  font-size: 40px;
  font-weight: 700;
}
h1 span {
  font-weight: 500;
}

h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p a {
  font-weight: 700;
  color: #063DAE;
}
p a:hover {
  color: #1EC8BA;
}

.theme-color {
  color: #271D63;
}

.theme-color-sec {
  color: #063DAE;
}

.theme-color-main {
  color: #F38550;
}

.theme-color-light {
  color: #697486;
}

.info {
  font-size: 14px;
}

.title.invert {
  color: #fff;
}

.description {
  color: #697486;
}
.description.description-lg {
  font-size: 24px;
}
.description.invert {
  color: #B9C7D8;
}

.image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.preloader {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #063DAE;
}
.preloader .preloader-spinner {
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  border: 5px solid #292929;
  border-radius: 40px;
  display: block;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 40px;
  z-index: 10;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.scroll-top {
  position: fixed;
  display: block;
  opacity: 0;
  pointer-events: none;
  right: 20px;
  bottom: 30px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  color: #1EC8BA;
  height: 60px;
  padding-top: 5px;
  font-size: 30px;
  text-align: center;
  width: 60px;
  z-index: 99;
}
.scroll-top:active, .scroll-top:hover {
  color: #F38550;
}
.scroll-top.active {
  opacity: 1;
  pointer-events: all;
}

.custom-button {
  display: inline-block;
  letter-spacing: 0.1em;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: all ease 0.2s;
}
.custom-button.custom-button-sm {
  padding: 16px 24px;
  min-width: 170px;
}
.custom-button.custom-button-lg {
  padding: 21px 24px;
  min-width: 210px;
}
.custom-button.custom-button-main {
  background: #F38550;
  color: #fff;
}
.custom-button:focus {
  text-decoration: none;
  outline: none;
}
.custom-button:hover {
  text-decoration: none;
}

.convergine-wrapper {
  width: 280px;
  font-size: 14px;
  margin-top: -20px;
  float: right;
  display: table;
  color: #697486;
}
.convergine-wrapper a span {
  text-decoration: underline;
}
.convergine-wrapper .left-block {
  width: calc(100% - 60px);
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
.convergine-wrapper .left-block a {
  color: #697486;
  text-transform: none;
  display: block;
  text-decoration: none;
}
.convergine-wrapper .left-block a:hover {
  color: #1EC8BA;
}
.convergine-wrapper .right-block {
  width: 55px;
}
.convergine-wrapper .right-block a {
  text-decoration: none;
  margin-top: 0;
  display: block;
  position: relative;
}

.menu-button {
  position: absolute;
  display: block;
  text-align: center;
  z-index: 999;
  background: transparent;
  outline: 0;
  right: 0;
  top: 20px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
}
.menu-button .hamburger {
  display: block;
  cursor: pointer;
  color: #F38550;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-button .hamburger.cross {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-button .hamburger.cross .bar:nth-child(1),
.menu-button .hamburger.cross .bar:nth-child(4) {
  opacity: 0;
}
.menu-button .hamburger.cross .bar:nth-child(2) {
  transform: rotate(45deg);
}
.menu-button .hamburger.cross .bar:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-button .hamburger.cross .bar {
  stroke: #001737;
}
.menu-button .hamburger.cross .circle {
  stroke: #1EC8BA;
  stroke-dashoffset: 0;
}
.menu-button .hamburger .bar {
  fill: none;
  stroke: #001737;
  stroke-width: 3;
  stroke-linecap: round;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menu-button .hamburger .circle {
  fill: none;
  stroke: #1EC8BA;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}

section.bg-light {
  padding: 100px 0;
  background: #E3ECFC;
}
section.bg-white {
  padding: 100px 0;
}

section.banner {
  background: #F9FAFC;
  margin-bottom: 0;
  position: relative;
  padding: 150px 0 80px;
}
section.banner .content-holder {
  margin-top: 80px;
}
section.banner .image-holder {
  z-index: 5;
}
section.banner .image-collage img.first {
  top: 140px;
  left: 145px;
  z-index: 2;
  position: absolute;
}
section.banner .image-collage img.sec {
  right: 130px;
  z-index: 2;
  position: absolute;
}
section.banner .image-collage img.third {
  z-index: 1;
  position: absolute;
}

body.admin-bar header.main-header {
  top: 32px;
}

header.main-header {
  max-width: 1920px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
header.main-header.sticky {
  position: fixed;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  animation: slide-down 0.7s;
}
header.main-header.sticky .logo-xl {
  top: 12px;
}
header.main-header.sticky .logo-xl .logo-main {
  display: none;
}
header.main-header.sticky .logo-xl .logo-icon {
  display: block;
}
header.main-header.sticky .logo-lg {
  top: 15px;
}
header.main-header.sticky .logo-lg .logo-main {
  display: none;
}
header.main-header.sticky .logo-lg .logo-icon {
  display: block;
}
header.main-header .logo-lg {
  width: 90px;
  top: 15px;
  margin-right: 100px;
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  float: left;
}
header.main-header .logo-lg .logo-icon {
  display: none;
  max-width: 65px;
}
header.main-header .logo-xl {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 50px;
  top: 1.5rem;
  display: inline-block;
}
header.main-header .logo-xl img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 177px;
}
header.main-header .logo-xl .logo-icon {
  display: none;
  max-width: 75px;
}

.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

nav.header-menu {
  padding: 34px 0;
}
nav.header-menu .splash {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
}
nav.header-menu .splash:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}
nav.header-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.header-menu ul.menu > li {
  margin-right: 40px;
  display: inline-block;
}
nav.header-menu ul.menu > li:last-child {
  margin-right: 0;
}
nav.header-menu ul.menu > li > a {
  font-size: 17px;
  color: #001737;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all ease 0.3s;
}
nav.header-menu ul.menu > li > a:after {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  width: 0;
  height: 1px;
  border-top: 4px solid #1EC8BA;
  -o-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
}
nav.header-menu ul.menu > li > a.active {
  color: #1EC8BA;
}
nav.header-menu ul.menu > li > a.active:after {
  width: 100%;
}
nav.header-menu ul.menu > li > a:hover {
  color: #1EC8BA;
}
nav.header-menu ul.menu > li > a:hover:after {
  width: 100%;
}

section .image {
  z-index: 0;
}
section .container {
  position: relative;
  z-index: 2;
}

section.featured-boxes {
  background: #F9FAFC;
  margin-bottom: 0;
}
section.featured-boxes.invert .wrapper {
  padding: 100px 0;
  background: #063DAE;
}
section.featured-boxes.invert .holder {
  max-width: 930px;
  margin: 0 auto;
}
section.featured-boxes .boxes .box {
  max-width: 430px;
}

section.projects {
  background: #F9FAFC;
}
section.projects.invert .wrapper {
  padding: 100px 0;
  background: #063DAE;
}
section.projects.invert .holder-top {
  max-width: 780px;
  margin: 0 auto;
}
section.projects.invert .holder-bot {
  max-width: 960px;
  margin: 0 auto;
}
section.projects .svg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.projects .boxes .box {
  max-width: 306px;
  padding: 24px;
  transition: all ease 0.5s;
  position: relative;
}
section.projects .boxes .box .content-holder {
  position: relative;
  z-index: 2;
}
section.projects .boxes .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  transition: all ease 0.5s;
  width: 100%;
  background: linear-gradient(180deg, #407BFF 0%, rgba(64, 123, 255, 0) 100%);
}
section.projects .boxes .box .description {
  transition: all ease 0.5s;
}
section.projects .boxes .box.active .description.invert {
  color: #fff;
}
section.projects .boxes .box.active:after {
  height: 100%;
}

section.hover-links {
  position: relative;
  padding-bottom: 80px;
}
section.hover-links .content-holder {
  position: relative;
  z-index: 2;
}
section.hover-links .links {
  width: 100%;
  max-width: 315px;
}
section.hover-links .links .link {
  padding: 20px;
  border-radius: 4px;
  display: block;
  position: relative;
  font-weight: 700;
  color: #001737;
  text-decoration: none;
  overflow: hidden;
}
section.hover-links .links .link.active {
  background-color: #ffffff;
  box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 20px;
}
section.hover-links .links .link.active:after {
  text-align: left;
  transition: 0.3s;
  transform: rotate(0deg) scale(1);
}
section.hover-links .links .link.active:before {
  height: 100%;
}
section.hover-links .links .link:before {
  content: "";
  background-color: #F38550;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
  width: 7px;
  height: 0;
  opacity: 1;
  transition: 0.3s;
  transform: rotate(0deg) scale(1);
}
section.hover-links .links .link:after {
  content: "";
  display: block;
  position: relative;
  transition: 0.5s;
  z-index: -1;
}
section.hover-links .links .link .text {
  display: inline-block;
  max-width: 220px;
}

section.services-list .holder {
  max-width: 830px;
  margin: 0 auto;
}

.services .service {
  display: block;
  position: relative;
}
.services .service .image-holder {
  height: 346px;
}
.services .service .image-holder img {
  max-width: 290px;
  margin: 0 auto;
}
.services .service .content-holder {
  padding: 28px 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  min-height: 260px;
}
.services .service .shadow {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(50px);
}
.services .col-holder:nth-child(1) .image-holder {
  background: #F38550;
}
.services .col-holder:nth-child(2) .image-holder {
  background: #7FDAF5;
}
.services .col-holder:nth-child(3) .image-holder {
  background: #F7DD55;
}
.services .col-holder:nth-child(4) .image-holder {
  background: #4B80F7;
}
.services .col-holder:nth-child(5) .image-holder {
  background: #FD6CB1;
}
.services .col-holder:nth-child(6) .image-holder {
  background: #69E39A;
}

section.carousel-section .slider {
  position: relative;
}
section.carousel-section .slider.initialized .carousel {
  opacity: 1;
  height: auto;
}
section.carousel-section .slider.initialized .preloader {
  opacity: 0;
}
section.carousel-section .slider .preloader {
  transition: all ease 0.5s;
}
section.carousel-section .slider .carousel {
  margin-bottom: 0;
  padding: 40px 75px;
  opacity: 0;
  height: 80px;
  overflow: hidden;
  transition: all ease 0.5s;
}
section.carousel-section .slider .carousel:hover .slick-arrow {
  opacity: 1;
}
section.carousel-section .slider .carousel:hover .slick-arrow.slick-prev {
  left: 20px;
}
section.carousel-section .slider .carousel:hover .slick-arrow.slick-next {
  right: 20px;
}
section.carousel-section .slider .image-holder {
  height: 80px;
}

.slick-arrow {
  top: calc(50% - 25px);
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  border: none;
  z-index: 10;
  font-size: 20px;
  transform: none;
  box-shadow: 0px 0 20px 0px rgba(126, 138, 180, 0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #063DAE;
  opacity: 0;
}
.slick-arrow:focus {
  color: #063DAE;
}
.slick-arrow:hover {
  background: #063DAE;
  color: #fff;
}
.slick-arrow:before {
  content: none !important;
}
.slick-arrow i {
  font-size: 22px;
}
.slick-arrow.slick-prev {
  left: 100px;
}
.slick-arrow.slick-next {
  right: 100px;
}

section.featured-icons .boxes .col-holder:nth-child(1) .box .circle {
  background: #F38550;
}
section.featured-icons .boxes .col-holder:nth-child(1) .box .bubble {
  transform: rotate(35deg);
}
section.featured-icons .boxes .col-holder:nth-child(2) .box .circle {
  background: #4D82F7;
}
section.featured-icons .boxes .col-holder:nth-child(2) .box .bubble {
  transform: rotate(17deg);
}
section.featured-icons .boxes .col-holder:nth-child(3) .box .circle {
  background: #FD6CB1;
}
section.featured-icons .boxes .col-holder:nth-child(3) .box .bubble {
  transform: rotate(0deg);
}
section.featured-icons .boxes .col-holder:nth-child(4) .box .circle {
  background: #7FDAF5;
}
section.featured-icons .boxes .col-holder:nth-child(4) .box .bubble {
  transform: rotate(180deg);
}
section.featured-icons .boxes .col-holder:nth-child(5) .box .circle {
  background: #F7DD55;
}
section.featured-icons .boxes .col-holder:nth-child(5) .box .bubble {
  transform: rotate(215deg);
}
section.featured-icons .boxes .col-holder:nth-child(6) .box .circle {
  background: #69E39A;
}
section.featured-icons .boxes .col-holder:nth-child(6) .box .bubble {
  transform: rotate(75deg);
}
section.featured-icons .boxes .box {
  position: relative;
}
section.featured-icons .boxes .box .circle {
  position: relative;
  padding: 5px;
  margin: 0 auto;
  z-index: 2;
  display: block;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 10px solid #FBFCFF;
  background: #F38550;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), inset -15px 0px 0px rgba(0, 0, 0, 0.05);
}
section.featured-icons .boxes .box .circle img {
  border-radius: 50%;
}
section.featured-icons .boxes .box.active .bubble:after {
  background: #1657E2;
}
section.featured-icons .boxes .box .description {
  width: calc(100% - 30px);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
section.featured-icons .boxes .box .icon-holder img {
  position: relative;
  z-index: 2;
}
section.featured-icons .boxes .box .content-holder {
  position: relative;
  z-index: 2;
}
section.featured-icons .boxes .box .bubble {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  width: 220px;
  height: 220px;
}
section.featured-icons .boxes .box .bubble:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #E3ECFC;
  transition: background-color ease 0.5s;
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  -webkit-animation: sliderShape 5s linear infinite;
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

section.content-section .image {
  background-size: contain;
}
section.content-section .holder {
  max-width: 740px;
  margin: 0 auto;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 3px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
}

.form-field {
  margin-bottom: 22px;
}

.form-control {
  border: none;
  height: 55px;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 13px;
  color: #5C687A;
}
.form-control:focus {
  outline: none;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.09);
}

.list-custom ul {
  padding-left: 15px;
  list-style: none;
}
.list-custom ul li {
  margin-bottom: 10px;
}
.list-custom ul li:before {
  content: "•";
  color: #F38550;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

textarea.form-control {
  height: 130px;
}

footer.main-footer .logo {
  display: inline-block;
  max-width: 80px;
}

.grecaptcha-badge {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
