@import url('https://fonts.cdnfonts.com/css/centurion');
/* all */
a{
    color:#332929;
}
/* a:hover {
    color: #ff0000f5 !important;
    text-decoration: none !important;
} */

h1 {
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}

h1::after {
    content: '';
    background: #684F1E;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}

.amp-btns {
    background: rgb(108, 108, 108) !important;
    width: 200px;
    border-radius: 30px !important;
    border: 2px solid rgb(108, 108, 108) !important;
    padding: 10px; 
    margin-top: 10px !important;
}

.amp-btns:hover {
    background: #684F1E !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid #684F1E !important;
    font-weight: bold;
}


/* Header */
#header .main-header{
    justify-content: center;
    text-align: center;    
}
#header .main-header h3{
/*font-family: 'Cormorant Infant';*/
font-style: normal;
font-weight: 600;
font-size: 24px;
color: #000000;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/* Navbar */
#navbar{
    z-index: 1;
    position: sticky;
    background: rgb(218, 218, 218);
    top: 0;
}
#navbar .navbar-light .navbar-toggler{
    margin-left: auto !important;
}
#navbar .navbar .navbar-nav{
    margin-left: 10%;
}
#navbar .navbar .navbar-nav .nav-item{
    padding-left: 15%;
}
#navbar .navbar .navbar-nav .nav-item .active{
    color: #000000 !important;
    font-weight: 800;
}
#navbar .navbar .navbar-nav .nav-item .nav-link{
    /*font-family: Inter;*/
    color: #684F1E;
    font-weight: 700;
    Font-size: 18px;
    vertical-align: Top;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}
#navbar .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #ff0000f5;
}
@media screen and (max-width:750px){
    #navbar .navbar .navbar-nav{
        margin-left: 0%;
        text-align: center;
    }
    #navbar .navbar .navbar-nav .nav-item{
        padding-left: 2%;
    }
}


/* banner */
#cban{
    padding-bottom: 40px;
}
#cban .banner {
    width: 100%;
    height: 400px;
    background: linear-gradient(266.34deg, #D2C6C6 17.45%, rgba(188, 188, 188, 0.864583) 42.22%, rgba(208, 183, 183, 0.666049) 82.64%, rgba(207, 190, 190, 0.687397) 82.65%, rgba(205, 184, 184, 0.695936) 100.88%, rgba(188, 188, 188, 0) 100.89%);
    background-size: cover;
    font-size: 80px;
    color: #fff;
    text-align: center;
    padding: 40px 15px;
  }
  
  #cban .big-text{
      display: flex;  
  }
  #cban .big-text img{
    z-index: 1;
    margin-top: -7%;
    margin-left: 7%;
    height: 465px;
 }
 #cban .big-text h2{
    /*font-family: 'Cormorant Infant';*/
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;    
    color: #000000;
    margin-top: 5%;
    margin-left: 10%;    
 }
 #cban .big-text h3{
    /*font-family: 'Cormorant Infant';*/
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;    
    color: #332929;
    margin-top: 11%;
    margin-left: -15%;
 }
 #cban .big-text .ibban{
    position: absolute;
    z-index: 1;
    margin-top: 0.5%;
    height: 350px;
    width: 300px;
    right: 0%;
}

@media screen and (max-width:750px){
    #cban .big-text img{
        visibility: hidden;
    }
    #cban .big-text{
        text-align: center;
        display: block;
    }
    #cban .big-text h2{
        margin-top: 3%;
        margin-left: -2%;    
    }
    #cban .big-text h3{
        margin-top: 8%;
        margin-left: 0%;
    }
}


