

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


/*
================================================
2. Common CSS
================================================
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

 body {
	position: relative;
}

a, a:hover, a:focus {
	text-decoration: none;
}

.ovr-hidden {
	overflow: hidden;
}

/*
================================================
3. Main Menu
================================================
*/

.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    background: #fff;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
}

.main-menu ul li a {
    font-size: 20px;
    padding: 10px;
    color: #000;
    transition: .3s;
    display: block;
}

/*
.single-banar {
    height: 450px;
    background: url("assets/img/slide-img.jpg") no-repeat scroll center top / cover;
}
*/


.single-banar img {
    display: block;
    width: 100%;
}

.single-img-box img {
    display: block;
    width: 100%;
    transition: .5s;
}

.single-img-box {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.single-img-box img:hover {
    transform: scale(1.05) rotate(1deg);
}

.single-img-box a.title-btn {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 40px;
    transform: translate(-50%, -0%);
    color: #001E73;
    background: #FF0000;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid transparent;
    transition: .3s;
    text-transform: uppercase;
}


.single-img-box a.title-btn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.sign-up {
    padding: 30px;
    background: #fff;
}

.sign-up label {
    font-size: 24px;
    margin-right: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.sign-up input {
}

.sign-up form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sign-up form input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #000;
}

/*OwlCarosel*/

.banar .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.banar .owl-nav button i {
    font-size: 20px;
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .3s;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    outline: none;
}

.banar .owl-nav button i:hover {
    border: 1px solid;
}

.sign-up-btn {
    padding: 30px;
    padding-left: 15px;
    background: #fff;
    margin-top: -15px;
}

.sign-up-btn form {
    display: flex;
    justify-content: center;
}

.sign-up-btn form input {
	font-size: 16px !important;
	padding: 10px !important;
	width: 87% !important;
	border-radius: 5px;
	border: 1px solid #000 !important;
	margin-right: 10px !important;
	outline: none;
}

.sign-up-btn form button {
    line-height: 1;
    font-size: 16px;
    padding: 15px 28px;
    border: 0;
    background: #e67e22;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .3s;
    outline: none;
    border: 1px solid transparent;
}

.sign-up-btn form button:hover {
    border: 1px solid #e67e22;
    color: #e67e22;
    background: transparent;
}

ul.social {
    margin-left: auto;
}

ul.social li a {
    transition: .3s;
    display: block;
}

ul.social li a:hover {
    transform: scale(1.1);
}

.comic-nav-hlist-wrapper{
	
	
}
.comic-nav-hlist{  display: inline-block; }
.comic-nav-hlist li {    color: black;  float: left;  padding: 8px 16px;  text-decoration: none;list-style-type: none; }
.mangapress-media-img{ text-align:center;}  
/* Responsive */



@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {



}







/* Medium Devices, Tablet, Mobile */    



@media only screen and (max-width: 991px) {   





}



@media only screen and (min-width: 768px) and (max-width: 991px) {   



}





    

@media only screen and (max-width: 767px) {



	.main-menu {

	    flex-wrap: wrap;

	}



	ul.social {

	}



	.main-menu ul li a {

	    font-size: 15px;

	}



}

    

@media only screen and (min-width: 576px) and (max-width: 767px) {



}



@media only screen and (max-width: 575px) {





	.main-menu ul li a {

		font-size: 15px;

	}



	.sign-up label {

	    font-size: 20px;

	    line-height: 1.5;

	}



	.single-img-box a.title-btn {

	    font-size: 30px;

	}



}





@media only screen and (min-width: 480px) and (max-width: 575px) {

  

}





@media only screen and (max-width: 479px) {



	.sign-up form {

	    FLEX-DIRECTION: COLUMN;

	}



	.sign-up label {

	    margin-bottom: 15px;

	}



	.main-menu ul li a {

	    font-size: 14px;

	    padding: 10px 5px;

	}



	.main-menu ul li {

	    margin: 0;

	}



	.single-img-box a.title-btn {

	    font-size: 21px;

	}



}

    

@media only screen and (min-width: 375px) and (max-width: 479px) {



}



    

@media only screen and (max-width: 374px) {

	

	.sign-up label {

		text-align: center;

	}



	.sign-up-btn form {

	    flex-direction: column;

	}



	.sign-up-btn form input {

	    margin-bottom: 15px;

	    width: 100%;

	}



	.single-img-box.about-us img {

	    padding-top: 10px;

	}

}



    

@media only screen and (min-width: 320px) and (max-width: 374px) {



     

}



      

@media only screen and (min-width: 0px) and (max-width: 319px) {  

	

}

   

