body {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
}

.logo-landing{
  margin-bottom: 20px;
}
.banner-area-five {
  position: relative;
  background: url(../images/home-bg.webp);
  padding: 80px 0;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 100px;
}

#preloader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader .loader-outter {
  position: absolute;
  border: 4px solid #183282;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
  position: absolute;
  border: 4px solid #183282;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}



@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.banner-content-five h1 {
  font-size: 64px;
  font-weight: 800;
  color: #1a306f;
}

.banner-content-five h5 {
  font-size: 19px;
  color: #000;
  font-weight: 600;
}

.mark-text {
  color: #db2020;
}

.banner-content-five {
  max-width: 100%;
}

.banner-area-five::before {
  content: "";
  position: absolute;
  left: 8%;
  top: -73px;
  width: 572px;
  height: 544px;
  background: #ffffff;
  filter: blur(80px);
  z-index: -1;
}


.banner-content-five h3 {
  font-size: 34px;
  line-height: 47px;
  margin-bottom: 15px;
  color: #1a306f;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: .7rem;
  font-style: normal;
  line-height: 1.2;
}

.banner-area-five::after {
  content: "";
  position: absolute;
  right: -10%;
  top: -15%;
  width: 835px;
  height: 600px;
  background: radial-gradient(circle at center, #f6cbff, #0000 75%);
  border-radius: 326.687px;
  transform: rotate(-42.01deg);
  z-index: -1;
}

.form-landing {
  box-shadow: 0px 10px 60px 0px rgba(31, 34, 120, 0.1);
  border-radius: 10px;
  padding: 30px 22px;
  text-align: center;
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-bottom: 5px solid #db2020;
}

.form-landing::affter {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: -29px;
  border: 5px solid #db2020;
  z-index: -1;
  border-radius: 28px;
  top: -26px;
}

.offer-box {
  color: white;
    border-radius: 12px;
    text-align: left;
    width: 86%;
    margin-top: 0;
    padding: 13px 0px;
}

.offer-box h4 {
  font-size: 24px;
  font-weight: bold;
  animation: blink 1.5s infinite alternate;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.offer-box h4::after {
  content: "✔"; 
  font-size: 24px;
  color: #28a745; 
  font-weight: bold;
  position: absolute;
  left: 0; 
  top: 50%;
  transform: translateY(-50%);
}
.offer-box h4 img {
  width: 84px;
  height: auto;
}



.offer-box ul {
  list-style: none;
  padding: 0;
  display: flex
;
  justify-content: space-between;
  flex-wrap: wrap;
}

.offer-box li {
  background: white;
  color: #000;
  margin: 5px 0;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.offer-box li:hover {
  transform: scale(1.05);
}




.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-primary-color) none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 18px 18px 22px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3sease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  position: relative;
  z-index: 1;
}

.form-wraper .form-group {
  margin-bottom: 20px;
}

.transparent-btn-two {
  border: 2px solid #183282;
  color: #183282;
  background: transparent;
  padding: 15px 30px;
  width: 100%;
}

.transparent-btn-two:hover {
  background: #183282;
  color: #fff;
}

.transparent-btn-two::after {
  filter: none;
  transition: all 0.3sease 0s;
}

.transparent-btn-two:hover::after {
  filter: brightness(0) invert(1);
}


.form-wraper .form-control {
  border: 1px solid;
  border-color: rgba(86, 90, 207, 0.3);
  border-radius: 8px;
  height: 45px;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}





.about__shape-7 {
  position: absolute;
  top: -9%;
  right: 0;
  z-index: -1;
}

.about__thumb-wrapper-7 {
  position: relative;

}

.about__thumb-wrapper-7::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 14px;
  border-radius: 40px;
  width: 85%;
  height: 100%;
  border: 4px solid #db2020;
  z-index: -1;
  border-left: 0;
}

.pr-40 {
  padding-right: 40px;
}

.about__analysis {
  position: absolute;
  bottom: -6%;
  right: 70px;
  background-color: #000;
  padding: 52px 40px;
  padding-right: 50px;
  border-radius: 20px;
}

.about__analysis-icon {
  margin-bottom: 37px;
}

.about__analysis-icon span {
  display: inline-block;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  font-size: 16px;
}

.pt-35 {
  padding-top: 35px;
}

.section__title-wrapper-7 {
  position: relative;
  z-index: 1;
}

.mb-40 {
  margin-bottom: 40px;
}

.section__title-wrapper-7 .section__title-7 {
  font-weight: 800;
  font-size: 46px;
  margin-bottom: 15px;
  color: #1c1d3e;
}

p {
  font-size: 19px;
  font-weight: 500;
  color: #343947;
  line-height: 1.5;
}

.about__thumb-7 img {
  border-radius: 40px;
  box-shadow: 0px 10px 60px 0px rgba(31, 34, 120, 0.1);
}

.p-relative {
  position: relative;
}