/* Home cards */
#hcard{
    padding-bottom: 15px;
}
#hcard .card{
    height: 685px;
}
#hcard .card hr{
    height: 2px;
}
#hcard .card .header-image{
    background: #E6E0E0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#hcard .card .header-image img{     
    /*min-height: 220px !important;*/
    height: 330px;
    object-fit: contain;
    background: white;
}
#hcard .card-body .counter-body{
    margin-top: 0px;
    text-align: center;
}
#hcard .card-body .counter-body .counter{
    font-weight: bold;
}
#hcard .card-body .counter-body .counter-title{
    line-height: 29px;
    font-weight: bold;
}
#hcard .card-body .description .card-text{
    text-align: justify;
    font-size: 18px;
    max-height: 160px;
    overflow: auto;
    padding-right: 8px;
}
#hcard .description{
    height: 180px;
    overflow: scroll;
}
#hcard ::-webkit-scrollbar{
    width: 8px;
}
#hcard ::-webkit-scrollbar-track{
    box-shadow: inset 0 0 2px rgb(255, 255, 255); 
    border-radius: 3px;
}
#hcard ::-webkit-scrollbar-thumb{
    background: #253f668a; 
    border-radius: 5px;
}
#hcard .card-body .hnav-link{
    margin-left: 28%;
    line-height: 6;
    background:  #253F66;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:750px) {
    #hcard .card-body .description .hnav-link{
        line-height: 1;
    }
}

/* About */
#about .container{
    margin-top: 5%;
}
#about .container .head{
    text-align: center;
    text-transform: uppercase;
}
#about .container .content{
    text-align: justify;
    margin-top: 3%;
    font-size: 17px;
    color: rgb(66, 66, 66);
    font-weight: 500;
}

/* Team */
#team{
    margin-top: 5%;
}
#team .container .head{
    text-align: center;
    text-transform: uppercase;
}
#team .card{
    margin-top: 6%;
    margin-left: 7%;
    height: 400px;
    box-shadow: 3px 5px 8px #2B2B2B;

}
#team .card-img-top{
    margin-top: -14%;
    height: 330px;
    object-fit: contain;
}
#team h2{
    margin-left: 31%;
    /*font-family: Perpetua;*/
    font-size: 55px;
    color: #094067;
    font-weight: bold;
}
#team p{
    text-align: center;
    /*font-family: Perpetua;*/
    font-size: 20px;
    color:#505050; ;
    margin-left: 5%;
}
#team .card-title{
    font-size: 20px;
    color: #094067;
    font-weight: bold;
    text-align: center;
}
#team .card-sub-title{
    text-align: center;
    font-size: 17px;
    color:#62676B;
    font-weight: bold;
}
#team .social-tags a{
    margin-left: 17%;
}
#team .social-tags a .fa{
    font-size: 22px;
}

@media screen and (max-width: 750px){
    #team h2{
        margin-left: 13%;
        /*font-family: Perpetua;*/
        font-size: 51px;
    }
    #team .card{
        margin-top: 18%;
        margin-left: 5%;
    }
    #team .team-row{
        margin-left: 4%;
    }
}

/* Amazing work */
#header .title{
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    text-transform: uppercase;
}
#header .header-image{
    margin-top: 4%;
    margin-left: 3%;
}

@media screen and (max-width:750px){
    #header .header-image img{
        width: 260px;
        margin-left: 14%;
    }
}

/* Conference */
#conference .conf-title{
    margin-top: 5%;
    margin-bottom: 3%;
    text-align: center;
    text-transform: uppercase;
}
#conference .conf-img{
    text-align: center;
}
#conference .conf-img img{
    height: 400px;
}
#conference .conf-desc{
    text-align: justify;
    margin-top: 3%;
    font-size: 17px;
    color: rgb(66, 66, 66);
    font-weight: 500;
}

@media screen and (max-width:750px){
    #conference .conf-img img{
        width: 216px;
    }
}

/* Brands */
#brand{
    margin-top: 5%;
}
#brand .container .head{
    text-align: center;
    text-transform: uppercase;
}
#brand .brand-image{
    margin-left: 7%;
    margin-top: 4%;
}
#brand .brand-img img{
    height: 100px;
}
#brand .brand-name{
    line-height: 0px;
    text-align: center;
    margin-left: 25px;
    margin-top: -9%;
    text-transform: uppercase;
}
#brand .brand-image .slick-prev{
    background: #7a7a7a;
    border-radius: 11px;
    padding: 0px;
    padding-left: 7px;
    padding-right: 27px;
    padding-top: 8px;
    padding-bottom: 25px;
}

