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;
letter-spacing: 3px;
padding: 5px 4px;
width: 190px;
position: fixed;
right: -145px;
z-index: 1000;
font: normal normal 10px 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: 30px;
color: #fff;
padding: 0px 0;
width: 40px;
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;
}
.float-wp {
top: 240px;
background-color: #027d0a;;
border-radius: 6px;
}
.float-ph {
top: 285px;
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;}
}
.fl-fl a i {
    font-size: 32px;
    line-height: 34px;
}
.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;
}
/*----media-css---*/
@media only screen and (max-width:768px) {
    .fl-fl {
        right: -130px;
    }
}
@media only screen and (max-width:600px) {
    .top-text{padding: 0;}
    .header {
        height: 76px !important;
    }
    div#sticky-wrapper {
        height: 74px !important;
    }
    .logo a{
        display:block;
    }
    .logo a img {
        display:block;
        height: 74px !important;
    }
    #navigation.small-screen #menu-button {top: -60px;}
    #navigation.small-screen #menu-button.menu-opened:before {
        top:18px; right:14px;
    }
    #navigation.small-screen #menu-button.menu-opened:after {
        top: 18px; right:14px;
    }
    #navigation.small-screen {
        background: #ffffff;
    }
    #navigation>ul>li>a {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 500;
    }
    #navigation {
        margin-top: 0;
    }
    .section-about-video h1 {
        font-size: 24px !important;
    }
    .fl-fl {
        right: -145px;
    }
    .content-container {
        padding: 24px 5px !important;
    }
    .card-grid {
        margin: 0px auto 10px;
    }
    .card-grid .wrapper-content {
        padding: 0;
    }
    #home p {
        font-size: 14px !important;
        text-align: left;
    }
    
}
@media only screen and (max-width:460px) {
    .top-text{padding: 0;}
    .wrapper-content {
        margin-top: 0;
        margin-bottom: 10px;
        position: relative;
        padding: 20px 20px;
    }
    .contact-form.mb60 {
        margin: 0 auto;
    }
    .fl-fl {
        right: -145px;
    }
    #home .fl-fl {
        right: -130px;
    }
    .wrapper-content .col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12 {
        background: #dddd2596;
        padding: 5px 5px;
        margin: 0 auto 10px;
    }
    .wrapper-content .service-img-box.mb30.outline{
        margin:0 auto !important;
    }
    #home p {
        font-size: 13px !important;
    }
    .section-space80 {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #contact .fl-fl {
        right: -130px;
    }
}