.contact-container img, .highlights .row-highlight .col-card img {
  -webkit-filter: drop-shadow(-5px -5px 7px rgba(241, 91, 37, 0.35));
  filter: drop-shadow(-5px -5px 7px rgba(241, 91, 37, 0.35));
}

/* ==================
 *      Layout
 *  ================== */

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Raleway", sans-serif, serif;
}

.section-heading {
  color: #000;
  font-size: 54px;
  line-height:1;
  margin: 0;
  font-weight: 700;
}

.small-heading , .book-small-heading{
  color: #f15b25;
  font-size:20px;
  line-height:24px;
  font-weight: 700;
  margin: 0;
}
.small-heading a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;line-height: 18px;
}

p , .book-description{
  font-size: 1rem;
  margin: 0;
  line-height: 1.4rem;
}

.wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

.padding-container {
  padding: 6em 0;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.container .section-heading {
  text-align: center;
}

.container-bg {
  background: rgba(232, 228, 201, 0.4);
}

.more-button {
  display: inline-block;
  /* margin: 4em auto 0 auto; */
  background: #fff;
  border: 1px solid #f15b25;
  color: #f15b25;
  text-transform: uppercase;
  font-size: 18px;
  font-weight:900;
  border-radius: 30px;
  padding:8px 18px;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
  width: 175px;
  text-align: center;
  letter-spacing:1px;
}
.more-button:hover,
.more-button.active {
  background: #f15b25;
  color: #fff;
  border-color: #f15b25;
  transition: 0.2s
}

/* ==================
 *      Sections
 *  ================== */
.highlights {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.highlights .row-highlight {
  display: flex;
  flex-flow:wrap;
}
.highlights .row-highlight .col-card {
  display: flex;
  width: 30%;
  margin: 1.2em;
}
.highlights .row-highlight .col-card img {
  width: 80px;
  height: 80px;
  margin-right: 1em;
}
.highlights .row-highlight .col-card .small-heading {
  margin-bottom: 0.2em;
}

/* ===========================
    Book Slideshow - SPLIDE
  ==========================*/

.book-slider-section {
  padding: 6em 3em;
  text-align: center;
}
.book-slider-section .more-button{
  margin: 4em auto 0 auto;
}
.book-slider-section .book-container {
  margin: 0 auto;
}
.book-slider-section .book-container .book-box .book-small-heading{
  padding: 1.2em 0 0.3em 0;
  text-transform: capitalize;
  width: 100%;
}
.book-slider-section .book-container .book-box .book-description {
  width: 60%;
  margin: 0 auto;
}
/* non active / global */
.book-slider-section .book-container .book-box {
  text-align: center;
  width: 100%;
  padding: 3em;
  outline: none;
  border: 1px solid transparent;
  border-radius: 40px;
}
.book-slider-section .book-container .book-box:hover {
  cursor: all-scroll;
}
.book-slider-section .book-container .book-box > div {
  display: none;
}
.book-slider-section .book-container .book-box > img {
  width: 45%;
  padding-top: 3em;
  margin: 0 auto;
}

/* active */
.book-slider-section .book-container .slick-current {
  border-color: #f15b25;
  background: rgba(241, 91, 37, 0.04);
}
.book-slider-section .book-container .slick-current > div {
  display: block;
}
.book-slider-section .book-container .slick-current > img {
  width: 55%;
  padding: 0;
  margin: 0 auto;
}

/* book slider arrows */
.book-slider-section .slick-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  z-index:2;
}
.book-slider-section .slick-arrow:hover {
  cursor: pointer;
}
.book-slider-section .slick-arrow.slick-prev::before{
  content: url('../images/slide-prev.png');
}
.book-slider-section .slick-arrow.slick-next::before{
  content: url('../images/slide-next.png');
}
.book-slider-section .slick-arrow.slick-prev {
  background-image:none;
  left: 25px;
}
.book-slider-section .slick-arrow.slick-next  {
  background-image:none;
  right: 35px;
}

/* ===========================
    Client Slideshow - SPLIDE
  ==========================*/
.container-clients {
  padding: 8em 0;
}
.container-clients .splide-clients {
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
}
.container-clients .splide-clients .splide__slide {
  text-align: center;
  outline: none;
}
.container-clients .splide-clients .splide__slide:hover {
  cursor: all-scroll;
}

/* book slider arrows */
.container-clients .splide__arrow {
  position: absolute;
  margin-top: 3em;
  top: 100%;
  outline: none;
  background-color: transparent;
  border: none;
}

.container-clients .splide__arrow--prev::before{
  content: url('../images/slide-prev.png');
}
.container-clients .splide__arrow--next::before{
  content: url('../images/slide-next.png');
}

.container-clients .splide__arrow:hover {
  cursor: pointer;
}
.container-clients .splide__arrow--prev {
  right: 7.5em;
}
.container-clients .splide__arrow--next {
  right: 2em;
}
/*  ---------- /client slider end ---------- */

.testimonialSec{text-align: center;}
.testimonialSec .more-button{
  margin: 4em auto 0;
}
.testimony-contianer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.testimony-contianer .testimony-box {
  width: calc(33.33% - 20px);
  border: 1px solid #f15b25;
  border-radius: 10px;
  padding:20px;
  position: relative;
  text-align: left;
  padding-bottom: 120px;
  margin: 0px 20px;
  min-height: 360px;
}
.bottomDivDt{    position: absolute; bottom: 20px; left: 20px;}
.testimony-contianer .testimony-box .main-text {
  padding:20px 0;

  width: 100%;
}
.testimony-contianer .testimony-box p {
  width: 100%;
}

.news-col-container {
  display: flex;
  justify-content: space-between;
}
.news-col-container .section-heading {
  text-align: left;
}
.news-col-container img {
  max-width: 100%;
  border-radius:20px;
}
.news-col-container .small-heading {
  margin: 0.7em 0;
}
.news-col-container .col-latest{
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
position:relative;
}
.latest-container{}
/* .news-col-container .col-latest .more-button{margin-top: 3em;} */
.news-col-container .col-latest .more-button{position:absolute;right:0;bottom:0;}
.news-col-container .col-latest .card-latest {
  background: rgba(232, 228, 201, 0.4);
  border-radius: 10px;
  padding: 0.5em;
  margin-bottom: 1em;
  display: flex;
  justify-content: column;
  text-align: left;
}
.news-col-container .col-latest .card-latest img {
  margin-right: 1em;
}
.news-col-container .col-latest .card-latest div {
  padding-right: 5px;
}
.news-col-container .col-news {
  width: 47%;
  text-align: right;
}
.news-col-container .col-news .more-button{
  margin-top: 3em;
}
.news-col-container .col-news .news-container {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.news-col-container .col-news .news-container .card-news {
  background: rgba(232, 228, 201, 0.4);
  padding: 0.5em;
  border-radius: 10px;
  width: 45%;
  padding: 1em;
}

.contact-container {
  display: flex;
  justify-content: space-around;
  align-items:center;
  padding: 0;
  padding:30px 0;
}
.contact-container img {
  margin-right: 1em;
}
.contact-container .section-heading {
  text-align: left;
}
.contact-container .card-contact {
  display: flex;
  width: 25%;
  padding-top: 1em;
}
.contact-container .card-contact p {
  margin-top: 0.5em;
}
#srights, #slefts{right: 15px;}
.socials .socials-hover{
  background: #666;width: 100%;height: 100%;
}
.socials a:hover .socials-hover{background: #f15b25;}
.socials a {
    display: block;
    float: left;
    position: relative;
    line-height: 0;
    border-radius: 2px;
    padding: 6px;
    border: 1px solid #f15b25;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 50%;
    overflow: hidden;
}

.overlay-bg {display: none;position: absolute;top: 0;left: 0;height:100%;width: 100%;cursor: pointer;z-index: 1000; /* high z-index */background: #000; /* fallback */background: rgba(0,0,0,0.75);}
.overlay-content {display: none;background: #fff;padding: 1%;width: 40%;position: absolute;top: 15%;left: 50%;margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */cursor: default;z-index: 10001;border-radius: 4px;box-shadow: 0 0 5px rgba(0,0,0,0.9);}
.close-btn {
  cursor: pointer;
  border: 1px solid #333;
  padding: 2% 5%;
  background: #a9e7f9; /* fallback */
  background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
  background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
  background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
  background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
  background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.close-btn:hover {background: #05abe0;}

/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){
  .overlay-content {width: 96%;margin: 0 2%;left: 0;}
}

/* ==================
 *      Responsive
 *  ================== */

@media only screen and (max-width: 1600px) {
  .section-heading{
    font-size:48px;
  }

  .book-slider-section .book-container .book-box {
    padding: 2.2em;
  }

  .book-slider-section .book-container .book-box .book-small-heading{}
  .book-slider-section .book-container .book-box .book-description {
    font-size: 0.9rem;
    width: 50%;
    line-height: 1.2rem;
  }
.highlights .row-highlight .col-card {margin: 1em;}
}
@media only screen and (max-width: 1400px) {
  .section-heading{
    font-size:40px;
  }
  .book-slider-section .book-container .book-box {
    padding: 2.2em;
  }

  .book-slider-section .book-container .book-box .book-small-heading{}
  .book-slider-section .book-container .book-box .book-description {
    font-size: 0.9rem;
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .section-heading {
    font-size: 36px;
  }

  .small-heading , .book-small-heading{
    font-size:18px;
    line-height: 20px;
  }

  p, .book-description {
    font-size: 0.9rem;
  }

  .highlights {
    flex-direction: column;
  }
  .highlights .row-highlight {
    justify-content: space-between;
  }
  .highlights .row-highlight .col-card {
    padding: 1.5em 1em;
    margin: 0;
    width: 100%;
  }

  /* ===================
      New book slider
    ===================*/

  .book-slider-section .book-container .book-box {
    padding: 2.5em;
  }

  .book-slider-section .book-container .book-box .book-small-heading{
  }
  .book-slider-section .book-container .book-box .book-description {
    font-size: 0.9rem;
    width: 80%;
    line-height: 1.2rem;
  }
  .book-slider-section .book-container .book-box {
    padding: 2.5em 1.5em;
  }

  /* ---- /new slider end ---- */

  .booksSliderBox {
    padding: 2em;
    margin: 0 1.5em;
  }
  .booksSliderBox .slide-book {
    width: 100%;
  }
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center .small-heading {
    font-size: 20px;
  }
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center p {
    width: 90%;
    font-size: 0.7rem;
    line-height: 15px;
  }

  .container-clients {
    padding: 7em 0;
  }


  .news-col-container .col-latest {
    width: 48%;
  }
  .news-col-container .col-news {
    width: 48%;
  }
}
@media only screen and (max-width: 992px) {

  /* ===================
    New book slider
  ===================*/

  .book-slider-section .book-container .book-box .book-small-heading{
  }
  .book-slider-section .book-container .book-box .book-description {
    font-size: 0.9rem;
    line-height: 1rem;
    width: 70%;
  }
  .book-slider-section .book-container .book-box {
    padding: 2.2em 1.2em;
  }
  /* ---- /new slider end ---- */


  .news-col-container {
    flex-direction: column;
  }
  .news-col-container .col-latest {
    width: 90%;
    margin: auto;
  }
  .news-col-container .col-latest .card-latest {
    margin-bottom: 2em;
  }
  .news-col-container .col-news {
    width: 90%;
    margin: auto;
    margin-top: 3em;
  }
  .news-col-container .col-news .news-container {
    flex-direction: row;
    margin: 0 -10px;
  }
  .news-col-container .col-news .news-container .card-news {
    width:auto;margin: 0 10px;
  }
  .contact-container .card-contact{width: auto;}
  .contact-container .section-heading{font-size:30px;margin-bottom: 0;}
  .contact-container{padding: 20px 0;align-items: center;}
  .contact-container img{max-width: 50px;margin-right: 20px;}
}
@media only screen and (max-width: 768px) {
  #srights{display: none;}
  .small-heading a{font-size: 14px;line-height: 16px;}

  .section-heading {
    font-size: 36px;
  }

  .small-heading , .book-small-heading {
    font-size:16px;
    line-height: 18px;
  }

  p, .book-description {
    font-size: 0.9rem;
  }

  .container {
    width: 100%;
    overflow-x: hidden;
    padding: 2em 0;
  }
  .container .section-heading {
    margin-bottom: 0;
  }

  .highlights {
    flex-direction: column;
  }
  .highlights .row-highlight {
    flex-direction: column;
  }
  .highlights .row-highlight .col-card {
    margin: 0 auto;
    width: 100%;
    padding:15px 20px;
  }

  /* ===================
    New book slider
  ===================*/

  .book-slider-section .book-container .book-box .book-small-heading{
    padding-bottom: 0.6em;
  }
  .book-slider-section .book-container .book-box .book-description {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .book-slider-section .book-container .book-box {
    padding:15px;
  }

  /* ---- /new slider end ---- */

  .container-book {
    padding: 3em 0;
  }
  .container-book .slide-book {
    width: 95%;
  }
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center {
    padding: 2em;
  }
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center img {
    width: 100%;
  }
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center .small-heading {}
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .container-book .slide-book img {
    width: 60%;
  }

  .container-clients .splide-clients .splide__arrows {
    display: none;
  }

  .testimony-contianer {
    width: 100%;
    padding: 0;
  }
  .testimony-contianer .testimony-box .main-text{font-size: 14px;line-height: 18px;}
  .testimony-contianer .testimony-box p{width: 100%;}
  .news-col-container {
    flex-direction: column;
  }
  .news-col-container .col-latest {
    width: 90%;
    margin: auto;
  }
  .news-col-container .col-latest .card-latest {
    margin-bottom: 2em;
  }
  .news-col-container .col-news {
    width: 90%;
    margin: auto;
    margin-top: 3em;
  }
  .news-col-container .col-news .news-container {
    flex-direction: column;
  }
  .news-col-container .col-news .news-container .card-news {

    margin-bottom: 1.5em;
  }

  .contact-container {
    width:100%;
    margin: 0 auto;
    align-items: center;
  }
  .contact-container .section-heading {
    margin-right: 2em;
  }
  .contact-container .card-contact {
    width: auto;
    margin: 0;
    padding-top: 0;
  }
  .contact-container .card-contact img {
    max-width: 60px;
  }

  .news-col-container {
    flex-direction: column;
  }
  .news-col-container .col-latest {
    width: 90%;
    margin: auto;
  }
  .news-col-container .col-latest .card-latest {
    margin-bottom: 2em;
  }
  .news-col-container .col-news {
    width: 90%;
    margin: auto;
    margin-top: 3em;
  }
  .news-col-container .col-news .news-container {
    flex-direction: row;
    margin-bottom: 1em;
  }
  .news-col-container .col-news .news-container .card-news {
    width: inherit;
  }

  .contact-container .section-heading {
    font-size: 24px;
    margin-right:20px;
  }
  .contact-container .card-contact {
    width: auto;
    margin: 0;
    padding-top: 0;
  }
  .contact-container .card-contact img {max-width: 60px;}
  .news-col-container .col-latest .card-latest{display: flex;}
  .news-col-container .col-latest .more-button{margin-top: 1em;}
  .news-col-container .col-news .more-button{margin-top: 1em;}
  /*.padding-container{padding: 4em 0;}*/
  .testimonialSec .more-button{margin-top: 1em;}
  .book-slider-section .more-button{margin-top: 2em;}
}
@media only screen and (max-width: 600px) {
.news-col-container .col-latest .card-latest{display: block;}
.news-col-container .col-latest .card-latest img{width: 100%;margin-right: 0;}
.news-col-container .col-news,.latest-container{text-align: center;}
  .more-button {
    width: 150px;
    margin: 2em auto 0 auto;
    font-size: 16px;
    padding: 0.7em 1.2em;
  }

  .container {
    width: 100%;
    overflow-x: hidden;
    padding: 2em 0;
  }
  .container .section-heading {
    margin-bottom: 1em;
  }

  .highlights {
    flex-direction: column;
  }
  .highlights .row-highlight {
    flex-direction: column;
  }
  .highlights .row-highlight .col-card {
    margin: 0;
    width:100%;
  }

  /* ===================
    New book slider
  ===================*/

  .book-slider-section .book-container .book-box .book-description {
    font-size: 0.9rem;
  }

  /* ---- /new slider end ---- */

  .container-book {
    padding: 3em 0;
  }
  .container-book .booksSlideHolder {
    padding: 0;
  }

  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center img {
    width: 100%;
  }
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center .small-heading {}
  .booksSlideHolder .booksSliderBox.slick-current.slick-active.slick-center p {
    width: 100%;
    font-size: 0.6rem;
    line-height: 10px;
  }


  .container-clients .splide-clients .splide__arrows {
    display: none;
  }

  .testimony-contianer {
    flex-direction: column;
  }
  .testimony-contianer .testimony-box {
    width: 100%;
    margin: 0px 20px;
    min-height: 300px;
  }
  .testimony-contianer .testimony-box p {
    font-size: 0.9rem;
  }

  .news-col-container {
    flex-direction: column;
  }
  .news-col-container .col-latest {
    width: 90%;
    margin: auto;
  }
  .news-col-container .col-latest .card-latest {
    margin-bottom: 2em;
  }
  .news-col-container .col-news {
    width: 90%;
    margin: auto;
    margin-top: 3em;
  }
  .news-col-container .col-news .news-container {
    flex-direction: column;
  }
  .news-col-container .col-news .news-container .card-news {
    width: inherit;
  }

  .contact-container {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .contact-container .section-heading {
    margin: 0 auto 1em auto;
  }
  .contact-container .section-heading br {
    display: none;
  }
  .contact-container .card-contact {
    width: 90%;
    margin: 1em auto;
    padding-top: 0;
  }
  .contact-container .card-contact p{margin-top: 0px;}
  .section-heading{font-size:24px;}
  .contact-container{padding: 0;}
	
	.book-slider-section .book-container .book-box{
		margin: 0px 55px;
	}
	.book-slider-section .slick-arrow.slick-prev {
	  left: 7px;
	}
	.book-slider-section .slick-arrow.slick-next  {
	  right: 29px;
	}
}

.main-without{text-align: center; padding: 60px 100px;border-bottom: 2px solid #f99b1c;}
.ctaMore{background: #F26F3F; border-radius: 60px; text-transform: uppercase; color: #fff; font-weight: bold; padding: 10px 30px; text-decoration: none; font-family: 'Raleway', sans-serif; font-weight: 700; display: inline-block; }
.main-without .section-heading{margin-bottom: 30px; color: #fff; margin-top: 0; }
.main-without p{color: #fff;max-width: 80%;margin: 0 auto 25px;font-size: 22px;line-height: 1.3;}
.main-without a{color: #fff;}

/*dinesh*/
.newBannerImgTag{position: relative !important;}
.newBannerImgTag .desktopBannerImg{display: block;width: 100%;}
.newBannerImgTag .bannerLocation {position: absolute; bottom: 0; right: 0; display: inline-block; width: auto; padding: 12px 15px; background: rgba(0,0,0,0.8); font-size: 36px; }

.divTextHead{position: absolute; top: 0; width: 100%; height: 100%; display: flex; align-items: center; color: #fff; padding: 50px;}

.divTextHead h1{font-size: 80px; font-weight: bold; line-height: 1; margin-bottom: 30px;}
@media screen and (max-width: 1600px){
  .newBannerImgTag .bannerLocation {padding: 12px 15px; font-size: 24px; }
  .divTextHead h1{font-size: 60px; }
}
@media screen and (max-width: 1400px){
  .divTextHead h1{font-size: 48px; margin-bottom: 20px; }
}
@media screen and (max-width: 1150px){
  .main-without{padding: 50px 50px;}
  .main-without .section-heading{margin-bottom: 20px;}
  .main-without p{max-width: 90%;font-size: 20px;}  
}
@media screen and (max-width: 768px){
  .newBannerImgTag .bannerLocation {padding: 8px 12px; font-size: 20px; }
  .divTextHead h1{font-size: 36px; margin-bottom: 15px; }
  .divTextHead{align-items:flex-end;padding:0 20px;}
  .main-without{padding: 40px 20px;}
.main-without .section-heading{margin-bottom: 20px;}
.main-without p{max-width: 100%;font-size: 18px;}
}
@media screen and (max-width: 600px){
  .newBannerImgTag .bannerLocation {padding: 8px 10px; font-size: 16px; }
  .divTextHead h1{font-size: 24px; margin-bottom: 15px; }
}