#brand .brand-image .slick-next{
    background: #7a7a7a;
    border-radius: 11px;
    padding: 0px;
    padding-left: 7px;
    padding-right: 27px;
    padding-top: 8px;
    padding-bottom: 25px;
}

@media screen and (max-width:750px){
    #brand .brand-image{
        margin-left: 23%;
    }
    #brand .brand-name{
    margin-left: -75%;
    margin-top: -2%;
    }
}

/* Publications */
#option{
    padding-bottom: 6%;
}
#option .products .filters {
    margin-top: 4%;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
#option .products .filters li {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}
#option .list{
    list-style: none;
    padding: 5px 10px;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    color: #28b48a;
}
#option .products .filters ul li.active,
#option .products .filters ul li:hover {
  color: #28b48a;
  border-bottom: 2px solid #20c997;
  transition: 1s;
}
#option .products ul.pages {
	margin-top: 30px;
	text-align: center;
}
#option .products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}
#option .products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}
#option .products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #28b48a;
	border-color: #28b48a;
	color: #fff;
}
#option .items{
    margin-left: 5%;
}
#option .card{
    width: 64%;
    margin-top: 3%;
}
#option .card .book_heading h4{
    text-align: center;
    font-size: 19px;
    padding-bottom: 10px;
    color: #094067;
    text-shadow: 2px 2px 9px #09406752;
    white-space: nowrap; 
    width: 263px; 
    overflow: hidden;
    text-overflow: ellipsis;
}
#option .card .book_heading h4:hover{
    white-space: inherit;
    overflow: visible;
}
#option img{
    height: 350px;
    width: 280px;
    padding-bottom: 5px;
}
#option .imgs{
    margin-top: 2%;
}
#option .card-img-top{
    opacity: 1;
    display: block;
    border-radius: 17px;
    transition: .5s ease;
    backface-visibility: hidden;
}
#option .text {
    margin-left: 12px;
    text-transform: uppercase;
    text-align: center;
    background-color: #094067;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    padding: 16px 32px;
    box-shadow: 0 3px 10px rgb(86 86 86 / 61%);
    
}
#option .text a{
    text-decoration: none;
    color: #fff;
}
#option .image_overlay h3{
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    padding-top: 22%;
    color: #fff;
}
#option .image_overlay .fa{
    margin-top: 72%;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    transition: all 0.3s ease-in-out;
}
#option .image_overlay .fa:hover{
    background: #fff;
    color: #1cb9c8;
}

@media screen and (max-width:750px) {
    #option .items{
        margin-left: 0%;
    }
    #option .grid{
        padding-left: 0%;
        width: 539px;
    }
    #option .card .book_heading h4{
    margin-left: 28px;
    }
    #option img{
        height: 437px;
        width: 360px;
        padding-bottom: 5px;
    }
    #option .text{
        margin-left: 28px;
    }
}


/* Testimonial */
#testi .container
{
    position: sticky;
    margin-top: 2%;
}
#testi .tag{
    text-align: center;
    font-size: 1.1rem
}
#testi .fa-heart
{
    color: rgba(255, 230, 0, 0.959);
    font-size: 30px
}
#testi .card{
    width: 306px;
    height: 320px;
    padding: 10px 20px;
    border: none;
    box-shadow: 5px 5px 25px #a7a7a7
}
#testi.testimonial{
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500
}
#testi .active-star{
    color: #FBC02D;
    margin-bottom: 8px
}
#testi .active-star:hover{
    color: #F9A825;
    cursor: pointer
}
#testi .profile{
    padding-top: 10px
}
#testi .name{
    font-weight: 700
}
#testi .designation{
    font-size: 0.84rem;
    font-weight: 600
}
#testi .owl-carousel{
    margin-bottom: 15px
}
#testi .owl-carousel .owl-stage-outer{
    padding: 40px 10px;
    height: 380px
}
#testi .owl-carousel .owl-item img{
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover
}
#testi .owl-theme .owl-nav [class*='owl-']{
    border-radius: 50% !important;
    background: inherit !important;
    border: 3px solid #bbb;
    color: #bbb !important
}
#testi .owl-theme .owl-nav [class*='owl-']:hover{
    border: 3px solid #1010ca;
    color: #1010ca !important
}
#testi .container .hnav-link{
    margin-left: 81%;
    line-height: 6;
    background:  #253F66;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
