@font-face {
    font-family: ethnocentric;
    src: url('ethnocentric.rg-italic.otf');
}

@font-face {
    font-family: helvetica;
    src: url('../fonts/helvetica.otf');
}

@font-face {
    font-family: impact;
    src: url('../fonts/impact.ttf');
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    background-color: #11151f;
    font-family: helvetica;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1450px;
}

.header {
    background-image: linear-gradient(#014660, grey);
    padding: 10px 20px;
    /* height: 105px; */
}

.fixed-top {
    position: sticky;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-logo img {
    max-height: 60px;
    max-width: 290px;
}

.header-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.header-btns .btn {
    padding: 20px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    min-width: 135px;
}

.header-btns .btn:not(:last-child) {
    margin-right: 20px;
}

.header-btns .btn_1 {
    background-color: #fff;
    font-size: 18px;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(28, 28, 28, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.004);
}

.header-btns .btn_2 {
    background-color: rgba(5, 72, 95, 0.3);
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #fff;
    position: relative;
}

.home-banner {
    max-width: 95%;
    margin: 30px auto 0;
}

.home-banner .carousel-control-next,
.home-banner .carousel-control-prev {
    background: transparent;
    border: 0;
    width: auto;
}

.home-banner .carousel-caption h5 {
    font-family: ethnocentric;
    color: #fff;
    font-size: 30px;
}

.home-banner .carousel-caption .btn_3 {
    background-color: grey;
    font-family: ethnocentric;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.home-banner .swiper-button-prev,
.home-banner .swiper-button-next {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.home-banner .swiper-button-prev {
    left: 0;
}

.home-banner .swiper-button-next {
    right: 0;
}

.home-banner .swiper-button-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 26px !important;
    font-weight: bold;
}

.home-banner .swiper-button-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 26px !important;
    font-weight: bold;
}

.home-banner .swiper-button-prev:after,
.home-banner .swiper-button-next:after {
    display: none;
}

.home-menu {
    margin-top: 30px;
}

.home-menu .nav-link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 45px !important;
    font-family: ethnocentric;
    cursor: pointer;
}

.home-menu .nav-link:hover,
.home-menu .nav-link:focus,
.home-menu .nav-link:active {
    color: #fff;
}

.home-menu .nav-link.active {
    border-bottom: 1px solid #014660;
}

.avail-sites {
    margin-top: 30px;
}

.avail-sites .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
}

.avail-sites .section-title .colored {
    color: #014660;
}

.avail-sites .site-list {
    margin-top: 50px;
}

.avail-sites .site-list .site-items {
    position: relative;
}

.avail-sites .site-list .swiper.swiper-initialized {
    width: 95%;
    max-width: 1240px;
    margin: 0 auto;
}

.avail-sites .site-list .site-item {
    background-color: #014660;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.avail-sites .site-list .site-item img {
    max-height: 90px;
    max-width: 150px;
}

.avail-sites .site-list .slick-prev,
.avail-sites .site-list .slick-next,
.avail-sites .swiper-button-prev,
.avail-sites .swiper-button-next {
    background: #014660;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.avail-sites .site-list .slick-prev,
.avail-sites .site-list .swiper-button-prev {
    left: 20px;
}

.avail-sites .site-list .slick-next,
.avail-sites .site-list .swiper-button-next {
    right: 20px;
}

.avail-sites .site-list .slick-prev::before,
.avail-sites .site-list .swiper-button-prev:before {
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    color: #000;
}

.avail-sites .site-list .slick-next::before,
.avail-sites .site-list .swiper-button-next:before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    color: #000;
}

.avail-sites .site-list .swiper-button-prev::after,
.avail-sites .site-list .swiper-button-next:after {
    display: none;
}

.promotions-banner {
    max-width: 95%;
    margin: 70px auto 0;
    text-align: center;
}

