.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.nav-logo{
    text-align: left;
}
.nav-heading h3{
    text-align: left;
}
.navbar-menu {
    flex-direction: row;
    position: relative;
    right: 40px;
}
.navbar-menu i{
    font-size: 30px;
    padding-left: 20px;
}




.hero-section .hero-left .container h1 {
    font-size: 90px;
    z-index: 1;
    width: 700px;
}
.hero-section .hero-left .container p {
    font-size: 30px;
    width: 500px;
    margin-top: 30px;
}
.hero-section .hero-left .container button {
    height: 80px;
    width: 190px;
    margin-top: 30px;
}
.hero-section .hero-right .hero-image {
    right: 275px;
}
.hero-section .hero-left .container .p2 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 45px;
}
.hero-section .hero-left .container .img1 {
    margin-top: 10px;
}




.why .why-right .c1 {
    right: 80px;
}
.why .why-right .c2 {
    right: 30px;
    top: 50px;
}
.why .why-left h1 {
    font-size: 45px;
    position: relative;
    left: 30px;
}
.why .why-left p {
    width: 300px;
    position: relative;
    left: 30px;
    font-size: 25px;
}
.why .why-right .c3 {
    right: 80px;
}
.why .why-right .c4 {
    right: 30px;
}




.achievement .top h1 {
    font-size: 45px;
}
.achievement .top p {
    font-size: 20px;
}
.achievement .down {
    justify-content: center;
    position: relative;
}
.achievement .down li {
    font-size: 45px;
}
.achievement .down span {
    font-size: 20px;
}




.testimonials .top h1 {
    font-size: 45px;
    padding-top: 60px;
}
.testimonials .bottom{
    display: flex;
}
.testimonials .bottom .card1 {
    margin-top: 20px;
    margin-right: 30px;
}
.testimonials .bottom .card {
    position: relative;
    top: 60px;
}





.question .left{
    align-items: flex-start;
}
.question .left h1{
    text-align: left;
    font-size: 45px;
}
.question .left p {
    text-align: left;
    font-size: 22px;
    width: 550px;
}
.question .left button{
    text-align: left;
    text-align: center;
    margin-left: 20px;
}
.question .right img {
    position: relative;
    bottom: 355px;
}




footer{
    position: relative;
    bottom: 355px;
}
footer .logo{
    position: relative;
    top: 50px;
    left: 50px;
}
footer .links {
    padding-left: 355px;
    position: relative;
    bottom: 30px;
}
footer .sub-footer .left{
    width: 400px;
}
footer .sub-footer .left p {
    margin-left: 110px;
}
footer .sub-footer .right{
    margin-left: 200px;
}
footer .sub-footer .right ul li{
    margin-right: 30px;
}