@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  font-size: 20px;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #203B81;
}

:-moz-placeholder {
  color: #203B81;
}

::-moz-placeholder {
  color: #203B81;
}

:-ms-input-placeholder {
  color: #203B81;
}

::selection {
  background: #C60C30;
  color: #EC198F;
}

::-moz-selection {
  background: #C60C30;
  color: #EC198F;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: ate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    nsform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
/*General Elements */
body, input, textarea, select, option {
  font-family: "Poppins", sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.content {
  width: 100%;
  margin: auto;
}

/*:before{font-family: IcoFont;font-style: normal;}*/
.borderBtn {
  background: linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
  padding: 2px;
  display: inline-block;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
}
.borderBtn span {
  display: block;
  padding: 8px 32px;
  background: #fff;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  color: #203B81;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.borderBtn:hover span {
  background: none;
  color: #fff;
}

section {
  padding: 0 140px;
  position: relative;
  margin-bottom: 100px;
}
section .content {
  position: relative;
  z-index: 2;
}
section .content.blue {
  background: #203B81;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden;
}
section .content.blue:before {
  display: block;
  content: "";
  width: 20%;
  padding-bottom: 20%;
  position: absolute;
  background: #FC5E5E;
  filter: blur(165px);
  top: -10%;
  left: -10%;
  z-index: -1;
}
section .content.small {
  padding: 90px 15%;
}
section.decored:before {
  position: absolute;
  width: 821.22px;
  height: 326.81px;
  left: 0%;
  top: 60%;
  background: #E71D92;
  opacity: 0.12;
  filter: blur(66px);
  transform: rotate(39.64deg);
  content: "";
}
section.decored:after {
  position: absolute;
  width: 851.62px;
  height: 124.69px;
  left: -10%;
  top: 60%;
  background: #898BE6;
  opacity: 0.45;
  filter: blur(66px);
  transform: rotate(39.64deg);
  content: "";
}

h1 {
  font-size: 40px;
  font-weight: bold;
}
h1.colorful {
  background: linear-gradient(0deg, #203B81 44.33%, #F26BD1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 5px;
}

h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}
h2.colorful {
  background: linear-gradient(0deg, #203B81 44.33%, #F26BD1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 5px;
}

h3 {
  color: #4A4F54;
  font-size: 22px;
  padding-bottom: 20px;
}

.pb-0 {
  padding-bottom: 0;
}

p {
  font-size: 16px;
  color: #787CAB;
  font-weight: 400;
}
p.padded {
  padding: 25px 0 55px;
}
p.max-470 {
  max-width: 470px;
}

.checkbox-box {
  color: #fff;
  font-size: 12px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.checkbox-box input {
  position: absolute;
  opacity: 0;
}

.checkbox-box label {
  margin-right: 0;
  position: relative;
  padding-left: 25px;
  min-width: auto;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
  font-size: 12px;
}

.checkbox-box label a {
  text-decoration: underline;
}

.checkbox-box label:before {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.checkbox-box input:checked + label:before {
  background: #C60C30;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.row .col.col-1 {
  width: 100%;
}
.row .col.col-2 {
  width: 50%;
}
.row .col.col-3 {
  width: 33.3333%;
}
.row .col.col-4 {
  width: 25%;
}
.row .col.col-5 {
  width: 20%;
}
.row .col.max-520 {
  max-width: 520px;
}
.row.justify-between {
  justify-content: space-between;
}
.row.align-center {
  align-items: center;
}
.row.cList {
  margin-left: -25px;
  margin-right: -25px;
}
.row.cList .col {
  padding: 25px;
}

.imgSlider {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px;
}
.imgSlider .owl-carousel .owl-nav {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: -70px;
  left: 0%;
}
.imgSlider .owl-carousel .owl-nav button {
  width: 48px;
  height: 42px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin: 0 3px;
}
.imgSlider .owl-carousel .owl-nav button span {
  display: block;
  width: 100%;
  height: 100%;
}
.imgSlider .owl-carousel .owl-nav button.owl-prev {
  background: #fff;
}
.imgSlider .owl-carousel .owl-nav button.owl-prev span {
  background: url(../images/icons/arrow-l-b.svg) no-repeat center;
}
.imgSlider .owl-carousel .owl-nav button.owl-next {
  background: linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
}
.imgSlider .owl-carousel .owl-nav button.owl-next span {
  background: url(../images/icons/arrow-r-w.svg) no-repeat center;
}

.txtItem {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1EA;
}
.txtItem strong {
  display: block;
  color: #203B81;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 25px;
}

.blue .txtItem {
  border-bottom: 1px solid #fff;
}
.blue .txtItem strong {
  color: #fff;
}
.blue .txtItem p {
  color: #fff;
}
.blue h2 {
  color: #fff;
}
.blue h2 span {
  color: #ccc;
}
.blue p {
  color: #fff;
}

.content-right {
  text-align: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

a.logo {
  width: 240px;
  height: 40px;
  background: url(../images/logo.svg) no-repeat left center;
  display: block;
  background-size: 100% 100%;
}

img.w100 {
  width: 100%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin: 40px 0;
}

/*General Elements */
header {
  width: 100%;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 70px;
  padding-left: 140px;
  padding-right: 140px;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
header .content div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .content div a:first-child {
  margin-right: 5px;
}
header nav ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header nav ul li a {
  color: #25262A;
  font-size: 16px;
  font-weight: 400;
  padding: 0 24px;
  opacity: 0.8;
}
header nav ul li a:hover, header nav ul li a.selected {
  opacity: 1;
}
header nav ul li:last-child {
  display: none;
}
header.scrolled {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
header a.meetUs {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  background: linear-gradient(250.54deg, #F31386 0%, #AF45CB 92.02%);
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  letter-spacing: -0.02em;
}
header a.meetUs span {
  display: block;
  padding-right: 27px;
  position: relative;
}
header a.meetUs span:before {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 5px;
  background: url(../images/icons/meetArrow.svg) no-repeat center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
header a.meetUs:hover span::before {
  transform: rotate(45deg);
}
header a.menuLink {
  width: 40px;
  height: 40px;
  display: none;
  background: linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
header a.menuLink span {
  display: block;
  width: 25px;
  height: 100%;
  position: relative;
  margin: auto;
}
header a.menuLink span i {
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 2px;
  left: 0;
}
header a.menuLink span i:nth-child(1) {
  top: 10px;
}
header a.menuLink span i:nth-child(2) {
  top: 18px;
}
header a.menuLink span i:nth-child(3) {
  top: 26px;
}
header a.menuLink.opened span i {
  width: 10px !important;
}
header a.menuLink.opened span i:nth-child(1) {
  width: 29px !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: -3px;
  top: 18px;
}
header a.menuLink.opened span i:nth-child(2) {
  opacity: 0;
}
header a.menuLink.opened span i:nth-child(3) {
  width: 29px !important;
  transform: rotate(-5deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  left: -3px;
  top: 18px;
}

main {
  position: relative;
  overflow: hidden;
}
main .decor {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
main .decor.d1 {
  width: 100%;
  height: 100%;
  top: 300px;
  left: 0;
  animation: zoomIn ease-in-out 5s infinite alternate;
}
main .decor.d1:before {
  position: absolute;
  width: 821.22px;
  height: 326.81px;
  left: 0%;
  top: 0;
  background: #E71D92;
  opacity: 0.12;
  filter: blur(66px);
  transform: rotate(39.64deg);
  content: "";
}
main .decor.d1:after {
  position: absolute;
  width: 851.62px;
  height: 124.69px;
  left: -10%;
  top: 0;
  background: #898BE6;
  opacity: 0.45;
  filter: blur(66px);
  transform: rotate(39.64deg);
  content: "";
}
main .decor.d2 {
  width: 100%;
  height: 100%;
  top: 80vh;
  left: 0;
  animation: zoomOut ease-in-out 5s infinite alternate;
}
main .decor.d2:before {
  position: absolute;
  width: 821.22px;
  height: 326.81px;
  right: 0%;
  top: 0;
  background: #E71D92;
  opacity: 0.12;
  filter: blur(66px);
  transform: rotate(144.64deg);
  content: "";
}
main .decor.d2:after {
  position: absolute;
  width: 851.62px;
  height: 124.69px;
  right: -10%;
  top: 0;
  background: #898BE6;
  opacity: 0.45;
  filter: blur(66px);
  transform: rotate(144.64deg);
  content: "";
}

section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  padding: 0;
}
section.mainSlider .videoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
section.mainSlider video {
  height: 100%;
  width: auto;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider .item {
  position: relative;
  overflow: hidden;
}
section.mainSlider .item img {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  right: -100%;
  z-index: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(-50%);
}
section.mainSlider .active .item img {
  right: 0;
}
section.mainSlider .owl-dots {
  position: absolute;
  left: 140px;
  bottom: 140px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.mainSlider .owl-dots .owl-dot {
  display: block;
  width: 80px;
  height: 6px;
  position: relative;
  background: #F3F4F7;
}
section.mainSlider .owl-dots .owl-dot span {
  display: block;
  width: 0px;
  height: 100%;
  background: linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
section.mainSlider .owl-dots .owl-dot.active span {
  width: 100%;
}
section.mainSlider .owl-nav {
  width: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 120px;
  left: 30%;
}
section.mainSlider .owl-nav button {
  width: 48px;
  height: 42px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
section.mainSlider .owl-nav button span {
  display: block;
  width: 100%;
  height: 100%;
}
section.mainSlider .owl-nav button.owl-prev {
  background: #fff;
}
section.mainSlider .owl-nav button.owl-prev span {
  background: url(../images/icons/arrow-l-b.svg) no-repeat center;
}
section.mainSlider .owl-nav button.owl-next {
  background: linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
}
section.mainSlider .owl-nav button.owl-next span {
  background: url(../images/icons/arrow-r-w.svg) no-repeat center;
}
section.mainSlider .owl-item.fadeOut .item img {
  right: -100%;
}
section.mainSlider .caption {
  position: absolute;
  left: 140px;
  top: 25%;
  max-width: 530px;
  z-index: 2;
}
section.mainSlider .caption h1 {
  display: block;
  width: 100%;
  color: #203B81;
  font-size: 80px;
  font-weight: 300;
  letter-spacing: -4px;
  line-height: 1;
}
section.mainSlider .caption h1 strong {
  font-weight: 600;
}
section.mainSlider .caption p {
  padding: 30px 0 50px;
}
section.mainSlider .caption p strong {
  font-size: 18px;
  color: #EC198F;
}

section.apps .content {
  background: #F3F4F7;
  padding: 60px 120px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
section.apps h2 {
  text-align: center;
}
section.apps p {
  color: #203B81;
  text-align: center;
  font-size: 20px;
  max-width: 900px;
  margin: auto;
}

.circle {
  width: 82%;
  padding-bottom: 82%;
  background: linear-gradient(180deg, #BC3DBF 0%, #D32CA7 49.5%, #EB1A8F 100%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: relative;
  margin: auto;
}
.circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 60%;
}
.circle p strong {
  display: block;
  width: 100%;
  font-size: 50px;
}
.circle p span {
  display: block;
  font-size: 20px;
  padding: 20px 0;
}
.circle p img {
  display: block;
  margin: auto;
}

#blogSlider {
  margin-top: 70px;
}
#blogSlider .item a {
  display: block;
  width: 100%;
}
#blogSlider .item a span.img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 62%;
}
#blogSlider .item a span.img img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#blogSlider .item a strong {
  display: block;
  color: #203B81;
  font-weight: 500;
  font-size: 24px;
  padding: 20px 0;
  line-height: 1;
}
#blogSlider .item a span.more {
  display: block;
  color: #203B81;
}
#blogSlider .item a span.more i {
  font-style: normal;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/icons/arrow-more.svg) no-repeat right center;
  padding-right: 30px;
}
#blogSlider .item a:hover span.img img {
  width: 110%;
}
#blogSlider .item a:hover span.more i {
  padding-right: 60px;
}

footer {
  padding: 0 140px;
}
footer .newsLetter {
  width: 100%;
  background: #203B81;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 40px 7.5%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .newsLetter .title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: url(../images/icons/newsletter.svg) no-repeat left top;
  padding: 5px 0 10px 70px;
  line-height: 1.2;
  width: calc(85% - 380px);
}
footer .newsLetter .title span {
  color: #90A0CB;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
footer .newsLetter .nForm {
  width: 350px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
footer .newsLetter .nForm input[type=text] {
  background: #365196;
  height: 50px;
  border: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
}
footer .newsLetter .nForm input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
footer .newsLetter .nForm input[type=text]:-moz-placeholder {
  color: #fff;
}
footer .newsLetter .nForm input[type=text]::-moz-placeholder {
  color: #fff;
}
footer .newsLetter .nForm input[type=text]:-ms-input-placeholder {
  color: #fff;
}
footer .newsLetter .nForm input[type=submit] {
  background: url(../images/icons/arrow-r-w.svg) no-repeat center, linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
  height: 40px;
  border: none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  width: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
}
footer .newsLetter .social {
  width: 15%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
footer .newsLetter .social a {
  margin-left: 10px;
}
footer .newsLetter .social svg {
  display: block;
  width: 30px;
  height: 30px;
}
footer .newsLetter .social svg path {
  fill: #fff;
}
footer .footerBottom {
  border-top: 1px solid #E1E1EA;
  margin-top: 70px;
  padding: 50px 0 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footerBottom ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .footerBottom ul li a {
  font-size: 16px;
  color: #25262A;
  opacity: 0.8;
  padding: 0 20px;
}
footer .footerBottom .legal a {
  color: #203B81;
  font-size: 16px;
  text-decoration: underline;
}
footer .copyright {
  text-align: right;
  color: #25262A;
  font-size: 16px;
  padding-bottom: 50px;
}

section.subPage {
  padding-top: 220px;
}

.pageHeader {
  background: #203B81;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden;
  color: #fff;
  padding: 65px 15%;
  position: relative;
  margin-bottom: 130px;
}
.pageHeader:before {
  display: block;
  content: "";
  width: 20%;
  padding-bottom: 20%;
  position: absolute;
  background: #FC5E5E;
  filter: blur(165px);
  top: -10%;
  left: -10%;
}
.pageHeader h1 {
  font-weight: 500;
  font-size: 80px;
  position: relative;
}
.pageHeader p {
  color: #fff;
  max-width: 470px;
  position: relative;
}
.pageHeader.m0 {
  margin-bottom: 0;
}

.txtImg {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E1E1EA;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
.txtImg .img {
  width: 50%;
  padding-right: 130px;
}
.txtImg .img img {
  display: block;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
.txtImg .txt {
  width: 50%;
}
.txtImg .txt small {
  display: block;
  color: #203B81;
  font-size: 16px;
}
.txtImg .txt p {
  max-width: 570px;
  padding: 25px 0 75px;
}
.txtImg .txt a.more {
  display: block;
  color: #203B81;
}
.txtImg .txt a.more i {
  font-style: normal;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/icons/arrow-more.svg) no-repeat right center;
  padding-right: 30px;
}
.txtImg .txt:hover a.more i {
  padding-right: 60px;
}

.formHolder {
  max-width: 470px;
}
.formHolder .fRow {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.formHolder .fRow .fCol {
  width: 100%;
}
.formHolder .fRow .fCol.w50 {
  width: 49%;
}
.formHolder input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D0D0D0;
  background: none;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
}
.formHolder input[type=submit] {
  width: 100%;
  border: none;
  background: linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 164px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.cItem {
  width: 100%;
  display: block;
  position: relative;
}
.cItem img {
  display: block;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
.cItem span {
  background: #fff;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 30px;
  color: #25262A;
  font-size: 20px;
  width: 75%;
}
.cItem span strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  color: #333;
  padding-left: 15px;
}
.cItem span strong:before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background: #1A5AFF;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
}
.cItem i {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  background: #fff url(../images/icons/arrow-r-b.svg) no-repeat center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.cItem:hover i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.meetUs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.meetUs .left {
  width: 50%;
}
.meetUs .left p a {
  color: #747EF9;
  text-decoration: underline;
  font-weight: 600;
}
.meetUs .left p a:hover {
  color: #203B81;
}
.meetUs .right {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.meetUs .right .meetForm {
  background: #203B81;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  overflow: hidden;
  color: #fff;
  padding: 60px;
  position: relative;
  margin-bottom: 130px;
  max-width: 460px;
  width: 100%;
}
.meetUs .right .meetForm:before {
  display: block;
  content: "";
  width: 60%;
  padding-bottom: 60%;
  position: absolute;
  background: #FC5E5E;
  filter: blur(165px);
  top: -10%;
  left: -10%;
}
.meetUs .right .meetForm img {
  display: block;
  margin: 0 auto 60px;
  position: relative;
}
.meetUs .right .meetForm .meetFormInner {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.meetUs .right .meetForm .meetSteps {
  width: 300%;
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.meetUs .right .meetForm .meetStep {
  width: 33.3333%;
}
.meetUs .right .meetForm .meetStep strong {
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
}
.meetUs .right .meetForm .meetStep ul.timePicker li a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 5px;
}
.meetUs .right .meetForm .meetStep ul.timePicker li a:hover {
  background: #fff;
  color: #203B81;
}
.meetUs .right .meetForm .meetStep input[type=text] {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.meetUs .right .meetForm .meetStep input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.meetUs .right .meetForm .meetStep input[type=text]:-moz-placeholder {
  color: #fff;
}
.meetUs .right .meetForm .meetStep input[type=text]::-moz-placeholder {
  color: #fff;
}
.meetUs .right .meetForm .meetStep input[type=text]:-ms-input-placeholder {
  color: #fff;
}

@media screen and (max-width: 1540px) {
  header {
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
  }
  footer {
    padding: 0 70px;
  }
  h2 {
    font-size: 36px;
  }
  section.mainSlider .item img {
    top: 55%;
    width: 55%;
  }
  section.mainSlider .caption {
    left: 70px;
  }
  section.mainSlider .caption h1 {
    font-size: 60px;
  }
  section.mainSlider .caption h1 strong {
    display: block;
  }
  section.mainSlider .owl-dots {
    left: 70px;
    bottom: 70px;
  }
  section.mainSlider .owl-nav {
    bottom: 50px;
  }
  section {
    padding: 0 70px;
  }
  section .content.small {
    padding: 70px 7.5%;
  }
  section.apps .content {
    padding: 60px 70px;
  }
  section.apps p {
    font-size: 18px;
  }
  .circle p strong {
    font-size: 40px;
  }
  .circle p span {
    font-size: 18px;
  }
  .pageHeader {
    padding: 65px 7.5%;
  }
  .pageHeader h1 {
    font-size: 60px;
  }
  section.subPage {
    padding-top: 160px;
  }
  .cItem span {
    font-size: 16px;
  }
  .cItem span strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  header a.meetUs {
    font-size: 12px;
  }
  header nav ul li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1050px) {
  header {
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }
  header nav ul li a {
    padding: 0 15px;
  }
  header a.meetUs {
    font-size: 13px;
    padding: 12px 20px;
  }
  footer {
    padding: 0 35px;
  }
  footer .newsLetter {
    padding: 35px;
  }
  footer .newsLetter .title span {
    font-size: 12px;
  }
  section.mainSlider .caption {
    max-width: 410px;
  }
  section {
    padding: 0 35px;
  }
  section .content.small {
    padding: 70px 35px;
  }
  .circle p strong {
    font-size: 36px;
  }
  .circle p span {
    font-size: 16px;
  }
  .pageHeader {
    padding: 35px;
  }
  .pageHeader h1 {
    font-size: 50px;
  }
  .pageHeader p {
    max-width: none;
  }
  .txtImg .img {
    padding-right: 60px;
  }
  .txtImg .txt p {
    padding: 25px 0 40px;
  }
  .formHolder input[type=text] {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  a.logo {
    width: 160px;
  }
  header {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  header .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .content div a:first-child {
    display: none;
  }
  header nav {
    position: absolute;
    width: 100%;
    top: -100vh;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav ul li:last-child {
    display: block;
  }
  header nav ul li:last-child a {
    font-size: 18px !important;
    text-align: center;
    padding: 15px 0 !important;
  }
  header a.meetUs {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1;
  }
  header a.meetUs span {
    padding-right: 22px;
    width: 70px;
    text-align: center;
  }
  header a.menuLink {
    display: block;
  }
  header.opened {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header.opened nav {
    top: 60px;
    width: 100%;
    left: 0;
    height: 100vh;
    padding: 40px 20px;
    background: #fff;
  }
  header.opened nav ul {
    width: 100%;
  }
  header.opened nav ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  header.opened nav ul li a {
    font-size: 24px;
    padding: 10px 0px;
    display: block;
  }
  .borderBtn span {
    padding: 6px 22px;
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  section.mainSlider .caption {
    max-width: 410px;
    left: 25px;
    top: 100px;
    width: 90%;
  }
  section.mainSlider .caption h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  section.mainSlider .caption p {
    width: 100%;
    padding: 15px 0;
  }
  section.mainSlider .item img {
    top: auto;
    bottom: 0;
    width: 80%;
  }
  section.mainSlider .owl-nav {
    right: 25px;
    left: auto;
    bottom: 25px;
  }
  section.mainSlider .owl-dots {
    left: 25px;
    bottom: 35px;
  }
  h2 {
    font-size: 28px;
  }
  .row .col {
    width: 100% !important;
  }
  section {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  section .content.small {
    padding: 40px 0;
  }
  section .content.blue {
    padding: 40px 25px;
  }
  section.apps .content {
    padding: 40px 25px;
  }
  section.apps p {
    font-size: 16px;
  }
  .circle {
    width: 100%;
    padding-bottom: 100%;
    margin-top: 40px;
  }
  .circle p {
    width: 90%;
  }
  .circle p strong {
    font-size: 32px;
  }
  .circle p span {
    font-size: 14px;
  }
  .circle p img {
    width: 80px;
  }
  .txtImg {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .txtImg .img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .txtImg .txt {
    width: 100%;
  }
  footer {
    padding: 0 25px;
  }
  footer .newsLetter {
    padding: 25px;
  }
  footer .newsLetter .title {
    width: 100%;
  }
  footer .newsLetter .title span {
    font-size: 12px;
  }
  footer .newsLetter .nForm {
    width: 100%;
  }
  footer .newsLetter .social {
    width: 100%;
    padding-top: 30px;
    justify-content: center;
  }
  footer .footerBottom a.logo {
    margin: auto;
  }
  footer .footerBottom ul {
    display: none;
  }
  footer .footerBottom .legal {
    width: 100%;
    text-align: center;
  }
  footer .footerBottom .copyright {
    width: 100%;
    text-align: center;
  }
  .imgSlider {
    margin-bottom: 100px;
  }
  .content-right {
    text-align: left;
    margin-top: 35px;
  }
  .cItem span {
    font-size: 12px;
    bottom: 10px;
    left: 10px;
    padding: 15px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    width: 90%;
  }
  .cItem span strong {
    font-size: 16px;
  }
  .cItem i {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .meetUs .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .meetUs .right {
    width: 100%;
  }
  .meetUs .right .meetForm {
    padding: 20px;
  }
  .meetUs .right .meetForm .ui-datepicker {
    width: 100%;
  }
}
/***********************************************************************************************************************
MessageBox - A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions
    Author          : Gaspare Sganga
    Version         : 2.0.1
    License         : MIT
    Documentation   : http://gasparesganga.com/labs/jquery-message-box/
***********************************************************************************************************************/
/*
    You can customize your MessageBox style directly in this file 
    or override some classes/styles using an external CSS file loaded after this.
*/
/* Overlay */
.messagebox_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

.messagebox_overlay *:focus {
  outline: 0;
}

/* MessageBox */
.messagebox {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #303030;
  background-color: #fcfcfc;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 4px #a0a0a0;
  max-height: 90%; /* This value is useful only when "top" option is set to "auto" */
  max-width: 90%;
  min-width: 300px;
}

/* Content */
.messagebox_content {
  padding: 20px;
  padding-bottom: 0; /* In order to preserve "padding-bottom" when the content is taller than the MessageBox and thus scrolled on the Y-axis, use the following's :after pseudo-class "height" value instead of "padding-bottom" here! */
}

.messagebox_content:after {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px; /* Use this value as if it was #messagebox_content's "padding-bottom" to preserve it when the content overflows Y-axis and the scrollbar is shown */
}

/* Input's Label */
.messagebox_content_label {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-style: italic;
}

/* Input (it applies to selects too) */
.messagebox_content_input {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  color: #303030;
  border: 1px solid #909090;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

.messagebox_content_input:hover {
  border-color: #707070;
}

.messagebox_content_input:focus {
  border-color: #707070;
  box-shadow: inset 0px 0px 3px #ffd540;
}

/* Input's style when placed inside a label */
.messagebox_content_label .messagebox_content_input {
  margin-top: 4px;
}

/* Select's "fake placeholder" */
.messagebox_content_input_selectplaceholder {
  color: #909090;
}

/* Buttons */
.messagebox_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #c8c8c8;
  padding: 10px 20px;
  text-align: center;
}

.messagebox_buttons button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  margin: 0px 4px;
  padding: 5px 10px;
  cursor: pointer;
  color: #404040;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}

.messagebox_buttons button:hover {
  color: #202020;
  background-color: #f0f0f0;
}

.messagebox_buttons button:active {
  background-color: #e6e6e6;
  border: 1px solid #a0a0a0;
  box-shadow: inset 0px 0px 6px #d0d0d0;
}

.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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