body{
    margin: 0px;
    padding: 0px;
}

*{
    font-family: "Montserrat", sans-serif;
}

h1,h2,h3,h4,h5,h6,ol,ul,img{
    margin: 0px;
    padding: 0px;
}
p{
    line-height: 23px;
    font-size: 15px;
    padding-bottom: 10px;
}

.fulid-container{
    width:100%;
}

.container{
    width: 1200px;
    margin:auto;
}

.bgblue{
    background: #003566;
    padding: 20px;
}

.leadssection{
    background: #003566;
    height: 280px;
    padding: 20px;
    color: #fff;
}

.coursedetails{
    background: #ffcc00;
    height: 580px;
    padding: 20px;
    color: #fff;
}

.logo{
    float: left;
    width: 248px;
    
}

.nav{
    width:460px;
    float: left;
}

.nav ul{
    list-style: none;
}

.nav ul li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.nav ul li a{
    color: aliceblue;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .4s;
}

.nav ul li a:hover{
    color: #ccc;
}

.button{
    float:left;
}
.button a{
    transition: all .4s;
}

.button a:hover{
    background-color: #ffcc00;
}

.button a{
   background-color: aliceblue;
   text-decoration: none;
   padding: 10px;
   border-radius: 10px;
}

.navmain{
    width: 600px;
    float: right;padding-top: 10px;
}

.herotext{
    width: 640px;
}

.brdrrad{
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.img-fluid{
    max-width: 70%!important;
}

.img-fluid1{
    width: 100%;
}

.clear{
    clear: both;
}

.mt20{
    margin-top:31px;
}

.herotext span{
    color: #fff;
}
.herotext h1{
    margin-top: 20px;
    color: #ffcc00!important;
    font-size: 64px!important;
}
.herotext p{
    padding-top: 10px;
    color: #fff;
}

.forrmarea{
    background: #ccc;
    border-radius:10px;
    padding: 10px;
}
.forrmarea img{
    width:82%;

}
.contentarea{
    width:58%;
    float: left;
    margin-top: 80px;
}
.contentarea ol{
    padding-left: 4%;
    font-size: 15px;
    line-height: 23px;
}

.cont{
    color: #fff;
}

.topbg{
    background-color: #ffcc00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1px;
}

.topbg h2 {
    font-size: 18px;
    text-decoration: #fff;

}

.formbg{
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 290px;
    width: 100%;
    padding: 10px;
    padding-top: 20px;
}

input[type="text"]{
    border:1px solid #000;
    padding: 15px;
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
    align
}



.btn{
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffcc00;
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    transition: all .4s;
}

.btn:hover{
    background-color: #C29504;
}

.btnleads{
    width: 20%;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    color: #003566;
    text-decoration: none;
    transition: all .4s;
}

.btnleads:hover{
    border: 1px solid #fff;
    color: #fff;
    background: none;
}

.bgblue1{
    background: #003566;
    height: 220px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.leads{
    width: 70%;
    color: #fff;
    text-align: center;
    padding-top: 18px;
}

.bgyellow{
    background: url(../images/bg-services.jpg) no-repeat;
    background-size: cover;
    height: 800px;
    padding: 20px;
    color: #003566;
    background-position:top;
    position: relative;
}
.modules{
    width: 813px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 8px;
}
.sections{
    width: 374px;
    padding-top: 20px;
}
.trainer img{
    position: absolute;
    width: 157%;
}

.fa-searchengin{
    font-size: 40px;
    color: #fff;
    padding: 15px;
}

.fa-chart-simple{
    font-size: 40px;
    color: #fff;
    padding: 15px;
}

.fa-square-poll-horizontal{
    font-size: 40px;
    color: #fff;
    padding: 15px;
}

.circle{
    background-color: #003566;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.sections h4{
    padding-top: 12px;
}

.playbutton a{
    font-size: 42px;
    font-weight: 300;
    transition: all .4s;
    text-decoration: none;
    color: #003566;
}

.playbutton a:hover{
    color:brown;
    text-decoration: none;
}

.nav-link{
    color: #fff!important;
}
.btn-primary{
    color: #fff!important;
    background: #003566!important;
}

.footerblue{
    background: #003566;
    padding: 20px;
}

.footerdetails{
    color: #fff;
    padding-top: 20px;
}
.footersections{
    color: #fff;
    padding-top: 20px;
}
.footersections ul{
    list-style: none;
    padding-top: 20px;
}
.footersections ul li a{
    color: #fff;
    text-decoration: none;
}
.footersections ul li{
    line-height: 25px;
}
/*media*/

@media only screen and (max-width:420px){

.container{
    width: 100%;
    height: auto;
}

.herotext{
    width:100%;
}

.herotext h1{
    font-size: 56px;
}
.bgblue{
    height: auto;

}
.forrmarea{
    width: 90%;
    margin: auto;
}
.mt20{
    width: 100%;
}
.contentarea{
    width: 100%;
}

.rghtimg{
    width: 100%;
    padding: 10px;
}
.leads{
    width: 100%;
}
.bgblue1{
    height: auto;
}
.bgyellow{
    background: url(../images/bg-services.jpg) no-repeat;
    background-size: cover;
    height: auto;
    color: #003566;
    background-position:left;
    position: relative;
    display: table;
    }
.trainer img{
    display: none;
}

.bggrey{
    background-color: #ccc;
}

.modules{
    width: 100%;
    height: auto;
}
.footerblue{
    background: #003566;
    height: auto;
    display: table;
    padding: 20px;
}

.footerdetails{
    float: left;
    width: 90%;
    color: #fff;
    padding-top: 20px;
}

.footersections{
    width: 60%;
    color: #fff;
    float: left;
    padding-top: 20px;
}

}
@media only screen and (max-width:576px){

.container{
    width: 100%;

}

.herotext{
    width:100%;
}

.herotext h1{
    font-size: 56px;
}
.bgblue{
    height: auto;

}
.forrmarea{
    width: 90%;
    margin: auto;
}

}
