body{
    background: linear-gradient(90deg, #e8e8e887, #e8e8e800), url(/media/all-img/background.webp) ;
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
}
/* For WebKit-based browsers */
::-webkit-scrollbar {
    width: 5px; /* Width of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f100; /* Background of the scrollbar track */
    border-radius: 10px;
}

/* Thumb */
::-webkit-scrollbar-thumb {
    background: #ff1361; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Round edges of the thumb */
    width: 5px;
}

/* Thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff1361; /* Darker color on hover */
}

.btn_published{
    background-color: #198754 !important;
    padding: 7px 15px !important;
    margin-left: 0px !important;
    border: 0;
    color: aliceblue;
    font-size: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn_draft{
    background-color: #00a0af !important;
    padding: 6px 15px !important;
    margin-left: 10px !important;
    border: 0;
    color: aliceblue;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1050px){
    .container{
        max-width: 98% !important;
    }
}
@media only screen and (max-width: 600px){
    .container{
        max-width: 95% !important;
    }
    .sidebar_menu .menu .navemenu .dropdown .dropdown-menu li a .owl-nav{
        display: none !important;
    }
}
/* ==========Dashboard========== */
.swal2-title{
    font-size: 21px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #f27474 !important;
}
.swal2-html-container{
    font-size: 13.5px !important;
    /* text-transform: uppercase !important; */
    color: #563d7c !important;
    letter-spacing: 1px !important;
}
.swal2-confirm{
    font-size: 11px !important;
    /* text-transform: uppercase !important; */
    letter-spacing: 2px !important;
    padding: 7px 20px !important;
}
.swal2-cancel{
    font-size: 11px !important;
    /* text-transform: uppercase !important; */
    letter-spacing: 2px !important;
    padding: 7px 20px !important;
    background-color: #ffc107 !important;
    color: #000 !important;
}
.swal2-actions{
    margin: 10px auto 20px !important; 
}
.login{
    width: 100%;
    margin: 0;
}
.login .row{
    margin: 0;
}
.login .img_back{
    padding: 0;
    background-image: url(/media/all-img/login_back.webp);
    background-size: cover;
    background-position: center left;
    height: 100vh;
}
.login .box{
    width: 450px;
    margin: 130px auto 50px;
}
.login .box img{
    width: 100px;
    margin-bottom: 3px;
}
.login .box p{
    font-size: 14.5px;
    line-height: 1.3em;
    margin: 5px 0 ;
}
.login .box p.http{
    font-size: 13px;
    letter-spacing: 0.5px;
}
.login .box form .col-6,
.login .box form .col-12{
    padding: 5px 0;
}
.login .box form label{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.login .box form input,
.login .box form .cpatcha input{
    padding: 5px 10px;
    font-size: 14.5px;
    color: #000;
    letter-spacing: 0.5px;
    width: 100%;
}
.login .box form .cpatcha img{
    width: 120px;
    height: 42px;
    margin-bottom: 0;
}
.login .box form .cpatcha input{
    margin-left: 10px;
    width: 150px;
    height: 35px;
}
.login .box form button{
    padding: 8px 15px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
}
.login .box form a{
    text-decoration: none;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-loader {
    animation: spin 1s infinite linear;
}

.login_form .log_form form p.error{
    color: red;
    font-size: 13px;
    margin: 0px 0 0px;
}
@media only screen and (max-width: 600px){
    .login .img_back{
        display: none;
    }
    .login .box{
        width: 95%;
        margin: 50px auto 0;
    }
    .login .box img {
        width: 100px;
        margin: 5px auto;
    }
    .login .box form a{
        margin-top: 5px;
    }
    .login_form{
        width: 95%;
        margin: 35px auto;
        padding: 40px 30px;
    }
}

.main_body .left_side{
    width: 220px;
    background-color: #563d7c;
    height: 100vh;
    position: fixed;
    padding: 30px 10px;
    box-shadow: 0px 0px 10px #00000030;
    z-index: 99;
}
.main_body .left_side .sidebar .side_navbar{
    height: 550px;
    margin-top: 25px;
    /* overflow-y: scroll;
    overflow-x: hidden; */
    width: 100%;
    padding-left: 10px;
}
.main_body .left_side .sidebar .side_navbar ul{
    list-style-type: none;
    margin-left: -40px;
}
.main_body .left_side .sidebar .side_navbar ul li{
    margin: 10px 0;
    padding: 5px 0;
}
.main_body .left_side .sidebar .side_navbar ul li a,
.main_body .left_side .sidebar .side_navbar ul li button{
    color: #fff;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.main_body .left_side .sidebar .side_navbar ul li a:hover,
.main_body .left_side .sidebar .side_navbar ul li button:hover{
    color: #ffc107;
}
.main_body .left_side .sidebar .side_navbar ul li .dropdown .dropdown-menu{
    position: relative !important;
    margin: -23px 0 20px 5px !important;
    background-color: transparent;
    padding: 0 0 0 8px;
    border-radius: 0;
    border: 0;
    border-left: 2px solid #6f42c1;
}
.main_body .left_side .sidebar .foter_copyright{
    border-top: 1px solid #e9e9e9;
    margin: 0 -20px 0 0;
    padding-top: 10px;
    position: fixed;
    bottom: 20px;
    width: 180px;
}
.main_body .left_side .sidebar .foter_copyright p{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    color: #e9e9e9;
}
.main_body .left_side .sidebar .foter_copyright p img{
    width: 70px;
}



.main_body .right_side{
    width: 100%;
    padding: 0;
}
.main_body .right_side .right_header{
    width: 100.8%;
    background-color: #6f42c1;
    padding: 10px;
    box-shadow: 0px 0px 10px #00000030;
    position: sticky;
    top: 0;
    z-index: 9;
}
.main_body .right_side .right_header .annoucement{
    margin-left: 220px;
    width: 70%;
    margin-bottom: -5px;
    margin-top: 5px;
}
.main_body .right_side .right_header .annoucement i{
    color: #ffc208;
    font-size: 23px;
    margin-right: 15px;
}
.main_body .right_side .right_header .annoucement marquee{
    color: #ffc107;
}
.center_text{
    align-items: center;
}
.ju_right{
    justify-content: right;
}
.main_body .right_side .right_header img{
    width: 40px;
}
.main_body .right_side .right_header h5{
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 7px;
    color: aliceblue;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.main_body .right_side .right_header h5 strong{
    font-weight: 600;
}


.main_body .right_side .main_content{
    margin: 20px 10px 20px 220px;
    /* box-shadow: 0px 0px 10px #00000030; */
}
.userProfile button{
    background-color: transparent !important;
    border: 0;
    color: #f8f8f8;
    text-transform: capitalize;
}
.userProfile .dropdown-menu{
    background-color: #563d7c;
    border-radius: 0;
    padding: 5px 0;
}
.userProfile .dropdown-menu li a{
    color: #fff;
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 7px 20px ;
}
.userProfile .dropdown-menu li a:hover{
    color: #ffc208;
    background-color: transparent !important;
}
.userProfile .dropdown-menu li a i{
    font-size: 16px;
    margin-right: 5px;
}
.mobile_nav{
    display: none;
}
@media only screen and (max-width: 600px) {
    .row{
        /* margin: 0; */
        --bs-gutter-x: 0 !important;
    }
    /* .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
        padding: 0 !important;
    } */
    .main_body .left_side{
        left: -100%;
        width: 70%;
    }
    .main_body .right_side .right_header .annoucement {
        margin-left: 0px;
        width: 100%;
        margin-bottom: -5px;
        margin-top: 5px;
    }
    .main_body .right_side .right_header .annoucement i{
        font-size: 16px;
        padding-right: 10px;
    }
    .main_body .right_side .right_header .annoucement marquee{
        font-size: 14px;
    }
    .main_body .right_side .right_header{
        padding: 5px;
    }
    .main_body .right_side .right_header img {
        width: 23px;
    }
    .userProfile button{
        font-size: 12px;
        padding: 0;
        margin: -5px 5px 5px;
    }
    .mobile_nav{
        display: block;
    }
    .mobile_nav i{
        color: aliceblue;
        font-size: 22px;
        margin-top: 5px;
    }
}

.form_content{
    width: 95%; 
    margin: auto;
}
.form_content h3{
    font-size: 25px;
    margin-bottom: 5px;
}
.form_content p{
    font-size: 14px;
    margin: 0;
    color: #333;
}
.form_content hr{
    margin: 3px auto 10px;
}
.form_content form{
    margin-top: 30px;
}
.form_content form label{
    text-transform: uppercase;
    font-size: 13px;
    color: #563d7c;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.form_content form label span{
    text-transform: none;
    color: #9008ff;
    /* font-weight: 400; */
    font-size: 13px;
}
.form_content form input,
.form_content form select,
.form_content form textarea{
    border-radius: 0;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #00000010;
}
.form_content form button{
    font-size: 11.5px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    transition:transform 0.5s;
}
.form_content form button:hover{
    transform: scale(0.95);
}
.form_content form .photoSection{
    border: 1px dashed #094163;
    border-radius: 30px;
}
.form_content form .photoSection i{
    font-size: 50px;
    cursor: pointer;
}
.form_content form .photoSection h5{
    text-transform: uppercase;
    font-size: 15px;
    color: #563d7c;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.form_content form .photoSection h5 span{
    font-weight: 400;
    text-transform: none !important;
    font-size: 14px;
}
.form_content #search input{
    font-size: 14px;
    color: #6f42c1;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 15px;
    width: 250px;
    height: 34px;
    border: 1px solid #6e42c1b3;
    margin-bottom: 15px;
    /* margin-top: 3px; */
    background-color: #f8f8f8;
    border-radius: 0 !important;
}
.form_content form#search {
    margin-top: 0px;
}
.form_content #search button{
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 2px 25px !important;
    line-height: 1em;
    height: 34px;
    margin-top: 0px;
    background-color: #6f42c1;
    color: #f8f8f8;
    border: 0;
    margin-left: -5px;
}
.form_content .calltoAction{
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 2px 25px !important;
    line-height: 1em;
    height: 34px;
    font-weight: 600;
    border-radius: 0;
}
.form_content table img{
    width: 100px;
    height: 65px;
    object-fit: cover;
}
.form_content table thead tr th {
    font-size: 13.5px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #563d7c !important;
    letter-spacing: 1px;
}
.form_content table tbody tr td {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.form_content .action button {
    margin-top: 15px;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 2px 22px !important;
    line-height: 1em;
    height: 34px;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    color: #f8f8f8;
    background-color: #6f42c1;
    margin-left: 5px;
}
.form_content .action ul {
    border: 0;
    border-radius: 0;
    background-color: #563d7c;
    padding: 5px 10px;
    margin: 0;
    min-width: 120px;
}
.form_content .action ul li {
    background-color: transparent;
    padding: 5px 0 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #f8f8f8;
    cursor: pointer;
}
.form_content .dash_quick_box  a{
    text-decoration: none;
}
.form_content .dash_quick_box .box{
    padding: 30px 25px;
    box-shadow: 0 0 10px #00000010;
    border-radius: 5px;
    margin: 10px auto 15px;
}
.form_content .dash_quick_box .box h4 span{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.form_content .dash_quick_box .box p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #094163;
}



@media only screen and (max-width: 600px) {
    .main_body .right_side .main_content{
        margin: 20px 10px;
    }
    .form_content{
        width: 100%; 
        margin: auto;
    }
    .form_content h3 {
        font-size: 23px;
        margin-bottom: 5px;
    }
    .form_content p {
        font-size: 13px;
        margin: 0;
        color: #333;
    }
    .form_content form {
        margin-top: 15px;
    }
    .form_content form label{
        font-size: 12px;
        font-weight: 700;
    }
    .form_content form label span{
        font-size: 12px;
        font-weight: 500;
    }
    .form_content form input, 
    .form_content form select, 
    .form_content form textarea{
        font-size: 12px;
        color: #4b4a4a;
    }
    .form_content form button{
        padding: 7px 15px;
    }
}

/* ==========Header========= */
.top_header{
    background-color: #6f42c1;
    padding: 5px 0;
}
.top_header .marquee:hover{
    animation-play-state: paused;
}
.top_header a{
    text-decoration: none;
}
.top_header a p{
    color: aliceblue;
    text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 700;
    font-family: mukta;
    margin: 0 0 -5px;
    letter-spacing: 1px;
}
@media only screen and (max-width:600px) {
    .top_header a p{
        font-size: 13px;
    }
}
.header{
    /* background: linear-gradient(90deg, #e8e8e887, #e8e8e800), url(/media/all-img/background.webp) ;
    background-position: center right;
    background-size: cover; */
    background-color: #274696;
    top: 0;
    position: sticky;
    z-index: 100;
    box-shadow: 0 0 10px #00000030;
    margin-top: -1px;
}
.header .row{
    align-items: center;
}
.header .logo_back {
    background-image: url(/media/all-img/logoback.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.header .logo img{
    width: 90px;
    margin-bottom: -18px;
    background-color: #274696;
    border-radius: 100%;
    /* padding-bottom: 3px; */
    z-index: 999;
    position: relative;
    margin-left: -25px;
}
.header .navemenu{
    display: flex;
}
.header .navemenu a,
.header .navemenu span{
    font-family: mukta;
    font-weight: 600;
    color: #FFFAF0;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-right: 15px;
    cursor: pointer;
    padding:  0;
}
.header .navemenu .dropdown{
    padding: 0;
    margin-top: -3.5px;
}
.header .login img{
    width: 30px;
    margin-right: 15px;
}
.header button{
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
    transition: transform 0.5s;
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    padding: 8px 15px;
    color: rgb(234, 234, 234);
    border: 0;
    width: 150px;
    font-size: 13px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.header .dropdown .dropdown-menu{
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: #274696;
    box-shadow: 0 0 10px #00000020;
    margin-top: 2.5px;
}
.header .dropdown .dropdown-menu .owl-nav{
    display: none !important;
}
.header .dropdown .dropdown-menu li a{
    font-weight: 400;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff15;
    padding: 7.5px 15px;
}
.header .dropdown .dropdown-menu li a:hover{
    background-color: #1d3471;
}
.header .dropdown .dropdown-menu li a.bottom{
    border: 0;
}
.header .navemenu a:hover,
.header .navemenu span:hover,
.header .dropdown .dropdown-menu li a:hover{
    color: #EFFFFD;
}
.tablet_header,
.sidebar_menu{
    display: none;
}

@media only screen and (max-width: 1050px){
    .header {
        display: none;
    }
    .tablet_header{
        display: block;
        background-color: #274696;
        top: 0;
        position: sticky;
        z-index: 9;
    }
    .tablet_header .container{
        max-width: 98%;
    }
    .tablet_header .row{
        align-items: center;
    }
    .tablet_header .mobile_menu img{
        width: 32px;
        margin-right: 15px;
    }
    .tablet_header .back_logo{
        width: 200px;
        text-align: center;
        background-image: url(/media/all-img/logoback.webp);
        background-size: cover;
        background-position: center;
    }
    .tablet_header .logo img{
        width: 70px;
        margin-bottom: -20px;
        background-color: #274696;
        border-radius: 100%;
        position: relative;
        z-index: 99;
        margin-left: -20px;
    }
    .tablet_header .login img{
        width: 25px;
        margin-right: 15px;
    }
    .tablet_header button{
        -webkit-animation-name: backInDown;
        animation-name: backInDown;
        transition: transform 0.5s;
        background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
        background-size: 200% auto !important;
        animation: animate 2s linear infinite;
        padding: 8px 15px;
        color: rgb(234, 234, 234);
        border: 0 !important;
        width: 150px;
        font-size: 13px;
        font-family: lato;
        font-weight: 600;
        letter-spacing: 0.5px;
        border-radius: 5px;
    }
    .sidebar_menu{
        display: block;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        background-color: #00000030;
        left: -100%;
        transition: left 0.25s ease-in-out;
    }
    .sidebar_menu .left_box{
        background-color: #fff;
        height: 100%;
        width: 350px;
        position: absolute;
    }
    .sidebar_menu .left_box .user_box{
        background-color: #efefef;
        padding: 20px 15px;
        align-items: end;
    }
    .sidebar_menu .left_box .user_box img{
        width: 60px;
        background-color: #fff;
        border-radius: 100%;
    }
    .sidebar_menu .left_box .user_box h5{
        font-size: 12.5px;
        font-family: lato;
        font-weight: 400;
        color: #333;
        margin-bottom: 5px;
    }
    .sidebar_menu .left_box .user_box h5 strong{
        font-size: 14px;
    }
    .sidebar_menu .left_box .user_box button{
        -webkit-animation-name: backInDown;
        animation-name: backInDown;
        transition: transform 0.5s;
        background-image: linear-gradient(-225deg, #2398bc, #094163, #00c8c8) !important;
        background-size: 200% auto !important;
        animation: animate 2s linear infinite;
        padding: 7px 15px;
        color: rgb(234, 234, 234);
        border: 0;
        font-size: 12px;
        font-family: lato;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 0px;
    }
    .sidebar_menu .menu{
        padding: 20px;
    }
    .sidebar_menu .menu .navemenu a,
    .sidebar_menu .menu .navemenu span{
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        /* margin: 10px 0; */
        font-family: Open Sans;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 9px 0;
        color: #000;
        text-decoration: none;
    }
    .sidebar_menu .menu .navemenu .dropdown .dropdown-menu{
        padding: 0;
        margin: -10px 15px 0 5px;
        border: 0;
        position: relative;
    }
    .sidebar_menu .menu .navemenu .dropdown .dropdown-menu li{
        margin: 10px 0;
    }
    .sidebar_menu .menu .navemenu .dropdown .dropdown-menu li a{
        border-left: 3px solid #2196b7;
        padding: 2px 0 2px 5px;
    }
    .sidebar_menu .dropdown-toggle::after{
        display: none;
    }
    .sidebar_menu .navemenu .dropdown i{
        font-size: 12px;
        color: #6f42c1;
    }
    .sidebar_menu .navemenu .selection {
        margin: 0 auto !important;
    }
}
@media only screen and (max-width: 600px){
    .tablet_header .container {
        max-width: 100% !important;
    }
    .tablet_header .mobile_menu img{
        margin-right: 5px;
    }
    .tablet_header .login img{
        display: none;
    }
    .sidebar_menu .left_box{
        width: 70%;
    }
    .tablet_header .back_logo {
        width: 170px;
    }
}

.login_page{
    background: linear-gradient(#00000049, #00000049), url(/media/all-img/user_back.webp);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.login_page .boxs{
    width: 450px;
    margin: auto;
    padding: 50px;
    background-color: #efefef;
    box-shadow: 0 0 10px #00000020;
    border-radius: 5px;
}
.login_page .boxs img{
    width: 70px;
}
.login_page .boxs h4{
    font-size: 20px;
    margin-bottom: 5px;
}
.login_page .boxs p{
    font-size: 14px;
    margin-bottom: 10px;
}
.login_page .boxs form label{
    font-size: 14px;
    margin-bottom: 5px;
}
.login_page .boxs form input{
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13.5px;
    padding: 8px 15px;
}
.login_page .boxs form button{
    background-image: linear-gradient(-225deg, #2398bc, #094163, #00c8c8) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    padding: 7.5px 15px;
    color: rgb(234, 234, 234);
    border: 0;
    width: 100%;
    font-size: 12px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin: 5px 0 15px;
}
.login_page .boxs p.account{
    font-size: 13px;
}
.login_page .boxs p.account a{
    text-decoration: none;
}

@media only screen and (max-width: 600px){
    .login_page .boxs{
        width: 95%;
        margin: auto;
        padding: 50px 40px;
    }
}
.register{
    background: linear-gradient(#00000049, #00000049), url(/media/all-img/register_back.webp);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.register .box{
    width: 700px;
    margin: auto;
    padding: 50px 50px 30px;
    background-color: #efefefb7;
    box-shadow: 0 0 10px #00000020;
    border-radius: 5px;
}
.register .box h1{
    font-size: 18px;
    font-weight: 700;
    /* background: linear-gradient(to right, #cfa02c, #094e74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-family: open sans;
    letter-spacing: 1px;
}
.register .box h5{
    font-family: lato;
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    margin: 0;
}
.register .box form{
    margin-top: 20px;
}
.register .box form label{
    font-size: 14px;
    margin-bottom: 2.5px;
    font-weight: 600;
}
.register .box form label span{
    color: crimson;
    font-weight: 800;
    font-size: 15px;
}
.register .box form select,
.register .box form input{
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13.5px;
    padding: 8px 15px;
}
.register .box form p.terms{
    font-family: lato;
    font-size: 13px;
    color: #212529;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    margin: 5px 0;
}
.register .box form p.terms input{
    margin-bottom: 0;
}
.register .box form p.terms a{
    text-decoration: none;
    color: #9008ff;
}
.register .box form button{
    background-image: linear-gradient(-225deg, #2398bc, #094163, #00c8c8) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    padding: 8px 15px;
    color: rgb(234, 234, 234);
    border: 0;
    width: 200px;
    font-size: 16px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: 1.2em;
    margin: 5px 0;
}
.register .box form button span{
    font-size: 12px;
    font-weight: 400;
}
.register .box form .diclamation{
    font-size: 13px;
    line-height: 1.2em;
    margin-top: 10px;
}
@media only screen and (max-width: 600px){
    .register .box{
        width: 99%;
        padding: 50px 20px 30px;
    }
}

.slider_section {
    margin: 0;
}
.slider_section .slider_desktop img{
    width: 105% !important;
    margin-right: 15px !important;
    height: 570px;
}
.slider_section .slider_desktop .owl-nav{
    top: 45%;
    position: absolute;
    width: 95%;
    text-align: center;
}
.slider_section .slider_desktop .owl-nav button{
    width: 40px;
    height: 40px;
    background-color: rgba(240, 248, 255, 0.579) !important;
    position: relative;
}
.slider_section .slider_desktop .owl-nav button:hover{
    background-color: #fff !important;
    box-shadow: 0 0 10px #00000020;
}
.slider_section .slider_desktop .owl-nav button span{
    font-size: 35px;
    top: -28%;
    position: absolute;
}
.slider_section .slider_desktop .owl-nav button.owl-prev{
    left: -45%;
}
.slider_section .slider_desktop .owl-nav button.owl-prev span{
    left: 33%;
}

.slider_section .slider_desktop .owl-nav button.owl-next{
    right: -48%;
}
.slider_section .slider_desktop .owl-nav button.owl-next span{
    right: 33%;
}
.slider_section .slider_desktop .owl-dots{
    text-align: center;
    bottom: 30px;
    position: relative;
}
.slider_section .slider_desktop .owl-dots .owl-dot{
    background-color: rgba(240, 248, 255, 0.579);
    width: 20px;
    height: 5px;
    margin: auto 3px;
    border-radius: 3px;
}
.slider_section .slider_desktop .owl-dots .owl-dot.active{
    background-color: aliceblue;
    width: 35px;
}
.slider_section .right_box{
    height: 570px;
    background: linear-gradient(#2398bcf2, #1b3e8eee), url(/media/all-img/cric_back.webp);
    background-size: cover;
    background-position: center top;
    margin-left: -20px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.slider_section .right_box .box{
    padding: 12px 20px;
    background-color: #03153f;
}
.slider_section .right_box h4{
    color: #d6d6d6;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-family: open sans;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-bottom: 0;
}
.slider_section .trial_name{
    padding: 12px 20px;
    border-top: 1px solid rgb(218, 218, 218);
}
.slider_section .trial_name h5{
    font-size: 14.5px;
    font-family: Open Sans;
    color: #efefef;
    font-weight: 500;
    letter-spacing: 2px;
    font-style: italic;
    margin-bottom: 0;
    cursor: pointer;
}
.slider_section .trial_name:hover{
    background-color: #094163;
    padding-left: 25px;
}
.mobile_view_slider{
    display: none !important;
}

@media only screen and (max-width: 1050px){
    .slider_section .slider_desktop img{
        height: 360px;
    }
    .slider_section .slider_desktop .owl-nav{
        top: 42%;
    }
    .slider_section .slider_desktop .owl-nav button.owl-prev{
        left: -42%;
    }
    .slider_section .right_box{
        display: none;
    }
    
}
@media only screen and (max-width: 600px){
    .desktop_view_slider{
        display: none !important;
    }
    .mobile_view_slider{
        display: block !important;
    }
    .slider_section .slider_desktop img{
        height: 320px;
    }
    .slider_section .slider_desktop .owl-nav {
        top: 40%;
    }
    .slider_section .slider_desktop .owl-nav button.owl-prev {
        left: -35%;
    }
    .slider_section .slider_desktop .owl-nav button.owl-next{
        right: -40%;
    } 
}
.home_about{
    padding: 50px 0;
    margin-top: -25px;
    background-color: aliceblue;
}
.home_about h2{
    color: #000;
    font-size: 24px;
    font-family: mukta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 5px solid #ff1361;
    padding: 0;
    padding-left: 5px;
    margin-bottom: 10px;
}
.home_about h2 span{
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 2s linear infinite;
    font-weight: 900;
    font-size: 32px;
    text-transform: none;
}
.home_about p{
    color: #094163;
    font-size: 16.5px;
    font-family: mukta;
    font-weight: 300;
    margin-bottom: 10px;
}
.home_about a{
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.home_about img{
    width: 100%;
    border-radius: 30px;
}
@media only screen and (max-width: 1050px){
    .home_about .row{
        align-items: center;
    }
    .home_about p{
        font-size: 15px;
    }
    .home_about a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px){
    .home_about{
        padding-bottom: 20px;
        margin-bottom: 60px;
    }
    .home_about h2{
        font-size: 17px;
    }
    .home_about h2 span{
        font-size: 25px;
    }
    .home_about a{
        margin-bottom: 30px;
    }
    .home_about img {
        width: 85%;
        margin: 30px 18px;
    }
}

.tables_contain {
    padding: 50px 0 !important;
}
.tables_contain .row{
    align-items: center;
}
.tables_contain img{
    width: 85%;
}
.tables_contain .accordion,
.tables_contain .accordion-item{
    background-color: transparent !important;
    --bs-accordion-bg : transparent !important;
    border: 0 !important;
}
.tables_contain .accordion-button{
    color: #03153f;
    font-size: 17.5px;
    font-family: Open Sans;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #00000033;
}
.tables_contain .accordion-button i{
    margin-right: 5px;
}
.tables_contain .accordion-button:focus{
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.tables_contain .accordion-body{
    color: #094163;
    font-size: 15.5px;
    font-family: mukta;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3em;
    padding: 10px 5px;
}
@media only screen and (max-width: 1050px){
    .tables_contain {
        padding: 30px 0 !important;
    }
    .tables_contain .container{
        max-width: 100%;
    }
    .tables_contain img {
        width: 100%;
    }
    .tables_contain .accordion-button{
        font-size: 15px;
        padding: 7px 0;
    }
}
@media only screen and (max-width: 600px) {
    .tables_contain {
        padding: 0px 0 30px !important;
    }
    .tables_contain img{
        margin-bottom: 30px;
    }
    .tables_contain .accordion-button{
        font-size: 14.5px;
        font-weight: 700;
        padding: 10px 0;
    }
}

.advantage{
    padding: 70px 0;
    background: linear-gradient(#1b3e8ef3, #1b3e8ef3), url(/media/all-img/t20back.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.advantage h2{
    color: #d6d6d6;
    font-size: 24px;
    font-family: mukta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 5px solid #ff1361;
    padding: 0;
    padding-left: 5px;
    margin-bottom: 10px;
}
.advantage h2 span{
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 2s linear infinite;
    font-weight: 900;
    font-size: 32px;
    text-transform: none;
}
@keyframes animate {
    0% { background-position: 0% 100%; }
    50% { background-position: 100% 0%; }
    100% { background-position: 0% 100%; }
}
.advantage .boxs{
    padding: 35px 20px 25px 10px;
    background-color: aliceblue;
    margin: 12px 0;
    height: 200px;
}
.advantage .boxs img{
    width: 70px;
    filter: invert(100%);
}
.advantage .boxs h5{
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
}
.advantage .boxs p{
    color: #094163;
    font-size: 15.5px;
    font-family: mukta;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3em;
}
.advantage .box1{
    padding-top: 50px;
    background: linear-gradient(#f4bfbfe1, #ffd9c0e8), url(/media/all-img/box1.webp);
    background-size: cover;
    padding-right: 20px;
    transition: background 0.5s ease;
}
.advantage .box1:hover{
    background: linear-gradient(#f4bfbf, #ffd9c0);
}
.advantage .box1 img{
    filter: invert(0);
}
.advantage .box2{
    background: linear-gradient(90deg, #ffd9c0e8, #effffdec), url(/media/all-img/box2.webp);
    background-size: cover;
    padding-right: 40px;
    transition: background 0.5s ease;
}
.advantage .box2:hover{
    background: linear-gradient(180deg, #ffd9c0e8, #effffdec);
}

.advantage .box3{
    background: linear-gradient(90deg, #faf0d7e5, #f4bfbfe9), url(/media/all-img/box3.webp);
    background-size: cover;
    padding-right: 40px;
    transition: background 0.5s ease;
}
.advantage .box3:hover{
    background: linear-gradient(180deg, #faf0d7f0, #f4bfbf);
}

.advantage .box4{
    background: linear-gradient(90deg, #ffd9c0e8, #85f5ffe8), url(/media/all-img/box4.webp);
    background-size: cover;
    /* padding-right: 40px; */
    transition: background 0.5s ease;
}
.advantage .box4:hover{
    background: linear-gradient(90deg, #ffd9c0dc, #85f5ffdb);
}

.advantage .box5{
    background: linear-gradient(90deg, #8cc0dee6, #f4bfbfe9), url(/media/all-img/box5.webp);
    background-size: cover;
    /* padding-right: 40px; */
    transition: background 0.5s ease;
}
.advantage .box5:hover{
    background: linear-gradient(90deg, #ffd9c0dc, #effffdec);
}
.advantage .box5 img{
    filter: invert(0);
}

.advantage .box6{
    background: linear-gradient(90deg, #effffdd6, #85f5ffd0), url(/media/all-img/box6.webp);
    background-size: cover;
    /* padding-right: 70px; */
    transition: background 0.5s ease;
}
.advantage .box6:hover{
    background: linear-gradient(90deg, #effffde7, #85f5ffe8);
}

.advantage .box7{
    background: linear-gradient(90deg, #b8fff9e8, #ffd9c0dc), url(/media/all-img/box7.webp);
    background-size: cover;
    padding-right: 40px;
    transition: background 0.5s ease;
}
.advantage .box7:hover{
    background: linear-gradient(90deg, #b8fff9e8, #ffd9c0dc);
}

.advantage .box8{
    background: linear-gradient(90deg, #f5ec6de1, #ffd9c0dc), url(/media/all-img/box8.webp);
    background-size: cover;
    padding-right: 50px;
    transition: background 0.5s ease;
}
.advantage .box8:hover{
    background: linear-gradient(90deg, #f5ec6de1, #ffd9c0dc);
}
.advantage .box8 img{
    width: 60px;
}

@media only screen and (max-width: 1050px) {
    .advantage{
        padding: 50px 0;
    }
    .advantage h2 span{
        font-size: 27px;
    }
    .advantage .tablet_hide{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .advantage .tablet_hide{
        display: block;
    }
    .advantage h2{
        font-size: 17px;
    }
    .advantage h2 span{
        font-size: 25px;
    }
    .advantage .boxs{
        padding: 40px 60px 40px 20px;
        height: 210px;
        border-radius: 5px 0;
    }
    .advantage .boxs img{
        margin-left: -10px;
        margin-right: 5px;
    }
    .advantage .boxs h5{
        font-size: 18px;
    }
    .advantage .boxs p{
        font-size: 16px;
    }
}

.role_of{
    background: transparent;
}
.role_of h2{
    color: #03153f;
}
.role_of .img_box{
    box-shadow: 0 0 10px #00000015;
    padding: 5px;
    border-radius: 5px;
}
.role_of .img_box img{
    width: 100%;
}
.role_of .box{
    box-shadow: 0 0 10px #00000015;
    padding: 40px;
    border-radius: 5px 0px;
    height: 480px;
}
.role_of .box h3{
    font-size: 22px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
}
.role_of .box p{
    color: #094163;
    font-size: 15.5px;
    font-family: mukta;
    font-weight: 400;
    margin-bottom: 0;
    /* line-height: 1.4em; */
}
.role_of .box_1{
    background-color: #FAF0D7;
}
.role_of .box_2{
    background-color: #EFFFFD;
}

.role_of .box_3{
    background-color: #F0FFC2;
}
@media only screen and (max-width: 1300px) {
    .role_of .box h3 {
        font-size: 20px;
    }
    .role_of .box {
        padding: 30px;
        height: 520px;
    }
    .role_of .box p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1050px) {
    .role_of .box{
        padding: 30px 20px;
        height: 430px;
    }
    .role_of .box h3{
        font-size: 20px;
    }
    .role_of .box p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
    .role_of h2{
        font-size: 20px;
    }
    .role_of .img_box{
        margin: 10px auto;
    }
    .role_of .box {
        padding: 40px;
        height: auto;
        margin: 10px auto;
    }
    .role_of .box h3 {
        font-size: 21px;
    }
    .role_of .box p {
        font-size: 15px;
    }

}

/* News Section  */
.news_section{
    padding: 60px 0;
}
.news_section h4{
    color: #d6d6d6;
    font-size: 24px;
    font-family: mukta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 5px solid #ff1361;
    padding: 0;
    padding-left: 5px;
    margin-bottom: 20px;
}
.news_section h4 span{
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 2s linear infinite;
    font-weight: 900;
    font-size: 32px;
    text-transform: none;
}
.news_section .news a{
    text-decoration: none;
}
.news_section .news_box{
    background-color: #fff;
    padding: 2.5px;
    box-shadow: 0 0 10px #00000010;
    transition: transform 0.5s;
}
.news_section .news_box:hover{
    transform: scale(0.97);
    background-color: #ffffffe2;
}
.news_section .news_box img{
    width: 100%;
}
.news_section .news_box .content{
    padding: 5px;
}
.news_section .news_box .content h5{
    font-size: 15.5px;
    letter-spacing: 0.5px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
    margin-bottom: 5px;
    margin-top: 7px;
}
.news_section .news_box .content .content_sec{
    color: #333 !important;
    font-size: 13.5px;
    font-family: mukta;
    font-weight: 300 !important;
    margin-bottom: 0;
    line-height: 1.3em;
    overflow: hidden;
    height: 70px;
}
.news_section .news_box .content p{
    margin-bottom: 10px;
}
.news_section .news_box .content hr{
    margin: 5px 0 10px;
}
.news_section .news_box .content .datetag{
    color: #333;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 0;
    font-family: mukta;
}
.news_section .news_box .content .datetag span{
    font-weight: 600;
    color: #03153f;
}
@media only screen and (max-width: 1050px) {
    .news_section{
        padding-bottom: 35px;
    }
    .news_section .news_box{
        margin: 5px auto 20px;
    }
    .news_section .margin_tab{
        margin-top: 20px;
    }
}
.why_choose_us{
    background-color: aliceblue;
}
.why_choose_us .why_box{
    background-color: #fff;
    box-shadow: 0 0 10px #00000010;
    padding: 30px;
    margin: 15px auto;
}
.why_choose_us .col-lg-3 .why_box{
    height: 250px;
}
.why_choose_us .col-lg-4 .why_box{
    height: 220px;
}
.why_choose_us .why_box h5{
    color: #4141418b;
    font-size: 35px;
    font-weight: 600;
    font-family: mukta;
}
.why_choose_us .why_box h4{
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
}
.why_choose_us .why_box p{
    color: #094163;
    font-size: 15px;
    font-family: mukta;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3em;
}
.why_choose_us .why_box_one{
    background: linear-gradient(#f4bfbfe2, #ffd9c0d0), url(/media/all-img/expert-coaching-team.webp);
    background-size: cover;
}
.why_choose_us .why_box_two{
    background: linear-gradient(90deg, #effffdd6, #85f5ffd0), url(/media/all-img/presnalized-coaching-program.webp);
    background-size: cover;
}
.why_choose_us .why_box_three{
    background: linear-gradient(90deg, #faf0d7e5, #f4bfbfe9), url(/media/all-img/cutting.webp);
    background-size: cover;
}
.why_choose_us .why_box_four{
    background: linear-gradient(90deg, #ffd9c0e8, #85f5ffe8), url(/media/all-img/proven.webp);
    background-size: cover;
}
.why_choose_us .why_box_five{
    background: linear-gradient(90deg, #8cc0dee6, #f4bfbfe9), url(/media/all-img/holistic.webp);
    background-size: cover;
}
.why_choose_us .why_box_six{
    background: linear-gradient(90deg, #effffdd6, #85f5ffd0), url(/media/all-img/exclusive.webp);
    background-size: cover;
}
.why_choose_us .why_box_seven{
    background: linear-gradient(90deg, #f5ec6de1, #ffd9c0dc), url(/media/all-img/patway.webp);
    background-size: cover;
}
@media only screen and (max-width: 1300px){
    .why_choose_us .why_box {
        padding: 25px;
    }
    .why_choose_us .col-lg-3 .why_box {
        height: 270px;
    }
    .why_choose_us .why_box h5{
        font-size: 22px;
    }
    .why_choose_us .why_box h4 {
        font-size: 16px;
    }
    .why_choose_us .why_box p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px){
    .why_choose_us .why_box{
        height: auto !important;
    }
    .why_choose_us .why_box h5 {
        font-size: 27px;
    }
    .why_choose_us .why_box h4 {
        font-size: 18px;
    }
    .why_choose_us .why_box p {
        font-size: 15px;
    }
}


.gallery .galley_box{
    box-shadow: 0 0 10px #00000020;
    padding: 5px;
    margin: 10px auto;
    background-color: #fff;
}
.gallery .galley_box img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
@media only screen and (max-width: 1050px) {
    .gallery .galley_box img{
        height: 170px;
    }
}
@media only screen and (max-width: 600px) {
    .gallery .galley_box {
        margin: 0px 5px 10px;
    }
    .gallery .galley_box img{
        height: 150px;
    }
}

.where_passion  h5{
    color: #ff1361;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.where_passion .boxs_passion{
    background-color: #fff;
    box-shadow: 0 0 10px #00000010;
    padding: 50px 40px;
    border-radius: 10px;
    margin: 0px auto 25px;
}
.where_passion .boxs_passion img{
    width: 65px;
}
.where_passion .boxs_passion h4{
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
    border: 0;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.where_passion .boxs_passion p{
    color: #094163;
    font-size: 15px;
    font-family: mukta;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.3em;
}
.where_passion .boxs_passion button{
    transition: transform 0.5s;
    background-image: linear-gradient(-225deg, #2398bc, #094163, #00c8c8) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    padding: 8px 15px;
    color: rgb(234, 234, 234);
    border: 0;
    width: 150px;
    font-size: 13px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin-top: 10px;
    transition:  transform 0.5s;
}
.where_passion .boxs_passion button:hover{
    background-image: linear-gradient(225deg, #2398bc, #094163, #00c8c8) !important;
    transform: scale(0.95);
}
@media only screen and (max-width: 1050px){
    .where_passion .boxs_passion{
        padding: 35px 20px;
    }
    .where_passion .boxs_passion img {
        width: 50px;
    }
    .where_passion .boxs_passion p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px){
    .where_passion .boxs_passion img {
        width: 55px;
    }
    .where_passion .boxs_passion h4{
        font-size: 20px;
    }
    .where_passion .boxs_passion p {
        font-size: 14.5px;
    }
    .where_passion .boxs_passion button{
        width: 140px;
        font-size: 10.5px;
        letter-spacing: 1.5px;
        padding: 8px 0;
        text-transform: uppercase;
    }
}



.players_zone{
    background: linear-gradient(#563d7c, #000000af), url(/media/all-img/home_back.webp);
    /* background-image: url(/media/all-img/home_back.webp); */
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    padding: 70px 0 50px;
}
.players_zone .counter_box{
    padding: 40px 30px;
    background-color: #03153f89;
    border-radius: 50px 0;
    border-bottom: 2px solid #ff1361;
}
.players_zone .counter_box h4{
    color: #cacaca;
    font-size: 35px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: lato;
    align-items:first baseline;
}
.players_zone .counter_box h4 span{
    font-size: 15px;
}
.players_zone .counter_box p{
    color: #cacaca;
    font-size: 15px;
    font-weight: 500;
    font-family: mukta;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.players_zone img{
    margin-top: 30px;
    width: 600px;
}
.players_zone .bellow_text{
    color: #c0c0c0;
    font-size: 15px;
    font-weight: 400;
    font-family: mukta;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.3em;
}
@media only screen and (max-width: 1050px){
    .players_zone .counter_box{
        padding: 30px 25px;
        border-radius: 30px 0;
    }
    .players_zone .counter_box h4{
        font-size: 30px;
    }
    .players_zone .counter_box p {
        font-size: 13.5px;
    }
}
@media only screen and (max-width: 600px){
    .players_zone{
        padding: 40px 0 30px;
    }
    .players_zone .counter_box{
        padding: 20px 15px;
        margin: 5px;
    }
    .players_zone .counter_box h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .players_zone .counter_box p {
        font-size: 11.5px;
    }
    .players_zone img{
        width: 100%;
    }
    .players_zone .bellow_text{
        color: #c0c0c0;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

.our_teams .teams .team_box{
    background-color: #FFFAF0;
    box-shadow: 0 0 10px #0000005;
    margin: 5px;
    border-radius: 3px;
}

.our_teams .teams .team_box img{
    width: 100%;
}
.our_teams .owl-carousel .owl-dots.disabled, 
.our_teams .owl-carousel .owl-nav.disabled{
    display: block !important;
}
.our_teams .owl-carousel .owl-nav{
    top: 43%;
    position: absolute;
    width: 100%;
    text-align: center;
}
.our_teams .owl-carousel .owl-nav button{
    height: 30px;
    width: 30px;
    background-color: #09406358 !important;
    position: relative;
    border-radius: 100%;
}
.our_teams .owl-carousel .owl-nav button:hover{
    background-color: #094163 !important;
}
.our_teams .owl-carousel .owl-nav button.owl-prev{
    left: -50%;
}
.our_teams .owl-carousel .owl-nav button span{
    font-size: 30px;
    color: aliceblue;
    position: relative;
}
.our_teams .owl-carousel .owl-nav button.owl-next{
    right: -50%;
}
.our_teams .owl-nav button span {
    left: 0%;
    top: -12px;
}
.our_teams .owl-dots {
    text-align: center;
    bottom: 0px;
    position: relative;
    width: 100%;
}
.our_teams .owl-dots .owl-dot{
    background-color: #09406358;
    width: 20px;
    height: 5px;
    margin: auto 3px;
    border-radius: 3px;
}
.our_teams .owl-dots .owl-dot.active{
    background-color: #094163;
    width: 35px;
}
@media only screen and (max-width: 600px){
    .our_teams .owl-carousel{
        display: block !important;
    }
    .our_teams .owl-carousel .owl-nav{
        top: 40%;
        width: 95%;
    }
    .our_teams .owl-carousel .owl-nav button.owl-prev {
        left: -44%;
    }
    .our_teams .owl-dots .owl-dot.active{
        width: 30px;
    }
    .our_teams .owl-nav button span{
        top: -30%;
    }
}
.testimonials{
    margin-top: 20px;
}
.testimonials h5{
    font-size: 15px;
    font-family: mukta;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0039bd;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testimonials h3{
    color: #333;
    font-size: 40px;
    font-weight: 700;
    font-family: lato;
}
.testimonials h3 span{
    display: block;
}
.testimonials .testi_rating .rating{
    color: #333;
    font-size: 55px;
    font-weight: 700;
    font-family: lato;
    margin-right: 10px;
    margin-left: -15px;
}
.testimonials .testi_rating .review i{
    font-size: 14px;
    color: goldenrod;
}
.testimonials .testi_rating p{
    color: #333 !important;
    font-size: 13.5px;
    font-family: mukta;
    font-weight: 300 !important;
    margin-bottom: 0;
    line-height: 1.3em;
}
.testimonials .testi_rating a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonials .testi_slider{
    margin-top: 30px;
}
.testimonials .testi_slider .testi_box{
    width: 100%;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 0 10px #0000005;
    border-radius: 5px;
    padding: 50px;
}
.testimonials .testi_slider .testi_box i{
    font-size: 14px;
    color: goldenrod;
}
.testimonials .testi_slider .testi_box p{
    color: #094163 !important;
    font-size: 14.5px;
    font-family: Mukta;
    font-weight: 500 !important;
    line-height: 1.3em;
    margin: 10px auto 15px;
    letter-spacing: 0.7px;
}
.testimonials .testi_slider .testi_box .user img{
    width: 60px;
    height: 60px;
    background: linear-gradient(#9008ff, #ff1361);
    padding: 4px;
    border-radius: 100%;
}
.testimonials .testi_slider .testi_box .text_section{
    margin-left: 10px;
}
.testimonials .testi_slider .testi_box .text_section h4{
    font-size: 20px;
    font-weight: 600;
    font-family: lato;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    color: #44107a;
}
.testimonials .testi_slider .testi_box .text_section h6{
    color: #565656 !important;
    font-size: 13.5px;
    font-family: mukta;
    font-weight: 600 !important;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    line-height: 1.3em;
}
.testimonials .testi_slider .testi_box .quote_right{
    width: 70px;
    margin-right: -10px;
    margin-left: auto;
    margin-top: -30px;
}
.testimonials .owl-nav{
    display: none !important;
}
.testimonials .owl-dots .owl-dot{
    background-color: #ff13626a;
    width: 10px !important;
    height: 10px !important;
    margin: auto 3px;
    border-radius: 100%;
}
.testimonials .owl-dots .owl-dot.active{
    background-color: #ff1361;
}
@media only screen and (max-width: 600px){
    .testimonials h3{
        font-size: 30px;
    }
    .testimonials h3 span {
        display: contents;
    }
    .testimonials .testi_rating .rating{
        margin-left: 0;
        margin-right: 0;
    }
    .testimonials .testi_rating .mobile_left{
        margin-left: -20px;
    }
    .testimonials .testi_slider .testi_box{
        border-radius: 30px 0;
        padding: 40px 30px;
    }
    .testimonials .testi_slider .testi_box i {
        font-size: 12px;
        color: goldenrod;
    }
    .testimonials .testi_slider .testi_box p {
        font-size: 14.5px;
        font-weight: 300 !important;
        margin: 5px auto 10px;
    }
    .testimonials .testi_slider .testi_box .text_section {
        margin-left: 20px;
    }
    .testimonials .testi_slider .testi_box .quote_right{
        width: 55px;
    }
    .testimonials .testi_slider .testi_box .text_section h4{
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .testimonials .testi_slider .testi_box .text_section h6{
        letter-spacing: 0;
    }
    .testimonials .owl-dots .owl-dot{
        width: 8px !important;
        height: 8px !important;
    }
}

.sposor{
    padding-top: 220px;
    margin-top: -175px;
}
.sposor .owl-dots .owl-dot{
    background-color: #ff136281;
    width: 10px !important;
    height: 10px !important;
    margin: auto 3px;
    border-radius: 100%;
}
.sposor .owl-dots .owl-dot.active{
    background-color: #ff1361;
}
@media only screen and (max-width: 600px){
    .sposor .owl-nav.disabled{
        display: none !important;
        top: 27%;
    }
    .sposor .owl-dots .owl-dot{
        width: 8px !important;
        height: 8px !important;
    }
}

/* ===========Gallery Section========= */
.gallery_hero{
    background: linear-gradient(90deg, #0a012bb9, #00000033), url(/media/all-img/gallery_back.webp);
    background-size: cover;
    /* background-position: center; */
    padding: 160px 0 70px;
    border-radius: 0 0 200px 0;
    box-shadow: 0 0 10px #00000015;
}
.gallery_hero h1{
    color: #e9e9e9;
    font-size: 40px;
    font-family: Open Sans;
    font-weight: 600;
    margin-bottom: 5px;
    text-shadow: 0 0 10px #00000030;
}
.gallery_hero p, .gallery_hero p a{
    color: rgb(228, 243, 255);
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: mukta;
    font-weight: 600;
    margin-bottom: 0px;
    text-shadow: 0 0 10px #00000030;
}
.gallery_section{
    margin: 50px auto 50px;
}
.gallery_section .popup-gallery .g_box{
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px #00000020;
    margin: 7.5px auto;
}
.gallery_section .popup-gallery .g_box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.pagination{
    margin-top: 20px;
}
.pagination .pagi_btn a{
    background-color: #094163;
    font-size: 12px;
    font-weight: 600;
    color: #c0c0c0;
    font-family: lato;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    border-radius: 0 !important;
}
.pagination .pagi_btn a:hover{
    color: aliceblue;
}
.pagination .page_number a{
    font-size: 12px;
    font-family: lato;
    font-weight: 400;
    padding: 4.5px 10px;
}
.pagination .page_number a.activate{
    background-color: #9008ff;
    color: #03153f;
    font-weight: 600;
}
@media only screen and (max-width: 1050px){
    .gallery_hero{
        padding: 110px 0;
    }
    .gallery_section .popup-gallery .g_box img {
        height: 180px;
    }
    .gallery_hero {
        padding: 80px 0 45px;
        border-radius: 0 0 100px;
    }
    .gallery_hero h1{
        font-size: 35px;
    }
    .gallery_section {
        margin: 35px auto;
    }
    .gallery_section .popup-gallery .g_box {
        margin: 2.5px;
    }
    .gallery_section .popup-gallery .g_box img {
        height: 135px;
    }
}

/* ======Single News Section======== */
.single_news_section{
    margin: 50px auto;
}
.single_news_section .box_shadow{
    padding: 15px;
    background-color: #ffffff6b;
    box-shadow: 0 0 10px #00000020;
}
.single_news_section img{
    width: 100%;
}
.single_news_section h1{
    font-size: 30px;
    margin-top: 20px;
    font-family: lato;
    margin-bottom: 0;
    color: #01122d;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.single_news_section .txt_author{
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    margin:0;
    font-family: mukta;
}
.single_news_section .txt_author strong{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
}
.single_news_section .description h1,
.single_news_section .description h2{
    font-size: 18.5px;
    letter-spacing: 0.5px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
    margin-bottom: 5px;
    margin-top: 17px;
}
.single_news_section .description h3,
.single_news_section .description h4{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: mukta;
    font-weight: 600;
    color: #094163;
    margin-bottom: 5px;
    margin-top: 15px;
}
.single_news_section .description p{
    color: #094163;
    font-size: 14.5px;
    font-family: lato;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.single_news_section .description p strong{
    font-weight: 600;
}
.single_news_section .sidebar {
    top: 70px;
    position: sticky;
}
.single_news_section .sidebar h4{
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: lato;
    color: #094163;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.single_news_section .sidebar .other_box{
    box-shadow: 0 0 0 10px #00000005;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}
.single_news_section .sidebar .other_box img{
    width: 130%;
}
.single_news_section .sidebar .other_box a{
    text-decoration: none;
}
.single_news_section .sidebar .other_box h5{
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
}

@media only screen and (max-width: 1050px){
    .single_news_section {
        margin: 20px auto;
    }
    .single_news_section .box_shadow{
        width: 97%;
        margin: 0 auto 20px;
    }
    .single_news_section .sidebar{
        width: 100%;
    }
    .single_news_section .sidebar .other_box img {
        width: 110%;
    }
}
@media only screen and (max-width: 600px){
    .single_news_section .box_shadow{
        background-color: #fff;
    }
    .single_news_section .box_shadow {
        width: 100%;
        margin: 0 auto 20px;
    }
    .single_news_section h1 {
        font-size: 22px;
    }
    .single_news_section .txt_author{
        font-size: 13px;
    }
    .single_news_section .txt_author strong{
        font-size: 12px;
        color: #ff1361;
    }
    .single_news_section .description h1, 
    .single_news_section .description h2 {
        font-size: 16.5px;
    }
    .single_news_section .sidebar .other_box h5{
        margin-left: 15px;
    }
}

.testimonials_hero{
    background: linear-gradient(transparent, transparent), url(/media/all-img/testi_back.webp);
}
.testimonials_section{
    margin: 50px auto;
}
.testimonials_section .testi_slider .testi_box{
    padding-bottom: 20px;
}
.testimonials_section .testi_slider .testi_box .quote_right {
   margin-top: -50px;
}
@media only screen and (max-width: 600px){
    .testimonials_section {
        margin: 30px auto;
    }
    .testimonials_section .testi_slider .testi_box{
        margin-left: 0px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
}

.video_hero{
    background: linear-gradient(90deg, #0a012bb9, #00000033), url(/media/all-img/video_back.webp);
}
.video_sec .video_box{
    background-color: #fff;
    padding: 5px 5px 0;
    box-shadow: 0 0 10px #00000020;
    margin: 5px auto 10px;
}
.video_sec .video_box iframe{
    width: 100%;
    height: 220px;
}
@media only screen and (max-width: 600px){
    .video_sec .video_box iframe{
        width: 100%;
        height: 180px;
    }
}

/* ===========Policy Page========= */
.content_section{
    margin: 50px auto;
}
.content_section .box_shadow{
    padding: 50px;
    border-radius: 5px;
    background-color: #efefef9c;
    box-shadow: 0 0 10px #00000033;
}
.content_section ul{
    list-style-type: decimal-leading-zero;
}
.content_section ul li{
    font-size: 15px;
    font-family: Open Sans;
    font-weight: 500;
    line-height: 1.4em;
    color: #000;
    margin: 15px auto 20px;
}
.content_section ul li::marker{
    color: #ff1361;
    font-size: 16px;
    font-weight: 800;
    font-family: mukta;
}
.content_section h4{
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 2s linear infinite;
    font-size: 25px;
    font-weight: 600;
    font-family: mukta;
    margin-bottom: -10px;
    margin-top: 15px;
}
.content_section p{
    font-size: 15px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 1.4em;
    color: #000;
    margin: 15px auto 25px;
}
.content_section .sub_ul{
    list-style-type: disclosure-closed;
    margin-left: 15px;
    margin-bottom: 30px;
}
.content_section .sub_ul li::marker{
    font-size: 17px;
}
.content_section .sub_ul li{
    font-weight: 400;
    font-family: mukta;
    margin: 10px auto;
}
.anti_policy ul li::marker{
    font-size: 16px;
}
.content_section h5{
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 2s linear infinite;
    font-size: 17px;
    font-weight: 600;
    font-family: mukta;
    margin-bottom: -5px;
    margin-top: 15px;
}
@media only screen and (max-width: 600px){
    .content_section{
        margin: 30px auto;
    }
    .content_section ul{
        margin-left: -5px;
    }
    .content_section .box_shadow {
        padding: 30px 20px;
    }
    .content_section p{
        font-size: 13px;
        color: #563d7c;
    }
    .content_section ul li{
        color: #563d7c;
        font-family: lato;
        font-weight: 400;
    }
    .content_section .sub_ul{
        margin-left: -5px;
    }
    .content_section .mobile_margin{
        margin-left: -20px;
    }
}


/* ============userprofile=============== */
.userprofile{
    margin: 50px auto;
}
.userprofile .left_box{
    padding: 50px 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #00000010;
    position: sticky;
    top: 50px;
}
.userprofile .left_box img{
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    border-radius: 100%;
    background: linear-gradient(-225deg, #2398bc, #094163, #00c8c8) !important;
    padding: 5px;
    margin-bottom: -23px;
}
.userprofile .left_box .fa-camera{
    font-size: 16px;
    background: linear-gradient(-225deg, #2398bc, #094163, #00c8c8) !important;
    color: aliceblue;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    padding-top: 7.5px;
    box-shadow: 0 0 10px #00000030;
    cursor: pointer;
}
.userprofile .left_box h5{
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Open Sans;
    color: #094163;
    margin-bottom: 5px;
}
.userprofile .left_box p{
    font-family: mukta;
    color: #563d7c;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.userprofile .left_box .message a{
    text-decoration: none;
}
.userprofile .left_box .message  h6{
    padding: 7.5px 13px;
    font-size: 14px;
    color: #000;
    box-shadow: 0 0 10px #00000020;
    margin: 5px auto 10px;
}
.userprofile .right_box{
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #00000010;
}
.userprofile .right_box h4{
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 700;
    color: #094163;
}
.userprofile .right_box hr{
    margin-top: 5px;
    margin-bottom: 20px;
}
.userprofile .right_box h6{
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Open Sans;
    color: #094163;
    margin-bottom: 5px;
}
.userprofile .right_box p{
    border-radius: 5px;
    font-size: 13.5px;
    padding: 8px 15px;
    height: 35px;
    box-shadow: 0 0 10px #00000015;
}


#profileImg .modal-content{
    padding: 50px 30px 30px;
}
#profileImg .profilephoto{
    border: 1px dashed #03153f;
    padding: 50px;
    width: 350px;
    height: 220px;
    border-radius: 30px;
    margin: auto;
} 
#profileImg .profilephoto i{
    font-size: 50px;
    color: #094163;
    cursor: pointer;
}
#profileImg .profilephoto h5{
    font-size: 14px;
    text-transform: uppercase;
    font-family: Open Sans;
    color: #094163;
    margin-top: 10px;
    font-weight: 700;
}
#profileImg .profilephoto p{
    font-family: lato;
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.3em;
}
#profileImg button{
    margin-top: 5px;
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
    transition: transform 0.5s;
    background-image: linear-gradient(-225deg, #2398bc, #094163, #00c8c8) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    padding: 8px 15px;
    color: rgb(234, 234, 234);
    border: 0;
    width: 150px;
    font-size: 13px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
@media only screen and (max-width: 1050px){
    .userprofile .right_box{
        padding: 50px 30px;
    }
}
@media only screen and (max-width: 600px){
    .userprofile .right_box{
        margin-top: 30px;
    }
    #profileImg .modal-content{
        padding: 50px 20px 30px;
    }
    #profileImg .profilephoto{
        width: auto;
    }
}


/* =================Contact Page============= */
.contact_form{
    margin: 70px auto 50px;
}
.contact_form h2,
.contact_form h3{
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate 2s linear infinite;
    font-size: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: mukta;
}
.hr_calss{
    display: flex;
    margin: 10px auto 15px;
}
.hr_calss .first{
    width: 3.5px;
    border-radius: 100%;
    height: 3px;
    background-color: #ff1361;
    margin-right: 3px;
    font-size: 0;
}
.hr_calss .seond{
    width: 50px;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(-225deg, #44107a, #ff1361, #fff800);
    margin-right: 3px;
    font-size: 0;
}
.contact_form p{
    font-size: 16px;
    font-weight: 400;
    font-family: mukta;
    line-height: 1.3em;
    color: #333;
}
.contact_form .left_side{
    padding-right: 30px;
}
.contact_form .left_side .ibox i{
    transition: transform 0.5s;
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    font-size: 18px;
    padding: 15px;
    border-radius: 100%;
    color: aliceblue; 
    margin-right: 10px;
}
.contact_form .left_side .ibox .fa-phone-volume{
    rotate: -30deg;
}
.contact_form .left_side .ibox .fa-location-dot{
    padding: 15px 17.5px;
}
.contact_form .left_side .cbox h5{
    font-size: 18px;
    text-transform: uppercase;
    font-family: mukta;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 5px;
}
.contact_form .left_side .cbox a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: mukta;
    color: #333;
    margin-bottom: 20px;
}
.contact_form .left_side .mart{
    margin-top: 28px;
}
.contact_form .left_side .google_map iframe{
    width: 95%;
    height: 220px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000010;
    background-color: #fff;
    margin: 30px auto 50px;
}
.contact_form .right_side{
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000010;
    background-color: #fff;
}
.contact_form .right_side p{
    margin-top: 0;
}
.contact_form .right_side form label{
    font-size: 14px;
    margin-bottom: 2.5px;
    font-weight: 600;
    display: block;
}
.contact_form .right_side form label span{
    color: crimson;
    font-weight: 800;
    font-size: 15px;
}
.contact_form .right_side form input,
.contact_form .right_side form textarea{
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13.5px;
    padding: 8px 15px;
}
.contact_form .right_side form button{
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
    transition: transform 0.5s;
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    padding: 8px 15px;
    color: rgb(234, 234, 234);
    border: 0;
    width: 150px;
    font-size: 13px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
@media only screen and (max-width: 600px){
    .contact_form {
        margin: 35px auto;
    }
    .contact_form .left_side{
        padding: 0;
        margin-top: 40px;
    }
    .contact_form .left_side .google_map iframe{
        width: 100%;
        margin-bottom: 0;
    }
}

/* =============Footer Section============== */
.footer_section{
    padding: 50px 0;
    background-color: #06163d;
    background-image: url(/media/all-img/footer-sparkel-top.webp), url(/media/all-img/footer-sparkel-bottom.webp);
    background-position: left top, right bottom 47px;
    background-repeat: no-repeat, no-repeat;
}
.footer_section img{
    width: auto;
}
.footer_section p{
    /* color: aliceblue; */
    color: #e0e0e0;
    font-size: 15.5px;
    font-weight: 300;
    font-family: Mukta;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.3em;
}
.footer_section h5{
    color: aliceblue;
    font-weight: 700;
    font-family: mukta;
    font-size: 17px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-left: 4px solid #ff1361;
    padding-left: 5px;
    margin-top: 10px;
}
.footer_section .social_icon i{
    color: #ffffff;
    font-size: 22px;
    margin-right: 10px;
    
}
.footer_section .foo_link{
    margin-bottom: 20px;
    margin-left: 10px;
}
.footer_section .foo_link a{
    display: block;
    text-decoration: none;
    color: #effffd;
    font-size: 15.5px;
    font-weight: 300;
    font-family: Mukta;
    letter-spacing: 1px;
}
.footer_section .newslater_form input{
    margin-bottom: 10px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    padding: 8px 15px;
}
.footer_section .newslater_form button{
    transition: transform 0.5s;
    background-image: linear-gradient(-225deg, #44107a, #ff1361, #fff800) !important;
    background-size: 200% auto !important;
    animation: animate 2s linear infinite;
    padding: 8px 15px;
    color: rgb(234, 234, 234);
    border: 0;
    font-size: 13px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0 5px 5px 0;
    height: 40px;
}
.footer_section .newslater_form h6{
    color: #ff1361;
    font-size: 13px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.footer_section i{
    color: aliceblue;
    font-size: 16px;
}
.footer_section .fa-phone-volume{
    rotate: -30deg;
}
.footer_section h4{
    color: aliceblue;
    font-size: 16px;
    font-family: mukta;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.footer_section .col-10{
    margin-bottom: 20px;
}
.footer_section .col-10 a{
    text-decoration: none;
    color: #d4d4d4;
    font-size: 15.5px;
    font-weight: 300;
    font-family: Mukta;
    letter-spacing: 1px;
}
.footer_copyright{
    background-color: #6f42c1;
    padding: 10px 0;
}
.footer_copyright .row{
    align-items: center;
}
.footer_copyright .copy_link a,
.footer_copyright .copyright_text{
    text-decoration: none;
    color: #d4d4d4;
    font-size: 15.5px;
    font-weight: 300;
    font-family: Mukta;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-bottom: 0;
}
.footer_copyright .copyright_text img{
    width: 85px;
}
@media only screen and (max-width: 1050px){
    .footer_section{
        padding: 20px 0;
    }
    .footer_section .col-lg-8{
        margin-top: 40px;
    }
    .footer_copyright .copy_link a, .footer_copyright .copyright_text{
        font-size: 13.5px;
    }
}
@media only screen and (max-width: 600px){
    .footer_section img {
        width: 230px;
    }
    .footer_copyright{
        text-align: center;
    }
    .footer_copyright .copy_link a, .footer_copyright .copyright_text{
        font-size: 15.5px;
    }
    .footer_copyright .copyright_text{
        text-align: center !important;
        margin-top: 10px;
    }
}