/* css for mobile.  */

*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth; 
}
:root{
    --black: #333;
    --white:#fff;

}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.navbar{
    background-color: rgb(255, 255, 255);
    text-align: center;
}
.nav-heading h3{
    text-align: center;
    font-size: 30px;
    font-weight: 400px;
}
a{
    color: var(--black);
    font-size: 1.2rem;
    text-decoration: none;
}
[class*="col-"] {
    float: left;
    padding: 10px;
}
[class*="col-"] {
    width: 100%;
}
.navbar-menu{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}
.navbar-menu a{
    margin: 7px 0px;
    padding: 10px;
}
.navbar:after{
    clear: both;
    display: table;
    content: '';
}
/* heading css end here  */



/* css for hero section .  */
.hero-section{
    background-color:#F9F8F9;
    display: flex;
    flex-direction: row;

}
.hero-section .hero-left{
    position: relative;
    top: 100px;
    z-index: 1;
}
.hero-section .hero-left .container h1{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #094B72;
    top: 200px;
}
.hero-section .hero-left .container button{
    margin-top: 20px;
    height: 60px;
    width: 170px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    background-color: #094B72;
}
.hero-section .hero-left .container button:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
    transition: 0.8s;
}
.hero-section .hero-left .container .p2{
    font-size: 14px;
    font-weight: 400;
    margin-top: 95px;
}
.hero-section .hero-left .container .img1{
    margin-top: 180px;
}
.hero-section .hero-right .hero-image{
    position: relative;
    right: 100px;
    float: right;
    text-align: right;
}
/* css for hero section ends here . */



/* css for why section  */
.why{
    Height: 786px;
    background-color: #F2FCFF;
    display: flex;
    flex-direction: row;
}
.why .why-left{
    position: relative;
    top: 80px;
}
.why .why-left h1{
    font-family:'Playfair Display', serif;;
}
.why .why-left p{
    margin-top: 50px;
    width: 260px;
}
.why .why-right .card{
    height: 235px;
    width: 235px;
    border: none;
    background: #FCFCFC;
    box-shadow: 0px 18px 58px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-top: 20px;
}
.why .why-right .c1{
    position: relative;
    right: 245px;
    top: 50px;
}
.why .why-right .c4{
    position: relative;
    right: 730px;
    top: 120px;
}

.why .why-right .c3{
    position: relative;
    top: 120px;
    right: 245px;
}
/* why section ends here.  */



/* css for achievement section.  */
.achievement{
    background-color: #1282A6;
    height: 376px;
    width: 100%;
    color: var(--white);
}
.achievement .top h1,
.achievement .top p{
    text-align: center;
    position: relative;
    top: 40px;
}
.achievement .top h1{
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}
.achievement .top p{
    font-size: 14px;
    font-weight: 400;
}
.achievement .down{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 100px;
    
}
.achievement .down li{
    display: inline-block;
    list-style: none;
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    color: white;
}
.achievement .down span{
    font-size: 14px;
    font-weight: 400;
}
.achievement .down .lion1{
    display: flex;
    flex-direction: column;
    position: relative;
    right: 26px;
    border-right: 4px solid white;
    width: 200px;
    border-radius: 300px;
}
.achievement .down .lion2{
    display: flex;
    flex-direction: column;
}
.achievement .down .lion3{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 26px;
    border-left: 4px solid white;
    width: 240px;
    border-radius: 300px;
}
/* achievement section ends here.  */



/* css for testimonials section.  */
.testimonials{
    background: #F4FBFF;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonials .top h1{
    text-align: center;
    font-family: Playfair Display;
    font-size: 28px;
    font-weight: 700;
    color: #2D2F30;
    padding: 20px;
}
.testimonials .bottom .card{
    height: 280px;
    width: 450px;
    background: #FFFF;
    border-radius: 10px;
    text-align: center;
}
.testimonials .bottom .card2{
    margin-top: 20px;
}
.testimonials .bottom .card h4{
    font-size: 18px;
    font-weight: 500;
    color: #151617;
    margin-top: 15px;
}
.testimonials .bottom .card p{
    font-size: 14px;
    font-weight: 400;
    color: #151617;
    width: 430px;
    margin-top: 15px;
}
.testimonials .bottom .card .heros{
    align-items: center;
    text-align: left;
    display: flex;
    flex-direction: row;
}
.testimonials .bottom .card .heros .heros-left{
    position: relative;
    left: 120px;
    bottom: 0px;
}
.testimonials .bottom .card .heros .heros-right{
    position: relative;
    text-align: justify;
    left: 130px;
    width: 400px;
}
.testimonials .bottom .card .heros .heros-right .para{
    font-size: 14px;
    font-weight: 400;
}
/* testimonials section ends here.  */



/* css for question section.  */
.question{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.question .left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.question .left h1{
    width: 470px;
    text-align: center;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 28px;
    color: #2D2F30;
    margin: 20px;
}
.question .left p{
    font-family: Poppins;
    font-size: 14px;
    color: #4F4F4F;
    text-align: center;
    margin: 20px;
}
.question .left button{
    width: 180px;
    height: 50px;
    background: #0f6f8c;
    border: none;
    border-radius: 8px;
    color: var(--white);
}
.question .left button:hover{
    background: #04c4ff;
    border: 1px solid black;
    transition: 0.5s;
    color: black;
}
.question .right img{
    width: 420px;
    height: 375px;
    float: right;
    margin-top: 40px;
    border-radius: 40px 0px 0px 40px;
}
/* question section ends here.  */



/* css for footer section .  */
footer{
    height: 502px;
    left: 0px;
    background-color: #0F6E8C;
    color: var(--white);
}
footer .logo{
    display: flex;
}
footer .logo span{
    margin-left: 20px;
    margin-top: 30px;
}
footer .logo h3{
    margin-left: 20px;
    margin-top: 40px;
} 
footer .links{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    padding-top: 60px;
}
footer .links .col ul li{
    list-style: none;
}
footer .links .col ul li a{
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
    margin-top: 16px;
}
footer .links .col ul li a:hover{
    color: black;
    transition: 0.4s;
}
footer .links .col1{
    height: 160px;
    max-width: 180px;
    color: white;

}
footer .links .col2{
    height: 160px;
    max-width: 180px;
    color: white;
}
footer .links .col3{
    height: 160px;
    max-width: 180px;
    color: white;
}
footer .sub-footer{
    width: 100%;
    height: 70px;
    position: relative;
    bottom: 95px;
    background: #05546D;
    display: flex;
    flex-direction: row;
}
footer .sub-footer .left p{
    padding-top: 25px;
    padding-left: 20px;
    width: 300px;
}
footer .sub-footer .right{
    display: flex;
    flex-direction: row;
    bottom: 20px;
    padding-left: 20px;
}
footer .sub-footer .right ul li{
    list-style: none;
    display: inline-block;
    flex-direction: row;
    margin-right: 15px;
    padding-top: 25px;
}
/* footer section ends here.  */