@font-face {
  font-family: Alegreya;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Alegreya.ttf');
}
body,h1,h2,h3,h4,h5,h6,p,div,input,label,span,a,ul,ul li, ul li a{
	font-family: Alegreya;
}
/*======home=========*/
.purple{
	background:#cb99cc;
	color:#fff;
}
iframe{
    width:100% !important;
    min-height:400px !important;
    border: 0px solid;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 9px;
}
.pt-10{
	padding-top:150px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 0.25rem;
	color:#666;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-right: 80px;
}
header a{
	color:#000;
	margin-right: 10px;
}
header a:hover,header a.active,header a:active{
	color:#40408c;
}
header li li:hover,header li li.active{
	color:#40408c;
	background:#fafafa;
}
header li li:hover,header li li.active a{
	color:#40408c;
}
header .dropdown-menu a {
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
    display: block;
    margin-right: 0;
}
.carousel-indicators li{
	width:22px;
	height:22px;
	border-radius:50%;
	margin-right: 4px;
	margin-left: 4px;
}
.dropdown-menu{
	width:220px;
}
.carousel-control-next-icon {
    background-image: url("../img/right-arrow.svg");
	width: 100px;
	height:100px;
}
.carousel-control-prev-icon {
    background-image: url("../img/back1.svg");
	width: 100px;
	height: 100px;
}
.carousel-control-prev, .carousel-control-next{
	opacity:1;
}
#games-wrapper h1{
	color: #fff;
}
#games-wrapper h4{
	color: #000;
	font-size: 21px;
	margin: 10px;
}
.play-btn, .play-btn:hover {
	position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 16;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
	color:#fff;
}
.play-btn a ,.play-btn a:hover {
    background: url('../img/back-button.png') no-repeat;
    padding: 9px 38px 15px;
    cursor: pointer;
    font-size: 27px;
	color:#fff;
    font-weight: bold;
    border-radius: 0;
    background-size: 100%;
    line-height: 27px;
}
.more-btn:hover{
	color:#fff;
}
.more-btn {
    line-height: 43px;
    display: block;
    font-size: 27px;
    padding: 5px 0px 10px;
    color: #fff;
    background: url('../img/back-button.png') no-repeat center center;
    background-size: 90%;
    font-weight: bold;
    border-radius: 0;
}
#games-wrapper .bggame{
	background: rgb(28,141,145);
	display:block;
	overflow:hidden;
	background: linear-gradient(0deg, rgba(28,141,145,1) 0%, rgba(40,121,149,1) 50%, rgba(52,103,153,1) 100%);
}
#pics-wrapper .bggame{
	background: rgb(28,141,145);
	background: linear-gradient(0deg, rgba(28,141,145,1) 0%, rgba(40,121,149,1) 50%, rgba(52,103,153,1) 100%);
}
#pics-wrapper .girlclass {
    max-width: 240px;
    margin-right: 50px;
}
#pics-wrapper h3{
	color:#fff;
	font-family:Alegreya;
	font-size: 26px;
}
#pics-wrapper h1{
	color:#ccffcc;
}
#games-wrapper h1{
	font-weight:bold;
}
#about-wrapper p{
	text-align: justify;
}
#about-wrapper a {
    width: 100%;
    line-height: 50px;
    font-size: 34px;
    text-align: left;
}
#about-wrapper a:hover{
	color:#fafafa;
}
#about-wrapper .more-btn,#about-wrapper .more-btn:hover {
    color:#fff;
    line-height: 50px;
    display: block;
	font-size: 24px;
	max-width: 180px;
	text-align: center;
}
.purplegradient{
	background: linear-gradient(to bottom, #5d034f 0%, #7a0d74 100%);
	color:#fff;
	padding-top:30px;
}
.social{
	border-radius:0;
}
.bg-facebook{
	background:#6766cc;
	color:#fff;
}
.bg-facebook i{
	color: #6766cc;
    background: #fff;
    padding: 10px;
    font-size: 46px;
	float: left;
}
.bg-twitter{
	background:#669aff;
	color:#fff;
}
.bg-twitter i {
    color: #669aff;
    background: #fff;
    padding: 10px;
    font-size: 46px;
	float: left;
}
.bg-linkin{
	background:#00349a;
	color:#fff;
}
.bg-linkin i {
    color: #00349a;
    background: #fff;
    padding: 10px;
    font-size: 46px;
	float: left;
}
.nav-item{
	margin-right:10px;
}
.nav-link{
	font-size:21px;
}
.yellow{
	background:#ffcb00;
	color:#fff;
	font-size:40px;
}
.slider-wrapper .w-100 {
    width: 100% !important;
    max-height: 600px;
}
.slider-wrapper {
    max-width: 2048px;
    margin: 0 auto;
}
.girlclass{
	max-width: 300px;
}
#logo{
	font-size:46px;
	color:#40408c;
}
#logofooter {
    font-size: 46px;
    color: #40408c;
    line-height: 55px;
    margin-right: 30px;
    margin-top: 16px;
}
#about-wrapper h2{
	font-weight:bold;
	font-size: 40px;
}
@media (max-width: 768px) {
	#about-wrapper .text-sm-center{
		text-align:center;
		margin:0 auto 20px;
	}
	.container{
		width:100%;
		max-width:100%;
	}
}
footer a{
	color: #000;
	margin-right: 20px;
	font-size: 20px;
}
footer .f-box {
    width: 38px;
    background: #000066;
    margin-right: 10px;
    height: 39px;
    margin-top: 30px;
}
footer .f-box i {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 29px;
}
.underslider-left{
	text-align:right;
}
.underslider-right{
	text-align:left;
	text-transform: uppercase !important;
}
.underslider-right h1{
		margin-top:115px;
	}
