* {
  padding: 0;
  margin: 0 auto;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'EB Garamond', serif;
    /*background-color: #ecf0f1;*/;
}

a {
  color: #106eea;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,

a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #106eea;
}

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

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  background: #ffffff;
  /*display: none;*/;
}

.loader .spinner {
  width: 40px;
  height: 40px;
  margin: -19px 0 0 -21px;
  background-color: #fe922b;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes sk-scaleout {

  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {

  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.scroll_top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #CDB74B;
  text-align: center;
  cursor: pointer;
  display: none;
  background-color: #3E5064;
  -o-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.btn-primary {
  background-color: #CDB74B;
  border-color: #CDB74B;
  color: #fff;
  border-radius: 44px;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 50px;
  height: 50px;
  box-shadow: none;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #3E5064;
  border-color: #3E5064;
  color: #CDB74B;
  box-shadow: none;
}

/*header*/

header .navbar-light .navbar-brand {
  /*padding: 0;*/;
}

header.page_header {
  background-color: #3E5064;
}

header .navbar {
  padding: 1rem 0;
    /*background-color: #3E5064;*/;
}

header .navbar .navbar-nav>li {
  padding: 0 1.2rem;
}

header .navbar-light .navbar-nav .nav-link,

header .navbar .navbar-nav>li>a {
  font-size: 16px;
  color: #CDB74B;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  position: relative;
}

header .navbar .navbar-nav>li>a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  display: none;
}

header .navbar .navbar-nav>li:first-child {
  padding-left: 0;
}

header .navbar .navbar-nav>li:last-child {
  padding-right: 0;
}

.navbar-light .navbar-nav .active>.nav-link, 

.navbar-light .navbar-nav .nav-link.active, 

.navbar-light .navbar-nav .nav-link.show, 

.navbar-light .navbar-nav .show>.nav-link,

.navbar-light .navbar-nav .nav-link:focus, 

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

header .navbar .navbar-nav>li.active>a::after {
  display: block;
}

.page_tgap {
  height: 100px;
  width: 100%;
  background: #CDB74B;
}

.page_t_qoute {
  padding: 0 0 30px;
  width: 100%;
  background: #fff;
}

.page_t_qoute .wrapper {
  width: 100%;
  padding: 40px 0;
  border-bottom: 2px solid #CDB74B;
}

.page_t_qoute .wrapper p {
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  color: #CDB74B;
  margin: 0;
}



/*home about sec*/

.about_sec {
  background: #fff;
}

.about-slider {
  padding: 0;
}

.about-slider .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-slider .wrapper .img_block {
  padding-right: 15px;
  position: relative;
}

.about-slider .wrapper .img_block::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(255,255,255);
  background: -o-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
  background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
}

.about-slider .wrapper .img_block img {
  margin: 0;
  border-radius: 0;
}

.about-slider .wrapper .content_box {
  padding-left: 15px;
}

.about-slider .wrapper .content_box .title {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  color: #000000;
}

.about-slider .wrapper .content_box p {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
}

.owl-carousel button.owl-dot:focus {
  outline: none;
}

.about-slider.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #3E5064;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.about-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #CDB74B;
  border-color: #CDB74B;
  width: 10px;
  height: 10px;
}

footer {
  background: #CDB74B;
}

footer .footer_wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}

footer .footer_wrapper .brand {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  color: #000000;
}

footer .footer_wrapper .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000000;
}

footer .footer_wrapper ul,

footer .footer_wrapper p {
  margin: 0;
}

