@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
.main-nav {
    /* background: #000; */
    top: 0;
    left: 0;
    /* padding-top: 15px;
        padding-bottom: 15px; */
    width: 100%;
    z-index: 999;
    height: auto
}

.mean-nav .dropdown-toggle:after {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: 700;
    line-height: 1
}


/*     
    .navbar-light .navbar-brand {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
     */

.navbar-light .navbar-brand span {
    color: #000;
    /* margin-left: -47px; */
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width:567px) {
    .navbar-light .navbar-brand span {
        display: none;
    }
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    background: #0d1028;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    padding: 20px 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #fff
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0!important;
    visibility: hidden!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1!important;
    visibility: visible!important;
    top: -20px!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0!important;
    visibility: hidden!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1!important;
    visibility: visible!important;
    top: -20px!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #fff;
    text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-family: Lato, sans-serif;
    color: #525252
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    color: #01357c
}

a:hover {
    text-decoration: none;
    color: #001430
}

a:focus {
    text-decoration: none
}

button {
    outline: 0!important;
    box-shadow: none;
    border: none
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #001430;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

h3 {
    font-size: 21px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    font-size: 15px;
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

.services {
    background-image: url('../../img/s1_bg.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@keyframes rubber {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rubber-2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes animation-3 {
    0% {
        transform: translateX(5px) translateY(5px);
    }
    50% {
        transform: translateX(-5px) translateY(-5px);
    }
    100% {
        transform: translateX(5px) translateY(5px);
    }
}

@keyframes animation-4 {
    0% {
        transform: translateX(5px) translateY(-5px);
    }
    50% {
        transform: translateX(-5px) translateY(5px);
    }
    100% {
        transform: translateX(5px) translateY(-5px);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes popping-up {
    0% {
        width: 90px;
        height: 90px;
    }
    50% {
        width: 65px;
        height: 65px;
    }
    100% {
        width: 90px;
        height: 90px;
    }
}


/*input and button type focus outline disable*/

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.form-control {
    height: 50px;
    color: #001430;
    border: 1px solid #e8e8e8;
    background-color: #f2f9fc;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%
}

.form-control::-webkit-input-placeholder {
    color: #495057
}

.form-control:-ms-input-placeholder {
    color: #495057
}

.form-control::placeholder {
    color: #495057
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #01357c
}

.form-control:focus,
.form-control:hover:focus {
    box-shadow: unset
}

textarea.form-control {
    height: auto
}

.top-title {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    color: #01357c
}

.bg-color {
    background-color: #eefbfc
}

.jarallax {
    background-attachment: fixed
}

.default-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #01357c
}

.default-btn.active {
    margin-left: 30px;
    color: #fff;
    background: #01357c
}

.default-btn:hover {
    background-color: #27a7e5;
    color: #fff
}

.read-more {
    line-height: 1;
    color: #01357c;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    font-size: 13px;
    font-weight: 600
}

.read-more i {
    position: relative;
    top: 2px
}

.read-more:hover {
    color: #01357c
}

.read-more:hover i {
    color: #01357c;
    -webkit-animation: rotation .5s linear infinite;
    animation: rotation .5s linear infinite
}


/*     
    .main-nav .navbar {
        padding: .0 1rem;
    } */

.nav-area .navbar-area .main-nav {
    background-color: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0
}

.nav-area .navbar-area .main-nav nav {
    padding: 0 15px
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 10px;
    padding: 0;
    position: relative;
}


/*     
    .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
        font-size: 15px;
        line-height: 0;
        position: relative;
        top: 3px
    } */

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:before {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #01357c;
    border-bottom: 2px solid #333;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #01357c;
    border-bottom: 2px solid #000;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    top: 100%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    color: #001430;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee;
    margin-left: 0;
    margin-right: 0
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #01357c;
    background-color: #f3f3f3
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #01357c;
    background-color: #f3f3f3
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0!important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    margin: 0
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.nav-area .dropdown-toggle:after {
    display: none
}

.nav-area .others-option {
    position: relative;
    top: 4px
}

.nav-area .others-option .subscribe {
    display: inline-block;
    position: relative
}

.nav-area .others-option .subscribe .default-btn {
    padding: 12px 20px
}

.nav-area .others-option .sidebar-menu {
    display: inline-block;
    margin-left: 15px
}

.nav-area .others-option .sidebar-menu i {
    font-size: 40px;
    color: #01357c;
    position: relative;
    top: -2px
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0
}

.navbar-toggler .icon-bar {
    width: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #01357c;
    height: 4px;
    display: block;
    border-radius: 3px
}

.navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    left: 4px;
    position: relative
}

.navbar-toggler .middle-bar {
    opacity: 0;
    margin: 5px 0
}

.navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    left: 4px;
    position: relative
}

.navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 0
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 0
}

.main-banner-area {
    /* background-image: url(../../img/khicharbanner.jpg); */
    /*background-repeat: no-repeat;*/
    /*background-position: 50%;*/
    /*background-size: 100% 100%;*/
     /*height: 100vh; */
    /*position: relative;*/
    z-index: 1;
    overflow: hidden
}

/*.main-banner-area:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: .3;*/
/*    z-index: -1;*/
/*     background: rgb(185, 185, 185); */
/*}*/


/* 
.main-banner-area .banner-text {
    position: relative;
    max-width: 540px;
    margin-left: auto;
    margin-top: -70px
}

.main-banner-area .banner-text span {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    color: #01357c
}

.main-banner-area .banner-text h1 {
    font-size: 60px;
    margin-bottom: 25px;
    color: #fff
}

.main-banner-area .banner-text p {
    font-size: 16px;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 500
}

.main-banner-area .banner-img-wrap {
    position: relative
}

.main-banner-area .banner-img-wrap .banner-img {
    max-width: 490px;
    position: absolute;
    top: -70px;
    margin-left: auto;
    right: 0
}

.main-banner-area .banner-img-wrap .banner-shape {
    position: absolute;
    top: -80px;
    right: -75px;
    max-width: 650px;
    z-index: -1;
    -webkit-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite
} */

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media only screen and (max-width:767px) {
    .default-btn {
        font-size: 15px;
        padding: 10px 20px
    }
    .default-btn.active {
        margin-left: 0
    }
    .main-banner-area {
        /* text-align: center;*/
        /*padding-top: 50px; */
    }
    /* .main-banner-area .banner-img-wrap .banner-img {
        max-width: 350px;
        position: unset;
        margin: 30px auto 0
    }
    .main-banner-area .banner-img-wrap .banner-shape {
        right: 0;
        top: 0;
        left: 0;
        max-width: 100%;
        max-width: 350px;
        margin: auto
    }
    .main-banner-area .col-lg-6.pr-0 {
        padding-right: 15px!important
    }
    .main-banner-area .banner-text {
        position: relative;
        max-width: 100%;
        margin-left: auto;
        margin-top: 0
    }
    .main-banner-area .banner-text span {
        font-size: 14px;
        margin-bottom: 10px
    }
    .main-banner-area .banner-text h1 {
        font-size: 30px;
        margin-bottom: 15px
    }
    .main-banner-area .banner-text p {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: unset
    }
    .main-banner-area .active {
        margin-top: 10px;
        margin-left: 10px
    } */
    .nav-area .navbar-area .main-nav {
        background-color: #ffffff
    }
    .nav-area .navbar-area .main-nav nav .navbar-nav {
        overflow-y: auto
    }
    .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item {
        padding: 5px 0
    }
    .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
        padding: 0
    }
    .nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        left: 15px;
        margin-top: 44px
    }
    .header-area .top-header-area {
        text-align: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .top-header-area .header-content-right {
        float: right
    }
    .default-btn.active {
        margin-left: 30px
    }
    .main-banner-area {
         /*text-align: center;*/
        /*padding-top: 50px;*/
        /*height: 400px; */
    }
    .section-title {
        margin-bottom: 35px;
    }
    .section-title h4.sub-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 4px;
    }
    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .section-title p br {
        display: none;
    }
    .how-it-works {
        padding: 60px 0 20px;
    }
    .how-it-works .single-process {
        margin-bottom: 40px;
    }
    .how-it-works .single-process .part-img {
        height: auto;
        padding: 0 80px;
    }
    .how-it-works .single-process .part-text h3.title {
        font-size: 24px;
        line-height: 34px;
    }
    .how-it-works .single-process .part-text h3.title span {
        font-size: 24px;
    }
    .about {
        background: #f6fafe;
        padding: 60px 0;
    }
    .about .banner-shape {
        display: none;
    }
    .about .part-text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .about .part-text h4.subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 3px;
    }
    .about .part-text a.learn-more-btn {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .about .part-img {
        display: none;
    }
    .bookmakers {
        padding: 60px 0 30px;
    }
    .bookmakers .single-bookmaker {
        margin-bottom: 30px;
    }
    .statics {
        padding: 60px 0 30px;
    }
    .statics .shape {
        display: none;
    }
    .statics .part-statics .single-static {
        margin-bottom: 30px;
    }
    .statics .part-statics .single-static .part-text span.number {
        font-size: 30px;
    }
    .statics .part-statics .single-static .part-text h4.title {
        font-size: 18px;
        margin-bottom: -6px;
    }
    .statics .part-statics .single-static .part-img {
        height: 70px;
    }
    .statics .part-statics .single-static .part-img:before {
        height: 100px;
        width: 100px;
    }
    .statics .part-statics .single-static .part-img:after {
        width: 80px;
        height: 80px;
    }
    .feature {
        padding: 60px 0 28px;
    }
    .feature .banner-shape,
    .feature .part-img {
        display: none;
    }
    .feature .part-all-feature {
        margin-bottom: 0;
        text-align: center;
    }
    .feature .single-feature .part-text h4.title {
        margin-bottom: 7px;
    }
    .feature .single-feature {
        margin-bottom: 19px;
    }
    .testimonial {
        padding: 60px 0 60px;
    }
    .testimonial .single-testimonial .part-text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .testimonial .single-testimonial .part-img .part-pic {
        margin-bottom: 15px;
    }
    .testimonial .single-testimonial .part-text .icon-for-quot {
        margin-bottom: 17px;
    }
    .footer {
        padding: 60px 0 16px;
    }
    .footer .site-logo {
        display: none;
    }
    .footer .useful-links .support ul li {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer .useful-links h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .footer .useful-links {
        margin-bottom: 30px;
    }
    .copyright-footer .copyright-text {
        text-align: center;
    }
    .breadcrumb-khichar .part-text h2.title {
        color: #fff;
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 9px;
    }
    .breadcrumb-khichar .part-text ul li {
        font-size: 18px;
        padding-left: 10px;
    }
    .breadcrumb-khichar .part-text ul li a {
        font-size: 18px;
    }
    .breadcrumb-khichar .part-text ul {
        margin-bottom: -7px;
        justify-content: center;
    }
    .breadcrumb-khichar .shape {
        display: none;
    }
    .breadcrumb-khichar {
        /* padding: 50px 0; */
        text-align: center;
    }
    .breadcrumb-khichar .part-img {
        display: none;
    }
    .blog {
        padding: 60px 0;
    }
    .blog .single-blog {
        margin-bottom: 30px;
    }
    .blog .single-blog .part-text a.title {
        font-size: 22px;
        line-height: 32px;
    }
    .blog .single-blog {
        padding: 20px;
    }
    .blog .popular-news .single-post .part-img {
        width: 80px;
    }
    .blog .popular-news .single-post .part-text a {
        font-size: 20px;
        line-height: 30px;
        margin-top: -5px;
    }
    .blog .popular-news .single-post {
        align-items: flex-start;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .section-title {
        margin-bottom: 35px;
    }
    .section-title h4.sub-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .section-title p br {
        display: none;
    }
    .how-it-works {
        padding: 60px 0 20px;
    }
    .how-it-works .single-process {
        margin-bottom: 40px;
    }
    .how-it-works .single-process .part-img {
        height: auto;
        padding: 0 80px;
    }
    .how-it-works .single-process .part-text h3.title {
        font-size: 24px;
        line-height: 34px;
    }
    .how-it-works .single-process .part-text h3.title span {
        font-size: 24px;
    }
    .about {
        background: #f6fafe;
        padding: 60px 0;
    }
    .about .banner-shape {
        display: none;
    }
    .about .part-text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .about .part-text h4.subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 3px;
    }
    .about .part-text a.learn-more-btn {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .about .part-img {
        display: none;
    }
    .bookmakers {
        padding: 60px 0 30px;
    }
    .bookmakers .single-bookmaker {
        margin-bottom: 30px;
    }
    .statics {
        padding: 60px 0 30px;
    }
    .statics .shape {
        display: none;
    }
    .statics .part-statics .single-static {
        margin-bottom: 30px;
    }
    .statics .part-statics .single-static .part-text span.number {
        font-size: 30px;
    }
    .statics .part-statics .single-static .part-text h4.title {
        font-size: 18px;
        margin-bottom: -6px;
    }
    .statics .part-statics .single-static .part-img {
        height: 70px;
    }
    .statics .part-statics .single-static .part-img:before {
        height: 100px;
        width: 100px;
    }
    .statics .part-statics .single-static .part-img:after {
        width: 80px;
        height: 80px;
    }
    .feature {
        padding: 60px 0 28px;
    }
    .feature .banner-shape,
    .feature .part-img {
        display: none;
    }
    .feature .part-all-feature {
        margin-bottom: 0;
        text-align: center;
    }
    .feature .single-feature .part-text h4.title {
        margin-bottom: 7px;
    }
    .feature .single-feature {
        margin-bottom: 19px;
    }
    .testimonial {
        padding: 60px 0 60px;
    }
    .testimonial .single-testimonial .part-text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .testimonial .single-testimonial .part-img .part-pic {
        margin-bottom: 15px;
    }
    .testimonial .single-testimonial .part-text .icon-for-quot {
        margin-bottom: 17px;
    }
    .footer {
        padding: 60px 0 16px;
    }
    .footer .site-logo {
        display: none;
    }
    .footer .useful-links .support ul {
        display: block;
    }
    .footer .useful-links .support ul li {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer .useful-links h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .footer .useful-links {
        margin-bottom: 30px;
    }
    .copyright-footer .copyright-text {
        text-align: center;
    }
    .breadcrumb-khichar .part-text h2.title {
        color: #fff;
        font-size: 28px;
        line-height: 38px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 9px;
    }
    .breadcrumb-khichar .part-text ul li {
        font-size: 18px;
        padding-left: 10px;
    }
    .breadcrumb-khichar .part-text ul li a {
        font-size: 18px;
    }
    .breadcrumb-khichar .part-text ul {
        margin-bottom: -7px;
        justify-content: center;
    }
    .breadcrumb-khichar .shape {
        display: none;
    }
    .breadcrumb-khichar {
        /* padding: 50px 0; */
        text-align: center;
    }
    .breadcrumb-khichar .part-img {
        display: none;
    }
    .blog {
        padding: 60px 0;
    }
    .blog .single-blog {
        margin-bottom: 30px;
    }
    .blog .single-blog .part-text a.title {
        font-size: 22px;
        line-height: 32px;
    }
    .blog .single-blog {
        padding: 20px;
    }
    .blog .popular-news .single-post .part-img {
        width: 80px;
    }
    .blog .popular-news .single-post .part-text a {
        font-size: 20px;
        line-height: 30px;
        margin-top: -5px;
    }
    .blog .popular-news .single-post {
        align-items: flex-start;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-title {
        margin-bottom: 35px;
    }
    .section-title h4.sub-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .section-title p br {
        display: none;
    }
    .how-it-works {
        padding: 60px 0 20px;
    }
    .how-it-works .single-process {
        margin-bottom: 40px;
    }
    .how-it-works .single-process .part-img {
        height: auto;
    }
    .how-it-works .single-process .part-text h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .how-it-works .single-process .part-text h3.title span {
        font-size: 22px;
    }
    .about {
        background: #f6fafe;
        padding: 60px 0;
    }
    .about .banner-shape {
        display: none;
    }
    .about .part-text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .about .part-text h4.subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 3px;
    }
    .about .part-text a.learn-more-btn {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .about .part-img {
        display: none;
    }
    .bookmakers {
        padding: 60px 0 30px;
    }
    .bookmakers .single-bookmaker {
        margin-bottom: 30px;
    }
    .statics {
        padding: 60px 0 30px;
    }
    .statics .shape {
        display: none;
    }
    .statics .part-statics .single-static {
        margin-bottom: 30px;
    }
    .statics .part-statics .single-static .part-text span.number {
        font-size: 30px;
    }
    .statics .part-statics .single-static .part-text h4.title {
        font-size: 18px;
        margin-bottom: -6px;
    }
    .statics .part-statics .single-static .part-img {
        height: 70px;
    }
    .statics .part-statics .single-static .part-img:before {
        height: 100px;
        width: 100px;
    }
    .statics .part-statics .single-static .part-img:after {
        width: 80px;
        height: 80px;
    }
    .feature {
        padding: 60px 0 28px;
    }
    .feature .banner-shape,
    .feature .part-img {
        display: none;
    }
    .feature .part-all-feature {
        margin-bottom: 0;
        text-align: center;
    }
    .feature .single-feature .part-text h4.title {
        margin-bottom: 7px;
    }
    .feature .single-feature {
        margin-bottom: 19px;
    }
    .testimonial {
        padding: 60px 0 60px;
    }
    .testimonial .single-testimonial .part-text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .testimonial .single-testimonial .part-img .part-pic {
        margin-bottom: 15px;
    }
    .testimonial .single-testimonial .part-text .icon-for-quot {
        margin-bottom: 17px;
    }
    .footer {
        padding: 60px 0 16px;
    }
    .footer .site-logo {
        display: none;
    }
    .footer .useful-links .support ul {
        display: block;
    }
    .footer .useful-links .support ul li {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer .useful-links h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .footer .useful-links {
        margin-bottom: 30px;
    }
    .copyright-footer .copyright-text {
        text-align: center;
    }
    .breadcrumb-khichar .part-text h2.title {
        color: #fff;
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 9px;
    }
    .breadcrumb-khichar .part-text ul li {
        font-size: 16px;
        padding-left: 10px;
    }
    .breadcrumb-khichar .part-text ul li a {
        font-size: 16px;
    }
    .breadcrumb-khichar .part-text ul {
        margin-bottom: -7px;
        justify-content: center;
    }
    .breadcrumb-khichar .shape {
        display: none;
    }
    .breadcrumb-khichar {
        /* padding: 50px 0; */
        text-align: center;
    }
    .breadcrumb-khichar .part-img {
        display: none;
    }
    .blog {
        padding: 60px 0;
    }
    .blog .single-blog {
        margin-bottom: 30px;
    }
    .blog .single-blog .part-text a.title {
        font-size: 20px;
    }
    .blog .single-blog {
        padding: 20px;
    }
    .blog .popular-news .single-post .part-img {
        width: 50px;
    }
    .blog .popular-news .single-post .part-text a {
        font-size: 16px;
        line-height: 26px;
        margin-top: -5px;
    }
    .blog .popular-news .single-post {
        align-items: flex-start;
    }
}

.blog.blog-page .bettix-pagination {
    margin-top: 0;
}

.blog.blog-details .single-blog .part-text a.title {
    font-size: 20px;
    line-height: 30px;
}

.blog.blog-details .single-blog .part-text .meta-info li {
    font-size: 15px;
    display: block;
    line-height: 30px;
}

.blog.blog-details .single-blog .part-text p {
    font-size: 16px;
    line-height: 28px;
}

.blog.blog-details .single-blog .part-text p.marked {
    padding: 20px;
}

.blog.blog-details .comment-area h3.title {
    font-size: 20px;
    padding-left: 25px;
}

.blog.blog-details .comment-area {
    padding: 20px;
}

.blog.blog-details .comment-area .single-comment .part-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 80px;
}

.blog.blog-details .comment-area .single-comment {
    display: block;
    padding-right: 0;
}

.blog.blog-details .comment-area .single-comment .psrt-text span.comment-date {
    font-size: 15px;
}

.blog.blog-details .comment-area .single-comment button.reply {
    position: initial;
    margin-top: 20px;
}

.blog.blog-details .comment-form {
    padding: 20px;
}

.blog.blog-details .comment-form form input {
    height: 40px;
}

.blog.blog-details .comment-form form button {
    height: 40px;
}

.blog.blog-details .blog-sidebar {
    // margin-top: 30px;
}

.blog.blog-details .blog-sidebar .single-sidebar {
    padding: 20px;
}

.blog.blog-details .blog-sidebar .single-sidebar h4.title {
    font-size: 18px;
    padding-left: 20px;
}

.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post .part-img {
    width: 60px;
}

.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post {
    align-items: flex-start;
}

.blog.blog-details {
    padding-bottom: 30px;
}


}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog.blog-details .blog-sidebar {
        margin-top: 30px;
    }
    
    .blog.blog-details .comment-form {
        padding: 20px;
    }
    
    .blog.blog-details .comment-area {
        padding: 20px;
    }
    
    .blog.blog-details .blog-sidebar .single-sidebar {
        padding: 20px;
    }
    
    .blog.blog-details {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog.blog-details {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width:575px) {
    .main-banner-area {
        /* text-align: center;*/
        /*padding-top: 50px;*/
        /*height: 150px; */
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .default-btn {
        font-size: 16px;
        padding: 12px 25px
    }
    
    .main-banner-area {
         /*height: 230px;*/
        /*text-align: center;*/
        /*padding-top: 115px */
    }
    
    .main-banner-area .container-fluid {
        /* max-width: 720px;
        margin: auto */
    }
    /*     
    .main-banner-area .container-fluid .col-lg-6.pr {
        padding-right: 15px!important
    }
    
    .main-banner-area .banner-img-wrap .banner-img {
        max-width: 400px;
        position: unset;
        margin: 30px auto 0
    }
    
    .main-banner-area .banner-img-wrap .banner-shape {
        right: 0;
        top: 0;
        left: 0;
        max-width: 100%;
        max-width: 400px;
        margin: auto
    }
    
    .main-banner-area .col-lg-6.pr-0 {
        padding-right: 15px!important
    }
    
    .main-banner-area .banner-text {
        position: relative;
        max-width: 100%;
        margin-left: auto;
        margin-top: 0
    }
    
    .main-banner-area .banner-text span {
        font-size: 14px
    }
    
    .main-banner-area .banner-text h1 {
        font-size: 38px;
        margin-bottom: 15px
    }
    
    .main-banner-area .banner-text p {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: unset
    }
    
    .main-banner-area .active {
        margin-top: 10px
    }
     */
    
    .section-title {
        margin-bottom: 35px;
    }
    
    .section-title h4.sub-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 4px;
    }
    
    .section-title h2 {
        font-size: 34px;
        line-height: 44px;
    }
    
    .section-title p br {
        display: none;
    }
    
    .how-it-works {
        padding: 60px 0 20px;
    }
    
    .how-it-works .single-process {
        margin-bottom: 40px;
    }
    
    .how-it-works .single-process .part-img {
        height: auto;
        padding: 0 80px;
    }
    
    .how-it-works .single-process .part-text h3.title {
        font-size: 24px;
        line-height: 34px;
    }
    
    .how-it-works .single-process .part-text h3.title span {
        font-size: 24px;
    }
    
    .about {
        background: #f6fafe;
        padding: 60px 0;
    }
    
    .about .banner-shape {
        display: none;
    }
    
    .about .part-text h2 {
        font-size: 34px;
        line-height: 44px;
    }
    
    .about .part-text h4.subtitle {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 3px;
    }
    
    .about .part-text a.learn-more-btn {
        margin-top: 15px;
    }
    
    .about .part-img {
        display: none;
    }
    
    .bookmakers {
        padding: 60px 0 30px;
    }
    
    .bookmakers .single-bookmaker {
        margin-bottom: 30px;
    }
    
    .bookmakers .single-bookmaker .bookmakers-text p {
        padding: 0 50px;
    }
    
    .statics {
        padding: 60px 0 30px;
    }
    
    .statics .shape {
        display: none;
    }
    
    .statics .part-statics .single-static {
        margin-bottom: 30px;
    }
    
    .statics .part-statics .single-static .part-text span.number {
        font-size: 30px;
    }
    
    .statics .part-statics .single-static .part-text h4.title {
        font-size: 18px;
        margin-bottom: -6px;
    }
    
    .statics .part-statics .single-static .part-img {
        height: 70px;
    }
    
    .statics .part-statics .single-static .part-img:before {
        height: 100px;
        width: 100px;
    }
    
    .statics .part-statics .single-static .part-img:after {
        width: 80px;
        height: 80px;
    }
    
    .feature {
        padding: 60px 0 28px;
    }
    
    .feature .banner-shape,
    .feature .part-img {
        display: none;
    }
    
    .feature .part-all-feature {
        margin-bottom: 0;
        text-align: center;
    }
    
    .feature .single-feature .part-text h4.title {
        margin-bottom: 7px;
    }
    
    .feature .single-feature {
        margin-bottom: 19px;
    }
    
    .testimonial {
        padding: 60px 0 60px;
    }
    
    .testimonial .single-testimonial .part-text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    
    .testimonial .single-testimonial .part-img .part-pic {
        margin-bottom: 15px;
    }
    
    .testimonial .single-testimonial .part-text .icon-for-quot {
        margin-bottom: 17px;
    }
    
    .footer {
        padding: 60px 0 16px;
    }
    
    .footer .site-logo {
        display: none;
    }
    
    .footer .useful-links .support ul li {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .footer .useful-links h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    
    .footer .useful-links {
        margin-bottom: 30px;
    }
    
    .copyright-footer .copyright-text {
        text-align: center;
    }
    
    .breadcrumb-khichar .part-text h2.title {
        color: #fff;
        font-size: 34px;
        line-height: 44px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 9px;
    }
    
    .breadcrumb-khichar .part-text ul li {
        font-size: 18px;
        padding-left: 10px;
    }
    
    .breadcrumb-khichar .part-text ul li a {
        font-size: 18px;
    }
    
    .breadcrumb-khichar .part-text ul {
        margin-bottom: -7px;
        justify-content: center;
    }
    
    .breadcrumb-khichar .shape {
        display: none;
    }
    
    .breadcrumb-khichar {
        /* padding: 50px 0; */
        text-align: center;
    }
    
    .breadcrumb-khichar .part-img {
        display: none;
    }
    
    .blog {
        padding: 60px 0;
    }
    
    .blog .single-blog {
        margin-bottom: 30px;
    }
    
    .blog .single-blog .part-text a.title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .blog .single-blog {
        padding: 20px;
    }
    
    .blog .popular-news .single-post .part-img {
        width: 80px;
    }
    
    .blog .popular-news .single-post .part-text a {
        font-size: 20px;
        line-height: 30px;
        margin-top: -5px;
    }
    
    .blog .popular-news .single-post {
        align-items: flex-start;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .breadcrumb-khichar {
        text-align: center;
        padding: 100px 0 105px;
    }
    
    .breadcrumb-khichar .part-text ul {
        justify-content: center;
    }
    
    .breadcrumb-khichar .part-text h2.title {
        font-size: 36px;
        line-height: 46px;
    }
    /*     
    .main-banner-area .container-fluid {
        max-width: 960px
    }
    
    .main-banner-area .banner-text {
        top: -20px
    }
    
    .main-banner-area .banner-text h1 {
        font-size: 50px
    }
    
    .main-banner-area .banner-text p {
        font-weight: 500
    }
    
    .main-banner-area .banner-img-wrap .banner-img {
        top: -190px
    } */
    
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .how-it-works .single-process .part-text h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .how-it-works .single-process .part-text h3.title span {
        font-size: 21px;
    }
    
    .about {
        background: #f6fafe;
    }
    
    .about .banner-shape {
        display: none;
    }
    
    .about .part-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .bookmakers {
        padding: 120px 0 90px;
    }
    
    .bookmakers .single-bookmaker {
        margin-bottom: 30px;
    }
    
    .bookmakers .single-bookmaker .bookmakers-text p {
        padding: 0 50px;
    }
    
    .feature .banner-shape,
    .feature .part-img {
        display: none;
    }
    
    .footer {
        padding: 80px 0;
    }
    
    .footer .site-logo {
        display: none;
    }
    
    .blog .single-blog {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width:1700px) {
    .main-banner-area {
    /*height: 100px*/
    }
    
    .main-banner-area .banner-text {
        margin-top: -70px
    }
    
    .main-banner-area .banner-img-wrap .banner-img {
        max-width: unset;
        top: -125px
    }
    
    .main-banner-area .banner-img-wrap .banner-shape {
        max-width: unset;
        right: -155px
    }
}
@media only screen and (max-width:991px) {
    .fixed-top {
        position: unset
    }
     .main-banner-area {
            /*height: 230px;*/
            /*text-align: center;*/
        } 
}

/*==========================================
    section title
==========================================*/
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.section-title h4.sub-title {
    font-size: 24px;
    display: inline-block;
    line-height: 34px;
    background: -webkit-linear-gradient(110deg, #01357c, #25caf5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-style: italic;
    font-family: "Kalam", cursive;
    margin-top: -3px;
    margin-bottom: 7px;
}
.section-title p {
    margin-bottom: -5px;
    color: #666;
    line-height: 28px;
}
.c-white {
    color: #fff;
}

/* how it works  */
.how-it-works {
    padding: 10px 0;
}
.how-it-works .single-process .part-img {
    margin-bottom: 24px;
    height: 350px;
}
.how-it-works .single-process .part-img img {
    height: 350px;
}
.how-it-works .single-process .part-text {
    /* text-align: center; */
    
    padding: 0 30px;
}
.how-it-works .single-process .part-text a img {
    width: 30px;
    margin-left: 5px;
}
.how-it-works .single-process .part-text h3.title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}
.how-it-works .single-process .part-text h3.title span {
    display: inline-block;
    background: -webkit-linear-gradient(110deg, #01357c, #25caf5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 30px;
    font-family: "Kalam", cursive;
    margin-right: 6px;
}
.how-it-works .single-process .part-text p {
    color: #666;
    line-height: 28px;
    margin-bottom: -5px;
}

/* about us */
.about {
    padding: 50px 0;
    background: url("../img/shape-bg-1.png") center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.about .banner-shape {
    width: 900px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about .banner-shape:nth-child(2) {
    left: auto;
    right: -2px;
    bottom: auto;
    top: 0;
    width: 500px;
    transform: rotate(180deg) translateY(30%);
}
.about .part-img {
    margin-right: -70px;
}
.about .part-text h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.about .part-text h4.subtitle {
    font-size: 24px;
    display: inline-block;
    line-height: 34px;
    background: -webkit-linear-gradient(110deg, #01357c, #25caf5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-style: italic;
    font-family: "Kalam", cursive;
    margin-top: -3px;
    margin-bottom: 7px;
}
.about .part-text p {
    color: #666;
    line-height: 28px;
}
.about .part-text a.learn-more-btn {
    height: 50px;
    line-height: 50px;
    background: -webkit-linear-gradient(110deg, #01357c, #25caf5);
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 30px;
    margin-top: 25px;
}

/* services  bookmark */
.bookmakers {
    padding: 50px 0;
}
.bookmakers .single-bookmaker {
    text-align: center;
    background: url("../img/shape-bg-1.png") center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.bookmakers .single-bookmaker:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
}
.bookmakers .single-bookmaker .bookmaker-logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-top: 10px;
}
.bookmakers .single-bookmaker .bookmakers-text a.title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #555;
    display: inline-block;
    margin-bottom: 10px;
}
.bookmakers .single-bookmaker .bookmakers-text p {
    margin-bottom: 20px;
    padding: 0 30px;
}
.bookmakers .single-bookmaker .bookies-rating {
    margin-bottom: 24px;
}
.bookmakers .single-bookmaker .bookies-rating ul:before {
    content: "Ratings : ";
    font-size: 15px;
    font-weight: 600;
    color: #666;
    font-family: "Ubuntu", sans-serif;
}
.bookmakers .single-bookmaker .bookies-rating ul li {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    font-size: 16px;
}
.bookmakers .single-bookmaker .bookies-button {
    padding: 30px 0;
    position: relative;
    background: url(../img/stadium.jpg) center center no-repeat;
    background-size: cover;
    z-index: 2;
    border-radius: 30% 30% 0 0;
    overflow: hidden;
}
.bookmakers .single-bookmaker .bookies-button:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(50deg, #111, rgba(17, 17, 17, 0.7));
}
.bookmakers .single-bookmaker .bookies-button a {
    display: inline-block;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-right: 11px;
}
.bookmakers .single-bookmaker .bookies-button a:last-child {
    margin-right: 0;
}
.bookmakers.bookmakers-page .single-bookmaker {
    margin-bottom: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .bookmakers.bookmakers-page {
        padding: 60px 0 30px;
    }
}

/* statics */
.statics {
    padding: 0 0 60px;
    background: url("../img/stadium1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.statics:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, #111, rgba(17, 17, 17, 0.8));
    z-index: -1;
}
.statics .shape {
    position: absolute;
    height: 48%;
    width: 100%;
    top: -65px;
}
.statics .part-statics .single-static {
    text-align: center;
}
.statics .part-statics .single-static .part-img {
    height: 100px;
    margin: 21px 0;
    position: relative;
    z-index: 2;
}
.statics .part-statics .single-static .part-img:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50% 30% 20% 50%;
    background: #fff;
    z-index: -1;
}
.statics .part-statics .single-static .part-img:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    z-index: -1;
}
.statics .part-statics .single-static .part-img img {
    width: auto;
    max-width: none;
    height: 100%;
    padding: 10px;
}
.statics .part-statics .single-static .part-text h4.title {
    font-size: 20px;
    color: #fff;
}
.statics .part-statics .single-static .part-text span.number {
    color: #fff;
    font-weight: 200;
    font-size: 36px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 7px;
}

/* upcomming matches */
.upcoming-match {
   
    background: -webkit-linear-gradient(50deg, #f6fafe, rgba(246, 250, 254, 0.9));
}
.upcoming-match .single-match {
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.upcoming-match .single-match .part-head {
    text-align: center;
    padding: 25px 0;
    border-radius: 0 0 10px 10px;
    background: url("../img/stadium1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.upcoming-match .single-match .part-head:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background: -webkit-linear-gradient(290deg, #01357c, #25caf5);
    background: -o-linear-gradient(290deg, #01357c, #25caf5);
    background: linear-gradient(160deg, #01357c, #25caf5);
    height: 100%;
    z-index: -1;
    opacity: .78;
}
.upcoming-match .single-match .part-head .match-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.upcoming-match .single-match .part-head .match-venue {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.upcoming-match .single-match .part-team {
    padding: 30px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.upcoming-match .single-match .part-team .single-team {
    display: inline-block;
    text-align: center;
    /* background: #fff; */
    
    border-radius: 3px;
}
.upcoming-match .single-match .part-team .single-team .logo {
    width: 80px;
    margin-bottom: 22px;
    display: inline-block;
}
.upcoming-match .single-match .part-team .single-team .logo img {
    width: 100%;
}
.upcoming-match .single-match .part-team .single-team span.team-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #383838;
    display: block;
    opacity: .9;
}
.upcoming-match .single-match .part-team .match-details {
    display: inline-block;
    text-align: center;
}
.upcoming-match .single-match .part-team .match-details .match-time {
    margin-bottom: 12px;
}
.upcoming-match .single-match .part-team .match-details .match-time span {
    display: block;
    display: block;
    text-transform: uppercase;
}
.upcoming-match .single-match .part-team .match-details .match-time span.time {
    font-size: 24px;
    font-weight: 500;
    color: #01357c;
}
.upcoming-match .single-match .part-team .match-details .match-time span.date {
    font-weight: 500;
    color: #2a2a2a;
    opacity: .6;
    font-size: 14px;
}
.upcoming-match .single-match .part-team .match-details span.versase {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 50%;
    color: #01357c;
    border: 2px solid rgba(56, 56, 56, 0.3);
    margin-bottom: 20px;
    font-style: italic;
}
.upcoming-match .single-match .part-team .match-details span.versase:after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
    width: 170px;
    margin-top: -1px;
    height: 2px;
    background: rgba(56, 56, 56, 0.3);
    z-index: -1;
}
.upcoming-match .single-match .part-team .match-details .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.upcoming-match .single-match .part-team .match-details .buttons a {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0;
}
.upcoming-match .single-match .to-begin-time {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #01357c;
    margin-bottom: 24px;
}
.upcoming-match .single-match .part-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #01357c;
    background: #383838;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 2;
}
.upcoming-match .single-match .part-timer:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -6px;
    width: 20px;
    height: 20px;
    background: #383838;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.upcoming-match .single-match .part-timer .single-time {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
    position: relative;
}
.upcoming-match .single-match .part-timer .single-time:first-child:after {
    display: none;
}
.upcoming-match .single-match .part-timer .single-time:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.upcoming-match .single-match .part-timer .single-time span {
    display: block;
    color: #ccc;
    font-weight: 400;
}
.upcoming-match .single-match .part-timer .single-time span.number {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}
.upcoming-match .single-match .part-timer .single-time span.title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.upcoming-match .upcoming-match-list .single-upcoming-matchs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}
.upcoming-match .upcoming-match-list .single-upcoming-match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.04);
}
.upcoming-match .upcoming-match-list .single-upcoming-match:nth-child(2n+0) span.versase {
    background: #383838;
    border-color: #383838;
}
.upcoming-match .upcoming-match-list .single-upcoming-match:nth-child(2n+0) span.versase:after {
    background: #383838;
    -webkit-transform: translateX(-50%) rotate(-40deg);
    -ms-transform: translateX(-50%) rotate(-40deg);
    transform: translateX(-50%) rotate(-40deg);
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team:first-child {
    padding-right: 0;
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team:first-child .part-logo {
    margin-right: 20px;
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team:last-child {
    padding-left: 0;
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team:last-child .part-logo {
    margin-left: 20px;
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team .part-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team .part-logo img {
    width: 55px;
    height: 60px;
}
.upcoming-match .upcoming-match-list .single-upcoming-match .single-team .part-text span.team-name {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #383838;
    opacity: .9;
}
.upcoming-match .upcoming-match-list .single-upcoming-match span.versase {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    background: -webkit-linear-gradient(290deg, #01357c, #a5c7f7);
    background: -o-linear-gradient(290deg, #01357c, #a5c7f7);
    background: linear-gradient(160deg, #01357c, #a5c7f7);
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 50%;
    color: #ffffff;
    border: 2px solid #01357c;
    font-style: italic;
}
.upcoming-match .upcoming-match-list .single-upcoming-match span.versase:after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-40deg);
    -ms-transform: translateX(-50%) rotate(-40deg);
    transform: translateX(-50%) rotate(-40deg);
    top: 50%;
    width: 160px;
    margin-top: -1px;
    height: 2px;
    background: #01357c;
    z-index: -1;
    opacity: .1;
}
.upcoming-match .upcoming-match-list .single-upcoming-match span.versase:before {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(40deg);
    -ms-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg);
    top: 50%;
    width: 160px;
    margin-top: -1px;
    height: 2px;
    background: #01357c;
    z-index: -1;
    opacity: .1;
}
.vew-more-news {
    margin-top: 50px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 30px;
    margin-top: 25px;
}
.vew-more-news:hover {
    color: #fff;
}
.vew-more-news i {
    margin-right: 10px;
}

/* features */
.feature {
    padding: 50px 0;
    /* background-size: cover;
    position: relative; */
    
    background: -webkit-linear-gradient(50deg, #f6fafe, rgba(246, 250, 254, 0.9));
}
.feature .part-all-feature {
    margin-bottom: -43px;
    position: relative;
    z-index: 4;
}
.feature .single-feature {
    margin-bottom: 33px;
}
.feature .single-feature .part-icon {
    height: 100px;
    width: 100px;
    margin: 21px 0;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
}
.feature .single-feature .part-icon:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50% 30% 20% 50%;
    background: #fff;
    z-index: -1;
}
.feature .single-feature .part-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    z-index: -1;
}
.feature .single-feature .part-icon img {
    width: auto;
    max-width: none;
    height: 100%;
    padding: 26px;
}
.feature .single-feature .part-text h4.title {
    font-size: 22px;
    line-height: 32px;
    color: #444;
    font-weight: 600;
    margin-bottom: 12px;
}
.feature .part-img {
    margin-left: -50px;
}
.feature .part-img img {
    width: 500px;
    max-width: none;
}
@media only screen and (min-width:1200px) and (max-width:1250px) {
    .feature .part-img {
        margin-left: -60px;
    }
    
    .feature .part-img img {
        width: 330px;
        max-width: none;
    }
}
@media only screen and (min-width:1251px) and (max-width:1350px) {
    .feature .part-img {
        margin-left: -60px;
    }
    
    .feature .part-img img {
        width: 400px;
        max-width: none;
    }
}
@media only screen and (min-width:1351px) and (max-width:1500px) {
    .feature .part-img {
        margin-left: -60px;
    }
    
    .feature .part-img img {
        width: 450px;
        max-width: none;
    }
}

/* testimonials */
.testimonial {
    padding: 50px 0;
    /* position: relative;
    background: url(../img/stadium.jpg) center center no-repeat;
    background-size: cover;
    z-index: 2; */
}

/* 
.testimonial:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(50deg, #f6fafe, rgba(246, 250, 254, 0.9));
} */
.testimonial .testimonial-slider .disabled {
    display: none;
}
.testimonial .testimonial-slider .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 10px;
}
.testimonial .testimonial-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    display: inline-block;
    border-radius: 50px;
    margin-right: 6px;
    transition: all 0.3s ease-in;
    cursor: pointer;
    opacity: 0.6;
}
.testimonial .testimonial-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active {
    opacity: 1;
}
.testimonial .testimonial-slider .owl-item.active .single-testimonial .part-img {
    transform: scale(1);
    opacity: 1;
}
.testimonial .testimonial-slider .owl-item.active .single-testimonial .part-text:after {
    width: 340px;
    top: -85px;
    bottom: -40px;
    transform: translateX(-50%) rotateY(0deg);
    opacity: 1;
}
.testimonial .single-testimonial {
    text-align: center;
}
.testimonial .single-testimonial .part-img {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    z-index: 4;
    transform: scale(0.8);
    transition: all 0.3s ease-in;
    transition-delay: 0.4s;
    opacity: 0;
}
.testimonial .single-testimonial .part-img .part-pic {
    height: 120px;
    width: 120px;
    margin: 21px 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial .single-testimonial .part-img .part-pic:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50% 30% 20% 50%;
    background: #fff;
    z-index: -1;
}
.testimonial .single-testimonial .part-img .part-pic:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    z-index: -1;
}
.testimonial .single-testimonial .part-img .part-pic img {
    width: 100px;
    height: 100px;
    border-radius: 50% 30% 20% 50%;
}
.testimonial .single-testimonial .part-text {
    position: relative;
    z-index: 2;
    /* margin-bottom: 10px; */
}
.testimonial .single-testimonial .part-text:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%) rotateY(180deg);
    /* background: -webkit-linear-gradient(#01357c, #25caf5); */
    
    width: 300px;
    top: -45px;
    bottom: 0px;
    opacity: 1;
    z-index: -1;
    transition: all 0.3s ease-in;
    transition-delay: 0.4s;
    opacity: 0;
}
.testimonial .single-testimonial .part-text .icon-for-quot {
    font-size: 38px;
    margin-bottom: 15px;
    color: #01357c;
    opacity: 0.5;
    font-style: italic;
}
.testimonial .single-testimonial .part-text p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    position: relative;
    padding-bottom: 21px;
    color: #383838;
}
.testimonial .single-testimonial .part-text p:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: -webkit-linear-gradient(120deg, #0866eb, #5d0574);
    width: 100px;
    bottom: 0;
}
.testimonial .single-testimonial .part-text span {
    display: block;
}
.testimonial .single-testimonial .part-text span.position {
    font-size: 16px;
    margin-bottom: 5px;
    color: #999;
}
.testimonial .single-testimonial .part-text span.user-name {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

/* footer */
.footer {
    padding: 50px 0 40px;
    background: #000;
    position: relative;
}
.footer .site-logo {
    width: 120px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 0 20px 10px; */
    
    border-radius: 100px 100px 0 0;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
}
.footer .site-logo:after {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px 100px 0 0;
}
.footer .site-logo:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 140px;
    height: 150px;
    top: -10px;
    border: 10px solid #0f0f0f;
    border-bottom: none;
    border-radius: 100px 100px 0 0;
    transform: translateX(-50%);
}
.footer .about-widget a.site-title {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    margin-top: -3px;
    margin-bottom: 15px;
}
.footer .about-widget p {
    font-size: 14px;
    line-height: 28px;
    color: #ccc;
}
.footer .about-widget h3 {
    line-height: 28px;
    color: #ccc;
}
.footer .social {
    margin-top: 22px;
}
.footer .social .social-icon {
    display: inline-block;
    background: #111;
    color: #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    border-radius: 3px;
    margin-right: 6px;
    transition: all 0.3s ease-in;
}
.footer .social .social-icon i {
    font-size: 30px;
    color: #1eaddd
}
.footer .social .social-icon:hover i {
    color: #ffffff
}
.footer .social .social-icon:hover,
.footer .social .git:hover {
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    color: #111;
}
.footer .social .git {
    width: 125px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer .useful-links .support {
    margin-top: 30px;
}
.footer .useful-links .support ul {}
.footer .useful-links .support ul li {
    display: flex;
    margin-bottom: 20px;
}
.footer .useful-links .support ul li:last-child {
    margin-right: 0;
}
.footer .useful-links .support ul li span {
    display: block;
}
.footer .useful-links .support ul li span img {
    width: 30px;
    margin-right: 15px;
}
.footer .useful-links .support ul li span.text span.title {
    font-size: 16px;
    font-weight: 500;
    color: #ddd;
    font-family: "Fira Sans", sans-serif;
    opacity: 0.9;
}
.footer .useful-links .support ul li span.text span.descr {
    color: #ddd;
    font-size: 14px;
    opacity: 0.3;
}
.footer .useful-links h3 {
    font-size: 24px;
    line-height: 34px;
    color: #ddd;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.footer .useful-links ul li a {
    display: inline-block;
    font-size: 15px;
    color: #bbb;
    padding: 7px 0;
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;
    font-family: "Ubuntu", sans-serif;
}
.footer .useful-links ul li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    border-radius: 50%;
}
.footer .useful-links ul li a:before {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 8px;
    width: 0;
    height: 1px;
    background: #ccc;
    opacity: 0.4;
    transition: all 0.3s ease-in;
}
.footer .useful-links ul li a:hover:before {
    width: 100%;
}
.footer .latest-news h3 {
    font-size: 18px;
    color: #ddd;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer .latest-news .post-classic {
    margin-bottom: 20px;
    display: flex;
}
.footer .latest-news .post-classic .post-classic-aside {
    width: 120px;
    margin-right: 15px;
}
.footer .latest-news .post-classic .post-classic-aside .post-classic-figure {
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
}
.footer .latest-news .post-classic .post-classic-main .post-classic-title {
    margin-bottom: 0;
}
.footer .latest-news .post-classic .post-classic-main .post-classic-title a {
    font-size: 16px;
    font-weight: 500;
    color: #ddd;
    display: block;
    line-height: 22px;
    margin-top: 9px;
}
.footer .latest-news .post-classic .post-classic-main .post-classic-time {
    font-size: 14px;
    margin-top: 5px;
}
.footer .latest-news .post-classic .post-classic-main .post-classic-time i {
    margin-right: 6px;
}
.footer .payment-method {
    margin-top: 60px;
    position: relative;
    background: #111;
    display: none;
}
.footer .payment-method .payment-method-title {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(172, 172, 172, 0.788);
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
}
.footer .payment-method .payment-method-title:after {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    right: -10px;
    height: 100%;
    background: #242424;
    z-index: -1;
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
}
.footer .payment-method .all-method {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 55px 0 50px;
    border-top: 1px solid #242424;
}
.footer .payment-method .all-method .single-method {
    width: 130px;
    margin: 0 30px;
}
.footer .payment-method .all-method .single-method img {
    width: 100%;
    opacity: 0.4;
    transition: all 0.3s ease-in;
}
.footer .payment-method .all-method .single-method:hover img {
    opacity: 1;
}
.notes {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    background: #1c1a1a;
    color: rgba(221, 221, 221, 0.3);
    text-align: center;
}
.copyright-footer {
    background: #0f0f0f;
    padding: 10px 0;
}
.copyright-footer .copyright-text {
    color: #bbb;
    font-size: 14px;
    margin: 0;
    width: 100%;
    font-family: "Fira Sans", sans-serif;
}
.copyright-footer .copyright-text a {
    display: inline-block;
    color: #ccc;
    font-size: 14px;
}
.copyright-footer .footer-menu {
    width: 100%;
    text-align: right;
}
.copyright-footer .footer-menu ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
}
.copyright-footer .footer-menu ul li:last-child {
    margin-right: 0;
}
.copyright-footer .footer-menu ul li a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    transition: all 0.3s ease-in;
}
.copyright-footer .footer-menu ul li a:hover {
    color: #fff;
}

/*==========================================
    Preloader
==========================================*/
.preloader {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #09111f;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.preloader img {
    width: 400px;
}

/* iconbar */
.icon-bars {
    position: fixed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    z-index: 16000160;
    bottom: -20%;
    text-align: center;
    overflow: hidden;
    right: 0;
}
.icon-bars .facebook {
    background: #35c537;
    color: white;
    border-radius: 10%;
    margin: 5px 0 10px 0;
}
.icon-bars .facebook:hover {
    transform: rotate(360deg);
}
.icon-bars .telegram {
    background: #27a7e5;
    color: white;
    border-radius: 10%;
    margin: 0 0 10px 0;
}
.icon-bars .telegram:hover {
    transform: rotate(360deg);
}

.icon-bars .instagram {
    background: linear-gradient(#8944bb,#f87f00);
    color: white;
    border-radius: 10%;
    margin: 0 0 10px 0;
}
.icon-bars .instagram:hover {
    transform: rotate(360deg);
}

.icon-bars .youtube {
    background: #cc191e;
    color: white;
    border-radius: 10%;
    margin: 0 0 10px 0;
}
.icon-bars .youtube:hover {
    transform: rotate(360deg);
}

.icon-bars .twitter {
    background: #1cb7eb;
    color: white;
    border-radius: 10%;
    margin: 0 0 10px 0;
}
.icon-bars .twitter:hover {
    transform: rotate(360deg);
}

.icon-bars a {
    display: block;
    text-align: center;
    padding: 2px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 30px;
}

/* breadcrumb */
@media only screen and (min-width:993px) {
    .breadcrumb-khichar {
        padding: 60px 0;
    }
}
.breadcrumb-khichar {
    /* background: url("../img/bgbreadcrumb.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden; */
}
.breadcrumb-khichar:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(247, 247, 247, 0.5), rgba(250, 250, 250, 0.2));
    z-index: -1;
}
.breadcrumb-khichar .part-text h2.title {
    color: rgb(0, 0, 0);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 14px;
}
.breadcrumb-khichar .part-text ul {
    display: flex;
}
.breadcrumb-khichar .part-text ul li {
    position: relative;
    color: rgb(0, 0, 0);
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    padding-left: 20px;
    margin-left: 30px;
}
.breadcrumb-khichar .part-text ul li a {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 18px;
}
.breadcrumb-khichar .part-text ul li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    border-radius: 50%;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-khichar .part-text ul li:first-child {
    margin-left: 10px;
}

/* CONTACT */
.contact {
    padding: 50px 0 0;
}
.contact .contact-form {
    box-shadow: 0px 0px 11px 7px rgba(56, 56, 56, 0.08);
    padding: 50px;
    z-index: 3;
    background: #fff;
}
.contact .contact-form form label {
    margin: 0;
    line-height: 100%;
    font-size: 14px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    color: #444;
}
.contact .contact-form form input {
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
    padding: 19px 0 14px;
    margin-bottom: 30px;
    color: #888;
    transition: all 0.3s ease-in;
}
.contact .contact-form form input::placeholder {
    color: rgba(136, 136, 136, 0.5);
}
.contact .contact-form form input:focus {
    border-color: transparent;
    transform: scale(1.2);
    box-shadow: 0px 0px 11px 7px rgba(56, 56, 56, 0.08);
    padding: 19px 20px 14px;
    position: relative;
    z-index: 5;
}
.contact .contact-form form textarea {
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 9px 0 14px;
    display: grid;
    height: 100px;
    color: #444;
    transition: all 0.3s ease-in;
    resize: none;
}
.contact .contact-form form textarea::placeholder {
    color: rgba(68, 68, 68, 0.5);
}
.contact .contact-form form textarea:focus {
    border-color: transparent;
    transform: scale(1.2);
    padding-left: 20px;
    box-shadow: 0px 0px 11px 7px rgba(56, 56, 56, 0.08);
    padding-right: 20px;
    padding-top: 12px;
}
.contact .contact-form form .submit-btn {
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    color: #fff;
    text-transform: capitalize;
    border: none;
    height: 50px;
    width: 130px;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.contact .contact-form form .submit-btn:hover {
    background: #444;
}
.contact .contact-information {
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 11px 7px rgba(56, 56, 56, 0.08);
    position: relative;
    z-index: 2;
    transform: scale(1.1);
    padding-left: 50px;
}
.contact .contact-information .about-site .logo {
    filter: drop-shadow(2px 0 5px rgba(255, 255, 255, 0.361));
    margin-bottom: 22px;
}
.contact .contact-information .about-site p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 20px;
}
.contact .contact-information .info-list li {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact .contact-information .info-list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.contact .contact-information .info-list li span {
    display: inline-block;
    color: #fff;
}
.contact .contact-information .info-list li span.icon {
    margin-right: 15px;
}
.contact .contact-information .social-link {
    margin-top: 30px;
}
.contact .contact-information .social-link li {
    display: inline-block;
}
.contact .contact-information .social-link li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 50% 30% 20% 50%;
    color: #444;
    margin-right: 6px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact {
        padding-top: 60px;
    }
    
    .contact .contact-form {
        padding: 30px;
    }
    
    .contact .contact-form form .submit-btn {
        height: 40px;
    }
    
    .contact .contact-information {
        transform: none;
        padding: 30px;
        margin-top: 30px;
    }
    
    .contact .contact-information .info-list li {
        display: flex;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact {
        padding-top: 60px;
    }
    
    .contact .contact-information {
        transform: none;
        padding: 30px;
    }
    
    .contact .contact-information .info-list li {
        display: flex;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact .contact-information {
        transform: none;
        padding: 30px;
    }
    
    .contact .contact-information .info-list li {
        display: flex;
    }
    
    .contact .contact-form form textarea {
        height: 115px;
    }
}

/* faq */
.faq {
    padding: 120px 0 90px;
    background: #f6fafe;
}
.faq .faq-sidebar {
    margin-right: -40px;
}
.faq .faq-sidebar .nav {
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
}
.faq .faq-sidebar .nav .nav-link {
    border: none;
    color: #444;
    outline: none;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 60px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    padding-left: 30px;
    font-weight: 600;
    line-height: 60px;
    border-radius: 0;
    position: relative;
    background: #fff;
    z-index: 2;
}
.faq .faq-sidebar .nav .nav-link:last-child {
    border-bottom: none;
}
.faq .faq-sidebar .nav .nav-link:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    transition: all 0.3s ease-in;
    z-index: -1;
}
.faq .faq-sidebar .nav .nav-link:hover:after {
    height: 100%;
}
.faq .faq-sidebar .nav .nav-link.active {
    color: #fff;
}
.faq .faq-sidebar .nav .nav-link.active:after {
    height: 100%;
    width: 100%;
}
.faq .faq-sidebar h3 {
    font-size: 28px;
    font-weight: 700;
    color: #283659;
    margin: -8px 0 22px;
}
.faq .faq-sidebar .search-widget {
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
}
.faq .faq-sidebar .search-widget form {
    margin-bottom: 30px;
    position: relative;
}
.faq .faq-sidebar .search-widget form input {
    background: #fff;
    border: none;
    height: 50px;
    width: 100%;
    padding: 0 30px;
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    border-left: 3px solid #ff4b2b;
}
.faq .faq-sidebar .search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.faq .faq-content {
    margin-left: -40px;
}
.faq .faq-content .single-faq {
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
    padding: 30px 40px 16px;
    background: #fff;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.faq .faq-content .single-faq:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    opacity: 0.2;
}
.faq .faq-content .single-faq h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #666;
    margin-bottom: 14px;
    transition: all 0.3s ease-in;
}
.faq .faq-content .single-faq p {
    font-size: 17px;
    color: #666;
    line-height: 27px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .faq .faq-sidebar {
        margin-right: 0;
    }
    
    .faq .faq-sidebar .nav .nav-link {
        font-size: 16px;
    }
    
    .faq .faq-content {
        margin-top: 30px;
    }
    
    .faq .faq-content .single-faq h4 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .faq .faq-content {
        margin-left: 0;
    }
    
    .faq .faq-content .single-faq {
        padding: 20px 30px 6px;
    }
    
    .faq {
        padding: 60px 0 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .faq .faq-sidebar {
        margin-right: 0;
    }
    
    .faq .faq-content {
        margin-top: 30px;
    }
    
    .faq .faq-content {
        margin-left: 0;
    }
    
    .faq .faq-content .single-faq {
        padding: 20px 30px 6px;
    }
    
    .faq {
        padding: 60px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq .faq-content {
        margin-top: 0;
    }
    
    .faq .faq-sidebar .nav .nav-link {
        font-size: 16px;
    }
    
    .faq .faq-content .single-faq h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* term */
.term {
    padding: 50px 0;
}
.term h1.title {
    font-size: 36px;
    line-height: 46px;
    color: #444;
    margin-top: -5px;
}
.term h2 {
    font-size: 24px;
    line-height: 34px;
    color: #555;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 32px;
}
.term p {
    color: #666;
    line-height: 28px;
    text-transform: lowercase;
}
.term p:first-letter {
    text-transform: uppercase;
}
.term p.date {
    color: green;
    font-weight: 500;
    font-size: 18px;
}
.term ul {
    margin-bottom: 16px;
}
.term ul li {
    padding-bottom: 6px;
}
.term ul li:last {
    padding-bottom: none;
}
.blog {
    padding: 60px 0;
    background: url("../img/shape-bg-1.png") center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.blog .banner-shape {
    width: 900px;
    position: absolute;
    left: 0;
    bottom: calc(-7% + 1px);
    z-index: 3;
}
.blog .banner-shape:nth-child(2) {
    left: auto;
    right: -2px;
    bottom: auto;
    top: 0;
    width: 500px;
    transform: rotate(180deg) translateY(30%);
}
.blog.blog-page .single-blog {
    margin-bottom: 30px;
}
.blog.blog-page .bettix-pagination {
    margin-top: 20px;
}
.blog.blog-details .single-blog .part-img:after {
    display: none;
}
.blog.blog-details .single-blog .part-text a.title {
    font-size: 28px;
}
.blog.blog-details .single-blog .part-text .meta-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
}
.blog.blog-details .single-blog .part-text .meta-info li {
    display: inline-block;
    margin-right: 20px;
    color: #888;
    font-size: 16px;
}
.blog.blog-details .single-blog .part-text .meta-info li i {
    margin-right: 6px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(120deg, #01357c, #25caf5);
}
.blog.blog-details .single-blog .part-text .meta-info li a {
    color: #666;
    font-family: "Ubuntu", sans-serif;
}
.blog.blog-details .single-blog .part-text p {
    font-size: 17px;
    line-height: 30px;
    opacity: 0.8;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog.blog-details .single-blog .part-text p.marked {
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    opacity: 1;
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.blog.blog-details .single-blog .part-text p.marked .qout {
    position: absolute;
    font-size: 150px;
    opacity: 0.1;
    left: 20px;
    z-index: -1;
    top: -20px;
}
.blog.blog-details .single-blog .part-text .part-img {
    margin-bottom: 30px;
}
.blog.blog-details .single-blog .part-text .share-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-right: 6px;
    margin-top: 0;
}
.blog.blog-details .comment-area {
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 30px;
    margin-top: 25px;
}
.blog.blog-details .comment-area h3.title {
    font-size: 22px;
    text-transform: capitalize;
    color: #555;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
    padding-left: 30px;
}
.blog.blog-details .comment-area h3.title:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    border-radius: 50%;
}
.blog.blog-details .comment-area .single-comment {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    padding-right: 100px;
    position: relative;
}
.blog.blog-details .comment-area .single-comment:last-child {
    padding-bottom: 0;
}
.blog.blog-details .comment-area .single-comment.reply {
    padding-left: 30px;
}
.blog.blog-details .comment-area .single-comment .psrt-text span {
    display: block;
}
.blog.blog-details .comment-area .single-comment .psrt-text span.commentor-name {
    font-size: 17px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    color: #666;
    margin-top: -6px;
    margin-bottom: 7px;
}
.blog.blog-details .comment-area .single-comment .psrt-text span.comment-date {
    font-size: 14px;
    color: #777;
    margin: 5px 0;
}
.blog.blog-details .comment-area .single-comment .psrt-text p {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.8;
    color: #666;
    margin: 0;
}
.blog.blog-details .comment-area .single-comment button.reply {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    text-transform: capitalize;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    border: none;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    outline: none;
}
.blog.blog-details .comment-area .single-comment button.reply:hover {
    background-color: green;
}
.blog.blog-details .comment-form {
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 30px;
    margin-top: 30px;
}
.blog.blog-details .comment-form h3.title {
    font-size: 24px;
    text-transform: capitalize;
    color: #555;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
    padding-left: 30px;
}
.blog.blog-details .comment-form h3.title:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    border-radius: 50%;
}
.blog.blog-details .comment-form form input {
    width: 100%;
    height: 40px;
    padding: 0 30px;
    border: 1px solid #ccc;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.blog.blog-details .comment-form form textarea {
    width: 100%;
    height: 200px;
    padding: 23px 30px;
    border: 1px solid #ccc;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.blog.blog-details .comment-form form button {
    height: 50px;
    width: 140px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    text-transform: capitalize;
    border: none;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in;
}
.blog.blog-details .comment-form form button:hover {
    background-color: green;
}
.blog.blog-details .blog-sidebar .single-sidebar {
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.blog.blog-details .blog-sidebar .single-sidebar h4.title {
    font-size: 20px;
    text-transform: capitalize;
    color: #555;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
    padding-left: 30px;
}
.blog.blog-details .blog-sidebar .single-sidebar h4.title:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    border-radius: 50%;
}
.blog.blog-details .blog-sidebar .single-sidebar form {
    position: relative;
}
.blog.blog-details .blog-sidebar .single-sidebar form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ff4647;
    padding: 10px 0;
    text-transform: capitalize;
    padding-right: 40px;
    font-family: "Fira Sans", sans-serif;
}
.blog.blog-details .blog-sidebar .single-sidebar form button {
    background: transparent;
    border: none;
    color: #ff4647;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog.blog-details .blog-sidebar .single-sidebar .category-sidebar li {
    border-bottom: 1px solid #ddd;
}
.blog.blog-details .blog-sidebar .single-sidebar .category-sidebar li:first-child {
    border-top: 1px solid #ddd;
}
.blog.blog-details .blog-sidebar .single-sidebar .category-sidebar li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    color: #383838;
    opacity: 0.7;
    line-height: 40px;
    transition: all 0.3s ease-in;
}
.blog.blog-details .blog-sidebar .single-sidebar .category-sidebar li a:hover {
    color: #ff4647;
    opacity: 1;
}
.blog.blog-details .blog-sidebar .single-sidebar .category-sidebar li a span.number {
    font-weight: 400;
}
.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post:first-child {
    border-top: 1px solid #ddd;
}
.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post .part-img {
    width: 80px;
    margin-right: 20px;
    overflow: hidden;
}
.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post .part-img img {
    width: 100%;
}
.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post .part-text a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    opacity: 0.8;
    transition: all 0.3s ease-in;
    line-height: 24px;
}
.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post .part-text a:hover {
    color: #ff4647;
    opacity: 1;
}
.blog.blog-details .blog-sidebar .single-sidebar .popular-news .single-post .part-text .time span {
    color: #888;
}
.blog.blog-details .blog-sidebar .single-sidebar .tags a {
    display: inline-block;
    border: 1px solid #ff4647;
    color: rgba(255, 70, 71, 0.8);
    text-transform: capitalize;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
}
.blog.blog-details .blog-sidebar .single-sidebar .tags a:hover {
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    color: #fff;
}
.blog .single-blog {
    padding: 30px;
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
    background: #fff;
    margin-bottom: 20px;
}
.blog .single-blog:hover .part-img:after {
    opacity: 1;
}
.blog .single-blog:hover .part-img a.view-btn2 {
    opacity: 1;
    visibility: visible;
}
.blog .single-blog:hover .part-img .post-date {
    background-color: #fff;
}
.blog .single-blog:hover .part-img .post-date span {
    color: blue-deep;
}
.blog .single-blog .part-img {
    position: relative;
}
.blog .single-blog .part-img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(50deg, #111, rgba(17, 17, 17, 0.6));
    opacity: 0;
    transition: all 0.3s ease-in;
}
.blog .single-blog .part-img a.view-btn2 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
    background: #fff;
    z-index: 2;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #ff4647;
}
.blog .single-blog .part-img img {
    width: 100%;
}
.blog .single-blog .part-img .post-date {
    display: inline-block;
    background: -webkit-linear-gradient(120deg, #01357c, #25caf5);
    height: 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    z-index: 3;
    transition: all 0.3s ease-in;
}
.blog .single-blog .part-img .post-date span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 100%;
    transition: all 0.3s ease-in;
}
.blog .single-blog .part-img .post-date span.date {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.blog .single-blog .part-img .post-date span.month {
    font-size: 12px;
    text-transform: uppercase;
}
.blog .single-blog .part-text a.title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #555;
    margin-top: 24px;
    display: block;
    margin-bottom: 16px;
    line-height: 30px;
}
.blog .single-blog .part-text p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.blog .single-blog .part-text a.view-btn {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
    color: green;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 50px;
    position: relative;
    margin-top: 16px;
    margin-right: 6px;
    box-shadow: 0px 5px 7px 2px rgba(56, 56, 56, 0.1);
    transition: all 0.3s ease-in;
}
.blog .single-blog .part-text a.view-btn:hover {
    color: #fff;
}
.blog .single-blog .part-text a.view-btn:hover:after {
    border-color: #fff;
}
.blog .single-blog .part-text a.view-btn:after {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255, 70, 71, 0.2);
    border-radius: 50px;
}
.blog .single-blog .part-text a.share-btn {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    background: #fff;
    color: #ff4647;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    position: relative;
    margin-top: 6px;
    box-shadow: 0px 5px 7px 2px rgba(3, 3, 3, 0.102);
}
.blog .single-blog .part-text a.share-btn:after {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255, 70, 71, 0.2);
    border-radius: 50px;
}
.blog .popular-news .single-post {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0px 0px 11px 7px rgba(56, 56, 56, 0.03);
    background: #fff;
}
.blog .popular-news .single-post .part-img {
    width: 100px;
    margin-right: 20px;
    overflow: hidden;
}
.blog .popular-news .single-post .part-img img {
    width: 100%;
}
.blog .popular-news .single-post .part-text a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    transition: all 0.3s ease-in;
    line-height: 28px;
}
.blog .popular-news .single-post .part-text a:hover {
    color: #ff4647;
    opacity: 1;
}
.blog .popular-news .single-post .part-text .time {
    margin-top: 6px;
}
.blog .popular-news .single-post .part-text .time span {
    display: inline-block;
    font-weight: 500;
    color: #666;
    font-size: 15px;
    padding: 0 5px;
    line-height: 15px;
}
.blog .popular-news .single-post .part-text .time span:first-child {
    padding-left: 0;
}

/* slick slider */

/* patners Slider */
.slick-slide {
    margin: 10px;
}
.slick-slide video {
    width: 100%;
    height: 300px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
/*}*/
/*.slick-slide img {*/
/*    display: block;*/
/*}*/
/*.slick-slide.slick-loading img {*/
/*    display: none;*/
/*}*/
/*.slick-slide.dragging img {*/
/*    pointer-events: none;*/
/*}*/
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
     }
/* Arrows */
.slick-prev{
   right:20;
    left: 0;
    z-index:999;
}
.slick-next{
    right:0;
}
.slick-prev,
.slick-next{
   
    position: absolute;
    top: 50%;
    display: block;

    padding: 0 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #fff;
    border: none;
    outline: none;
    background: #111;
}
