*{
  margin: 0;
  padding: 0;
  outline: 0;
}
a{
  text-decoration: none;
}
a:focus, a:hover{
    color: #3a3a3a;
}
ul, li{
  list-style-type: none;
}
hr{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Montserrat', sans-serif;
}
a:focus, a:hover{
    color: #3a3a3a;
}
.container, .container-fluid{
    padding: 0
}
.row {
    padding: 0;
    margin: 0;
}


.logo{
    font-size: 35px;
    color: #222;
}
.header{
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
}
.nav-item a {
    color: red;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color: #0170b9;
}
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}

/* form hader css */
@import url('https://fonts.googleapis.com/css2?family=Exo&display=swap');
.h-title{
    color: #389c95;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 25px;
}
.address{
    color: #54595f;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    line-height: 25px;
}
.title{
    color: #740CE9;
    font-family: "Exo", Sans-serif;
    font-weight: 600;
    font-size: 25px;
}
.star{
    color: #3D07D2;
    position: relative;
    background-color: white;
    padding: 0px;
    z-index: 5;
    font-size: 20px;
    padding: -20px;
}

.star::after{
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin: -16px auto;
    border-top: 1px solid #3D07D2;
}

.form-label{
    color: #389c95;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 590;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
}

.form-control, .form-control:focus {
    color: #212529;
    background-color: #fff;
    font-family: 'Exo', sans-serif;
    border-color: #8809e5;
    outline: 0;
    box-shadow: none;
    border-radius: 2px;
    padding: 10px;
}
.form-select, .form-select:focus {
    color: #212529;
    background-color: #fff;
    font-family: 'Exo', sans-serif;
    border-color: #8809e5;
    outline: 0;
    box-shadow: none;
    border-radius: 2px;
    padding: 10px;
}
.form-check-input, .form-check-input:focus {
    outline: 0;
    box-shadow: none;
    border-radius: 2px;
}
.form-check-label{
    color: #389c95;
    font-size: 14px;
}
.form-check-input:checked {
    background-color: #389c95;
    border-color: #389c95;
}
.btn-submit, .btn-submit:hover{
    background-color: #A312E7;
    color: white;
    border-color: #A312E7;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 20px 20px 20px 20px;
    padding: 15px 30px 15px 30px;
}
.btn-submit:active:focus, .btn-primary:focus{
    box-shadow: none;
}{
    box-shadow: none;
}

.form-control.is-invalid:focus{
    border-color: #dc3545;
    box-shadow: none;
}



/* terms and condition css */
.term-title{
    color: #E90C31;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}

.border-red{
    border: 1px solid #E90C31;
    align-content: center;
    align-items: center;
    padding: 10px;
}
.ter-title{
    color: #8218e1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.ter-text{
    color: #54595f;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.b-text{
    color: #54595f;
    font-family: 'Alegreya', sans-serif;
    font-weight: bold;

}


.txt-footer{
    color: #6000F3;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

/*course pagee*/
.course-section .card .card-body .card-title a{
    color: #54595f;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 21px;
}
.course-section .card .card-body .card-text{
    line-height: 20px;
    font-size: 16px;
    color: #777;
    padding: 10px 0;
}

.course-single{
    /*background-color: #abb8c3;*/

}
.course-single .container{
    background-color: #ffffff;
}
.course-single .container .course-title{
    color: #54595F;
    font-family: "Exo", Sans-serif;
    font-size: 44px;
    font-weight: normal;
    line-height: 50px;
}




@media only screen and (max-width: 768px) {
    .ter-title {
        text-align: center;
    }
}










..