.z-index-1 {
  z-index: 1;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.green-light-bg-4 {
  background-color: #dff1ee;
}

.p-relative {
  position: relative;
}

.z-index-1 {
  z-index: 1;
}

.fix {
  overflow: hidden;
}

.brand-landing{
  margin-bottom: 50px;
}
.funfact-area{
  background-image: url(../images/05.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 160px;
}


.funfact-area-one.style-1 {
  background-color: #ffffff;
  text-align: center;
  border-radius: 24px;
  width: 100%;
  padding: 50px;
  box-shadow: 0 8px 250px rgba(24, 29, 88, .05);
  z-index: 1;
  position: relative;
}
.girl-shap img{
  width: 100%;
  max-width: 406px;
}
.w-20{
  width: 20%;

}

.funfact-area-one .mt-40{
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.girl-shap{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.funfact-area-one.style-1::before {
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 0 8px 250px rgba(24, 29, 88, .05);
  width: 92%;
  height: 100px;
  position: absolute;
  left: 4%;
  bottom: -30px;
  border-radius: 24px;
}

.fs-40{
  font-size: 40px !important;
}

.funfact-area-one.style-1::after {
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, .5);
  width: 84%;
  height: 100px;
  position: absolute;
  left: 8%;
  bottom: -60px;
  box-shadow: 0 8px 250px rgba(24, 29, 88, .05);
  border-radius: 24px;
}

.funfact-area-one-author {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-title{
  margin-bottom: 30px;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  color: #1a306f;
  line-height: 1.3;
  font-weight: 700;
}

.counter__border-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 700px;
  width: 700px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.counter__border-animation::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.counter__border-animation::after,
.counter__border-animation::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(44, 174, 118, 0.4);
  background-color: transparent;
  animation: borderanimate 3.25s linear infinite;
  -webkit-animation: borderanimate 3.25s linear infinite;
  transform: translate(-50%, -50%);
}

@keyframes borderanimate {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
    border-width: 1px;
  }
}


.counter__shape-13 {
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
}

.counter__shape-14 {
  position: absolute;
  top: 11%;
  right: 8%;
  z-index: -1;
}

.counter__shape-15 {
  position: absolute;
  bottom: 4%;
  right: 1%;
  z-index: -1;
}

.tpservices-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}

.tpservices-list ul li:nth-child(-n+3) {
  margin-top: 0;
  border-top: none;
}

.tpservices-list ul li:nth-child(n) {
  margin-left: 0;
  border-left: none;
}

.tpservices-list ul li {
  list-style: none;
  padding: 48px 17px;
  line-height: 1;
  position: relative;
  border: 1px solid #dff1ee;
  margin-left: -1px;
  margin-top: -1px;
  z-index: 1;
  text-align: center;
}
.pt-15{
  padding-top: 15px;
}
.tpservices{
  background: #FFF;
  padding-top: 40px;
}
.tpservices-img {
  position: relative;
  margin-bottom: 25px;
}

.tpservices-list ul li:nth-child(n) {
  margin-left: 0;
  border-left: none;
}

.tpservices-list ul li:nth-child(n+3) {
  border-bottom: none;
}



.mb-35 {
  margin-bottom: 35px;
}

.tpservices-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.28;
  color: #1a306f;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.tpservices-img::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  border-radius: 50%;
  background-color: #dff1ee;
  opacity: 0.6;
  z-index: -1;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3sease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpservices-list ul li:nth-child(3n) {
  border-right: none;
}

/* .tpservices-item2 .tpservices-img::before {
  background-color: #fff2d6;
  opacity: 0.6;
}
.tpservices-item3 .tpservices-img::before {
  background-color: #e3e8ff;
  opacity: 0.6;
}
.tpservices-item4 .tpservices-img::before {
  background-color: #ffe4e4;
  opacity: 0.6;
}
.tpservices-item5 .tpservices-img::before {
  background-color: #d2f8ec;
  opacity: 0.6;
}
.tpservices-item6 .tpservices-img::before {
  background-color: #ffe4f3;
  opacity: 0.6;
} */

.tpservices-list ul li:hover .tpservices-img::before {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  bottom: 0;
}

.tpservices-img img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpservices-list ul li:hover .tpservices-img img {
  transform: translateY(-42px);
}

.tpfunfact-bg {
  overflow: hidden;
  /* z-index: -1; */
  position: relative;
  margin-left: -65px;
  margin-right: -65px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 100px 0;
}

.tpbanner__sub-title p {
  max-width: 694px;
  margin: 0 auto;
  color: #fff;
  font-size: 27px;
}

.mb-35 {
  margin-bottom: 35px !important; 
}

.theme-bg-2 {
  background: #000000de;
}

.tpfunfact-shape-one {
  position: absolute;
  top: -220px;
  left: -173px;
}

.tpfunfact-shape-two {
  position: absolute;
  bottom: -165px;
  right: -150px;
}

.title-p-r{
  position: relative;
  margin-bottom: 90px;
  font-size: 36px;
  font-weight: bold;
  padding-left: 47px;
}
.title-p-r::after{
  content: "✔";
  font-size: 50px;
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.tpfunfact-shape-three {
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-db2020{
  color: #db2020;
}

html {
  scroll-behavior: smooth;
}


.btn-bottom {
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background: linear-gradient(45deg, #ff416c, #ff4b2b);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.btn-bottom:hover {
  background: linear-gradient(45deg, #ff4b2b, #ff416c);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}


.categories_wrap {
  z-index: 1000;
  position: relative;
  margin-top: 70px;
}
.our-course-categories-two{
  position: relative;
  margin: 0 2;
}
.unorderList {
  list-style: none;
    padding-left: 0;
}
.coure-icon-inner img{
  max-width: 79px;
}
.categories-course {
  background: #1b306f;
  padding: 15px 0;
  text-align: center;
  border-radius: 12px;
}
.cours-icon {
  margin-bottom: 30px;
  margin-top: -80px;
}
.coure-icon-inner {
  width: 130px;
  height: 130px;
  background: #fff;
  text-align: center;
  line-height: 130px;
  border-radius: 100%;
  display: inline-block;
  box-shadow: 0 0 10px -5px #000;
}
.cours-title{
  position: relative;
}
.categories-course h4 {
  font-size: 23px;
  color: #fff;
  position: relative;
  margin-bottom: 11px;
  font-weight: 600;
  position: relative;
}

