@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Alata', sans-serif;
    font-weight: 400;
}
.h-100vh{
    height: 100vh;
}
a:hover {
    text-decoration: none;
    outline: none;
}

.header {
    padding: 0;
}
.header-image img{
    cursor: pointer;
}
.header-top {
    padding: 30px;
}

.header-top .header-option ul {
    list-style: none;
    margin: 0;
}

.header-top .header-option ul li {
    margin: 0px 12.5px;
}

.header-top .header-option .lang-btn-li {
    position: relative;
}

.header-top .header-option .lang-btn-li .lang-sub-manu {
    position: absolute;
    background: #FFDE5B;
    right: 0;
    top: 150%;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 180%;
    padding: 10px;
}

.header-top .header-option .lang-btn-li .lang-sub-manu li {
    line-height: 30px;
    cursor: pointer;
}

.header-top .header-option ul li .login-btn {
    background: #115370;
    border: 1px solid #115370;
    border-radius: 30px;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 5px 21px 9px;
}


.header-top .header-option ul li .lang-btn {
    border: 1px solid #115370;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #115370;

    padding: 5px 21px 9px;

}

.header-top a#navbarDropdown::after {
    content: none;
}

.header-top .header-option .dropdown-menu {
    background: #FFDE5B;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px auto;
    position: absolute;
    left: -40px;
}

.header-top .header-option .dropdown-menu a {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding: 8px auto;
}

.header-top .header-option .dropdown-menu a:hover {
    background: transparent;
}

.header-top .header-option .dropdown-menu a span {
    padding-right: 20px;
}

.header-top .header-option .chiled-manu {
    background: #115370;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: absolute;
    width: 100%;
    right: 100%;
}

.header-top .header-option .chiled-manu ul {
    list-style: none;
    padding: 20px 27px;
}

.header-top .header-option .chiled-manu ul li {
    margin: 7px 0;
}

.header-top .header-option .chiled-manu ul li a {
    font-size: 18px;
    line-height: 25px;
    padding: 8px 0;
    color: #FFFFFF;
}


.header-nav {
    padding: 18px 21px;
    background: #115370;
}

.header-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 77%;
    margin: auto;
}

.header-nav ul li a {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}


nav li a.active {
    background: #FFDE5B;
    border: 1px solid #FFDE5B;
    border-radius: 50px;
    padding: 2px 15px 3px;
    color: #115370;
}

/* header end */


/* banner start */

.banner-section {
    padding: 0;
}

.banner-section .mob-banner {
    display: none;
}

.banner-title {
    background: #FFDE5B;
}

.banner-title h3 {
    font-size: 28px;
    line-height: 39px;
    color: #000000;
    text-align: center;
    padding: 30px;
}


/* banner end */

/* game sectino */
.games-section {
    padding-top: 27px;
    padding-bottom: 53px;
    margin-left: 2em;
}

.games-section .games-box {
    border-radius: 10px 10px 0px 0px;
}

.games-section .game-box .game-title h5 {
    border-radius: 0px 0px 10px 10px;
    padding: 20px 0px 20px 35px;
    background: #FFDE5B;
}

.games-section .game-box .game-image img {
    height: 215px;
}


.games-section .game-more {
    display: flex;
    justify-content: flex-end;
}

.games-section .game-more .more {
    border: 1px solid #115370;
    border-radius: 35px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    padding: 11px 24px;
    color: #115370;
    margin-top: 30px;
}

.story-section .slider-div {
    background: #115370;
    border: 1px solid #115370;
    padding: 49px 0px;
    display: flex;
    position: relative;
}

.story-section .banner-title h3 {
    margin-bottom: 0;
}

.story-section .slider-div .image-div {
    border-radius: 158px;
    width: 158px;
    height: 158px;
    background: #115370;
    border: 2px solid #FFFFFF;
    padding: 8px;
}