.promotions-banner .swiper-button-prev,
.promotions-banner .swiper-button-next {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.promotions-banner .swiper-button-prev {
    left: 0;
}

.promotions-banner .swiper-button-next {
    right: 0;
}

.promotions-banner .swiper-button-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 26px !important;
    font-weight: bold;
}

.promotions-banner .swiper-button-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 26px !important;
    font-weight: bold;
}

.promotions-banner .swiper-button-prev:after,
.promotions-banner .swiper-button-next:after {
    display: none;
}

.promotions-banner .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.promotions-banner .section-title:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -5px;
    background-color: #014660;
    height: 2px;
    width: 70%;
}

.promotions-banner .section-title .colored {
    color: #014660;
}

.promotions-banner .carousel-control-next,
.promotions-banner .carousel-control-prev {
    background: transparent;
    border: 0;
    width: auto;
}

.promotions-banner .carousel-caption {
    right: 30px;
    left: unset;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.promotions-banner .carousel-caption h5 {
    font-family: ethnocentric;
    color: #fff;
    font-size: 30px;
}

.promotions-banner .carousel-caption h5 .colored {
    color: #014660;
}

.promotions-banner .carousel-caption h6 {
    font-family: ethnocentric;
    color: #fff;
    font-size: 24px;
}

.promotions-banner .carousel-caption h6 .colored {
    color: #014660;
}

/* .promotions-banner img {
    max-height: 400px;
} */

.upcoming-matches {
    max-width: 1300px;
    margin: 50px auto 0;
}

.upcoming-matches .section-title {
    font-size: 26px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
}

.upcoming-matches .section-title .colored {
    color: #014660;
}

.download-app {
    position: relative;
    max-width: 1300px;
    width: 95%;
    margin: 50px auto 0;
}

.download-app .app-bg img {
    object-fit: cover;
    height: auto;
    width: 100%;
}

.download-app .store-icons {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.download-app .store-icons img {
    margin-right: 10px;
}

.download-app .btn_4 {
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    height: 64px;
    width: 240px;
    color: #000;
    background-color: #fff;
    font-size: 18px;
}

.our-service {
    margin: 50px auto 0;
    width: 95%;
    text-align: center;
}

.our-service .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
    position: relative;
    display: inline-block;
}

.our-service .section-title .colored {
    color: #014660;
}

.our-service .section-title::after {
    position: absolute;
    content: "";
    background-color: #014660;
    height: 2px;
    width: 40%;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.our-service .service-list {
    margin-top: 50px;
    padding: 80px;
    position: relative;
}

.our-service .service-list::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url('../img/service-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.our-service .service-list .slick-list {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
}

.our-service .service-list .service-item {
    width: 220px;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 45px;
    background-image: linear-gradient( 90deg, rgb(208, 208, 208) 0%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(208, 208, 208) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(208, 208, 208) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(208, 208, 208) 0%, rgb(255, 255, 255) 100%);
}

.our-service .service-list .service-item .icon-box {
    background-color: #131c23;
    border-radius: 45px 45px 75px 0;
    -webkit-border-radius: 45px 45px 75px 0;
    -moz-border-radius: 45px 45px 75px 0;
    -ms-border-radius: 45px 45px 75px 0;
    -o-border-radius: 45px 45px 75px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 200px;
}

.our-service .service-list .service-item .icon-box img {
    max-height: 150px;
    max-width: 150px;
}

.our-service .service-list .service-item .desc-box {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 20px;
    color: #000;
}

.our-service .service-list .slick-prev,
.our-service .service-list .slick-next,
.our-service .service-list .swiper-button-prev,
.our-service .service-list .swiper-button-next {
    background: #014660;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    border: 1px solid #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.our-service .service-list .slick-prev,
.our-service .service-list .swiper-button-prev {
    left: 20px;
}

.our-service .service-list .slick-next,
.our-service .service-list .swiper-button-next {
    right: 20px;
}

.our-service .service-list .slick-prev::before,
.our-service .service-list .swiper-button-prev:before {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

.our-service .service-list .slick-next::before,
.our-service .service-list .swiper-button-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

.our-service .service-list .swiper-button-prev:after,
.our-service .service-list .swiper-button-next:after {
    display: none;
}

.customer-support {
    max-width: 95%;
    margin: 30px auto 0;
    background-image: url('../img/customer-support-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px;
}

.customer-support .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
    position: relative;
}

.customer-support .section-title .colored {
    color: #014660;
}

.customer-support .section-desc {
    color: #fff;
    margin-top: 30px;
    font-family: ethnocentric;
    text-align: center;
    font-size: 18px;
}

.customer-support .support-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.customer-support .support-btn {
    padding: 10px;
    width: 33.33%;
}

.customer-support .btn_5 {
    background-color: #fff;
    height: 72px;
    width: 100%;
    color: #000;
    font-size: 22px;
    position: relative;
    border-radius: 29px;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    color: #014660;
    text-transform: uppercase;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
}

.about-us {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto 0;
    text-align: center;
}

.about-us .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
    position: relative;
    display: inline;
    margin: 0 auto;
}

.about-us .section-title .colored {
    color: #014660;
}

.about-image {
    margin-top: -80px;
}

.about-desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto 0;
    text-align: center;
}

.testimonials .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
    position: relative;
    display: inline;
    margin: 0 auto;
}

.testimonials .section-title .colored {
    color: #014660;
}

.testimonials .section-title::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -10px;
    background-color: #fff;
}