footer .footer_wrapper ul {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_wrapper ul li {
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

footer .footer_wrapper ul li:first-child {
  padding-left: 0;
}

footer .footer_wrapper ul li:last-child {
  padding-right: 0;
}

.aboutus_sec {
  padding: 70px 0;
}

.aboutus_sec .content_block {
  padding-left: 50px;
}

.aboutus_sec .content_block p {
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: #000;
}

.aboutus_sec .content_block span {
  font-weight: 700;
  color: #CDB74B;
}

.aboutus_sec .row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutus_sec .row>[class*=col-] {
  margin: 0;
}

.aboutus_sec .row>[class*=col-]:first-child {
  max-width: 260px;
}

.vision_mission_sec {
  padding: 60px 0 40px;
}

.vision_mission_sec .item_block {
  padding: 0 3vw;
  position: relative;
  height: 100%;
}

.vision_mission_sec .item_block::before {
  content: "";
  width: 1px;
  height: 72px;
  background: #CDB74B;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vision_mission_sec .item_block .col_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  color: #CDB74B;
}

.vision_mission_sec .item_block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.vision_mission_sec .item_block ul {
  list-style: none;
}

.vision_mission_sec .item_block ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding-left: 15px;
  position: relative;
}

.vision_mission_sec .item_block ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.vision_mission_sec .row>[class*=col-]:last-child .item_block::before {
  display: none;
}
/*BOOKS PAGE*/
.book_list_sec {
  padding: 30px 0;
}

.book_list_sec .container {
}

.book_list_sec .item_block {
  padding: 15px 0;
  border: 1px solid #AFAFAF;
  height: 100%;
}

.book_list_sec .image_block {
  display: block;
  overflow: hidden;
}

.book_list_sec .image_block img {
  -ms-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.book_list_sec .image_block:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.book_list_sec .content_block {
  padding-top: 12px;
}

.book_list_sec .content_block .title {
  font-size: 14px;
  font-weight: 700;
  color: #CDB74B;
}

.book_list_sec .content_block .auther_name {
  font-weight: 300;
  font-size: 10px;
  font-style: italic;
  color: #8D8D8D;
}

.book_list_sec .content_block p {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.5rem;
}

.book_list_sec .content_block .link-primary {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #CDB74B;
}
/*COMIC CHARACTER PAGE*/
.comic_sec {
  padding: 100px 0;
}

.comic_sec .block_wrapper {
  border: 1px solid #AFAFAF;
  padding: 0 10px 10px;
}

.comic_sec .block_wrapper .content_block {
}

.comic_sec .block_wrapper .content_block .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  color: #CDB74B;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.comic_sec .block_wrapper .image_block {
  display: block;
  overflow: hidden;
}

.comic_sec .block_wrapper .image_block img {
  -ms-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.comic_sec .block_wrapper .image_block:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*CONTACT PAGE*/
.contact_sec{
  padding: 80px 0;
}
.contact_sec .info_block{}
.contact_sec .box_wrapper{
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.14);
  text-align: center;
  padding: 50px 30px;
}
.contact_sec .info_block .icon{
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 2px solid #CDB74B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.contact_sec .info_block .box_wrapper:hover .icon{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.contact_sec .info_block p{
  margin-bottom: 0.5rem;
}
.contact_sec .info_block p,
.contact_sec .info_block a{
  /*font-family: 'Garamond';
  font-style: normal;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.contact_sec .info_block .title{
  font-weight: 700;
  text-transform: capitalize;
}
.contact_sec .info_block a{
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.contact_sec .info_block a:hover{
  color: #CDB74B;
}
.contact_sec .info_block .box_wrapper p:last-child{
  margin: 0;
}
.contact_sec .form_block{
  padding: 50px 50px;
}
form input.form-control,
form textarea.form-control{
    padding: 15px;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid rgba(0, 0, 0, 0.4);
    box-shadow: none;
}
form textarea.form-control{
  height: 120px;
  resize: none;
}
form input.form-control::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.6);
}
form input.form-control::-moz-placeholder,
form textarea.form-control::-moz-placeholder{
    color: rgba(0, 0, 0, 0.6);
}
form input.form-control:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.6);
}
form input.form-control:-moz-placeholder,
form textarea.form-control:-moz-placeholder{
    color: rgba(0, 0, 0, 0.6);
}
.form-control:focus,
form input.form-control:focus, 
form textarea.form-control:focus{
  background-color: #fff;
  color: #000;
  border-color: #CDB74B;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*.contact_sec .btn-primary{
  font-size: 16px;
  font-weight: 700;
}*/