*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #888888;
    background-image: linear-gradient(to left top, #dae0f0, #dde4f2, #e1e8f5, #e4ebf7, #e8eff9);
}

.sec-padding{
    padding: 60px 0;
}

/* header part start */

.logo-box img,.header img{
    width: 200px;
    height: 70px;
    object-fit: cover;
}
/* header part end */
.header{
    background-image: linear-gradient(to left top, #dae0f0, #dde4f2, #e1e8f5, #e4ebf7, #e8eff9);
}
/* banner part start */
.banner{
    padding-top: 138px;
    
}
.banner-content h1,.started-content h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    color: #061e5c;
    text-transform: uppercase;
}
.banner-content p{
    font-size: 18px;
    
}
.banner-img img{
    width: 75%;
}
/* banner part end */

/* how it started part start */
.started-content h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.started-video iframe{
    width: 100%;
    height: 284px;
}



/* how it started part end */

/* quotes part start */
.quotes-text h5,.quotes-text h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #061e5c;
    
}
.quotes-text h4{
    font-size: 22px;
    font-weight: 700;
}
/* quotes part end */

/* google slider part start */
.slider-box iframe{
    width: 100% !important;
    
    
}
/* google slider part end */






/* ======================= */
/* nav bar part start */
.my-nav a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #061e5c;
}
/* nav bar part end */
/* banner part start */
.sindex-banner{
    padding-top: 138px;
    min-height: 625px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    
    background-size: cover;
    position: relative;
    
    
}
.overlay{
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.699);
    z-index: 0 ;

}
.sindex-banner-content{
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}

.sindex-banner-content h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    
}
.sindex-banner-content a{
    display: inline-block;
    padding:   20px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 19px;
    background-color: #222f3e;
    color: #fff;
    border-radius: 50px;
    transition: .3s;
}
.sindex-banner-content a:hover{
    background-color: #fff;
    color: #222f3e;
}
.sindex-banner-content p{
    font-size: 20px;
    color: #fff;
}
/* banner part end */
/* footer part start */
.footer p a{
    color: #888888;
    transition: .3s;
    display: inline-block;
    margin-bottom: 5px;
}
.footer p a:hover{
    text-decoration: underline;
    
}
/* footer part end */
/* ======================= */