a:focus, a:hover {
    color: #ffb400;
}
.mySlides{display:none; width:100%;}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 15px;
padding: 20px;
}
.feature-box {
background: #ffffff;
border: 2px solid #d4b4ff;
border-radius: 25px;
text-align: center;
padding: 20px 10px;
transition: 0.3s;
}
.feature-box:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.feature-box img {
width: 60px;
height: 60px;
margin-bottom: 10px;
}
.feature-box h4 {
font-size: 16px;
font-weight: bold;
margin: 0;
}
.social-icon {
color: #fff;
font-size: 20px;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #ffb400;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s ease;
text-decoration: none;
}
.social-icon:hover {
background-color: #fff;
color: #ffb400;
transform: scale(1.1);
}
.fl-fl {
background: #000000;
text-transform: uppercase;
padding: 5px 6px 5px 4px;
width:190px;
position: fixed;
right: -150px;
z-index: 1000;
font: normal normal 15px Arial;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.fal {
font-size: 20px;
color: #fff;
padding: 0px 0;
width:38px;
margin-left: 0px;
}
.fl-fl:hover {
right: 0;
}
.fl-fl a {
color: #fff !important;
text-decoration: none;
text-align: center;
line-height: 22px!important;
vertical-align: top!important;
}
.fl-fl a i {
    font-size: 28px;
    line-height: 28px;
}
.float-wp {
top: 44%;
background-color: #027d0a;;
border-radius: 6px;
}
.float-ph {
top: 50%;
border-radius: 6px;
background-color: #000412;
}
.float-in {
top: 330px;
border-radius: 6px;
background-color: #ff0202;
}
.float-fb {
top: 374px;
border-radius: 6px;
background-color: #063dff;
}
.float-gg {
top: 419px;
border-radius: 6px;
background-color: #ff0606;
}
.float-gm {
top: 270px;
}
.blink-bg{
color: #fff;
padding: 0px;
display: inline-block;
border-radius: 5px;
animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
0%      { color: #ffff;}
25%     { color: #ffd700;}
50%     { color: #ffff;}
75%     { color: #f51f8a;}
100%    {color: #ffff;}
}
.course-wrapper {
    overflow: hidden;
    margin: 10px auto 40px;
}
.page-header {
    padding: 40px 0px 40px;
    min-height: 100px;
}
.card-grid {
    clear: both;
    margin: 40px auto 10px;
}
#navigation.small-screen #menu-button {
    padding: 0;
    color: #f51f8a;    
    border-top: none;
    background: #1a1a1a;
    width: 40px;
    height: 40px;
    right: 0;
    position: absolute;
    text-align: center;
    top: -76px;
}
.top-nav {
    text-align: center;
}
/*----media-css---*/
@media only screen and (max-width:768px) {
    .fl-fl {
        right: -132px;
    }
    .page .fl-fl {
        right: -145px;
    }
}
@media only screen and (max-width:600px) {
    #navigation>ul>li>a {font-size:14px;}
    .top-text{padding: 0;}
    
}
@media only screen and (max-width:460px) {
    .top-text{padding: 0;}
    .home_content{padding:12px 10px !important;}
    .wrapper-content {
        margin-top: 0;
        margin-bottom: 10px;
        position: relative;
        padding: 20px 20px;
    }
    .contact-form.mb60 {
        margin: 0 auto;
    }
    .section-about-video section {
        padding: 0px !important;
        text-align: left !important;
    }
    .section-space80 .col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12 {
        padding: 0 2px !important;
    }
    .home_content .content-container {
        padding: 0 !important;
    }
    .card-grid .wrapper-content {padding: 0px !important;}
    .card-grid .wrapper-content .row{margin:0;}
    .card-grid .wrapper-content .row .col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12 {
        padding: 0;
    }
}