@media(max-width: 575.5px){
    #testi .container{
        margin: 0px;
        padding: 20px
    }
    #testi .container .hnav-link{
        margin-left: 40%;
    }
}

/* Contact */
#contact{
    text-align: center;
    margin-top: 6%;
}

#contact .contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 2px solid rgb(160, 157, 157);
	border-radius: 8px;
	margin-bottom: 30px;
}

.form-control:focus{
	color:#495057;
	background-color:#fff;
	border-color:#fff;
	outline:0;
	box-shadow:none;
}

#contact .contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 2px solid rgb(160, 157, 157);
	border-radius: 8px;
	margin-bottom: 30px;
}

#contact .contact-form select {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 50px;
	height: 20px;
	max-height: 180px;
	border: 2px solid rgb(160, 157, 157);
	border-radius: 8px;
	margin-bottom: 30px;
}
.form-control textarea:focus {
	color:#495057;
	background-color:#fff;
	border-color:#fff;
	outline:0;
	box-shadow:none;
}

#contact .contact-form button.filled-button {
	background-color: #253F66;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}
#contact .contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

@media screen and (max-width:750px) {
    #contact{
        margin-left: 0%;
    }
}

/* book-details */
#book_page .container{
    margin-top: 5%;
    background: #dadada33;
}
/* #book_page .container .book-side-info{
    display: flex;
} */
#book_page .container .image-container{
    width: 49%;
    height: 58%;
    padding-left: 7%;
    padding-top: 3%;
}
#book_page .container img{
    border: #c6c6c6 solid 2px;
    display: block;
    transition: .5s ease;
    width: 50%;
    height: 58%;
    backface-visibility: hidden;
}
#book_page .container .book_img{
    padding: 20px;
    display: flex;
}
/* #book_page .container .book-side-info .book_img .image-container{
    margin-right: -69%;
    margin-bottom: -86%;
} */
#book_page .container .book-details{
    margin-top: 3%;
    margin-left: -17%;
}
#book_page .container .book-details h4{
    /*font-family: 'Courier New', Courier, monospace;*/
    color: #191794;
    font-size: 20px;
    font-weight: 550;
}
#book_page .container .book-details .book-info{
    margin-top: -2%;
    line-height: 1.7;
}
#book_page .container .book-details h5{
    /*font-family: 'Courier New', Courier, monospace;*/
    color: #191794;
    font-size: 20px;
    font-weight: 550;
}
#book_page .container .book-details .book-purchase{
    /* margin-left: 85%; */
    background-color: #253F66;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: none;
}
#book_page .container .book-details .book-purchase a{
    color: #fff;
    text-decoration: none;
}
#book_page .container .book-description{
    margin-top: -1%;
    padding: 50px;
    text-align: justify;
}

@media screen and (max-width:750px) {
    #book_page .container .book_img{
        flex-direction: column;
    }
    #book_page .container .image-container{
        width: 530px;
        height: 58%;
        margin-left: 7%;
        padding-top: 3%;
    }
    #book_page .container .book-details{
        margin-top: 3%;
        margin-left: 0%;
    }
}

/* footer */
footer{
    margin-top: 5%;
}
@media screen and (max-width: 750px){
    .ftm{
        font-size: 10px;
    } 
}