* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  /* font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000000; */
  font-size: 18px;
  overflow-x: hidden;
}

section {
  padding: 30px 0;
  overflow-x: hidden;
}



@media (min-width: 992px) {
  section {
    padding: 35px 0;
    
  }
}

h1, h2, h3 {
  font-weight: 700;
  font-size: 35px;
}

h1 em, h2 em, h3 em {
  font-style: normal;
  color: #2589ff;
}

h4 {
  font-weight: 700;
  font-size: 25px;
}

h4 em {
  font-style: normal;
  color: #f4b859;
}

h5 {
  font-size: 25px;
  font-weight: 600;
  color: #2589ff;
}


h6 {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767.97px) {
  body {
    font-size: 15px;
  }
  h1, h2, h3 {
    font-size: 30px;
  }
  h4, h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 15px;
  }
}

.main-color {
  color: #f4b859;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #5801a9;
}

.btn {
  padding: 14px;
  min-height: 48px;
  border-radius: 90px;
  background-color: #ffffff;
  /* border: 1px solid #f4b859; */
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #007fff;
  cursor: pointer;
}

.btn_transp {
  background-color: transparent;
  color: #ffffff;
}

.btn_transp:hover, .btn_transp:focus {
  color: #ffffff;
}

.btn-lg {
  font-size: 20px;
  line-height: 24px;
  min-height: 77px;
  padding: 26px;
  width: 100%;
  max-width: 380px;
}

input[type=text],
input[type=email] {
  padding: 25px;
  width: 100%;
  max-width: 380px;
  height: 76px;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  color: #e4e4e4;
  font-size: 20px;
  line-height: 24px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #e4e4e4;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #e4e4e4;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #f5b858;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 5px;
  width: 21px;
  height: 15px;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}

.popup-youtube {
  cursor: pointer;
}

.privacy-link {
  text-decoration: underline;
}

.navbar {
  background-image: url(../../img/bg/bg-office.png);
  background-repeat: no-repeat;
}

.navbar .nav-link {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}

.navbar .nav-link:hover {
  color: #5801a9;
}

.navbar .special .nav-link {
  color: #5801a9;
}

.navbar .navbar-toggler {
  padding: 5px;
  font-size: 30px;
  border: none;
  color: #ffffff;
  background-color: transparent;
}

.navbar .dropdown-menu {
  background-color: #ffffff;
}

.navbar .dropdown-item {
  color: #000000;
  background: transparent;
}

.navbar .dropdown-item:hover {
  color: #5801a9;
}

.story .item .img-wrapper {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 120%;
}


.feedbacks {
  padding: 20px;
  background: #F5F9FF;
  border-radius: 15px;
}



.story .item .about {
  color: #000000;
}

.story .item .about b {
  font-weight: 600;
}

.story .item .about a {
  color: #000000;
  font-weight: 600;
}

.story .item .about a:hover {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
}

.vines {
  max-width: 31.666667%;
}

.testimonials {
  background-color: #ffffff;
}

.testimonials .img-wrapper {
  border-radius: 10px;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 26px -10px #5801a9;
          box-shadow: 0px 0px 26px -10px #5801a9;
  height: 240px;
}

.testimonials .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .info {
  display: block;
  color: #000000;
  margin-bottom: 10px;
}

.testimonials .info a {
  color: #000000;
}

.testimonials .info b {
  font-weight: 600;
}

.testimonials .quote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-weight: 600;
}

.testimonials .quote::after {
  content: "";
  position: absolute;
  top: -17px;
  right: 0px;
  z-index: 0;
  width: 132px;
  height: 100px;
  background-image: url(../img/quotes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer {
  padding: 40px 0 0;
  background-color: #f8f7f5;
}

.footer .link {
  font-size: 15px;
}

.footer img {
  width: 30px;
}

.footer .mini {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 992px) {
  .footer {
    padding: 70px 0 0;
  }
}

/* Video Play Button */
.play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #ffffff45;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #5097ff7d;
  opacity: 0.9;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */
.modal-content {
  border: 1px solid #f4b859;
  background-color: #ffffff;
  color: #000000;
}

.modal-header {
  border-bottom: none;
}

.modal form {
  max-width: 380px;
}

.modal-close {
  color: #f4b859;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
}

/* .blockquote-6 {
  border-left: 6px solid #BFE2FF;
  font-size: 18px;
  font-style: italic;
  margin: -30px;
  padding: 16px 24px;
  position: relative;
}
.blockquote-6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  height: 40px;
  background-color: #fff;
  width: 6px;
  margin-top: -1em;
}
.blockquote-6:after {
  content: "”";
  position: absolute;
  top: 50%;
  left: -20px;
  color: #337AB7;
  font-size: 50px;
  font-family: Times, sans-serif;
  font-weight: bold;
  line-height: 30px;    
}
.blockquote-6 cite {
  color: #337AB7;
  font-size: 15px;
  padding-top: 10px;
  display: block;
  text-align: right;
} */
.blockquote-6 {
margin: 0;
color: #3A3C55;
/* padding: 30px 30px 30px 90px; */
position: relative;
font-style: italic;
  }
  
  .blockquote-6:before {
    content: "\201C";
    font-family: serif;
    position: absolute;
    left: -65px;
    top: -16px;
    color: white;
    background: #FB6652;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 1.35;
    text-align: center;
  }
 
    .blockquote-6 p {
      margin: 0 0 16px;
      font-size: 22px;
      letter-spacing: .05em;
      line-height: 1.4;
    }

    .blockquote-6 cite {
      font-style: normal;
    }
  
    @media (min-width: 992px) {
      .info img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
      }
    }
    
    .team a {
      display: block;
      position: relative;
      text-decoration: none;
    }
    
    .team .img-wrapper {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }
    
    .team .play-btn {
      -webkit-transform: none;
              transform: none;
      top: auto;
      left: auto;
      right: 0;
      bottom: 0;
      width: 54px;
      height: 54px;
    }
    
    .team .play-btn::before {
      width: 54px;
      height: 54px;
    }
    
    .team .play-btn::after {
      width: 54px;
      height: 54px;
    }
    
    .team .play-btn span {
      top: 17px;
      left: 17px;
      border-left-width: 16px;
      border-top-width: 10px;
      border-bottom-width: 10px;
    }

    @media (min-width: 576px) {
      .team .img-wrapper {
        width: auto;
      }
    }
    
    .footer {
      padding: 40px 0 0;
      background-color: #101010;
    }
    
    .footer .link {
      font-size: 15px;
    }
    
    .footer img {
      width: 30px;
    }
    
    .footer .mini {
      font-size: 15px;
      font-weight: 400;
      color: #d0d0d0;
    }
    
    .btn-primary {
      display: block;
      margin: 0 auto;
  }

