@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --curly-font: "Cormorant Garamond", serif;
  --dark-blue: #000e67;
  --light-blue: #54758a;
  --yellow: #f0b323;
  --bright-blue: #0032a0;
  --deep-blue: #2e364a;
  --gray: #00000070;
  --sky-blue:#257aa4;
}

.wrap{
    flex-wrap: wrap;
  }

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.flex-class {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-class {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ul {
  list-style: none;
}

.hero{
    flex-direction: column;
    padding: 50px 0;
    background-color: var(--sky-blue);
}

.hero .tag{
    font-size: x-large;
    font-weight: 600;
    color: #fff;
}

.hero .main-title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    width: 90%;
    color: #fff;
    margin: 20px;
}

.hero .main-title span{
    color: #fff;
}

.hero-btn{
    padding: 15px 25px;
    border: 2px solid #fff;
    background-color: transparent;
    transition: 0.4s ease;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
}

.hero-btn:hover{
    background-color: #fff;
    color: var(--sky-blue);
}

.second-hero{
    padding: 100px 50px;
    padding-top: 35px;
    padding-right: 0;
    /* background-color:#FAF5F0; */
    text-align: justify;
    justify-content: space-between;
    align-items: flex-start;
}

.second-hero .left{
    width: 50%;
}

.second-hero .left span{
    margin: 0 30px;
}

.second-hero .right{
    width: 50%;
    justify-content: space-evenly;
}

.second-hero .left p{
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    font-weight: 400;
    color: #000000;
}

.second-hero .right .card{
    height: auto;
    width: 210px;
    /* min-width: 200px; */
    margin: 10px;
    background-color: #ffffff;
    padding: 15px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    /* box-shadow: 3px 3px 15px  2px #00000020; */
}

.second-hero .right .card .icon{
    height: 150px;
    width: 150px;
    background-color:#257aa490;
    font-size: 35px;
    border-radius: 100%;
    margin: 20px auto;
    box-shadow: 2px 2px 20px  5px #257aa420;

}

.second-hero .right .card .title{
    font-weight: 700;
    margin-top: 10px;
}

.second-hero .right .card .card-text{
    font-size: small;
    line-height: 15px;
    margin-top: 10px;
}
/* .our-story{
    background-color: #257aa440;
    overflow: hidden;
}

.our-story .left{
    padding: 30px;
    width: 100%;
    min-width: 280px;
    text-align: center;
}

.our-story .left p{
    font-size: large;
    color: rgb(41, 41, 41);
    font-weight: 600;
    line-height: 25px;
} */

/* .our-story .right{
    width: 40%;
    height: 600px;
    min-width: 380px;
    background-image: url(../assests/new_home_page/slider-imgs_orignal/slide_img_3.jpg);
}

.our-story .right .title{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
} */

/* .we-empower{
    background-color: #E8F0F7;
    padding: 100px 0;
}

.we-empower .light{
    font-size: 28px;
    font-weight: 600;
    color: rgba(25,54,86,.46);
    line-height: 1.5em;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
}

.we-empower .dark{
    text-align: center;
    margin: auto;
    width: 70%;
    font-size: 30px;
    color: #193656;
    font-weight: 600;
    line-height: 1.5em;
}

.empowring-again{
    width: 100vw;
}

.empowring-again .left , .empowring-again .right{
    width: 50%;
    padding: 50px;
    min-width: 280px;
}

.empowring-again .left .text{
    font-size: 45px;
    font-weight: 700;
}

.empowring-again .right{
    min-width: 500px;
}

.empowring-again .right .text{
    font-weight: 500;
    font-size: large;
}

.blue-box{
    background-color: #2D4460;
    padding: 100px 40px;
    height: 100vh;
    width: 100%;
}

.blue-box .left{
    width: 60%;
    padding-right: 90px;
    min-width: 350px;
}

.blue-box .left .title{
    font-size: 45px;
    font-weight: 700;
    color:#fff;
    line-height: 1.5em;
}

.blue-box .left .text{
    font-weight: 600;
    color: #ffffff90;
    line-height: 25px;
    margin-top: 20px;

}

.blue-box .right{
    background-image: url(../assests/new_home_page/increase_graph.svg);
    width: 40%;
    height: 100%;
    background-size: 4  00px;
    min-width: 350px;
} */

.our-value{
    padding: 100px 60px;
}

.our-value .main-title{
    font-size: 45px;
    font-weight: 600;
}

.our-value .card{
    border-bottom: 1px solid #dbdbdb;
    padding: 60px;
}

.our-value .card .left{
    width: 15%;
    min-width: 100px;
}


.our-value .card .left .number{
    font-size: 60px;
    font-weight: 700;
    color: var(--sky-blue);
}

.our-value .card .left .tag{
    font-size: 30px;
    color: var(--sky-blue);
    font-weight: 700;
}

.our-value .card .right{
    padding-left: 60px;
    width: 85%;
    min-width: 300px;
}


.our-value .card .right .title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-value .card .right .text{
    font-weight: 500;
    line-height: 28px;
}

/* .timeline{
    overflow: hidden;
}

.timeline .main-container{
	position: relative;
	width: 100%;
    margin: 0;
}
.timeline .main-container::after{
	content: '';
	position: absolute;
	width: 5px;
	background-color: #dbdbdb;
	top:0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
.timeline .main-container .text-wrapper{
	padding: 10px 40px;
	position: relative;
	width:50%;
	margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 0px;
}
.timeline .main-container .text-wrapper::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	background-color:#fff;
	top:15px;
    border: 5px solid#dbdbdb;
	border-radius: 100%;
	z-index: 1;
}
.timeline .main-container .left{
	left: 0;
    text-align: end;
}
.timeline .main-container .right{
	left:50%;
}
.timeline .main-container .right::after{
	left:-10px;
}

.timeline .main-container .left::after{
	right:-10px;
}

.timeline .main-container .text-wrapper .content h3{
	text-transform: uppercase;
	font-size: 30px;
	color: #212121;
	letter-spacing:1px;
}

.timeline .main-container .left .content h3{
    margin-left: 20px;
}

.timeline .main-container .right .content h3{
    margin-right: 20px;
}
.timeline .main-container .text-wrapper .content p{
	color: #616161;
	font-weight: 500;
	font-size: 18px;
	margin-top: 2px;
}

.timeline .main-heading{
    margin-top: 60px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
} */

.last-section{
    background-color: var(--sky-blue);
    justify-content: space-between;
}

.last-section .left{
    padding: 100px;
    width: 60%;
    min-width: 300px;
}

.last-section .left .text{
    font-size: 65px;
    font-weight: 700;
    color: #fff;
}

.last-section .right{
    flex-direction: column;
    padding-right: 200px;
    width: 40%;
    min-width: 300px;
}

.last-section .right .text{
    color: #fff;
    font-size: large;
    font-weight: 400;
}

.last-section .right .last-sec-btn{
    background-color: #fff;
    color: var(--sky-blue);
    font-weight: 600;
    border: none;
    outline: none;
    margin-top: 20px;
    width: 300px;
    height: 50px;
    font-size:  large;
    border: 2px #fff solid;
    transition: 0.2s ease;
}

.last-section .right .last-sec-btn:hover{
    background-color: transparent;
    color: #fff;
}

@media only screen and (max-width: 1100px){
    .blue-box .left .title{
        line-height: 55px;
    }

    .blue-box .left{
        width: 65%;
    }

    .blue-box .right{
        width: 35%;
        padding: 20px;
        background-size: contain;
    }

    .our-value .card{
        padding-right: 10px;
    }

    .empowring-again .left{
        padding-right: 20px;
    }

    .empowring-again .right{
        padding-left: 10px;
    }

    .last-section .left{
        padding:100px 20px;
        padding-left: 40px;
    }

    .last-section .right{
        padding-right:30px ;
    }

    .blue-box{
        height: auto;
        flex-direction: column-reverse;
    }

    .blue-box .left{
        width: 100%;
        padding: 0;
    }

    .blue-box .right{
        height: 300px;
        width: 300px;
        margin-bottom: 50px;
    }
}

@media only screen and ( max-width: 920px){
    .blue-box .left .title{
        font-size: 35px;
        line-height: 40px;
    }

    .blue-box .left .text{
        font-size: small;
        line-height: 20px;
    }
}

@media only screen and (max-width:1000px){
    .empowring-again .left , .empowring-again .right{
        width: 90%;
        text-align: start;
    }

    .empowring-again .left{
        padding-left: 10px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width:950px){
    .second-hero p{
        width: 100%;
    }

    .our-value .left{
        width: 30%;
    }

    .our-value .right{
        width: 70%;
        margin-left:50px;
    }

    .our-value .card{
        padding-left: 30px;
    }

    .our-value{
        padding: 30px;
    }

    .our-value .right .text{
        width: 100%;
    }

   
}

@media only screen and (max-width:870px){
    .hero .main-title{
        width: 100%;
    }

    .we-empower{
        padding: 100px 30px;
    }
    .last-section .left .text{
        font-size: 40px;
    }

    .we-empower .light , .we-empower .dark{
        width: 100%;
    }

}

@media only screen and (max-width:770px){
    .hero{
        align-items: flex-start;
        padding-left: 40px;
    }

    .hero .main-title{
        text-align: start;
        font-size: 40px;
        line-height: 45px;
        margin-top: 20px;
        width: 80%;
        margin-bottom: 40px;
    }

    .hero .main-title span{
        font-size: 50px;
    }

    
}



@media only screen and (max-width:760px){
    .our-story{
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .our-story .right{
        width: 100%;
        height: 400px;
    }

    .our-story .left{
        width: 100%;
        padding: 50px;
    }

    .last-section .left , .last-section .right{
        width: 100%;
    }

    .last-section .left{
        padding: 60px 20px;
        text-align: center;
        margin-top: 40px;
    }

    .last-section .right{
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:710px){
    .our-value .card{
        flex-wrap: wrap;
    }

    .our-value .main-title{
        text-align: center;
        width: 100%;
        margin-top: 100px;
    }
    .our-value .card .right , .our-value .card .left{
        margin: 0;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .our-value .card .left{
        margin-bottom: 40px;
    }

    .our-value .card .right .text{
        width: 100%;
    }

    .our-value .card{
        padding: 80px 50px;
    }

    .our-value{
        padding: 0;
    }
}

@media only screen and (max-width:670px){
    .hero .main-title{
        width: 90%;
        padding: 0px;
        margin: 20px 0;
    }
}

@media only screen and (max-width:600px){
    .timeline .main-container::after{
        left:10%;
    }

    .timeline .main-container{
        width: 90%;
    }

    .timeline .main-container .left .content{
        flex-direction: row-reverse;
    }

    .timeline .main-container .left .content h3{
        margin-left: 0;
        margin-right: 20px;
    }

    .timeline .main-container .left .content p{
        text-align: start;
    }

    .timeline .main-container .right{
        left: 10%;
    }

    .timeline .main-container .left{
        left: 10%;
    }

    .timeline .main-container .text-wrapper{
        width: 100%;
        padding: 0;
        padding-left: 30px;
        margin: 50px 0;
    }
    .timeline .main-container .left::after{
        left: -10px;
    } 
}

@media only screen and (max-width:560px){
        .second-hero{
            width: 85%;
            flex-direction: column;
            padding: 50px 0;
            margin: auto;
        }

        .second-hero .left , .second-hero .right{
            width: 100%;   
        }

        .hero .main-title{
            font-size: 35px;
        }
}

@media only screen and (max-width:500px){
    /* .timeline .main-container .left .content{
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .timeline .main-container .right .content{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;    
    } */

    .second-hero .right .card{
        width: 90%;
        padding: 20px;
        border: none;
        background-color: #257aa420;
        margin: 20px 10px;
    }

    .second-hero .right .card .icon{
        margin: 0px;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width:480px){
    /* .empowring-again .right{
        min-width: 280px;
    }
    
    .hero .main-title span {
        font-size: 38px;
        width: 100%;
        line-height: 44px;
    }

    .hero .main-title{
        font-size: 33px;
        line-height: 38px;
    } */


    .our-value .card .left , .our-value .card .right{
       text-align: left;
    }

    .our-value .card .left{
        margin-bottom: 20px;
    }

    .our-value .card{
        padding: 40px 50px;
    }
    .our-value .card .right .title{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .our-value .card .right .text{
        line-height: 20px;
        font-size: small;
    }
}

@media only screen and (max-width:420px){
    .hero .main-title{
        font-size: 35px;
        line-height: 38px;
    }

    .hero .tag{
        font-weight: 300;
        font-size: 18px;
    }

    .second-hero .left{
        margin-bottom: 20px;
    }
    .our-value .card{
        padding: 22px;
        background-color: #257aa420;
        margin: 20px;
        border-radius: 8px;
    }

    
}

@media only screen and (max-width:390px){
    /* .hero .main-title{
        font-size: 25px;
        line-height: 30px;
    } */

    .our-story .left{
        padding: 40px 20px;
    }

    .hero{
        padding-left: 20px;
    }

    .hero .main-title span{
        line-height: 40px;
        font-weight: 700;
        font-size: 43px;
    }

    .blue-box{
        padding: 100px 20px;
        overflow: hidden;
    }

    .blue-box .right , .blue-box .left{
        min-width: 280px;
        width: 100%;
    }

    .blue-box .left .title {
        font-size: 30px;
        line-height: 40px;
    }

    .last-section .right{
        min-width: 100px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    
}