*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
#header{
    height: 85vh;
    background-image: url(images/bakground.jpg);
    background-position: center;
    background-size: cover;
    
}

b{
    padding: 18px 40px;
    background: transparent;
    outline: none;
    border: 4px solid #FFB25F;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.site-logo{
   height: 150px;
    padding-left: 43%;
}
/*.container{
    margin-right: 100px;
    margin-left: 100px;
}
/*.logo{
    margin-top: 0px;
    width: 100px;
}*/
.header-text{
    text-align: center;
    margin-top: 30px;
}
h1{
    font-size: 45px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
}
.square{
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #008bc2;
    margin: 15px 0;
}
.common-btn{
    padding: 18px 40px;
    background: transparent;
    outline: none;
    border: 4px solid #FFB25F;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
p{
    font-size: 20px;
    line-height: 23px;
    color: black;
}
.header-text button{
    margin-top: 20px;
    margin-bottom: 60px;
}
.line-1{
    width: 15px;
    height: 15px;
    background: #008bc2;
    display: inline-block;
}
.line-2{
    width: 80px;
    height: 1px;
    background: #008bc2;
    display: inline-block;
}
.line-3{
    width: 60px;
    height: 1px;
    background: #008bc2;
    display: inline-block;
}
.line{
    line-height: 8px;
}
#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #36454F;
    z-index: 2;
    transition: .5s;
}
nav ul li{
    list-style: none;
    margin: 50px 20px;

}
nav ul li a{
    text-decoration: none;
    color: #fff;
}
#menuBtn{
    width: 50px;
    position: fixed;
    right: 65px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
    
}
/*---Abou---*/

#about{
    padding: 2%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-left-col{
    flex-basis: 50%;
}
.about-left-col img{
    height: 100vh;
    /*width: 100%;*/
}
.about-right-col{
    flex-basis: 50%;
    text-align: right;
}
.about-text{
    max-width: 500px;
    margin-right: 100px;
    display: inline-block;
}
.about-text h2{
    margin: 50px 0 10px;
    font-size: 20px;
    font-style: italic;
}
.about-text h3{
    font-size: 20px;
    font-style: italic;
    color: #777;
}

/*---Our Services----*/

#Services{
    padding-top: 25px;
    padding-bottom: 25px;
}
.Services-text{
    padding-left: 45%;
    padding-bottom: 4%;
}
.Services-row{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.Services-col{
    flex-basis: 25%;
    text-align: center;
}
.Services-col img{
    width: 100%;

}
.Services-col h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}

/*Contact us*/

#Course{
    padding: 100px 0;
}
.course-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.course-right-col{
    flex-basis: 50%;
}
.course-right-col img{
    height: 100vh;

}
.course-left-col{
    flex-basis: 50%;
}
.course-text{
    max-width: 350px;
}
.course-text button{
    margin: 30px 0;
}

/* contact */
.contact-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 75px;
}
.contact-left-col,.contact-right-col{
    flex: 50%;
}
.contact-right-col img{
    width: 100%;
}

/* form */

form{
    max-width: 350px;
    margin: 30px 0px;
}
form input{
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 5px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    border: 2px solid #008bc2;
}
.btn-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-box button{
    flex: 48%;
    padding: 18px 0;
}
/*footer*/
#footer{
    padding: 50px 0 30px;
}
hr{
    width: 100%;
    border: 0;
    border-top: 1px solid #008bc2;
}
.footer-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-left-col{
    flex-basis: 50%;
    margin-top: 60px;
}
.footer-links{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link-title h4{
    color: aqua;
    margin-bottom: 20px;
}
.link-title small{
    font-size: 13px;
    color: #36454F;
}
.footer-right-col{
    flex-basis: 35%;
}
.footer-info{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-logo img{
    width: 150px;
}
.footer-logo button{
    padding: 12px 38px;
    margin-top: 20px;
    font-size: 10px;
}
.footer-text{
    flex-basis: 40%;
}

/*social-icons*/
.social-icons{
    width: 70px;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.social-icons img{
    display: block;
    width: 60px;
    margin: 0 auto 20px;
    cursor: pointer;
}

@media only screen and (max-width: 770px){
    #header{
        background-image: none;
    }
    .site-logo{
        height: 75px;
         padding-left: 45%;
     }
     .container{
         margin-right: 50px;
         margin-left: 50px;
     }
     /*.logo{
         margin-top: 0px;
         width: 100px;
     }*/
     .header-text{
         margin-top: 15px;
     }
     h1{
         font-size: 22px;
         font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
     }
     .common-btn{
         padding: 9px 20px;
     }
     #menuBtn{
         width: 25px;
         right: 32px;         
     }
     .social-icons img{
        width: 40px;
        margin: 0 auto 20px;
    }
    .about-left-col,.about-right-col{
        flex-basis: 100%;
    }
    .about-text{
        margin: 50px 50px 0;
        display: inline-block;
    }
    .about-text h2{
        font-size: 18px;
        font-style: italic;
    }
    .Services-col{
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .course-left-col{
        flex-basis: 100%;
    }
    .course-right-col{
        flex-basis: 100%;
        margin-top: 70px;
    }
    .contact-left-col,.contact-right-col{
        flex-basis: 100%;
    }
    .contact-right-col{
        margin-top: 50px;
    }
    .footer-left-col,.footer-right-col{
        flex-basis: 100%;
    }
    .link-title{
        flex-basis: 50px;
        margin-bottom: 30px;
    }
}