.customer-name {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.customer-desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}

.subscribe {
    width: 75%;
    max-width: 1300px;
    margin: 50px auto 0;
    background-image: url('../img/subscribe-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscribe .subsribe-desc {
    width: 55%;
}

.subscribe .subscribe-title {
    font-size: 24px;
    font-family: "Ethnocentric";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.294;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
}

.subscribe .subsribe-desc p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.subscribe-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 45%;
}

.subscribe-form .form-group {
    margin-bottom: 0;
    margin-right: 20px;
}

.subscribe-form .form-group .form-control {
    border: 1px solid white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 60px;
    color: #fff;
}

.subscribe-form .btn_6 {
    height: 60px;
    background-color: #014660;
    color: #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 0;
    width: 160px;
}

.footer {
    width: 100%;
    margin-top: 70px;
    background-image: url('../img/footer-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-section {
    padding: 10px;
    text-align: center;
    width: 16.66%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.footer .footer-section:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footer-section-title {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    line-height: 1.273;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    font-family: impact;
    width: 100%;
}

.footer .footer-section .footer-desc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.footer .footer-section .footer-desc>div {
    width: 50%;
    text-align: center;
    padding: 10px;
}

.footer .footer-section .footer-desc>div img {
    height: auto;
    max-width: 100%;
    max-height: 40px;
}

.footer .footer-section.section_6 .footer-desc>div {
    width: 33.33%;
}

.footer .footer-section.section_6 .footer-desc>div img {
    height: auto;
    max-height: 70px;
    max-width: 100%;
}

.footer .footer-section .footer-desc ul li {
    text-align: center;
    margin-bottom: 5px;
}

.footer .footer-section .footer-desc ul li a {
    color: white;
    font-size: 18px;
    font-family: impact;
    text-transform: uppercase;
    line-height: 1.273;
    text-align: center;
}

.faq {
    background-image: url("../img/faq-bg.png");
    background-size: 100% 100%;
    padding: 30px;
    max-width: 95%;
    margin: 30px auto 0;
}

.faq .faq-container {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
}

.faq .faq-container .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
    position: relative;
}

.faq .faq-container .section-title .colored {
    color: #014660;
}

.faq .faq-container .card {
    background-color: #1c1f28;
    border: 1px solid #47567d;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}

.faq .faq-container .card-header {
    background-color: transparent;
    border-bottom: 0;
}

.faq .faq-container .card-header h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq .faq-container .card-header h5>span {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.faq .faq-container .card-header h5 .faq-arrow {
    height: 40px;
    width: 40px;
    border: 1px solid #47567d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.faq .faq-container .card-body {
    border-top: 1px solid #47567d;
    font-size: 14px;
}

.celeb-love-us {
    width: 95%;
    max-width: 1400px;
    margin: 30px auto 0;
}

.celeb-love-us .celeb-video-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.celeb-love-us .celeb-video-container .video-item {
    /* width: 20%; */
    padding: 20px;
    text-align: center;
}

.celeb-love-us .celeb-video-container .video-item .video-thumb {
    position: relative;
}

.celeb-love-us .celeb-video-container .video-item .video-thumb .play-icon {
    position: absolute;
    border-radius: 0;
    left: 15%;
    bottom: 5%;
    font-size: 30px;
    color: #fff;
}

.celeb-love-us .celeb-video-container .video-item img {
    border-radius: 0 48px 0 48px;
    -webkit-border-radius: 0 48px 0 48px;
    -moz-border-radius: 0 48px 0 48px;
    -ms-border-radius: 0 48px 0 48px;
    -o-border-radius: 0 48px 0 48px;
    max-width: 100%;
    cursor: pointer;
}

.celeb-love-us .celeb-video-container .video-item .celeb-name {
    margin-top: 5px;
    text-align: center;
}

.celeb-love-us .celeb-video-container .video-item .celeb-arrow {
    background: #014660;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    color: #000;
}

.celeb-love-us .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
}

.celeb-love-us .section-title .colored {
    color: #014660;
}

.celeb-love-us .view-more-video {
    margin-top: 30px;
    text-align: center;
}

.celeb-love-us .view-more-video .btn_7 {
    background-color: #014660;
    border: 0;
    height: 64px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    color: #000;
    font-size: 12px;
    min-width: 200px;
}

.tutorials {
    margin: 50px auto 0;
    width: 95%;
    text-align: center;
}

.tutorials .section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
    position: relative;
    display: inline-block;
}

.tutorials .section-title .colored {
    color: #014660;
}

.tutorials-list {
    margin-top: 30px;
}

.tutorials-item {
    padding: 25px;
    text-align: center;
}

.tutorial-box {
    background-color: #05485f;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    min-height: 200px;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tutorial-box h5 {
    font-family: ethnocentric;
    font-size: 24px;
}

.tutorial-box h5 .colored {
    color: #00bfff;
}

.tutorial-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.tutorial-icon img {
    height: 60px;
}

.tutorial-play-icon {
    background-color: #014660;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 5px solid #1c1f28;
    position: absolute;
    left: 10px;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .avail-sites .site-list .site-item {
        height: 90px;
        width: 90px;
    }
    .avail-sites .site-list .site-item img {
        max-height: 60px;
        max-width: 80px;
    }
    .header {
        padding: 5px;
        height: auto;
    }
    .header .container {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0;
    }
    .header-logo {
        width: auto;
        text-align: center;
        margin-right: 5px;
    }
    .header-logo img {
        max-height: 35px;
        max-width: 120px;
    }
    .header-btns {
        justify-content: flex-end;
        width: 100%;
    }
    .header-btns .btn {
        padding: 5px;
        min-width: 80px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .header-btns .btn:not(:last-child) {
        margin-right: 5px;
    }
    .header-btns .btn_1,
    .header-btns .btn_2 {
        font-size: 12px;
        height: 32px;
    }
    .download-app .store-icons {
        bottom: 5%;
    }
    .download-app .store-icons img {
        margin-right: 5px;
        height: 20px;
    }
    .download-app .store-icons>div {
        margin-top: 10px !important;
    }
    .download-app .btn_4 {
        width: auto;
        height: auto;
    }
    .avail-sites {
        margin-top: 20px;
    }
    .our-service {
        margin-top: 0;
    }
    .our-service .section-title {
        font-size: 16px;
    }
    .our-service .service-list .service-item {
        width: 120px;
    }
    .our-service .service-list {
        padding: 20px;
        margin-top: 30px;
    }
    .customer-support {
        padding: 20px;
    }
    .customer-support .support-btn {
        width: 100%;
        padding: 5px;
    }
    .customer-support .btn_5 {
        height: 52px;
        font-size: 18px;
    }
    .about-image {
        margin-top: -10px;
    }
    .about-desc,
    .customer-desc {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.2;
    }
    .subscribe .subsribe-desc,
    .subscribe-form {
        width: 100%;
    }
    .subscribe-form .form-group {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .subscribe-form .btn_6 {
        width: 100%;
    }
    .footer {
        padding: 20px;
    }
    .footer .footer-section {
        width: 100%;
    }
    .footer .footer-section:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 0;
    }
    .footer .footer-section .footer-desc>div {
        padding: 5px;
    }
    .footer .footer-section .footer-desc>div img {
        max-height: 50px;
    }
    .footer .footer-section .footer-desc {
        margin-top: 0;
    }
    .subscribe {
        padding: 20px;
        width: 95%;
    }
    .faq {
        padding: 10px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .avail-sites .section-title {
        font-size: 16px;
    }
    .avail-sites .site-list {
        margin-top: 25px;
    }
    .our-service .section-title {
        font-size: 16px;
    }
    .our-service .service-list .service-item .icon-box img {
        max-height: 100px;
        max-width: 100px;
    }
    .our-service .service-list .service-item .desc-box {
        height: 120px;
        font-size: 15px;
    }
    .customer-support .section-title {
        font-size: 16px;
    }
    .customer-support .section-desc {
        font-size: 14px;
        margin-top: 15px;
    }
    .faq .faq-container .section-title {
        font-size: 16px;
    }
    .faq .faq-container .card-header h5 {
        font-size: 12px;
    }
    .faq .faq-container .card-header h5 img {
        height: 20px;
    }
    .faq .faq-container .card-body {
        font-size: 12px;
    }
    .about-us .section-title {
        font-size: 16px;
    }
    .testimonials .section-title {
        font-size: 16px;
    }
    .subscribe .subscribe-title {
        font-size: 14px;
    }
    .footer .footer-section .footer-desc ul li a {
        font-size: 14px;
    }
    .our-service .service-list::before {
        background-image: none;
        background-color: grey;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .customer-support,
    .faq,
    .subscribe,
    .footer {
        background: grey;
        border: 2px solid white;
        border-radius: 20px;
    }
    .our-service .service-list .service-item .icon-box {
        height: 120px;
    }
    .footer {
        margin-top: 30px;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto
    }
    .promotions-banner .section-title {
        font-size: 16px;
    }
    .promotions-banner {
        margin-top: 30px;
    }
    .download-app {
        margin-top: 30px;
    }
    .subscribe .subsribe-desc p {
        font-size: 12px;
        line-height: 1.2;
    }
    .subscribe-form .form-group .form-control,
    .subscribe-form .btn_6 {
        height: 44px;
    }
    .footer .footer-section-title {
        font-size: 18px;
    }
    .celeb-love-us .celeb-video-container .video-item {
        width: 100%;
    }
    .celeb-love-us .celeb-video-container .video-item .video-thumb .play-icon {
        left: 30%;
    }
    .avail-sites .site-list .swiper.swiper-initialized {
        max-width: 300px;
    }
    .home-banner {
        margin-top: 15px;
    }
    .celeb-love-us .celeb-video-container {
        margin-top: 10px;
    }
    .celeb-love-us .section-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .avail-sites .site-list .slick-list {
        max-width: 600px;
    }
    .slider-img {
        height: 100%;
    }
    .site-item {
        height: 120px;
        width: 120px;
    }
    .site-item img {
        max-height: 40px;
        max-width: 100px;
    }
    .customer-support {
        padding: 40px;
    }
    .about-image {
        margin-top: -50px;
    }
    .footer {
        padding: 20px 20px 0 20px;
    }
    .footer .footer-section .footer-desc>div img {
        height: 20px;
    }
    .footer .footer-section.section_6 .footer-desc>div img {
        height: 50px;
    }
    .footer .footer-section-title {
        font-size: 16px;
    }
    .avail-sites .site-list .slick-prev,
    .avail-sites .site-list .slick-next,
    .avail-sites .site-list .swiper-button-prev,
    .avail-sites .site-list .swiper-button-next {
        height: 60px;
        width: 60px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .home-menu .nav-link {
        font-size: 20px;
    }
    .site-item {
        height: 150px;
        width: 150px;
    }
    .our-service .service-list .service-item {
        width: 220px;
    }
    .footer .footer-section .footer-desc>div img {
        height: 30px;
    }
}

@media only screen and (min-width:1367px) and (max-width:1599px) {
    .home-menu .nav-link {
        font-size: 24px;
    }
    .site-item {
        height: 160px;
        width: 160px;
    }
    .slider-img {
        height: auto;
    }
}

/*Custom CSS*/

.modal-open .modal .modal-dialog {
    margin: 0px auto !important;
    transform: none !important;
    -webkit-transform: translate(0px, 50%) !important;
    transform: translate(-50%, -50%) !important;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 100%;
}

.welcome .close {
    position: absolute;
    z-index: 100;
    right: -15px;
    top: -15px;
    font-size: 30px;
    height: 30px;
    background: #ff0000cc;
    border-radius: 50%;
    padding-bottom: 5px;
    width: 30px;
    font-weight: normal;
}

.close {
    text-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    outline: 0 !important;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}

.services-items {
    width: 100%;
}

.accordion {
    display: inline-block;
}

.accordion .accordion-header {
    margin-bottom: 0;
    font-size: 22px;
}

.accordion .accordion-header button {
    background: transparent;
    border: 0;
    color: #fff;
}

.home-banner .swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 350px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.promotions-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 450px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.promotions-banner .swiper {
    /* max-width: 950px !important; */
    width: 100% !important;
}

#floater {
    position: absolute;
    top: 50vh;
    right: 0;
    width: 50px;
    height: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1000;
    border-radius: 3px 0 0 3px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

#floater img {
    width: 50px;
    height: 50px;
    filter: drop-shadow(-2px 0px 4px #444);
    background: #014660;
    padding: 5px;
}

.video-item img {
    /*height: 320px;*/
    width: auto;
}

.celeb-video.modal .modal-dialog {
    max-width: unset;
    width: auto;
    border: 0;
}

.celeb-video .modal-content {
    background-color: transparent;
}

.celeb-video.welcome .close {
    top: 15px;
}

.celeb-video video {
    max-width: 100%;
    max-height: calc(100vh - 25px);
    margin-top: 25px
}

@media only screen and (max-width: 767px) {
    .promotions-banner img {
        width: 100%;
        max-height: unset;
    }
    .modal-content {
        max-width: 95%;
    }
    .slider-img {
        height: 70px;
    }
}

.home-demo .item {
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.item:not(.video-item-wrapper) img {
    max-height: 200px;
}

.video-thumb {
    display: block;
}

.video-thumb img {
    /*max-height: 320px;*/
    max-width: auto;
}

.section-title {
    font-size: 24px;
    color: #fff;
    font-family: ethnocentric;
    line-height: 1.286;
    text-shadow: 0px 2px 5px rgba(28, 28, 28, 0.3);
    text-align: center;
}

.section-title::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #014660;
    margin-top: 33px;
    height: 2px;
    width: 10%;
}

.customer-support,
.faq,
.subscribe,
.footer {
    background: grey;
    border: 2px solid white;
    border-radius: 20px;
}

.footer-link {
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

/* hero section */

.video--wrapper {
    max-width: 768px;
    width: 100%;
}

.video--wrapper video {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .hero-section {
        display: none;
    }
}