
/* hero area style  */
.it-hero-content {
  padding: 300px 0 150px 0;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding-left: 55px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .it-hero-content {
    padding-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .it-hero-content {
    padding: 100px 0 100px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .it-hero-content {
    padding-left: 0;
  }
}

.it-hero-content .sub-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--rr-color-common-white);
  font-family: var(--rr-ff-heading);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 992px) {
  .it-hero-content .sub-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .it-hero-content .sub-title {
    font-size: 24px;
    margin-top: 50px;
  }
}

.it-hero-content .title {
  font-size: 78px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--rr-color-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}

.locale-en-us .it-hero-content .title {
  font-size: 70px;
}

@media only screen and (max-width: 992px) {
  .it-hero-content .title {
    font-size: 70px;
  }
  .locale-en-us .it-hero-content .title {
    font-size: 50px;
}
}

@media only screen and (max-width: 767px) {
  .it-hero-content .title {
    font-size: 40px;
  }
    .locale-en-us .it-hero-content .title {
    font-size: 35px;
      margin-top: 50px;
}
}

.it-hero-content .title:before {
  background: linear-gradient(270deg, #3F5AF3 0%, transparent 100%);
  content: "";
  width: 100%;
  height: 76%;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: -1;
  opacity: 0.95;
  display: block;
}

.it-hero-content .bottom-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--rr-color-common-white);
  font-family: var(--rr-ff-heading);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 992px) {
  .it-hero-content .bottom-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .it-hero-content .bottom-title {
    font-size: 20px;
  }
}

.it-hero-content .hero-btn {
  background-image: url(../img/bg-img/hero-btn-bg.png);
  color: var(--rr-color-common-white);
  font-size: 60px;
  height: 180px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .it-hero-content .hero-btn {
    height: 120px;
    width: 120px;
    font-size: 40px;
  }
}

.it-hero-content .hero-btn i {
  transform: rotate(-45deg) scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.it-hero-content .hero-btn:before {
  background-color: #3F5AF3;
  mix-blend-mode: multiply;
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.9;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .it-hero-content .hero-btn:before {
    height: 110px;
    width: 110px;
  }
}

.it-hero-content .hero-btn:hover:before {
  width: 100%;
  height: 100%;
}

.it-hero-content .hero-btn:hover i {
  transform: rotate(-45deg) scale(1.05);
}

.s1 .it-hero-content .title:before {
    background: linear-gradient(270deg, #031de2 0%, transparent 80%);
}

.s2 .it-hero-content .title:before {
    background: linear-gradient(270deg, #031de2 0%, transparent 100%);
}

.s3 .it-hero-content .title:before {
    background: none;
}

.service-content-wrapper .service-content .text-wrapper {
  max-width: 600px;
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .service-content-wrapper .service-content {
        grid-template-columns: 405px auto;
    }
}

@media only screen and (max-width: 991px) {
    .service-content-wrapper .service-content {
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .service-content-wrapper .service-content .text-wrapper {
        width: 100%;
    }
}

.ojpt0 a img {
    object-position: 50% 0;
}

.ojpt10 a img {
    object-position: 50% 10%;
}

.ojpt20 a img {
    object-position: 50% 20%;
}

.ojpt30 a img {
    object-position: 50% 30%;
}

.ojpt40 a img {
    object-position: 50% 40%;
}

.ojpt50 a img {
    object-position: 50% 50%;
}

.ojpt60 a img {
    object-position: 50% 60%;
}

.ojpt70 a img {
    object-position: 50% 70%;
}

.ojpt80 a img {
    object-position: 50% 80%;
}

.ojpt90 a img {
    object-position: 50% 90%;
}

.ojpt100 a img {
    object-position: 50% 100%;
}

@media only screen and (max-width: 992px) {
    .sponsor-wrap .sponsor-item img {
        max-width: 100%;
    }
}

.service-content-wrapper .service-content .text {
   font-size: 24px;
   line-height: 1.5;
   font-family:var(--rr-ff-heading);
   letter-spacing: -0.3px;
}

.service-content-wrapper .service-content .text span {
  text-align: right;
  font-size: 22px;
  display: block;
}

.cccbtn {
  display:flex;
  justify-content: center;
  margin-top: 80px;
}
.cccbtn .rr-btn-ru {
    padding: 4px;
    padding-right: 21px;
    color: var(--rr-text-primary-2);
    border: 1px solid rgba(18, 18, 18, 0.14);
}
.cccbtn .rr-btn-ru span {
    width: 40px;
    height: 40px;
    color: var(--rr-common-white);
    background: var(--rr-text-primary-2);
}
.cccbtn  .rr-btn-ru:hover span {
    color: var(--rr-text-primary-2);
    background-color: var(--rr-common-white);
}
.cccbtn  .rr-btn-ru:hover {
    color: var(--rr-common-white);
}