.logo {
  width: 180px;
}

.main-slider .slide .image-layer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  opacity: 0.50;
  z-index: -1;
}

.slogan-text-box h2 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2em;
}

.btn-one {
  font-size: 18px;
}

.slogan-area {
  position: relative;
  display: block;
  background: var(--thm-base);
  z-index: 10;
}

.sec-title h2 {
  color: #2d53a1;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

.single-testimonial-style1 .text-holder .text p {
  color: #9ea8db;
  font-size: 20px;
  line-height: 33px;
  margin: 0;
}

.single-testimonial-style1 .text-holder .text p {
  color: #9ea8db;
  font-size: 20px;
  line-height: 33px;
  margin: 0;
}

.sec-title .icon span:before {
  color: var(--thm-base);
  font-size: 46px;
  line-height: 48px;
}

.main-slider .content .big-title h2 {
  color: #ffffff;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: none;
}

.sec-title--style2 .sub-title h3 {
  color: #ffffff;
}

.single-testimonial-style1 .text-holder .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 33px;
  margin: 0;
}

.slogan-img-box:before {
  content: "";
  position: absolute;
  top: 32px;
  left: -40px;
  bottom: -50px;
  right: 0;
  width: 320px;
  height: 322px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  z-index: -2;
  -webkit-animation: fa-spin 5s ease infinite;
          animation: fa-spin 5s ease infinite;
}

.slogan-img-box:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -115px;
  bottom: 0;
  right: 0;
  width: 405px;
  height: 405px;
  border: transparent;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: fa-spin 5s ease infinite;
          animation: fa-spin 5s ease infinite;
}

.testimonial-style1-content .bg-color {
  position: absolute;
  top: -120px;
  left: 120px;
  bottom: -120px;
  right: -9999999px;
  background: #103b94;
  z-index: -1;
}

.contact-info-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 80px 0 120px;
  z-index: 10;
}

.sec-title h2 {
  color: #2d53a1;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

.form-style1-box .top-title h2 {
  font-size: 23px;
  line-height: 34px;
}

@media only screen and (max-width: 768px) {
  .testimonial-style1-content .bg-color {
    position: absolute;
    top: -120px;
    left: -17px;
    bottom: -120px;
    right: -9999999px;
    background: #103b94;
    z-index: -1;
  }
  .slogan-img-box:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -14px;
    bottom: -50px;
    right: 0;
    width: 320px;
    height: 322px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: -2;
    -webkit-animation: fa-spin 5s ease infinite;
    animation: fa-spin 5s ease infinite;
  }
}

@media only screen and (max-width: 900px) {
  .slogan-img-box {
    width: 298px;
    margin: 0 auto;
    min-height: auto;
    padding: 112px 0;
  }
  .slogan-img-box:before {
    content: "";
    position: absolute;
    top: 17px;
    left: -14px;
    bottom: -50px;
    right: 0;
    width: 320px;
    height: 322px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: -2;
    -webkit-animation: fa-spin 5s ease infinite;
    animation: fa-spin 5s ease infinite;
  }
  .testimonial-style1-content .bg-color {
    position: absolute;
    top: -120px;
    left: -52px;
    bottom: -120px;
    right: -9999999px;
    background: #103b94;
    z-index: -1;
  }
  .contact-info-style1__content .inner-content {
    position: relative;
    display: block;
    margin: 0 0 30px 0;
  }
  .btn-one .txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    font-size: 15px;
  }
}
/*# sourceMappingURL=custom.css.map */