@font-face {
  font-family: m700;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-700-webfont.woff2");
}

@font-face {
  font-family: m900;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-900-webfont.woff2");
}

@font-face {
  font-family: m500;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-500-webfont.woff2");
}

@font-face {
  font-family: m300;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-300-webfont.woff2");
}

body {
  font-family: Arial;
  font-size: 16px;
  color: #000;
  background-color: #000;
  position: relative;
  overflow-x: hidden;
}

body a,
body a:hover,
body a:visited {
  color: #fff;
  text-decoration: none;
}

em {
  font-style: italic;
}

/* body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: linear-gradient(180deg, #0051C4 0%, rgba(0, 81, 196, 0) 100%);
    z-index: -1;
} */

img {
  max-width: 100%;
  height: auto;
}

.section-title {
  font-family: m900;
  font-size: 38px;
  line-height: 55px;
  text-align: center;
}

.section-content {
  margin-top: 25px;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  line-height: 35px;
}

/* CTA */
.cta-wrap {
  /* display: flex; */
  /* justify-content: space-between; */
  width: 360px;
  max-width: 100%;
}

.cta-apply-wrap {
  /* display: none; */
  flex-direction: column;
  /* justify-content: space-between; */
  max-width: 100%;
  margin-bottom: 15px;
}

.cta-submit {
  margin-top: 10px;
  width: 100%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  height: 46px;
  line-height: 46px;
  /* padding: 10px; */
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: m900;
  border: none;
  background-color: #05C65E;
}

.cta-wrap.cta-invite-disabled {
  pointer-events: none;
  /* opacity: 0.8; */
}

.cta-wrap.cta-invite-disabled .cta-email,
.cta-wrap.cta-invite-disabled .cta-submit {
  color: #9C9C9C;
  border: 1px dotted #9C9C9C;
  background-color: transparent;
}

.cta-email {
  padding: 5px;
  width: 100%;
  height: 46px;
}

/* Content Box */
.content-box {
  padding: 60px 25px;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  position: relative;
}

.content-box .content-box-title {
  font-family: m900;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

.content-box .content-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #0066FF;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 20px;
}

.content-box .content-box-content {
  /* font-family: m500; */
}

/* Header */
#header {
  padding-top: 25px;
  padding-bottom: 25px;
  /* margin-bottom: 50px; */
  color: #fff;
  position: relative;
}

#logo svg {
  margin-right: 10px;
}

#header .header-circle-1 {
  display: block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  top: -180px;
  right: 0;
  z-index: -2;
}

#header .header-circle-2 {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  top: 110px;
  right: 200px;
  z-index: -2;
}

/* Hero section */
#hero-section {
  position: relative;
}

#hero-section .hero-image {
  vertical-align: bottom;
}

#hero-section h1 {
  font-family: m900;
  font-size: 44px;
  line-height: 52px;
  color: #FCFCFC;
}

#hero-section .section-content {
  margin-top: 25px;
  /* font-family: m300; */
  color: #D4DDEB;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

#hero-section .cta-wrap {
  margin-top: 30px;
}

#hero-section .hero-circle-1 {
  display: block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: -180px;
  right: 40%;
  z-index: -2;
}

#hero-section .hero-circle-2 {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: 100px;
  right: 60%;
  z-index: -2;
}

#hero-section .hero-circle-3 {
  display: block;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: #0258D2;
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -3;
}

/* Testimonial section */
#testimonial-section {
  padding-top: 70px;
  padding-bottom: 55px;
  color: #000;
  background-color: #fff;
  position: relative;
}

#testimonial-section .section-content {
  margin-bottom: 20px;
}

#testimonial-section .testimonial-box {
  padding: 15px;
}

#testimonial-section .testimonial-content {
  margin-top: 15px;
  color: #555555;
  line-height: 24px;
}

#testimonial-section .testimonial-name {
  margin-top: 15px;
  color: #59616C;
}

#testimonial-section .testimonial-circle-1 {
  display: block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: 100px;
  right: -120px;
  z-index: -2;
}

#testimonial-section .testimonial-circle-2 {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #3085FF;
  position: absolute;
  bottom: 130px;
  right: -90px;
  z-index: -2;
}

#testimonial-section .testimonial-circle-3 {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #559CFF;
  position: absolute;
  bottom: 150px;
  right: -60px;
  z-index: -2;
}

/* Expectations section */
#expectations-section {
  padding-top: 90px;
  padding-bottom: 100px;
  color: #fff;
  position: relative;
}

#expectations-section .section-content {
  margin-top: 15px;
  margin-bottom: 60px;
}

#expectations-section .content-box {
  color: #000;
  /* font-family: m500; */
  font-size: 15px;
}

#expectations-section .content-box-content span {
font-family: m700;
display: block;
margin-bottom: 20px;
}


#expectations-section .content-box-icon {
  background-color: #000;
}

#expectations-section .content-box-content {
  font-family: m500;
}

#expectations-section .row>.col-md-3 {
  /* display: flex; */
  margin-bottom: 50px;
}

#expectations-section .expectations-circle-1 {
  display: block;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: 100px;
  left: -200px;
  z-index: -2;
}

#expectations-section .expectations-circle-2 {
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #3085FF;
  position: absolute;
  bottom: 150px;
  left: -150px;
  z-index: -2;
}

/* Q & A section */
#qa-section {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #F4F5F5;
  ;
}

#qa-section .section-title {
  margin-bottom: 60px;
}

#qa-section .row>div {
  margin-bottom: 50px;
}

#qa-section .content-box-icon {
  font-family: m700;
  font-size: 40px;
}

/* Footer */
#footer {
  padding-top: 95px;
  padding-bottom: 75px;
  color: #fff;
}

#footer .section-title {
  font-family: m700;
}

#footer .container {
  position: relative;
}

#footer .cta-wrap {
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer-circle {
  display: block;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: 100px;
  left: -100px;
  z-index: -2;
}

@media (max-width: 991px) {

  #testimonial-section .testimonial-circle-1,
  #testimonial-section .testimonial-circle-2,
  #testimonial-section .testimonial-circle-3 {
    display: none;
  }
}

@media (max-width: 767px) {

  #header .header-circle-1,
  #header .header-circle-2,
  #hero-section .hero-circle-1,
  #hero-section .hero-circle-2,
  #hero-section .hero-circle-3,
  #expectations-section .expectations-circle-1,
  #expectations-section .expectations-circle-2,
  #footer .footer-circle {
    display: none;
  }
}

/* Equal height columns */
@media (min-width: 768px) {
  #expectations-section .row>.col-md-3 {
    display: flex;
  }
}

/* Vukasinov edit */
@media (min-width: 1100px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}

/* ovo sa manjim procentom ukoliko mogu da se centriraju elementi */
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 30%;
  }
}
