 


.intro-2 {
    background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../imgs/1.png")no-repeat center center;
    background-size: cover;
}
.about-head{
    background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../imgs/1.png")no-repeat center center;
    background-size: cover;
    height: 50vh;

}
.m-gold{
    color:gold !important;
}
.bg-gold {
    background-color:gold !important;
    color : #000 !important;
}
.top-nav-collapse, .btn-reg {
    background-color: #000;
}
.navbar {
    background-color: black;
}

.top-nav-collapse {
    background-color: #000;
}
.nav-item{
    margin-right: 10px;
}
 
.nav-search{
    border:1px solid #fff !important;
    padding-left: 10px;
}
.myNavSearch{
    border:1px solid #fff !important;
    height: 20px !important;
    padding-left: 10px;
}
.myNavSearch2{
    border:1px solid #000 !important;
    height: 20px !important;
    padding-left: 10px;
}
button.btnSearch{
    margin-bottom: 16px !important;
}
@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #000;
        
    }
    .full-bg-img{
        padding-top: 120px;
    }
    .full-bg-img h2{
       font-size: 20px;
    }
    .full-bg-img h3{
       font-size: 25px;
    }
    .coursi{
        visibility: hidden;
        display: none;
    }
    .brand img{
        width: 150px;
        height: 50px;
    }
    
    
    
    
}
.pricing-card{
    margin-bottom: 40px;
}
a.nav-link:hover {
   
    color: gold !important;
    transition: 1s all;
   
}
a.nav-link .active{
   
    color: gold !important;
    transition: 1s all;
   
}
.cancell{
    text-decoration:line-through;
    
}

.active{
   
   color: gold;

}
.gold {
    background-color: gold !important;
}
.page-footer{
    background-color: #111 !important;
}


.navbar-toggler-icon:hover{
    cursor: pointer;
}
.btn-reg{
    background: dodgerblue;
    
    
}
.intro-2 h2{
    color: #3E4551;
}
p{
    line-height: 30px;
    padding-top: 10px;
}
.course-intro{
    line-height: 30px;
    padding-top: 10px;
    
}
.course-intro img{
    margin-top: 50px;
}
h1{
    padding-bottom: 10px;
}
last-content{
    text-align: center;
    
}
.con{
   text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.bbenefits{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #DBE2E8;
    border-radius: 0.375rem;
    box-shadow: 0px 0.3125em 1.25em 0px rgba(46, 61, 73, 0.12);
}

.benefits{
    padding-left: 20px;
}
.benefits span{
    padding: 10px;
}
.text-center{
    text-align: center;
}
#courses{
    background-color: #f5f5f5;
    color: #111;
}
.myfoot{
    background-color: #161C27;
    color: #A0A2A5;
}
.prTop1{
    
    color:#fff;
    padding:10px;
    border-top-left-radius: 10px;
    border-bottom: 2px solid black;
}
.prTop2{
    
    color:#fff;
    padding:10px;
    border-top-left-radius: 10px;
     border-bottom: 2px solid black;
}
.prTop3{
   
    color:#fff;
    padding:10px;
    border-top-left-radius: 10px;
     border-bottom: 2px solid black;
}
 div.contentss{
    
    color:black;
    padding: 10px;
}
.contentss2{
    background-color:orange;
    color:#fff;
    padding: 10px;
}
.contentss3{
    background-color:forestgreen;
    color:#fff;
    padding: 10px;
}
.pricd1 .lcontent h6{
    color:dodgerblue;
}
.lcontent ul li{
    padding: 10px;
}
.pricd1{
    margin-bottom: 50px;
}
.lcontent{
    padding-top: 20px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 0px 0px #ccc;
}
.card-up{
    box-shadow: 0px 1px 1px 2px teal;
}
.card-up2{
    box-shadow: 0px 1px 1px 2px dodgerblue;
}
.card-up3{
    box-shadow: 0px 1px 1px 2px #9575CD;
}
.middle{
   color:orange; 
}
footer ul li {
    padding-top: 5px;
}
footer ul li a{
    
    transition: 1s all;
}
footer ul li i{
    text-decoration-line: none;
    text-decoration: none;
}
footer ul li a:hover {
    margin-left: 10px;
    transition: 1s all;
}

#whyReg{
    background-color: #111;
    color: #f5f5f5;
    padding-bottom: 20px;
    padding-top: 20px;
}
.striped p{
    text-align: left
}

.striped i{
    padding-left: 10px;
     padding-right: 10px;
}
.pad-down-30{
    padding-bottom: 30px;
}