@media (max-width: 768px) {
	.underslider-left{
		text-align:center;
		order:2;
	}
	.underslider-right h1{
		margin-top:0;
	}
	.underslider-right{
		text-align:center;
		text-transform: uppercase !important;
		order:1;
	}
	.underslider-right .more-btn{
		max-width: 170px;
		margin: 50px auto;
	}
}
/*======archive=========*/
#archive-wrapper h2{
	font-weight: bold;
	font-size: 33px;
}
#archive-wrapper p{
	color:#000;
	text-align:justify;
	padding:5px 20px;
}
.arc-box {
    display: block;
	overflow: hidden;
}
.arc-box img{
    width:100%;
}
/*======single=========*/
.thumb{
	border-radius: 45px;
}
.appstore{
	width: 19%;
	padding: 1%;
}
.appstore a img{
	border-radius:5px;
	width: 100%;
}
.excerpts-single p{
	font-family:Alegreya;
}
.excerpts-single h2{
	margin: 0 !important;
	padding: 0 !important;
	font-size: 42px;
}
.excerpts-single h3{
	font-family:Alegreya;
	margin: 0 !important;
	margin-bottom:15px !important;
	padding: 0 !important;
	font-size: 25px;
}
#single-wrapper p{
	font-size: 19px;
	font-family: Alegreya !important;
	line-height: 25px;
	color:#000;
}
#post-content{
	color:#999;
	text-align:center;
	font-size: 19px;
}
#post-content ul li{
	list-style:none;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
	background:#fff;
}
#single-wrapper .carousel-indicators li{
	background:#99b2cc;
	border:none !important;
	opacity:1;
}
#single-wrapper .carousel-indicators li.active{
	background:#336699;
	opacity:1;
}
#single-wrapper .carousel-item {
    font-family: Alegreya;
    font-size: 17px;
}
#single-wrapper .carousel-indicators{
	position:relative;
	margin-top: 15px;
}
#single-wrapper .carousel-item p{
    text-align: center;
	font-family: Alegreya;
	width: 70%;
	margin:0 auto;
}
#single-wrapper .carousel-control-next-icon {
    background-image: url("../img/next.svg");
	width: 50px;
	height: 50px;
}
#single-wrapper .carousel-control-prev-icon {
    background-image: url("../img/back.svg");
	width: 50px;
	height: 50px;
}
a:not([href]):not([tabindex]) ,a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus{
    color: #fff;
    text-decoration: none;
}
.my-6{
	margin-top: 15px;
	margin-bottom: 40px;
}
.outer-div
{
	overflow: hidden; 
}
.inner-div
{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}
.inner-div:hover
{
    transform: scale(1.2);
}
.head-wrapper{
	/*background: rgb(15,146,15);
	background: linear-gradient(0deg, rgba(15,146,15,1) 0%, rgba(3,122,15,1) 100%);*/
background:linear-gradient(#1d66aa, #1f65ab);
padding:60px !important;
}
.head-wrapper-business{
	background: rgb(15,92,147);
	background: linear-gradient(0deg, rgba(15,92,147,1) 0%, rgba(3,61,123,1) 100%);
	padding:130px 0 50px !important;
	color:#fff;
}
.head-wrapper-business h2,.aboutpage h2{
	font-size:45px;
}
.head-wrapper-business p,.aboutpage p{
	font-family:Alegreya;
	font-size:25px;
}
#content-wrapper h2{
	line-height:75px;
}
.aboutpage{
	background: rgb(122,13,116);
	background: linear-gradient(0deg, rgba(122,13,116,1) 0%, rgba(93,3,79,1) 100%);
	color:#fff;
}
.zoom {      
	-webkit-transition: all 0.35s ease-in-out;    
	-moz-transition: all 0.35s ease-in-out;    
	transition: all 0.35s ease-in-out;     
	cursor: -webkit-zoom-in;      
	cursor: -moz-zoom-in;      
	cursor: zoom-in;  
}     
.zoom:hover,  
.zoom:active,   
.zoom:focus {
	/**adjust scale to desired size, 
	add browser prefixes**/
	-ms-transform: scale(1.2);    
	-moz-transform: scale(1.2);  
	-webkit-transform: scale(1.2);  
	-o-transform: scale(1.2);  
	transform: scale(1.2);    
	position:relative;      
	z-index:100;  
}
#post-content ul{
    margin:0;
    padding:0;
}
#about-wrapper a span {
    display: block;
    overflow: hidden;
    width: 100%;
}
#bginmobile{
    display:none;
}


	#top-post-games .thumbnail-mobile {
		display:none;
	}


