@import url('fonts.css');

/* --------- Specification --------- */
body {
   font-family: 'Manrope', sans-serif;
   color: #000000;
   font-size: 15px;
   margin: 0;
   padding: 0;
}

body, html {
   height: 100%;
}

div, p, form, input, a, span, button, textarea, input {
   box-sizing: border-box;
}

ul, li {
   display: block;
   padding: 0;
   margin: 0;
}

p {
   margin: 0;
   font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
}

h1 {
   font-family: 'Source Sans Pro', sans-serif;
   font-size: 60px;
   letter-spacing: -0.01em;
   color: #0D2243;
}

h2 {
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 900;
   font-size: 47px;
   line-height: 110%;
   letter-spacing: -0.01em;
   color: #0D2243;
}

h2 span {
   position: relative;
   color: #65bec2;
   padding: 0 12px;
   z-index: 1;
   display: inline-block;
}

h2 span:after {
   position: absolute;
   content: "";
   display: block;
   background: #FFFFFF;
   border: 0.5px solid #CDE0F2;
   box-shadow: 17px 16px 9px rgba(51, 127, 199, 0.02), 9px 9px 8px rgba(51, 127, 199, 0.06), 4px 4px 6px rgba(51, 127, 199, 0.11), 1px 1px 3px rgba(51, 127, 199, 0.13), 0px 0px 0px rgba(51, 127, 199, 0.13);
   border-radius: 20px;
   z-index: -1;
}

.subtext {
   font-family: 'Manrope', sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 135%;
   text-align: center;
   letter-spacing: 0.02em;
   color: #000000;
}

h3 {
   font-size: 30px;
}

h4 {
   font-size: 25px;
}

h5 {
   font-size: 20px;
}

h6 {
   font-size: 16px;
}

a, a:hover, a:active {
   text-decoration: none;
}

a, button, input {
   transition: all 0.5s ease;
}

input {
   font-family: inherit;
   border-radius: 0;
   -webkit-appearance: button;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active,
textarea, textarea:hover, textarea:focus, textarea:active {
   outline: none;
}

textarea {
   outline: none;
   resize: none;
   font-family: inherit;
   border: none;
   display: block;
}

main {
   flex: 1 1 auto;
}

.wrapper {
   min-height: 100%;
   display: flex;
   flex-direction: column;
   overflow: hidden;
}

.container {
   margin: 0 auto;
   max-width: 1360px;
   padding: 0 10px;
}

.d-flex {
   display: flex;
}

.text-center {
   text-align: center;
}

.ibg {
   position: relative;
}

.ibg img, .ibg iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

.ibg img {
   object-fit: cover;
}

.center-item {
   display: flex;
   align-items: center;
   justify-content: center;
}

.btn {
   font-family: inherit;
   width: 100%;
   display: block;
   text-align: center;
   cursor: pointer;
   border: none;
   background-color: transparent;
}

.btn-main {
   font-family: 'Source Sans Pro', sans-serif;
   border-radius: 20px;
   font-size: 20px;
   font-weight: 600;
   padding: 18px 0;
   line-height: 125%;
}

.btn-blue {
   background-color: #ffdd6f;
   color: #222;
   position: relative;
   -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.btn-blue:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background: linear-gradient(270deg, rgba(175, 207, 255, 0.21) 0%, rgba(203, 224, 255, 0) 19.95%);
   border-radius: 42px;
   opacity: 0;
   transition: opacity 0.5s ease;
   top: 0;
   left: 16px;
}

.btn-blue:hover {
   opacity: 1;
}

.btn-border {
   border: 1px solid #000000;
   border-radius: 20px;
   color: #000000;
}

.btn-border:hover {
   background-color: #65bec2;
   border: 1px solid transparent;
   color: #ffffff;
}

/* MOBILE MENU BUTTON */
.menu-btn {
   background-color: transparent;
   border: none;
   width: 25px;
   cursor: pointer;
   padding: 0;
   margin: -4px 0;
   z-index: 99999;
   transition: all 0.5s ease;
   display: none;
   position: relative;
}

.menu-btn .line {
   width: 100%;
   height: 2px;
   background-color: #000000;
   display: block;
   margin: 4px 0;
   -webkit-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
   border-radius: 30px;
}

.menu-btn .line:nth-child(3) {
   width: 15px;
}

.menu-btn.active .line:first-child {
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   position: relative;
   top: 12px;
}

.menu-btn.active .line:nth-child(2) {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   margin-top: 10px;
   position: relative;
}

.menu-btn.active .line:nth-child(3) {
   opacity: 0;
}




/* 12. counter */
.counter-area .container2{
padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 5px;
  background: #ffdd6f;
  padding-left: 30px;
  padding-right: 30px; 
}
.counter-area .container2 p{
    color: #222;
    padding-left: 0;
    margin-bottom: 10px;
}
.counter-area2{
    margin-top: 120px;
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
}
.counter-tittle {
  display: inline-block;
  background: #7546b8;
  padding: 11px 30px;
  position: relative;
  top: -60px;
}
.counter-tittle h2{
    color: #fff;
    font-size: 25px;
}
.counter-tittle::before {
   content: "";
background: #7546b8;
width: 17%;
height: 62px;
position: absolute;
top: -2px;
transform: skew(20deg);
left: -13px;
}
.counter-tittle::after {
   content: "";
background: #7546b8;
width: 17%;
height: 62px;
position: absolute;
top: -2px;
transform: skew(-20deg);
right: -13px;
}

.counter-area .single-counter2{
    background: #1A2F5C;
    border-color: #7546b8;
}
.counter-area .row div:nth-child(4) .single-counter {
  display: ;
  border-right: none;
}
.single-counter {
  padding: 0 5px;
}
.single-counter .counter{
    display: inline-flex;
    gap:0px;
}
.single-counter i {
	display: inline-block;
	width: 80px;
	height: 80px;
	background:#fe576b;
	border-radius: 50%;
	margin-bottom: 30px;
	color:#000;
	font-size: 40px;
	line-height: 80px;
}
.single-counter .icon{
    margin-bottom: 15px;
    float: left;
    width: 115px;
}
.count,.single-counter .text span {
font-size: 28px;
  color: #222;
  font-weight: 600;
  margin-bottom: -5px;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
  display: inline-block;
}
.counter  sub{
    font-size: 68px;
     font-family: 'Outfit', sans-serif;
     font-weight: 700;
     color: #FFF;
    bottom: 0;
}
.counter small {
	font-size: 35px;
	font-weight: 600;
	color: #002c47;
	line-height: 1;
	position: relative;
}
.single-counter p {
margin-bottom: 0;
color: #939cb3;
padding-left: 30px;
}
.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #fe576b;
    margin-bottom: -5px;
    margin-top: 10px;
}
.counter-area3 .container{
    padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -120px;
  border-radius: 5px;
  background: #7546b8;
  padding-left: 30px;
  padding-right: 30px;
}
.counter-area3 .single-counter p{
    padding-left: 0;
    color: #fff;
}
.counter-area3 .counter {
    padding: 30px 50px;
    background: #1A5DB2;
    border-radius: 5px; 
    width:250px; 
}
.counter-area3 .single-counter .text span{
        -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
	
	.counter-area .row div:nth-child(4) .single-counter {
  display: ;
  border-right: none;
}
.align-items-center {
    align-items: center!important;
}
@media (min-width: 992px) {
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
}

.row2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

@media (max-width: 767px) {
.single-counter {
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
}
} 