/* 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); */
/* @import url('https://yourcdn.com/fonts/PhantomShrine-Regular.otf'); */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 1920px;
	 font-family: 'Phantom Shrine';
}

/* Define the 'CustomFont' font-face */
/* @font-face {
    font-family: 'Titillium Web';
    src: url("../font/Montserrat-Medium.otf") format(truetype);
}
@font-face {
    font-family: 'dent';
    src: url("../font/Denton/ Test/ Medium/ 500.otf") format('truetype');
} */
@font-face {
    font-family: 'Phantom Shrine';
    src: url('fonts/PhantomShrine.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Phantom Shrine';
    src: url('fonts/PhantomShrine.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/* Apply font to specific elements */

html, body{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.main{
    height: 100%;
    width: 100%;
    position: relative;
}

.nav{
    height: 100px;
    width: 100%;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
}
.logo{
    /* height: 14vw; */
    /* width: 14vw; */
    padding-left: 0 0vw;
    transition: 0.4s;
	    height: 25vw;
    width: 23vw;
	    margin-top: 55px;
}
.nav-part2{
    display: flex;
    gap: 4vw;
    padding: 2vw 4vw;
    align-items: center;
}

.nav-list{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 2vw;
    justify-content: space-between;

}
.nav-list li{
    justify-content: space-between;
}

.nav-list a{
    text-decoration: none;
    font-size:2em;
    color: #0F364C;
    font-family: mont;
    transition: 0.3s ;
}
.nav-list a:hover{
    font-weight: bold;
    color: #FBB03B;
}
.btn-cont1 {
  border: 1px solid black;
  padding: 5px 20px 5px 50px;
  background-color: lightblue;
  width:120px;
}
.btn-cont-old{
    font-size: 23px;
     border-radius: 15px ;
    font-family: mont;
    /* padding: 0.1vw 3vw; */
	    padding:0px 23px 51px 46px;
    border-width: 0px;
    background-color: #FBB03B;
    color: #0F364C;
    cursor: pointer;
    /* margin-left: 210px; */
    transition: 0.3s;
	/* height: 60px; */
    width: 200px;
	margin-top: 40px;
	font-family: 'Poppins', sans-serif;
	height: 50px;
}
.btn-cont{
 font-size: 25px;
    border-radius: 15px;
    padding: 0px 23px 51px 46px;
    border-width: 0px;
    background-color: #FBB03B;
    color: #0F364C;
    cursor: pointer;
    transition: 0.3s;
    /* width: 200px; */
    width:235px;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
    max-height: 61px;
    font-family: auto;
}
.btn-cont:hover{
    color: #ffffff;
}

.nav i{
    font-size: 2.4vw;
    align-items: center;
    font-weight: 600;
    color: #FBB03B;
    display: none;
}

/* Carousel styles */

.carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-dot.active {
    background-color:#FBB03B;
}
.carousel {
    position: relative; /* Change to relative positioning */
    max-width: 100%; /* Make the carousel responsive */
    overflow: hidden; /* Hide overflowing content on smaller screens */
    z-index: 2;
}

.carousel__item {
    max-width: 100%; /* Make the items responsive */
    background: #ffffff;
    padding: 0px;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 1.5em; /* Adjust font size for smaller screens */
    color: #ffffff;
    display: none;
}

.carousel__item--selected {
    display: block;
    /* height: 100%; */
}

.carousel__nav {
    width: 100%;

    position: flex;
    text-align: center;
    background-color: #ffffff; /* Add a semi-transparent background for better visibility */
}

.carousel__button {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #0F364C;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.carousel__button--selected {
    background: #FBB03B;
}

@media screen and (max-width: 950px){
    .logo{
        height: 17vw;
        width: 17vw;
        transition: 0.4s;
    }
    .nav{
        height: 85px;
        transition: 0.4s;
    }
    .nav-list{
        font-size: 1.3vw;
    }
    .btn-cont{
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 1080px){
    .logo{
        height: 30vw;
        width: 35vw;
        min-width: 250px;
        transition: 0.4s;
    }
    .nav-list a{
        font-size: 1.4vw;
    }
    .btn-cont{
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 790px){
  nav .wrapper {
    
    height: 111px !important;

}
   .logo{
        height: 65vw;
    width: 50vw;
        transition: 0.25s;
    }
    .nav{
        height: 85px;
        transition: 0.25s;
    }
    .nav-list{
        position: absolute;
        top: 85px;
        right: -700px;
        width: 100%;
        height: 100%;
        background-color: #FBB03B;
        flex-direction: column;
        transition: all 0.5s ease;
        display: none;
        justify-content: center;
        z-index: 3;
    }

    .nav-list a{
        display: block;
        margin-top: 10px;
        padding: 0px 0px;
        font-size: 6.9vw;
        align-items: left;
    }
    .nav-list a:hover{
        color: #0F364C;
    }

    .nav-list.open{
        right: 0%;
        display: block;
        transition: all 0.5s ease;
        margin-top: 0px ;
        padding: 0px 25px;

    }

    .nav i{
        display: block;
        font-size: 5vw;
        font-weight: 400;

    }
    .btn-cont{
    display: none;
    }
}

.about{
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blob{
    /* background-color: #FBB03B; */
    height: 40vw;
    width: 40vw;
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 10px 10px;
}

.abc{
    flex-wrap: wrap;
    flex-direction: column;
}
.abt{
    background-color: #0F364C;
    display: flex;
    align-items: center;
    margin-right: 60px;
    margin-top: 0px;
    justify-content: space-between;
    width: 46vw;
    height: 10vw;

}
.abt h1{
    font-size: 69px;
    color: #FBB03B;
    font-family: dant;
    padding: 0px 80px;
    text-align: center;

}

.abt-list{
    background-color: #ffffff;
    display: flex;

}

.abli{
    list-style-type: "★      ";
    color: #0F364C;
    font-family: mont;
    margin-top: 20px;
    font-size: 1.47vw;
	margin-left: 60px;
}

.abli li{
    line-height: 1.7vw;
}

@media screen and (max-width: 950px){
}

@media screen and (max-width: 1300px){
    .abt h1{
        font-size: 4.5vw;
    }

}

@media screen and (max-width: 900px){
    .blob{
        width:95vw;
        height: 95vw;
        align-items: center;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .abt{
        width: 100vw;
        height:25vw;
        margin-left: 0px;
        margin-right: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px 0px;
        justify-content: center;

    }
    .abt h1{
        font-size: 11.6vw;
        padding: 0px 0px;
        text-align: center;
    }
    .abli{
        justify-content: center;
        align-items: center;
        list-style-type: none;
        color: #0F364C;
        font-family: mont;
        margin-top: 20px;
        margin-left: 20px;
        font-size: 2.87vw;
        margin-bottom: 10px;
    }
    
    .abli li{
        line-height: 2.6vw;
        margin-bottom: 4px;

    }
}

.section{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.counter{
    text-align: center;
    justify-content: center;
    align-items: center;
}

.counter h1{
    background-color: #FBB03B;
    color: #0F364C;
    font-family: mont;
    width: 20vw;
    height: 5vw;
    padding-top: 1.1vw;
    
    font-size: 2.5vw;
    margin-left: 0px;
}

.counter h2{
    background-color: #0F364C;
    color: #FBB03B;
    font-family: mont;
    width: 20vw;
    height: 15vw;
    padding-top: 0.4vw;
    padding-bottom: 0.8vw;
    font-size: 6.2vw;
    font-weight: 900;
    margin-bottom: 30px;

}


.counter p{
    background-color: #0F364C;
    color: #ffffff;
    font-family: mont;
    width: 20vw;
    height: 5vw;
    padding-top: 1.1vw;
    font-size: 1.2vw;
}

.animate-on-scroll {
	opacity: 0;
	transform: translateX(-100px);
	transition: all 0.4s ease-in;
	transition-delay: 0.2s;
}
.animate {
	opacity: 1;
	transform: translate(0, 0);
}


@media screen and (max-width: 900px){
   section{
        flex-direction: column;
    }
	
	section {
    flex-direction: row;
}
    .counter h1{
        margin-top: 15px;
        width: 50vw;
        height: 13vw;
        padding-top: 3.5vw;
        font-size: 5.5vw;
    }
    .counter p{
        width: 50vw;
        height: 13vw;
        padding-top: 3.5vw;
        font-size: 3.1vw;
    }
    .counter h2{
        width: 50vw;
        height: 18vw;
        padding-top: 2.4vw;
        padding-bottom: 0.8vw;
        font-size: 8.9vw;
        font-weight: 900;
        margin-bottom: 15px;
    }
}


.offers{
    width: 100vw;
    height:10vw;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 20px;
    background-color: #0F364C;
    justify-content: center;
}
.offers h1{
    font-size: 5.3vw;
    color: #ffffff;
    text-align: center;
    margin-top: 2.1vw;
}
.offers h1 span{
    color: #FBB03B;
}

@media screen and (max-width: 900px){
    .offers{
        width: 100vw;
        height:20vw;
        margin-left: 0px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .offers h1{
        font-size: 7.3vw;
        color: #ffffff;
        text-align: center;
        margin-top: 4.8vw;
    }
}
services{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}



.claim_as1{
    z-index: -3;
    width: 20vw;
    background-color: #ffffff;
    height: 45vw;
    width: 40vw;
    margin-bottom: 40px;
    position: relative;

}
.c1{
    background-color: #FBB03B;
    border-radius: 50%;
    height: 12vw;
    width: 12vw;
    z-index: +3;
    margin-left: 25px;
    position: absolute;
}
.c1 > img {
  width: 150px;
  margin: auto;
  border-radius: 50%;
  /* border: 1px solid rgb(170 170 173/ 1); */
  /* box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5); */
}
.c2 > img {
  width: 150px;
  margin: auto;
  border-radius: 50%;
  /* border: 1px solid rgb(170 170 173/ 1); */
  /* box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5); */
}
.c3 > img {
  width: 150px;
  margin: auto;
  border-radius: 50%;
  /* border: 1px solid rgb(170 170 173/ 1); */
  /* box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5); */
}
.c4 > img {
  width: 150px;
  margin: auto;
  border-radius: 50%;
  /* border: 1px solid rgb(170 170 173/ 1); */
  /* box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5); */
}
.claim_assist{
    background-color: #0F364C;
    margin-top: 6vw;
    padding-top: 9vw;
    width: 35vw;
    height: 35vw;
    border-top-right-radius: 70px;
    margin-bottom: 30px;

}

.claim_assist h1{
    color: #ffffff;
    font-size: 3vw;
    font-family: dent;
    margin-left: 15px;
}

.claim_assist p{
    color: #ffffff;
    margin-top: 10px;
    font-size: 1.3vw;
    font-family: mont;
    margin-left: 15px;
}

.claim_fin{
    position: relative;
    z-index: -3;
    width: 20vw;
    background-color: #ffffff;
    height: 45vw;
    width: 40vw;
    margin-bottom: 40px;
}
.c2{
    position: absolute;
    background-color: #FBB03B;
    border-radius: 50%;
    height: 12vw;
    width: 12vw;
    z-index: +3;
    margin-left: 25px;
}
.claim_financing{
    background-color: #0F364C;
    margin-top: 6vw;
    padding-top: 9vw;
    width: 35vw;
    height: 35vw;
    border-top-right-radius: 70px;
    margin-bottom: 30px;
}
.claim_financing h1{
    color: #ffffff;
    font-size: 3vw;
    font-family: dent;
    margin-left: 15px;
}
.claim_financing p{
    color: #ffffff;
    margin-top: 10px;
    font-size: 1.3vw;
    margin-left: 15px;
    font-family: mont;
}



.hospital_agg{
    position: relative;
    z-index: -3;
    width: 20vw;
    background-color: #ffffff;
    height: 45vw;
    width: 40vw;
    margin-bottom: 50px;
}
.c3{
    position: absolute;
    background-color: #FBB03B;
    border-radius: 50%;
    height: 12vw;
    width: 12vw;
    z-index: +3;
    margin-left: 25px;
}
.hospital_aggregation{
    background-color: #0F364C;
    margin-top: 6vw;
    padding-top: 9vw;
    width: 35vw;
    height: 35vw;
    border-top-right-radius: 70px;
    margin-bottom: 30px;
}
.hospital_aggregation h1{
    color: #ffffff;
    font-size: 3vw;
    font-family: dent;
    margin-left: 15px;
}
.hospital_aggregation p{
    color: #ffffff;
    font-size: 1.3vw;
    font-family: mont;
    margin-top: 40px;
    margin-left: 15px;
}

.saas_to_hosp{
    position: relative;
    z-index: -3;
    width: 20vw;
    background-color: #ffffff;
    height: 45vw;
    width: 40vw;
    margin-bottom: 50px;
}
.c4{
    position: absolute;
    background-color: #FBB03B;
    border-radius: 50%;
    height: 12vw;
    width: 12vw;
    z-index: +3;
    margin-left: 25px;
}
.saas_to_hospital{
    background-color: #0F364C;
    margin-top: 6vw;
    padding-top: 9vw;
    width: 35vw;
    height: 35vw;
    border-top-right-radius: 70px;
    margin-bottom: 10px;
}
.saas_to_hospital h1{
    color: #ffffff;
    font-size: 3vw;
    font-family: dent;
    margin-left: 15px;
}
.saas_to_hospital p{
    color: #ffffff;
    font-size: 1.3vw;
    margin-left: 15px;
    margin-top: 40px;
    font-family: mont;
}


@media screen and (max-width: 900px){
    .claim_as1{
        position: relative;
        z-index: -3;
        width: 75vw;
        background-color: #ffffff;
        height: 85vw;
        margin-bottom: 40px;
    
    }
    .c1{
        position: absolute;
        background-color: #FBB03B;
        border-radius: 50%;
        height: 22vw;
        width: 22vw;
        z-index: +3;
        margin-left: 25px;
    }
    .claim_assist{
        background-color: #0F364C;
        margin-top: 11vw;
        padding-top: 13vw;
        width: 75vw;
        height: 71vw;
        border-top-right-radius: 70px;
        margin-bottom: 30px;
    
    }
    
    .claim_assist h1{
        color: #ffffff;
        font-size: 8vw;
        font-family: dent;
        margin-left: 15px;
    }
    
    .claim_assist p{
        color: #ffffff;
        font-size: 2.5vw;
        margin-left: 15px;
    }
    
    .claim_fin{
        position: relative;
        z-index: -3;
        width: 75vw;
        background-color: #ffffff;
        height: 85vw;
        margin-bottom: 40px;
    
    }
    .c2{
        position: absolute;
        background-color: #FBB03B;
        border-radius: 50%;
        height: 22vw;
        width: 22vw;
        z-index: +3;
        margin-left: 25px;
    }
    .claim_financing{
        background-color: #0F364C;
        margin-top: 11vw;
        padding-top: 13vw;
        width: 75vw;
        height: 71vw;
        border-top-right-radius: 70px;
        margin-bottom: 30px;
    
    }
    
    .claim_financing h1{
        color: #ffffff;
        font-size: 8vw;
        font-family: dent;
        margin-left: 15px;
    }
    
    .claim_financing p{
        color: #ffffff;
        font-size: 2.5vw;
        margin-left: 15px;
    }

    .hospital_agg{
        position: relative;
        z-index: -3;
        width: 75vw;
        background-color: #ffffff;
        height: 85vw;
        margin-bottom: 40px;
    
    }
    .c3{
        position: absolute;
        background-color: #FBB03B;
        border-radius: 50%;
        height: 22vw;
        width: 22vw;
        z-index: +3;
        margin-left: 25px;
    }
    .hospital_aggregation{
        background-color: #0F364C;
        margin-top: 11vw;
        padding-top: 13vw;
        width: 75vw;
        height: 71vw;
        border-top-right-radius: 70px;
        margin-bottom: 30px;
    
    }
    
    .hospital_aggregation h1{
        color: #ffffff;
        font-size: 7.6vw;
        font-family: dent;
        margin-left: 15px;
    }
    
    .hospital_aggregation p{
        color: #ffffff;
        font-size: 2.5vw;
        margin-left: 15px;
    }



    .saas_to_hosp{
        position: relative;
        z-index: -3;
        width: 75vw;
        background-color: #ffffff;
        height: 85vw;
        margin-bottom: 40px;
    
    }
    .c4{
        position: absolute;
        background-color: #FBB03B;
        border-radius: 50%;
        height: 22vw;
        width: 22vw;
        z-index: +3;
        margin-left: 25px;
    }
    .saas_to_hospital{
        background-color: #0F364C;
        margin-top: 11vw;
        padding-top: 13vw;
        width: 75vw;
        height: 71vw;
        border-top-right-radius: 70px;
        margin-bottom: 30px;
    
    }
    
    .saas_to_hospital h1{
        color: #ffffff;
        font-size: 8vw;
        font-family: dent;
        margin-left: 15px;
    }
    
    .saas_to_hospital p{
        color: #ffffff;
        font-size: 2.5vw;
        margin-left: 15px;
    }
}

reviews{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.feedbacks{
    position: relative;
    width: 100%;
    height: 13vw;
    background-color: #FBB03B;
    color: #0F364C;
    margin-top: 2800px;
    z-index: 10;
    color: #0F364C;
    font-family: dent;
    font-size: 5vw;
    text-align: center;
    margin-bottom: 20px;
}



@media screen and (max-width: 900px){
    .feedbacks{
        position: relative;
        width: 100%;
        height: 20vw;
        background-color: #FBB03B;
        color: #0F364C;
        margin-top: 2900px;
        z-index: 10;
        color: #0F364C;
        font-family: dent;
        font-size: 8vw;
        text-align: center;
        margin-bottom: 20px;
    }
}

.b3{
    position: absolute;
    top: 3712px;
    z-index: -10;
    background-color: #dfdfdf;
    width: 100%;
    height: 25vw;
    border-bottom-left-radius: 550px;
    border-bottom-right-radius: 550px;
}



.r1i{
    position: absolute;
    top:4230px; 
    height: 240px;
    width: 240px;
    left: 80px;
}
.r1i img{
    border-radius: 50%;
    height: 25vw;
    width: 25vw;
}
.r1{
    position: absolute;
    top: 4315px;
    background-color: #0F364C;
    left: 400px;
    z-index: -1;
    height: 16vw;
    width: 60vw;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.r1 p{
    color: #ffffff;
    font-family: mont;
    font-size:1.8vw;
    margin-top: 65px;
    margin-left:140px;
}


.r2i{
    position: absolute;
    top: 4690px;
    height: 240px;
    width: 240px;
    right: 340px;
}
.r2i img{
    border-radius: 50%;
    height: 25vw;
    width: 25vw;
}
.r2{
    position: absolute;
    top: 4176px;
    background-color: #FBB03B;
    right: 400px;
    z-index: -1;
    height: 16vw;
    width: 60vw;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}
.r2 p{
    color: #0F364C;
    font-family: mont;
    font-size:1.8vw;
    margin-top: 65px;
    margin-left:140px;
}



.r3i{
    position: absolute;
    top: 5150px;
    height: 240px;
    width: 240px;
    left: 80px;
}
.r3i img{
    border-radius: 50%;
    height: 25vw;
    width: 25vw;
}
.r3{
    position: absolute;
    top:5237px;
    background-color: #0F364C;
    left: 400px;
    z-index: -1;
    height: 16vw;
    width: 60vw;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.r3 p{
    color: #ffffff;
    font-family: mont;
    font-size:1.8vw;
    margin-top: 65px;
    margin-left:140px;
}



.r4i{
    position: absolute;
    top: 5610px;
    height: 240px;
    width: 240px;
    right: 340px;
}
.r4i img{
    border-radius: 50%;
    height: 25vw;
    width: 25vw;
}
.r4{
    position: absolute;
    top:5698px;
    background-color: #FBB03B;
    right: 400px;
    z-index: -1;
    height: 16vw;
    width: 60vw;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}
.r4 p{
    color: #0F364C;
    font-family: mont;
    font-size:1.8vw;
    margin-top: 65px;
    margin-left:140px;

}




.r5i{
    position: absolute;
    top: 6100px;
    height: 240px;
    width: 240px;
    left: 80px;
}
.r5i img{
    border-radius: 50%;
    height: 25vw;
    width: 25vw;
}
.r5{
    position: absolute;
    top: 6690px;
    background-color: #0F364C;
    left: 400px;
    z-index: -1;
    height: 16vw;
    width: 60vw;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.r5 p{
    color: #ffffff;
    font-family: mont;
    font-size:1.8vw;
    margin-top: 65px;
    margin-left:140px;

}


.animate-on-scroll {
	opacity: 0;
	transform: translateX(-100px);
	transition: all 0.4s ease-in;
	transition-delay: 0.2s;
}
.animate {
	opacity: 1;
	transform: translate(0, 0);
}

.revs {
	display: flex;
	justify-content: center;
}
.rev1 {
	transition-delay: 0.2s;
}
.rev2 {
	transition-delay: 0.4s;
}
.rev3 {
	transition-delay: 0.6s;
}
.rev4 {
	transition-delay: 0.8s;
}
.rev5 {
	transition-delay: 1s;
}


.r1-parent {
	display: flex;
	justify-content: center;
}
.r1i {
	transition-delay: 0.2s;
}
.r1 {
	transition-delay: 0.4s;
}

.r3-parent {
	display: flex;
	justify-content: center;
}
.r3i {
	transition-delay: 0.2s;
}
.r3 {
	transition-delay: 0.4s;
}

.r5-parent {
	display: flex;
	justify-content: center;
}
.r5i {
	transition-delay: 0.2s;
}
.r5 {
	transition-delay: 0.4s;
}
team{
    display: flex;
    flex-wrap: wrap;
}

.leads{
    background-color: #FBB03B;
    height: 10vw;
    position: absolute;
    top: 7105px;
    width: 100%;
    padding-top: 1.8vw;
    align-items: center;
    margin-bottom: 100px;
}
.leads h1 {
    font-size: 5vw;
    text-align: center;
    color: #0F364C;
    font-family: dent;
}

.mm{
    position: absolute;
    top: 7355px;
    left: 45px;
    height: 40vw;
    width: 22vw;
    border-radius: 30px;
    background-color: #0F364C;
}
.mm h2{
    font-size: 2vw;
    font-family: mont;
    color: #FBB03B;
    margin-top: 40px;
    margin-left: 18px;
}
.mm p{
    font-size: 1vw;
    font-family: mont;
    color: #ffffff;
    margin-top: 4px;
    margin-left: 18px;
}
.mmi img{
    top: 7525px;
    left: 100px;
    height: 15vw;
    width: 15vw;
    position: absolute;
}
.mma img{
    position: absolute;
    top: 7825px;
    left: 12vw;
    height: 1.9vw;
    width: 1.9vw;

}
.mmd p{
    position: absolute;
    color: #ffffff;
    top: 7875px;
    font-size: 1.2vw;
    font-family: mont;
    left: 67px;
    text-align: center;
}
.mmin img{
    position: absolute;
    top: 8025px;
    left: 65px;
    height: 3.2vw;
    width: 3.2vw;
}


.ps{
    position: absolute;
    top: 7355px;
    left: 515px;
    height: 40vw;
    width: 22vw;
    border-radius: 30px;
    background-color: #0F364C;
}
.ps h2{
    font-size: 2vw;
    font-family: mont;
    color: #FBB03B;
    margin-top: 40px;
    margin-left: 18px;
}
.ps p{
    font-size: 1vw;
    font-family: mont;
    color: #ffffff;
    margin-top: 4px;
    margin-left: 18px;
}
.psa img{
    position: absolute;
    top: 7825px;
    left: 705px;
    height: 1.9vw;
    width: 1.9vw;
}
.psi img{
    top: 7525px;
    left: 580px;
    height: 15vw;
    width: 15vw;
    position: absolute;
}

.psd p{
    position: absolute;
    color: #ffffff;
    top: 7875px;
    font-size: 1.2vw;
    font-family: mont;
    left: 549px;
    text-align: center;
}
.psin img{
    position: absolute;
    top: 8025px;
    left: 535px;
    height: 3.2vw;
    width: 3.2vw;
}

.pb{
    position: absolute;
    top: 7355px;
    right: 515px;
    height: 40vw;
    width: 22vw;
    border-radius: 30px;
    background-color: #0F364C;
}
.pb h2{
    font-size: 1.7vw;
    font-family: mont;
    color: #FBB03B;
    margin-top: 40px;
    margin-left: 18px;
}
.pb p{
    font-size: 1vw;
    font-family: mont;
    color: #ffffff;
    margin-top: 4px;
    margin-left: 18px;
}
.pbi img{
    top: 7525px;
    left: 1050px;
    height: 15vw;
    width: 15vw;
    position: absolute;
}
.pba img{
    position: absolute;
    top: 7825px;
    left: 1175px;
    height: 1.9vw;
    width: 1.9vw;
}
.pbd p{
    position: absolute;
    color: #ffffff;
    top: 7875px;
    font-size: 1.2vw;
    font-family: mont;
    left: 1016px;
    text-align: center;
}
.pbin img{
    position: absolute;
    top: 8025px;
    left: 1005px;
    height: 3.2vw;
    width: 3.2vw;
}

.ss{
    position: absolute;
    top: 7355px;
    right: 45px;
    height: 40vw;
    width: 22vw;
    border-radius: 30px;
    background-color: #0F364C;
}
.ss h2{
    font-size: 1.7vw;
    font-family: mont;
    color: #FBB03B;
    margin-top: 40px;
    margin-left: 18px;
}
.ss p{
    font-size: 1vw;
    font-family: mont;
    color: #ffffff;
    margin-top: 4px;
    margin-left: 18px;
}
.ssi img{
    top: 7525px;
    left: 1520px;
    height: 15vw;
    width: 15vw;
    position: absolute;
}
.ssa img{
    position: absolute;
    top: 7825px;
    left: 1645px;
    height: 1.9vw;
    width: 1.9vw;
}

.ssd p{
    position: absolute;
    color: #ffffff;
    top: 7875px;
    font-size: 1.2vw;
    font-family: mont;
    left: 1475px;
    text-align: center;
}

.ssin img{
    position: absolute;
    top: 8025px;
    left: 1475px;
    height: 3.2vw;
    width: 3.2vw;
}


.bgc1{
    position: absolute;
    background-color: #FBB03B;
    top: 7950px;
    left: 32px;
    height:12vw;
    border-radius: 20px;
    width: 23.4vw;
    z-index: -1;
}
.bgc2{
    position: absolute;
    background-color: #FBB03B;
    top: 7950px;
    left: 503px;
    height:12vw;
    border-radius: 20px;
    width: 23.4vw;
    z-index: -1;
}
.bgc3{
    position: absolute;
    background-color: #FBB03B;
    top: 7950px;
    left: 970px;
    height:12vw;
    border-radius: 20px;
    width: 23.4vw;
    z-index: -1;
}
.bgc4{
    position: absolute;
    background-color: #FBB03B;
    top: 7950px;
    left: 1440px;
    height:12vw;
    border-radius: 20px;
    width: 23.4vw;
    z-index: -1;
}

.footer{
    background-color: #ffffff;
    height: 130px;
    position: absolute;
    top: 9000px;
    width: 100%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  section {
   
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.profile-pic-left {
    width: 150px;
    height: 150px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 50% !important;
    border: 8px solid #FFF;
	margin-top: 42px;
}
.profile-pic-right {
    width: 150px;
    height: 150px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 50% !important;
    border: 8px solid #fff;
	margin-top: 42px;
}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px !important;
}
.top-section-3q{
	top: -270px;
}
section {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
section{
        flex-direction:row;
    }
.rev1 img {
    border-radius: 50%;
    height: 20vw;
    width: 20vw;
}
.rev1{
    position: absolute;
    top: 3620px;
    left: 170px;
}
.rev1 img{
    border-radius: 50%;
    height: 20vw;
    width: 20vw;
}

.rev2{
    position: absolute;
    top: 3620px;
    left: 370px;
    z-index: 0;
}
.rev2 img{
    border-radius: 50%;
    height: 20vw;
    width: 20vw;
}

.rev3{
    position: absolute;
    top: 3620px;
    left: 570px;
    z-index: 0;
}
.rev3 img{
    border-radius: 50%;
    height: 20vw;
    width: 20vw;
}

.rev4{
    position: absolute;
    top: 3620px;
    left: 770px;
    z-index: 0;
}
.rev4 img{
    border-radius: 50%;
    height: 20vw;
    width: 20vw;
}

.rev5{
    position: absolute;
    top: 3620px;
    left: 970px;
    z-index: 0;
}
.rev5 img{
    border-radius: 50%;
    height: 20vw;
    width: 20vw;
}

.team-img{
    width: 100%;
    height: 100%;	
}
.mobile-views-contact1{
	/* display:block !important; */
}
.wid-Email{
	width: 27.52% !important;
}
.carousel-side-3{
	border-radius: 24px;
	margin-top: 163px;
}
.text-3{
	font-size: 1.8em;
	padding: 36px;
}
.carousel-3-video{
	border-radius: 24px;
	margin-top: 163px;
}
}

.section-1 {
  width: 100%;
  padding: 22px;
  /* display: table; */
  margin: 0;
  max-width: none;
  /* height: 100vh; */
    background-image:url("../img/bg/hbg3.png");
    background-repeat:no-repeat;
  background-size:400px 800px;
  /* margin-left: -31%; */
  }

.section-2 {
  width: 100%;
  padding: 22px;
  /* display: table; */
  margin: 0;
  max-width: none;

  /* height: 100vh; */
    background-image:url("../img/bg/hbg1.png");
    background-repeat:no-repeat;
  background-size:400px 800px;
  background-position: 362px
  }

.section-3 {
  /* width: 100%; */
  padding: 22px;
  /* display: table; */
  margin: 0;
  max-width: none;

  /* height: 100vh; */
    background-image:url("../img/bg/hbg2.png");
    background-repeat:no-repeat;
  background-size:400px 800px;}
.section-4 {
  width: 100%;
  padding: 22px;
  /* display: table; */
  margin: 0;
  max-width: none;

  /* height: 100vh; */
    background-image:url("../img/bg/hbg4.png");
    background-repeat:no-repeat;
   background-size:400px 800px;
   background-position: 362px;
       margin-top: -383px;
   }
.section-5 {
  /* width: 100%; */
  padding: 22px;
  /* display: table; */
  margin: 0;
  max-width: none;

  /* height: 100vh; */
    background-image:url("../img/bg/hbgr2.png");
    background-repeat:no-repeat;
  background-size:400px 536px;
  background-position: 362px
  }
.section-6 {
  /* width: 100%; */
  padding: 22px;
  /* display: table; */
  margin: 0;
  max-width: none;

  /* height: 100vh; */
    background-image:url("../img/bg/hbg2.png");
    background-repeat:no-repeat;
  background-size:400px 536px;}
  .section-1:nth-of-type(2n) {
    /* background-color: #FE4B74; */
    background-image:url("../img/bg/hbg3.png");
  }
  .section-2:nth-of-type(2n) {
    /* background-color: #FE4B74; */
    background-image:url("../img/bg/hbg1.png");
  }
  .section-3:nth-of-type(2n) {
    /* background-color: #FE4B74; */
    background-image:url("../img/bg/hbg2.png");
  }
  .section-4:nth-of-type(2n) {
    /* background-color: #FE4B74; */
    background-image:url("../img/bg/hbg4.png");
  }
  .section-5:nth-of-type(2n) {
    /* background-color: #FE4B74; */
    background-image:url("../img/bg/hbgr2.png");
  }
  .section-6:nth-of-type(2n) {
    /* background-color: #FE4B74; */
    background-image:url("../img/bg/hbg2.png");
  }
 * {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 45%;
  padding: 10px;
}
.columnr {
  float: right;
  width: 45%;
  padding: 10px;
  margin-right: -274px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column  {
    width: 50%;
  }
  .columnr {
	  width: 50%;
  }

.section-1 {
  width: 100%;
  padding: 0px;
  margin: 0;
  max-width: none;
  background-size:200px 300px;
  }

.section-2 {
  width: 100%;
  padding: 0px;
  margin: 0;
  max-width: none;
  background-size:200px 300px;
  background-position: 275px;
  margin-top: -676px;
  }

.section-3 {
  width: 100%;
  padding: 0px;
  margin: 0;
  max-width: none;
  background-size:200px 300px;
  margin-top: -200px;
  }
.section-4 {
  width: 100%;
  padding: 0px;
  margin: 0;
  max-width: none;
  background-size:200px 300px;
  background-position: 275px;
  margin-top: -654px;
  margin-bottom: -280px;
  
   }
 .section-5{
	 background-position: 5px;
}  
.rev1 {
    position: absolute;
    top: 0px;
    left: 170px;
}
.rev1 img {
    border-radius: 50%;
    height: 20vw;
    width: 20vw;
}	
.services{
	display:block !important;
}
.content-left {
margin-left: 106px;
width: 50%;
    height: 312px;
}
.content-right {
margin-left: 70px;
width: 50%;
}
.mobile-views{
	display:block !important;
	font-size: 1.5em;
}

.mobile-views-contact1{
	display:none !important;
}
.team-img{
    width: 100%;
    height: 100%;
}
.team-card {
    background-color: #FBB03B;
    margin-left: -10px !important;
    margin-right: 10px;
    color: #fff;
    height: 200px;
    width: 104% !important;
    margin-top: -150px !important;
    text-align: center;
    border: 2px solid #FBB03B;
    margin: 0 0 28px;
    border-radius: 40px;
}
.our-webcoderskull .cnt-block p {
    color: #fff;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
}
#footer {
height:50%;	
}
.wid-Email{
/*	width: 12% !important;*/
	margin-top: -65%;
}
.about-h1 {
    background-color: #0F364C;
    color: #FBB03B;
    text-align: center;
    height: 92px;
    width: 100%;
    font-size: 70px !important;
}
.carousel__item {
    /* background: #0F364C !important; */
    background:none ;
}
.carousel__item--selected {
    display: block;
    /* height: 100%; */
    height: 170px;
}
.carousel-side-3{
	border-radius: 24px;
	margin-top: 3px;
}
.text-3{
	font-size: 1.8em;
	padding: 36px;
}
.text-3-1 {
    font-size: 12px !important;
    padding: 36px;
	 width: 250px;
    float: left;
}
.carousel-3-video{
border-radius: 24px !important;
    margin-top: -220px !important;
    width: 209px !important;
    height: 104px !important;
    float: right !important;
}
.carousel-container-row{
	 width: 200px;
}
.carousel__item_img{
	height:300px;
}
.text-top{
display: none;
 
}
.card-0 {
  color: #FFF;
  background-color: #0F364C;
  position: relative;
  margin-left: 70px;
  border-radius: 90px;
  min-height: 163px;
  margin-bottom: 70px;
  width: 282px;
  font-size: 14.2px;
}
 .card-1 {
    color: #0F364C;
    background-color: #FBB03B ;
    position: relative;
    margin-right: 90px;
    border-radius: 90px;
    min-height: 163px;
    margin-bottom: 70px;
    width: 282px;
	font-size: 15.5px;

    }
	.card-0-aos-animate{
		top:-460px !important;
	 }
	 .quick-link{
		margin-top:0px; 
	 }
	 .twitter {
  margin-top: -141px;
  float: right;
  width: 332px;
}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.marginbottom{
	margin-bottom: 35px}
	.cta-we-2{
	margin-top: -323px !important;
	}
	.section-1,.section-2,.section-3,.section-4{
		background-image:none;
	}
 .section-3qq{
	 height: 887px !important;
 }
.section-3q {
	height: 871px  !important;;
}
 .column  {
    width: 100%;
  }
  .rev1 {
    position: absolute;
    top: 0px;
    left: 170px;
}
.card-0 {
  color: #FFF;
  background-color: #0F364C;
  position: relative;
  margin-left: 90px;
  border-radius: 90px;
  min-height: 163px;
  margin-bottom: 70px;
  width: 282px;
  font-size: 14.2px;
}
 .card-1 {
    color: #0F364C;
    background-color: #FBB03B ;
    position: relative;
    margin-right: 58px;
    border-radius: 90px;
    min-height: 163px;
    margin-bottom: 70px;
    width: 282px;
	font-size: 15.5px;

    }
	.card-0-aos-animate{
top:-460px !important;
		 top: -49px !important;
	 }
	.margin-left-side{
	margin-left: auto !important;
}
.aos-animate-section-41 {
	top: -126px;
}
.mov-address-email{
    margin-left: 55px;
    margin-top: -9px;
}
.mov-address-call{
    margin-left: 55px;
    margin-top: -190px;
}
.contact-img3 {
    /* width: 161px; */
    height: 184px;
    margin-top: 90px;
}
.contact-container-h3{
	width: 150px;
}
.call-section{
	margin-top: -144px !important;
	
}
.contact-container{
	margin-top: -190px;
} 
}

.b3-about {
    /* position: absolute; */
    /* top: 3712px; */
    /* z-index: -10; */
    background-color: #dfdfdf;
    width: 100%;
    height: 20vw;
    border-bottom-left-radius: 550px;
    border-bottom-right-radius: 550px;
}



span.b {
  text-align: left;
}
.margin-left-side{
	margin-left: 20px;
}

.address-font{
	font-size:11px;
}
.top-margin-section-3q{
	top: -489px;
}

/*index css added*/
 
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  
  background: #FFF;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 150px;
 
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
  /* padding: 9px 15px; */
  padding: 0px 15px;
  text-align: center;
}
.nav-links li a{
  color: #0F364C;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
/*	background-color: #FBB03B;*/
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #FFF;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    /* margin: 15px 10px; */
    margin: 0px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #FFF;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.carousel__item {
background: #0F364C !important;
}