@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*********** Header Css ************/
.header-area{
    position: absolute;
    top:0px;
    left:0px;
    z-index: 99;
    background-color: #fff;
}
.header-top-area{
    background:#d40210;
    padding: 5px 0px;
}
.phone-number-and-mailid ul li{
    padding: 0px 20px;
    position: relative;
}
.phone-number-and-mailid ul li:after{
    height:15px;
    width: 1px;
    background-color: #fff;
    content:'';
    position: absolute;
    right:0px;
    top:5px
}
.phone-number-and-mailid ul li span{
    margin-right: 10px;
}
.phone-number-and-mailid ul li a{
    color:#fff;
    font-size: 15px;
}
.phone-number-and-mailid ul li a:hover{
    color:#020202
}
.phone-number-and-mailid ul li:last-child{
    padding-right: 0px;
}
.phone-number-and-mailid ul li:last-child:after{
    display: none;
}
.social-area ul{
    column-gap: 15px;
}
.social-area ul li a{
    color:#fff;
    font-size: 13px;
}
.social-area ul li a:hover{
    color:#020202
}
.header-top-content-wrapper {
    column-gap: 30px;
}
.logo-area a img{
    max-width:175px
}
.navbar-area ul{
    margin:0px;
	padding:0px;
	list-style:none;
}
.navbar-area ul{
    display: flex;
    column-gap: 20px;
}
.navbar-area ul li a{
    color: #d40210;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding:22px 0px
}
.logo-area{
    margin-top: -33px;
    position: absolute;
    left:0px;;
}
.navbar-area:before{

}
/***************** Banner Area *****************/
.each-slide{
    min-height: 700px;;
}
.each-slide:after{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    content:'';
}
.banner-content-wrapper{
    position: relative;
    z-index:1;
    padding-top: 120px;
}
.banner-content-wrapper h1{
    color:#fff
}
.banner-content-wrapper p{
    color:#fff;
    font-size: 22px;
    line-height: 35px;
    max-width: 600px;
    margin-bottom: 40px;
}
.banne-area .swiper-pagination{
    bottom:20px !important
}
.banne-area .swiper-pagination-bullet{
    width:10px;
    height:10px;
    opacity: 1;
    background-color: #fff;
    margin:0px 5px;
    
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #d40210;
}
/******** Welcome Area *********/
.welcome-area{
    margin:150px 0px;
}
.welcome-area-image{
    border:10px solid #fff;
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.42);
}
.welcome-area-right{
    padding-left: 30px;
}
.welcome-area-right p{
    margin-bottom: 15px;
}
/********** Work With Us ***********/
.work-with-us{
    margin:150px 0px;
    padding:150px 0px;
    background-attachment: fixed;
    z-index: 1;
}
.work-with-us:before{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    content:'';
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
}
.each-work-with-us-block{
    padding:50px;
    background-color: #fff;
    border-radius: 15px;
}
.each-work-with-us-block p{
    margin: 0px;
}
.work-with-us-heading{
    margin-bottom: 50px;
}
.work-with-us-heading h2{
    color: #fff;
}
.work-with-us-heading p{
    color: #fff;
    font-size: 20px;
}
/********** Featured Area *********/
.featured-wrapper{
    margin:150px 0px;
}
.featured-wrapper .work-with-us-heading h2{
    color:#d40210
}
.featured-wrapper .work-with-us-heading p{
    color:#000;
    margin:0px;
}
.featured-wrapper  .swiper-button-next{
	right:0
}
.featured-wrapper  .swiper-button-prev{
	left:0
}
.featured-product-slider-controller{
    gap:20px
}
/******** Steps Css *********/
.steps-of-publish{
    margin:150px 0px 0px;
    padding:150px 0px;
    background-attachment: fixed;
    z-index: 1;
}
.each-steps-block{
    max-width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    position: relative;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(255, 255, 255, 0.42);
    padding: 20px;
    padding-top: 65px;
}
.each-steps-block h4{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
}
.each-steps-block p{
    margin: 0px;
    color: #fff;
    text-align: center;
}
.steps-holder{
    gap: 60px;
}
.step-number{
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    color: #fff;
    top: 0px;
    line-height: 90px;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.steps-of-publish .work-with-us-heading {
    margin-bottom: 100px;
}
/*******Portfolio Area ************/
.portfolio-block{
    padding:100px 0px;
    z-index: 1;
}
.portfolio-block:after{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: #240103;
    content:'';
    opacity: 0.7;;
    z-index: -1;
}
.portfolio-block-wrapper{
    max-width:900px;
}
.portfolio-block-wrapper-left h3{
    color:#fff;
    font-size: 35px;line-height: normal;
}
.portfolio-block-wrapper-left p{
    color:#fff;
    margin:0px;
}
/********** Author Wrapper ***********/
.author-area{
    margin-top:100px;
    margin-bottom: 100px;;
}
.author-qoute-wrapper {
    max-width: 900px;
}
.author-qoute-wrapper p{
    font-size: 30px;
    line-height: 140%;
    font-style: italic;
    font-family: "Playfair Display", serif;
}
.before-qoute{
    position: absolute;
    opacity: 0.1;
    left: 0%;
    top:0px
}
.before-qoute img, .after-qoute img{
    width:50px
}
.author-qoute-wrapper h6{
    font-weight:600;
    font-size: 20px;
}
.qoutation-text{
    padding:0px 50px;
}
.after-qoute{
    position: absolute;
    opacity: 0.1;
    right: 0%;
    bottom:0px
}
/******* Contact Area *********/
.contact-us{

    margin:150px 0px 150px;
}
.contact-content{
    max-width:480px;
}
.contact-content .phone-number-and-mailid ul li {
    padding: 0px 0px;
    position: relative;
}
.contact-content .phone-number-and-mailid ul{
    gap:10px
}
.contact-content .phone-number-and-mailid ul li a{
    color:#000
}
.contact-form{
    padding:50px;
    background-color: #dbafaf;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.42);
}
.form-control{
    border-radius: 0px;
    padding: 0.9rem 1.5rem;
    color: #495057;
    background-color: #ffffff;
    border-color: #f8f9fa;
    height: auto;
}
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border:1px solid #b5b6b3;
    outline: 0;
    box-shadow: none;
}
/********** Footer Area **********/
.footer-area{
    padding:35px 0px;
    background-color: #fbfbfb;
}
.footer-logo{
    max-width: 230px;
    margin: auto;
    margin-bottom: -30px;
}
.common-style h5{
    font-weight:600;
    font-size: 20px;;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom:10px
}
.common-style ul{
    gap:10px
}
.each-address-box p{
    margin-bottom: 10px;
    line-height: 30px;
}
.common-style a{
    color:#000
}
.common-style a:hover{
    color:#d40210
}
.address-box {
    gap:30px
}
.footer-bottom-left ul li a{
    color:#000
}
.footer-bottom-left p{
    margin-bottom: 0px;
}
.footer-bottom-left ul{
    justify-content: flex-end;
}
.inner-banner-area .each-slide {
    min-height: 500px;
}
.each-author, .each-publication-plans{
    border: 10px solid #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.42);
}
.author-name{
    position: absolute;
    bottom:0px;
    width:100%;
    text-align: center;
    color:#fff;
    z-index: 1;
    padding-bottom: 15px;
}
.author-name h3{
    color:#fff
}
.each-author:after{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:50%;
    content:''; 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.each-author  img{
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.listed-author .row{
    row-gap: 30px;
}
.listed-author{
    margin:150px 0px
}
.service_wrapper .featured-product-heading-content{
    max-width: 1000px;
}
.service-image{
    border: 10px solid #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.42);
}
.services-listing{
    row-gap: 70px;
}
.service-content h3{
    font-family: "Playfair Display", serif;
    color: #d40210;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 30px;
}
.service-content p{
    margin: 0px;
}
.services-listing .row{
    margin: 0px -60px;
}
.services-listing .row > *{
    padding: 0px 60px;
}
.publication-plans-area{
    margin:150px 0px 70px;
}
.publication-plans-area .row{
    row-gap: 30px;
}
.author-image{
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}
.author-details-area{
    margin:150px 0px 70px
}
.author-image{
    border: 10px solid #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.42);
}
.author-image img{
    max-height: 400px;
    object-fit: cover;
}
.authors-books{
    margin-top: 70px;
}
.contact-page-area{
    padding-top: 120px;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	color: #d40210;
	line-height: 24px;
	letter-spacing: 10%;
	text-transform: uppercase;
	margin:15px 0px;
}
.site-breadcrumb strong{
	font-weight:600;
}
.site-breadcrumb a {
	font-family: "muli",sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 10%;
	text-transform: uppercase;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #d40210;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	/* font-weight:300; */
}

/*************************** Quick Link List **********************/
/*************************** Pagination css*********************/
.pagination {
    width: 100%;
    text-align:center;
    display: flex;
    justify-content: center;
    margin:100px 0px;
    color:#000;
}
.pagination a{
    color:#000;
}
.pagination a:hover{
    color: #d40210;
}
.pagination ul{
    padding:0px;
    margin:0px;
}
.pagination ul li{
    display:inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #d40210;
    text-transform: uppercase;  
    padding: 0px 15px;
}
.pagination ul li a{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-transform: uppercase;  
}
.pagination ul li a:hover{
    color:#d40210;
}
/*************************** End:Pagination css *********************/
#rmp_menu_trigger-211 {
    top: 35px !important;
    right: 20px !important;
}