#archive-wrapper h4,.head-wrapper h3,.slider-wrapper h5{text-indent:-999px;display: none;}
@media (max-width: 1199px) and (min-width: 992px) {
	#about-wrapper a {
		font-size: 25px;
		text-align: left;
	}
}
@media (max-width: 991px) and (min-width: 769px) {
	body .thumb {
  border-radius: 36px;
}
	
    #logo {
        font-size: 30px;
        color: #40408c;
        margin-right: 24px;
    }
    header .m-auto{
        margin:0 20px !important;
    }
	#about-wrapper a {
		font-size: 19px;
		padding-bottom: 18px !important;
	}
	#about-wrapper h2 {
		font-weight: bold;
		font-size: 33px;
	}
	.more-btn{
		flex: 0 0 50%;
		max-width: 50%;
	}
	#about-wrapper .more-btn, #about-wrapper .more-btn:hover{
		margin:13px auto !important;
	}
}
@media (max-width: 768px) {
    .zoom:hover, .zoom:active, .zoom:focus{
        transform: none;
    }
	.purplegradient{
	    padding:30px 0 50px;
	}
	.margin-hidden-m{
	    margin:0px !important;
	}
	#single-wrapper .carousel-control-next-icon ,#single-wrapper .carousel-control-prev-icon{
        width: 25px;
        height: 25px;
    }
    #logofooter {
        font-size: 46px;
        color: #40408c;
        line-height: 55px;
        margin-right: 30px;
        margin-top: 16px;
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    .my-6 {
        margin-top: 0px;
    }
    .aboutpage .underslider-left{
        text-align: center;
        order: 1;
    }
    .aboutpage .underslider-right{
        text-align: center;
        order: 2;
    }
    .pt-10 {
        padding-top: 90px;
        margin-bottom: 85px;
    }
    #bginmobile{
        display: block;
        height: 300px;
        background-position: center center;
        background-size: 1063px;
    }
    #thumbindesctop{
        display:none !important;
    }
    #myCarousel .carousel-item img{ display:none !important;}
    #myCarousel .carousel-item{
        min-height: 290px;
        background-size: 1000px;
        background-repeat: no-repeat;
        background-position: center center;
    }
	.navbar-expand-md{
		width:90%;
	}
}
@media (max-width: 620px) and (min-width: 481px){
    .appstore {
        width: 29%;
        padding: 1%;
    }
}
@media (max-width: 570px) {
    #single-wrapper .thumb{
		display:none;
    }
	
   #top-post-games .thumbnail-mobile {
		display:block;
	     margin-top: 45px;

		margin-bottom: -125px;
    }
	
	body #top-post-games {
	  padding: 45px 0;
		  margin-bottom: 80px;
	}
	
	#top-post-games .thumbnail-mobile .thumb {
height: 160px;
object-fit: cover;
	}
}
@media (max-width: 480px) {
    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        margin-right: 0;
        width: 180px;
        overflow: hidden;
    }
    #logo{
        font-size: 30px;
        color: #40408c;
    }
    #about-wrapper a span {
        display: block;
        overflow: hidden;
        width: 100%;
        font-size: 19px;
    }
    .my-6 {
        margin-top: -20px;
        margin-bottom: 15px;
    }
    .appstore {
        width: 49%;
        padding: 1%;
    }
}
@media (max-width: 330px) {
    #logo {
        font-size: 20px;
        width: auto !important;
        color: #40408c;
    }
}



#primary-menu a.nav-link
{
    color: #FF6E3F;
}

#primary-menu a.nav-link:hover
{
    color: #004e86;
}
#top-post-games {
    background: #1f65ab;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}
#top-post-games h2{
	font-size:37px;
	margin:0 auto !important;
max-width: 550px;
}
#top-filter-games{
	background: #1f65ab;
    padding: 52px 0;
    text-align: center;
    color: #fff;
}
#top-filter-games h2 {
    font-size: 35px;
    margin: 0 !important;
}
#top-post-games h3{
	font-size:22px;
	margin:0 0 5px 0 !important;
	font-family:Alegreya;
}
.thumb {
    border-radius: 59px;
    margin-top: -100px;
}
#sort-text {
    color: #2165a6;
    font-size: 37px;
    float: left;
	margin-right: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #175087;
    border-radius: 47px;
    padding: 8px 25px;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #ff683a;
    font-size: 19px;
    padding: 8px 10px;
}
@media (max-width: 768px) {
.thumb {
    border-radius: 37px;
    margin-top: 0;
}
}
#footer-menu{
	margin:0;
padding:0;
}
#footer-menu li{
	list-style:none;
float:left;
}

#footer-menu li a{
	font-size:25px;
}
h3.top-title {
font-size: 2.5rem !important;
}



@media (max-width:767px) {
	
	#myCarousel .carousel-item {
  min-height: initial;
		height:40vw;
  background-size: cover;
  background-position: center;
}
	
	
}