/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;



$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*Common Link Color*/
/*$brand-color-hover : #027BAA;*/
.banner-wrapper {
  background-color: #e6e6e6;
}
.banner-wrapper .banner-item {
  position: relative;
}
.banner-wrapper .banner-item img {
  width: 100%;
}
.banner-wrapper .slide-caption {
  background-color: #060020;
  padding: 20px;
}
.banner-wrapper .slide-caption .title {
  font-size: 22px;
  color: #ffffff;
  font-family: 'Conv_Raleway-Regular', Sans-serif;
  margin-bottom: 25px;
  font-weight: normal;
  text-align: center;
}
.banner-wrapper .slide-caption .title span {
  font-family: 'Conv_Raleway-Bold', Sans-serif;
  display: block;
}
.banner-wrapper .slide-caption p {
  font-size: 16px;
  color: #ffffff;
  max-width: 495px;
}
.banner-wrapper .slide-caption .readMoreBtn {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.banner-wrapper .slide-caption .readMoreBtn:hover {
  border: 1px solid transparent;
  color: #ffffff;
}
.banner-wrapper .slide-caption .readMoreBtn:focus {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .banner-wrapper .slide-caption {
    position: absolute;
    background-color: rgba(6, 0, 32, 0.8);
    top: 50%;
    transform: translate(0, -50%);
    right: 5%;
    padding: 0px 60px 30px 60px;
    border: 9px solid #fff;
    padding: 0;
  }
  .banner-wrapper .slide-caption .title {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .banner-wrapper .slide-caption {
    padding: 20px 40px;
  }
}

#gallerysection {
  background-color: #e9e9e9;
  position: relative;
  padding-bottom: 50px;
}
#gallerysection:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #e9e9e9;
  opacity: 0.8;
}
#gallerysection .title {
  color: #393939;
}
#gallerysection .container {
  z-index: 1;
  position: relative;
}
#gallerysection .gallery-wrapper {
  max-width: 920px;
  margin: 0 auto;
  margin-top: 40px;
}
#gallerysection .slide-box {
  border-left: none;
  margin: 0px auto;
  text-align: center;
}
#gallerysection .slide-box p {
  text-align: center;
  color: #8c8a91;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
#gallerysection .book-bg {
  width: 300px;
  height: 450px;
  background: #ffffff;
  text-align: center;
  padding: 15px 20px;
  margin-right: 10px;
  opacity: 0.5;
  position: relative;
}
#gallerysection .book-bg.slick-current {
  opacity: 1;
}
#gallerysection .book-bg.slick-current:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #333;
}
#gallerysection .book-bg.slick-current:hover a {
  position: relative;
  z-index: 2;
}
#gallerysection .book-bg.slick-current:hover a:hover {
  color: #ffffff;
}
#gallerysection .book-bg div .btn-secondary:focus {
  border-radius: 30px;
}
#gallerysection .slide-book {
  text-align: center;
  margin: 30px auto;
}
#gallerysection .slide-book img {
  height: 250px;
  width: 150px;
  margin: auto;
}

#About-author {
  background-color: #070022;
  text-align: center;
}
#About-author h3 {
  padding-top: 20px;
}
#About-author p {
  text-align: justify;
  line-height: 32px;
  color: #ffffff;
  font-size: 15px;
}
#About-author .student-img {
  width: auto;
  margin: 30px 0px;
}
#About-author .books-img {
  width: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #About-author {
    text-align: left;
    background-color: #070022;
  }
  #About-author h2 {
    padding-top: 35px;
  }
  #About-author h3 {
    padding-top: 90px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/arrow.png") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  outline: none;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-next {
  transform: rotate(180deg);
}

.slick-dots {
  display: table;
  margin: 25px auto 0;
}
.slick-dots li {
  background: transparent;
  border-radius: 20px;
  display: inline-block;
  height: 9px;
  margin: 5px;
  width: 9px;
  border: 1px solid #ffffff;
}
.slick-dots li.slick-active {
  background: #ffffff;
  border-color: transparent;
}
.slick-dots li button {
  opacity: 0;
}

.Main-Title-Heading {
  font-size: 36px;
}

.Main-Title-Heading span {
  font-weight: bold;
}

.Second-Title-Heading {
  font-size: 30px;
}

.Third-Title-Heading {
  font-size: 24px;
}

.Forth-Title-Heading {
  font-size: 18px;
}

.Fifth-Title-Heading span {
  color: #2052ff;
}

.Sixth-Title-Heading {
  font-size: 14px;
}

.title-1 {
  color: #f1f1f1;
}

.title-2 {
  color: #393939;
}

.title-3 {
  color: #333b57;
}

.title-4 {
  color: #000000;
}

.title-5 {
  color: #0995d9;
}

.bg-secondary-color {
  background: #070022;
}

.bg-footer-color {
  background: #f7f7f7;
}

.footer-strip-color {
  background: #14005c;
}

.grey-color-class {
  color: #999999;
}