.story-section .slider-div .image-div img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0px;
}
.story-section .arrow {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.story-section .left-arrow {
    left: 5%;
}

.story-section .right-arrow {
    right: 5%;
}

.story-section .slider-div .mySwiper {
    width: 80%;
    overflow: hidden;
    margin: auto;
}

.story-section .cartoon-title {

    background: #FBAD6B;
    padding: 18px;


    font-family: 'Alata';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.645em;

    color: #000000;

    margin-bottom: 50px;
}


.video-section .heading h3 {
    font-size: 28px;
    line-height: 39px;
}

.video-section .heading p {
    font-size: 20px;
    line-height: 28px;
    color: #115370;
}

.video-section .video-box {
    border-radius: 10px 10px 0px 0px;
}

.video-section .video-box .video-title h5 {
    border-radius: 0px 0px 10px 10px;
    padding: 20px 0px 20px 35px;
    background: #FFDE5B;
    min-height: 90px;
}

.video-section .video-box .video-image img {
    height: 215px;
}

.video-section .video-image {
    position: relative;
}

.video-section .video-image::after {
    position: absolute;
    content: '';
    background: url(../images/play-icon.svg);
    background-size: cover;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
}

.video-section .video-more {
    display: flex;
    justify-content: flex-end;
}

.video-section .video-more .more {
    border: 1px solid #115370;
    border-radius: 35px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    padding: 11px 24px;
    color: #fff;
    background: #115370;
    margin-top: 30px;
}

footer {
    margin-top: 50px;
}

footer .footer-ditails {
    background: #115370;
    padding-top: 50px;
    padding-bottom: 125px;
}

footer .footer-ditails p {
    font-family: 'Alata';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    color: #FFFFFF;
    padding: 5px 10px 5px 20px;

}

footer .solic-midea {
    padding-top: 48px;
    padding-bottom: 5px;
}

footer .solic-midea ul {
    list-style: none;
    gap: 43px;
}

footer .copyright {
    text-align: center;
    font-size: 14px;
    line-height: 17px;

    color: #000000;

}

/* popup */
.overlay {

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popUp {

    /* position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; */
    /* z-index: 9999999; */
}

.popUp .popup-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    padding-top: 60px;
}

.popUp .popup-box-y {
    background: #FFDE5B;
}

.popUp .popup-box-b {
    background: #115370;
}

.popUp .popup-box .pop-p-img {
    position: absolute;
    width: 100px;
}

.popUp .popup-box .pop-top-img {
    top: 0;
    left: 0;
}

.popUp .popup-box .pop-bottom-img {
    right: 0;
    bottom: 0;
}

.popUp .popup-box .pop-close {
    position: absolute;
    right: 17px;
    top: 12px;
    width: 18px;
    cursor: pointer;
}

.popUp .popup-details .popup-title {
    font-weight: 400;
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 10px;
    color: #000000;
}

.popUp .popup-details .popup-sogen {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #425157;
}

.otp-pop .popup-details .popup-sogen {
    color: #75A2B6;
    text-align: center;
}

.otp-pop .popup-details .popup-sogen span {
    color: #FFFFFF;
}

.otp-pop .otp-box .otp-input {
    width: 70px;
    height: 60px;
    font-size: 22px;
    text-align: center;
    padding: 4px 7px;
    border-radius: 10px;
    border: none;
    outline: #FFDE5B;
}


.otp-pop .otp-box .otp-input::-webkit-outer-spin-button,
.otp-pop .otp-box .otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-pop .otp-box .otp-input[type=number] {
    -moz-appearance: textfield;
}

.popup-mobile-main-box {
    margin: auto;
    padding: 41px 28px;
    background: #115370;
    box-shadow: 0px 0px 11px -20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.popup-mobile-main-box .mobile-box {
    position: relative;

    background: #054865;
    border: 1px solid #FFDE5B;
    border-radius: 10px;
    padding: 13px 10px 10px 8px;
}

.popup-mobile-main-box .mobile-box label {
    position: absolute;
    background: #115370;
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 16px;
    line-height: 20px;
    color: #75A2B6;
    top: -10px;
    left: 20px;
}

.popup-mobile-main-box .mobile-box input {
    font-size: 18px;
    width: 100%;
    padding: 5px;
    padding-left: 20px;
    line-height: 23px;
    color: #FFDE5B;
    background: #115370;
    border: none;
    outline: none;
    text-decoration: none;
}

.popup-mobile-main-box .mobile-box input::placeholder {
    color: #FFDE5B;
    background: #115370;
}

.popup-mobile-main-box .mobile-box input::-webkit-outer-spin-button,
.popup-mobile-main-box .mobile-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.popup-mobile-main-box .mobile-box input[type=number] {
    -moz-appearance: textfield;
}


.popup-mobile-main-box .poup-term-title {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #75A2B6;
}

.popup-mobile-main-box .pop-trem-details {
    font-weight: 200;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 1px solid #75A2B6;
    padding-bottom: 10px;
}

.popUp .popup-mobile-main-box .trem-box {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.popUp .popup-mobile-main-box .trem-box input {
    background: transparent;
    border-radius: 3px;
    margin-right: 8px;
}


.popUp .popup-mobile-main-box .trem-box p {
    color: #75A2B6;
    margin-bottom: 0;
}

.popUp .popup-mobile-main-box .trem-box p span {
    color: #FFFFFF;
}

.popUp .popup-mobile-main-box .getOtp,.mysubscription-pop .getOtp,.mysubscription-details-pop .getOtp {
    background: #FBAD6B;
    border-radius: 30px;
    padding: 10px 80px;
    border: none;
    color: #000000;
    font-weight: 400;
    margin: auto;
    margin-top: 20px;
    display: flex;
}

.otp-pop .verifyBtn {
    background: #FFDE5B;
    border-radius: 30px;
    padding: 10px 80px;
    border: none;
    color: #000000;
    font-weight: 400;
    margin: auto;
    margin-top: 20px;
    display: flex;
}

.popUp .sign-up-with span {
    margin-top: 14px;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    position: relative;
}


.popUp .sign-up-with span::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #75A2B6;
    left: -123%;
    top: 14px;
}

.popUp .sign-up-with span::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #75A2B6;
    right: -123%;
    top: 14px;
}

.popUp .singup-option {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.popUp .singup-option .gg {

    background: #1E6382;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    transform: translateX(6px);

}


.popUp .singup-option .or {
    background: #115370;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 12px 15px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    transform: translateX(-7px);
}

.popUp .singup-option .fb {
    background: #FBAD6B;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    transform: translateX(-10px);
}

.popUp .al-a-login {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
}

.popUp .al-a-login a {
    color: #115370;
    text-decoration: none;
}

.otp-pop .al-a-login {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
    color: #FFFFFF;
}

.otp-pop .al-a-login a {
    color: #FFDE5B;
    text-decoration: none;
}

.mydetails-pop .popup-details {
    background: #054865;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 30px;
    width: 80%;
    margin: auto;
    margin: 50px auto;
    margin-bottom: 70px;
    padding-bottom: 55px;
}

.mydetails-pop .popup-details .mydetails-lable {
    text-align: center;
    transform: translateY(-34px);
}

.mydetails-pop .popup-details .mydetails-lable span {

    background: rgba(17, 83, 112);
    border-radius: 5px;
    padding: 5px 30px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

}

.mydetails-pop .popup-details .mydetails-box {
    margin-top: 30px;
}

.mydetails-pop .popup-details .mydetails-box label {
    width: 100%;
    color: #75A2B6;
    font-size: 15px;
    line-height: 20px;
}

.mydetails-pop .popup-details .mydetails-box input {
    font-size: 19px;
    width: 100%;
    padding: 5px;
    padding-left: 20px;
    line-height: 25px;
    color: #FFDE5B;
    background: #115370;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 13px;
    border: 1px solid #FFDE5B;
    border-radius: 6px;
}
.mysubscription-pop .getOtp{
    margin-top: 43px;
}
.mysubscription-details-pop .subscibtion-status{
    margin: 40px auto;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    color: #75A2B6;
    display: flex;
     justify-content: center;
     align-items: center;
}
.mysubscription-details-pop .subscibtion-status img{
    width: 20px;
}
.mysubscription-details-pop .subscibtion-details-box{
    width: 67%;
    margin: auto;
    background: #FFDE5B;
    padding: 20px 10px; 
    border-radius: 10px;
}
.mysubscription-details-pop .subscibtion-details-box .pln-heading{
    text-align: center;
    transform: translateY(-32px);
}   
.mysubscription-details-pop .subscibtion-details-box .pln-heading span{
    padding: 10px 20px;
    background: #054865;
    color: white;
    font-size: 17px;
    line-height: 21px;
    background: #054865;
    border-radius: 30px;
}

.mysubscription-details-pop .subscibtion-details-box ul{
    list-style: none;
    text-align: center;
}
.mysubscription-details-pop .subscibtion-details-box ul li{
    font-size: 17px;
line-height: 28px;
/* identical to box height */

text-align: center;

color: #000000;

}

.mysubscription-details-pop .getOtp{
    margin-top: 43px;
    width: 80%;
    text-align: center;
    
}

.bd-2{
       height: 1px;
       background: black;
       width: 70%;
       height: 1px;
       background: #75A2B6;
       margin-bottom: 30px;
}

.modal-body p{
    font-size: 15px;
    margin: 20px 0;
}

.modal-footer button{
    background: transparent;
    border: none;
    font-size: 17px;
    line-height: 21px;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
}
@media screen and (min-width:1440px) {
    .container-fluid-1440 {
        width: 1440px;
    }
}



@charset "utf-8";

/* CSS Document */
@import url('slick.css');
@import url('slick-theme.css');
@import url('bootstrap.css');
@import url('jasny-bootstrap.min.css');
@import url('../font-awesome/css/font-awesome.min.css');
@import url('jquery.scrolling-tabs.css');
@import url('st-demo.css');
@import url('owl.carousel.min.css');
body {
	font-family: "Arial"!important;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-size: 16px;
	background-size: cover;
	color: #115370 !important;
}

.inner_body {
	font-family: "Arial"!important;
	line-height: 1.5;
	font-size: 14px;
	color: #cccccc !important;
	background: #333333;
	/*background: -moz-linear-gradient(-45deg, rgba(160,236,86,1) 0%, rgba(72,141,34,1) 92%);
	background: -webkit-linear-gradient(-45deg, rgba(160,236,86,1) 0%,rgba(72,141,34,1) 92%);
	background: linear-gradient(135deg, rgba(160,236,86,1) 0%,rgba(72,141,34,1) 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0ec56', endColorstr='#488d22',GradientType=1 );*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
}


/*h4{
	font-size: 14px !important;
	
}*/

a {
	color: #8d4d01;
	outline: none;
}

a:hover {
	color: #8d4d01;
	outline: none;
}

a:visited, a:active, a:focus{
	border: none!important;
	background-color: transparent;
}


a:hover {
	text-decoration: none;
	border: none!important;
	background-color: transparent;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
	outline: none;
}

.page-container {
	margin-top: 0px;
}

.page-body {
	margin-top: 0px;
	position: relative;
	margin-bottom: 60px;
}


/****************Header**********************/

.navbar-default {
	background: #333333;
}

.navbar-toggle {
	border: none;
	color: #fff !important;
}

.navbar-toggle .icon-bar {
	background: none !important;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	/*border-bottom: solid #222933 1px;*/
}

.navbar-brand {
	position: absolute;
	width: 100%;
	padding: 8px 15px;
	left: 0;
	text-align: center;
	margin: auto;
	z-index: 0;
}

.site-title {
	text-align: center;
	margin: 0 auto;
}

.site-title img {
	width: 100%;
	max-width: 150px;
	margin: 0;
}


/****************Main Page**********************/

.slider a:active {
	color: #8D4D01;
	text-decoration: none;
}

.slider {
	width: 100%;
	margin: 10px auto 0px;
}

.icon h4 {
	font-size: calc(10px + (18 - 10) * ((100vw - 300px) / (1600 - 300)));
	font-weight: bold;
	text-align: center;
	display: block;
	color: #ccc;
}

.icon h5 {
	font-size: calc(8px + (14 - 8) * ((100vw - 300px) / (1600 - 300)));
	font-weight: bold;
	text-align: center;
	display: block;
	color: #ccc;
	text-decoration: underline;
}

.slick-slide {
	margin: 0px 5px;
}

.slide_space {
	border: solid #F9AD81 2px;
	border-radius: 8px;
}

.slide_space img {
	width: 100%;
	border-radius: 8px;
	-webkit-box-shadow: -1px 4px 9px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 9px -1px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 4px 9px -1px rgba(0, 0, 0, 0.75);
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: #936717;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

.main {
	background: rgb(255, 125, 31);
	background: -moz-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d1f', endColorstr='#ffb463', GradientType=0);
}

.main h2 {
	font-weight: bold;
	color: #2F2F2F;
	padding: 10px 8px;
	font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
	margin: 0px;
}

.main h6 {
	font-weight: bold;
	color: #56af24;
	float: right;
	padding: 0px 10px 0px 0px;
	font-size: calc(9px + (14 - 9) * ((100vw - 300px) / (1600 - 300)));
	line-height: 26px;
}

.navmenu-default {
	background: #000000 !important;
	color: #fff !important;
}

.navmenu-default a {
	color: #fff !important;
}

.navmenu-default a:hover {
	color: #000 !important;
	background: #B4BFCD !important;
}

*:focus,
*:active,
a:active,
a:focus,
input:focus,
input:active {
	-moz-outline-style: none;
	outline: none;
	outline: 0;
}


/***********POP****************/

.modal-content2 {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	background-color: transparent !important;
}

.modal-header2 {
	text-align: center;
	text-transform: uppercase;
	border: none;
}

.modal-body2 {
	background: #9edd61;
	background: -moz-linear-gradient(top, #9edd61 1%, #67b73a 100%);
	background: -webkit-linear-gradient(top, #9edd61 1%, #67b73a 100%);
	background: linear-gradient(to bottom, #9edd61 1%, #67b73a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9edd61', endColorstr='#67b73a', GradientType=0);
	padding: 60px 5px 20px 5px;
	border-radius: 8px;
}

.modal-title2 {
	margin-bottom: -60px;
}

.modal-title2 img {
	width: 50%;
	margin: auto;
}

.modal-body2 p {
	font-size: 11px;
	text-align: center;
	color: #424242;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.close2 {
	margin-top: -55px;
	color: #F30105 !important;
	background: #fff !important;
	border-radius: 50px;
	padding: 2px 5px !important;
}


/*****************slider 1*****************/

.slider1 {
	margin: 10px 0px 10px  0px !important;
}


.slider1 div img {
	border: solid 2px #9A4100;
	border-radius: 8px;
}

.slider1 a.active:after,
.slider1 a.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.slider1 a.active:after {
	border-width: 10px;
	margin-left: -10px;
}

.slider1 a.active:before {
	border-width: 16px;
	margin-left: -16px;
}

.slider1 a.active {
	color: #27570b;
}

.slider1 a:hover {
	color: #27570b;
}

.slider1 h4 {
	font-size: calc(10px + (18 - 10) * ((100vw - 300px) / (1600 - 300)));
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
}

.slider1 h5 {
	font-size: calc(8px + (14 - 8) * ((100vw - 300px) / (1600 - 300)));
	font-weight: bold;
	text-align: center;
	display: block;
	color: #7f7e7e;
	text-decoration: underline;
}


/*****************slider 2*****************/

.slider2 {
	margin: 10px 0px;
}

.slider2 div {
	margin: 0px 0px !important;
}

.slider2 div img {
	border-radius: 8px;
	border: solid 1px #999999;
}

.slider2 a.active:after,
.slider2 a.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.slider2 a.active:after {
	border-width: 10px;
	margin-left: -10px;
}

.slider2 a.active:before {
	border-width: 16px;
	margin-left: -16px;
}

.slider2 a.active {
	color: #27570b;
}

.slider2 a:hover {
	color: #27570b;
}

.slider2 h4 {
	font-size: calc(10px + (18 - 10) * ((100vw - 300px) / (1600 - 300)));
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
}

.slider2 h5 {
	font-size: calc(8px + (14 - 8) * ((100vw - 300px) / (1600 - 300)));
	font-weight: bold;
	text-align: center;
	display: block;
	color: #7f7e7e;
	text-decoration: underline;
}


/************************/

polygon {
	stroke: #999999;
	stroke-width: 1px;
	stroke-linejoin: round;
}

.playsong {
	position: absolute;
	top: 0px;
	left: 8px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 20px;
	z-index: 1;
	color: #fff;
}


/***********My Account**************/

.mahead {
	background: #FFCC00;
	padding: 10px;
	color: #666666;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.matext {
	color: #7f7e80;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	text-align: left !important;
}

.unsub {
	color: #000000;
	background: #FFCC00;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
}


/***********search**************/

.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 25px;
	border: 1px solid #ccc;
	margin-top: 8px;
}

.search-form .form-group input.form-control {
	padding-right: 17px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
	/* Firefox 18- */
	display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
	/* Firefox 19+ */
	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
	display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 33px;
	text-align: center;
	color: #ccc;
	left: initial;
	font-size: 14px;
}


/****************Footer**********************/

.footer-bottom {
	box-shadow: 0px 15px 10px -15px #111;
	border-color: transparent;
	min-height: 20px;
	width: 100%;
	font-size: 9px;
	position: fixed;
	bottom: 0;
	padding: 5px;
}

.copyright {
	color: #FFF;
	line-height: 17px;
	min-height: 17px;
	padding: 5px 0;
	text-align: center;
	font-size: calc(8px + (14 - 8) * ((100vw - 300px) / (1600 - 300)));
}

.link {
	color: #fff;
	line-height: 20px;
	min-height: 20px;
	padding: 7px 0;
	text-align: right;
}

.link a {
	color: #fff;
}

.footer-main {
	box-shadow: 0px 15px 10px -15px #111;
	border-color: transparent;
	min-height: 20px;
	width: 100%;
	color: #5C5C5B;
	position: fixed;
	bottom: 0;
	background: #333333;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
}

.foter_head {
	font-size: 10px !important;
	font-weight: normal;
}

.foter_icon {
	font-size: 24px !important;
	font-weight: normal;
}

.footer-main a {
	color: #000 !important;
}

.footer-main a:hover {
	color: #000 !important;
	background-color:transparent;
	border: none!important;
}

.footer_tab {
	border: solid #993300 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 3px 0px 0px;
	background: rgb(255, 125, 31);
	background: -moz-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d1f', endColorstr='#ffb463', GradientType=0);
}


.footer-main a:visited, a:active, a:focus{
	background-color:transparent;
	border: none!important;
	
}

/***********Color**************/

.sliderIcon {
	border-radius: 50%;
	color: #fff;
	padding: 10px;
	width: 80%;
	margin: auto;
}

.sliderIcon img {
	border: none !important;
}

.purple {
	background: #9933CC;
	display: block;
}

.lightblue {
	background: #33b2cc;
	display: block;
}

.pink {
	background: #CC337D;
	display: block;
}

.green {
	background: #3BC36A;
	display: block;
}

.teal {
	background: #27D7B3;
	display: block;
}

.star {
	color: #ff9239;
	text-align: center;
	font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.star i {
	margin-right: 1px;
}


/***********FeedBack**************/

.feedback {
	background: #666666;
	border-radius: 8px;
	margin-top: 10px;
	padding: 5px;
}

.headingFB {
	color: #FFF;
	text-align: center;
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.textbox{
	background: #CCCCCC;
	color: #000;	
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
	padding: 5px;
	margin: 5px;
}

textarea{
  width: 100% !important;
  padding: 0;
  height: 50px;
  position: relative;
  left: 0;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
}
.submit{
	background: #00A652;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 5px 10px;
	float: right;
	text-transform: uppercase;
	font-size: 14px;
}

.social{
	margin: 10px;
	font-size: 12px;
	float: right;
}
.social img{
	width: 30px;
}
/************category**********/

.tab-content{
	padding: 10px 10px 2px 10px;
	display: block;
}
.catg{
	background: rgb(255, 125, 31);
	background: -moz-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d1f', endColorstr='#ffb463', GradientType=0);
	border: solid #993400 2px;
	padding: 5px;
	
}


.catg img{
	width: 100%;
	border-radius: 10px;
	border:solid #994101 1px;	
}

.nopadding {
    padding: 5px !important;
	
   margin: 0px !important;
}
.topspacing{
	margin-top: 10px;
}

.catg h4 {
	font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
	text-align: center;
	display: block;
	color: #2D2D2D;
	margin: 5px 0px;
	padding: 0px;
}


.rate {
	color: #555555;
	text-align: center;
	font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.rate i {
	margin-right: 1px;
}

.icon{
	margin-top: 10px;	
}

.icon a:visited{
	/*background: #333333 !important;*/
	border: solid #fff 1px !important;
	
}
.icon a:active{
	background: #333333 !important;
	border: solid #fff 1px !important;
	
}

.icon a:focus{
	background: #333333 !important;
	border: solid #fff 1px !important;
	
}




/************category**********/
.setting{
	width: auto;
}

.setting a{
	margin: 5px 0px;
	display: block;
	text-decoration: underline;
	color: #CCCCCC;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
}

/************My Account**********/
.myaccount{
	color: #CCCCCC;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
	margin: 10px 0px;
}

.butUnsub{
	background: #999999;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	border-radius: 8px;
		
}

.butUnsub:hover{
	background: #999999;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	border-radius: 8px;
		
}

/***********Login**************/

.login {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}
.loginbox{
	width: 90%;
	max-width:480px;
	margin: 10px auto;
	height: 40px;
	border: 0;
	border-radius: 10px;
	padding: 5px;
	color: #2A2A2A;
	font-size: 25px;
	
}


input::placeholder {
  font-size: 15px;
}

.login-submit{
	margin: auto;
	display: block;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 20px;
	background: rgb(255, 125, 31);
	background: -moz-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 125, 31, 1) 0%, rgba(255, 180, 99, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7d1f', endColorstr='#ffb463', GradientType=0);
}

.login h4{
	
	margin: 0px; 
}


  .multi-language {
            position: absolute;
            height: 30px;
            right: 12px;
            display: block;
            direction: ltr;
            z-index: 1000;
			text-align:center;
        }
            .multi-language .list {
                display: inline-block;
                font-size: 10px;
                margin: 0 0.2rem;
                list-style: none;
                line-height: 1.6;
                padding: 0;
				text-align:center;
            }

                .multi-language .list li {
                    display: inline-block;
                    cursor: pointer;
                    color: #fff;
                    text-decoration: underline;
                    margin-top:28px;
                     margin-right:-13px;
                    padding: 2px;
                    border-top: none;
					text-align:center;
                }

        .current {
            border-top: none;
           /*  background-color: rgba(235,102,84,1); */
           /* color: #fff !important;*/
           /*  text-decoration: none !important; */
        
			width:40px;
			text-align:center;
        }

        .only-ar, .only-en {
            display: block;
        }

        .optionAr {
            font-family: Tahoma;
        }

