
a{ text-decoration: none; }
h1, h2, h3, h4{ text-transform: uppercase; }
i{ color: #000; }
.ptb{
 padding: 45px 0px 10px 0px;
}
.ad-mulish{
    font-family: "Mulish", sans-serif;
    font-size: 32px;
    font-weight: 600;
}
.text-color-w{
  color: #fff;
}
.btn-c{
  background-color: #fff;
}
.mulish-per2{
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 1.9;
}

.mulish-per{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px !important;

}

/* Global CSS */

/* Top nave marquee Start */

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

.banner-banner-ul li{
  font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #8B644C;
    font-weight: 500;
}

.banner-banner-ul li i{
  color: #8b644c;
  padding-left: 64px;

}

.marquee {
  height: 48px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: flex;
  width: 330%;
  position: absolute;
  overflow: hidden;
  animation: marquee 8s linear infinite;
  padding: 11px 0;
}

.marquee span {
  float: left;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

/* Top nave marquee End */

/* Nav bar Section Start */
.main-overlay{
  background-color: #0000008f;
  backdrop-filter: blur(4px);

 
}
.nav-section{
  background: #000;
  overflow-x: hidden;
}
.blur-overlay{
  /* backdrop-filter: blur(8px); */
  background-color: #0000002b;
}
.herro-contect{
  color: #fff;
  padding: 64px 0 0 0;
}
.j-f{
    justify-content: center;
}

.nav-ul-bg{
  /* background: linear-gradient(181deg, #8b644c, #d7b784); */
  padding: 8px 49px;
  border-radius: 45px
}
.nav-logo{
  color: #fff;
  font-size: 31px;
  font-family: "Montserrat", sans-serif;
}
.nav-logo:hover{
  color: #ffffff;
}
.bg-body-tertiary{
    background-color: transparent !important;
    /* padding: 35px 0; */
}
.nav-list li{
  padding-right: 10px;
  padding-left: 11px;
  border-left: 1px solid #fff;
}

.nav-list li a{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
}
.nav-list li a:hover{
  color: #ffffff;
}

.nav-list li a:focus{
  color: #ffffff;
}



.nave-input{
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 17px;
}
::placeholder {
  font-family: "Mohave", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffff;
}
.nave-input:focus{
  border: none;
}

.nav-iicon i{
  color: #fff !important;
}
/* Nav bar Section End */

/* Herro Section Start */

.hirro-sec{
  padding: 30px 0px 40px 0px;
}
.herro-contect h1{
  font-size: 51px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
  font-family: 'Poppins';
  color: #ffffff; 
}
.herro-sec-2nd-h1{
  letter-spacing: 12px;
  padding-bottom: 15px;
}
.herro-contect h1 span{
   letter-spacing: 22px;
   color: #B18240;
}



.banner-p{
  font-size: 33px ;
  font-weight: 400;
  font-family: 'Poppins';
}


.herro-contect h3{
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1;
}

.herro-pera p{
  text-transform: uppercase;
  letter-spacing: 0px;
      font-family: "Poppins", sans-serif;
  font-size: 29px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0px;
  color: #fff;
}
.herro-pera2{
  font-size: 30px !important;
  padding-bottom: 30px;
}
.herro-pera h3{
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin: 0;
  color: #fff;
  text-transform: unset;
}
.herro-btn{
  padding: 15px 0px 30px 0px;

}
.herro-b{
  background-color: transparent !important;
}
.herro-b i{
  color: #fff !important;
  padding: 0 0 0 8px; 

}
.herro-btn a i{
  color: #fff;
  font-size: 16px;
  padding: 0px 5px 0px 0px;
  
}
.herro-btn a{
    font-family: "Poppins", sans-serif;
    background: transparent;
    color: #8B644C;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 14px;
    text-transform: uppercase;
    border-radius: 14px;
    border: 3px solid #8B644C;
}

.herro-btn a:hover{
  background: #8B644C;
  color: #fff;
  border: 1px solid #8B644C;
}
.herrorimg{
    text-align: center;
}
.herro-btn{
  position: relative;
}

.errow::after{
  content: "";
  width: 315px;
  height: 216px;
  background: url(../img/banner-errow.png);
  background-repeat: no-repeat;
  background-color: transparent;
  top: 20px;
  right: -4px;
  position: absolute;
  display: inline-block;
  transform: rotate(37deg);
  z-index: 0;
}
.banner-relative-div{
  position: relative;
  top: -53px;
  right: 389px;
}
.banner-ex-p{
  
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

.banner-ex{
  display: flex;
  justify-content: center;
}
.banner-ex ul{
  list-style: none;
}

.banner-ex ul li i{
  color: #faa500;
  font-size: 14px !important;
  padding: 0 2px 0 0px;
}


.about-slider img{
  width: 30rem !important;
}

.herro-contect span{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.herro-contect span b{
  color: #669495;
}
.herro-contect h4{
  font-family: "Abril Fatface", serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
/* Herro Section End */

/* banner-Slider Start */


.bann-slid-1 span{
  color: #8B644C;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: capitalize;
}
.bann-slid-1 span b{
  font-family: "Great Vibes", cursive;
  font-size: 38px;
  font-weight: 400;
  color: #8B644C;
}

.bann-slid-1 h1{
  color: #8B644C;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: bold;
}

.bann-slid-1 p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #8B644C;
  font-weight: 400;
}


.banner-slider-2{
  background-image: url(../img/bg/banner-slider-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0;
}
.slider-main-padding{
  padding: 0px 0px 60px 0px;
}
.slider-main-padding1{
  padding: 55px 0px 0px 0px;
}

.b-slid-2list{
  list-style: none;
  padding: 23px 0px 0px 0px;
}

.b-slid-2list li{
  
}

.b-slid-p1{
  display: inline-block;
}

.b-icon1{
  color: #fff;
    background: #D2A86D;
    padding: 14px 13px 15px 16px;
    font-size: 25px;
    border-radius: 50px;
}

.b-icon2{
  color: #fff;
    background: #954B3A;
    padding: 14px 13px 15px 16px;
    font-size: 25px;
    border-radius: 50px;
}

.b-slid-p2{
  padding: 0px 0px 0px 60px;
  font-size: 19px;
}
/* banner-Slider End */


.b-img{
  text-align: center;
}
.b-img img{
  /* width: 497px; */
  width: 75%;

}
.img-row{
  background-color: #760b0b70;
  border-radius: 26px;
  align-items: center;
  padding: 32px 0px;

}
.img-pera{
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  padding: 5px 0px;
  color: #fff;
}
.img-overlay{
  backdrop-filter: blur(8px);
  background-color: #9696966b;
}

.img-ha{
  color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 30px;
}

/* Brand Logo section start */
/* .start-card-sec{
  padding: 278px 0px 55px 0px;
  border-bottom: 1px solid #b9b5b5;
} */

.brand-logo-pera{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  
  font-weight: 400;
  padding: 0px 0px 30px 0;
}
.start-card img{
  width: 53px;
}
.start-card h5{
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 3.7;
}
.start-card p{
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
/* Brand Logo Section End */

/* What we do Section Start */
.we-do-sec{
  padding: 65px 0;

}

.discover-btn a{
  font-family: "Inter", sans-serif;
  background-color: #B18240;
  color: #ffffff;
  padding: 13px 25px;
  font-size: 18px;
  font-weight: 400;
  margin-right: 14px;
  text-transform: uppercase;
}
.discover-btn a:hover{
  background: transparent;
  color: #B18240;
  border: 1px solid #B18240;
}

.video-box{
  padding-bottom: 20px;
}
.we-do-contant span{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #00000085;
  letter-spacing: 2px;
  line-height: 5;
}
.hadding1{
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: 400;
  margin: 0;
  text-transform: unset;
  position: relative;
  line-height: 1;
}
.hadding1::after{
  content: "";
  position: absolute;
  color: #000000;
  width: 158px;
  height: 0px;
  border: 2px solid;
  bottom: 0;

}
.wedo-pera{
  padding-bottom: 20px;
}
.hadding2{
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: 400;
  margin: 0;
  text-transform: unset;
}

.start-card{
  padding: 0px 0px 25px 0px;
}
/* What we do Section End */

.story-hed h3{
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: 400;
  margin: 0;
  text-transform: unset;
  padding-top: 45px;
}

.story-img11 img{
  width: 74% !important;
  margin: 0 auto;
}


/* who we are Section Start */

.who-we-are-sec{
  padding: 60px 0px;
}

.color-b{
  color: #000 !important;
}

.a-img-cont{
  padding: 0px 0px 0px 10px;
}
.a-text-cont{
  padding: 12px 0 0 0;
}
.authorimg{
  position: relative;
}

.bully-reatting{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}

.bully-reatting li i{
  color: #ffe124 !important;
  padding-left: 3px !important;
  font-size: 18px !important;
}

.stu-row{
  padding-top: 15px;
}

.sub-span{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #8D561F;
}
.po-relative{
  position: relative;
}
.sub-span::before{
  content: "";
  width: 173px;
  height: 170px;
  background: url(../img/who-before.png);
  background-repeat: no-repeat;
  background-color: transparent;
  top: 158px;
  left: -161px;
  position: absolute;
  display: inline-block;
  transform: rotate(354deg);
  z-index: -1;
}

.student-active{
  background-color: #D98B40;
  height: 134px;
  border-radius: 19px;
  width: 59%;
  position: absolute;
  bottom: 0px;
  padding: 0px 13px;

}

.active-contant{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.active-s ul{
  list-style: none;
}

.active-s ul li i {
  color: #faa500;
  font-size: 14px !important;
  padding: 0 2px 0 0px;
}
.who-we-are-h3{
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: math-auto;
}
.who-we-are-h3 b{
  font-size: 48px !important;
  color: #669394;
}

.who-we-btn{
  padding: 27px 0 0 0;
}

.who-we-btn a{
  font-family: "Poppins", sans-serif;
  background: #8d561f;
  color: #ffffff;
  padding: 11px 18px;
  font-size: 15px;
  font-weight: 400;
  margin-right: 14px;
  text-transform: uppercase;
  border-radius: 22px;
  border: 1px solid transparent;
}

.who-we-btn a i{
  color: #000000;
  background: #fff;
  padding: 7px 7px 7px 10px;
  border-radius: 24px;

}

.who-we-btn a:hover{
  color: #8d561f;
  background: transparent;
  border: 1px solid #8d561f;
}

.who-p{
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  padding: 10px 0 20px 0;
  font-family: "Montserrat", sans-serif !important;
}

.who-h5{
  font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: bold;
}



/* who we are Section End */





/*  Why choose us Section Start */
.choos-us-sec{
 background-image: url(../img/bg/about-book.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 padding: 55px 0px;
 
}
.blur-overlay2{
  backdrop-filter: blur(8px);
  background-position: center;
  background-size: cover;
  padding: 10px 0px;
}

.new-about{
  color: #ffffff;
}
.choosus-had{
  color: #000000;
}
.choosus-had h3{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0px;
}
.choosus-had h4{
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold ;
  text-transform: capitalize;
}

.hadd-pera p{
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #000000;
}
.choos-us-imag{
  width: 500px;
  border-radius: 36px;
}
.choos-contant{
  padding: 45px 0 40px 0;
}
.accordion-item{
  background: transparent;
  color: #fff;
  border: none;
  margin: 25px 0px;
}
.accordion-button{
  background: transparent;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.accordion-body p{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}
.accordion-button:focus {
  box-shadow: none;
  color: #fff;
}
.accordion-button:not(.collapsed){
  background: transparent !important;
}


.accordion-button::after {
  content: '\2b';
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  background: none !important;
  color: #fff;
  position: absolute;
  bottom: 19px;
  right: 15px;
}

.choss-num-hadding{
  text-align: center;
  color: #000000;
  padding: 0 0 35px 0;

}
.choss-num-hadding h2{
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 51px;
  margin: 0px;
}

.choss-num-hadding span{
      font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.new-about h3{
  font-family: "Poppins", sans-serif;
  font-size: 51px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 0 24px 0;
}
.new-about p{
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  padding: 10px 0 20px 0;
  font-family: "Montserrat", sans-serif !important;
}

.new-about p i{
  font-size: 12px;
    padding-left: 3px;
}


.learn-abou a{
  color: #ffffff;
  font-size: 15px;
}
.blurdiv{
  position: relative;
  width: 344px;
  height: 184px;
  left: 80px;
  bottom: 132px;
  background-color: #830e0e36;
}
.small-overlay{
  backdrop-filter: blur(8px);
  background-color: #7328284f;
  height: 100%;
}
.blurdiv p{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  padding: 46px 11px;
  line-height: 1.9;
  font-weight: 200;
  text-align: center;
  color: #fff;
}

.discover-hed span{
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.discover-hed h3{
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.dis-img-bg{
  background: #d9d9d954;
  border-radius: 39px;
  padding: 24px 15px;
}

.discover-img{
  padding: 35px 0px 15px 0px;
}

.singel-book-slid img{
  width: 85%;
  margin: 0 auto;
}

.platform-img{
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 12px 0 0 21px;

}

.platform-img li a img{
  width: 75%;
  filter: drop-shadow(1px 2px 3px #ffffff52);
}

.single-book-sec{
  position: relative;
}

.platforms-logos{
  position: absolute;
  bottom: -53px;
  left: -65px;
  margin-top: 20px;
  background: url(../img/brand-platform-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 62%;

}


/*  Why choose us Section End */

/* Video Section Start */
.video-sec{
  padding: 65px 0px 60px 0px;
}
.video-main-box{
  position: relative;
}
.video-view{
  display: flex;
  position: absolute;
  right: 70px;
    bottom: 2px;

}

.white-box{
  background-color: #fff;
    padding: 23px 21px;
    text-align: center;
}

.red-box{
  background-color: #FB1B1D;
    padding: 23px 21px;
    text-align: center;
    color: #fff;
}


.box-h4{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 45px;
}
/* Video Section End */


/* testimonial Section Start */
.testimonial-sec{
  padding: 30px 0px 60px 0px;
}

.testimonal-text p{
  font-family: "Poppins", sans-serif;
  font-size: 42px;
}
.r-text{
  color: #FB1B1D;
  border-bottom: 2px solid #FB1B1D;
}

.testimonal-img img{
  width: 67% !important;
  margin: 0 auto; 
}

.testimonal-text h4{
  padding-bottom: 20px;
}

/* testimonial Section End */

/* Blog Section Start*/
.span-text{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #ffffffb0;
  letter-spacing: 2px;
  line-height: 5;
}

.blog-review-sec{
  background-image: url(../img/bg/blog-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-card a{
  background-color: #fff;
    padding: 3px 14px 5px 15px;
    color: #000;
    border-radius: 17px;
}

.blog-sec-blure{
  backdrop-filter: blur(8px);
  background-color: #0000002e;
 
  padding: 33px 0 30px 0;
}

.blog-card p{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 16px;
}

.review-list h5{
  font-size: 15px;
  margin: 0;
}
/* Blog Section End */

/* clint Slider Section Start */

.clintSlider-had h3{
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 500;
  margin: 0;
  text-transform: unset;
  position: relative;
  line-height: 1;
  letter-spacing: 0px;
}

.clintSlider-had h3::after{
  content: "";
  position: absolute;
  color: #000000;
  width: 112px;
  height: 0px;
  border: 2px solid;
  bottom: 0;
  left: 663px;
}

.clintSlider-had span{
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 400;
  margin: 0;
  text-transform: unset;
}
.clint-slider-bg1{
  background-image: url(../img/clinteslider1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clint-slider-bg2{
  background-image: url(../img/clinteslider2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clint-slider-bg3{
  background-image: url(../img/clinteslider3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clint-slid-list{
  width: 100%;
  background-color: #ffffff42;
  backdrop-filter: blur(5px);
  margin-top: 87%;
}
.clint-slid-list ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 103px 10px 14px 10px;
  margin: 0;
}

.clint-slid-list ul li a{
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.clint-slid-list ul li a i{
  color: #fff !important;
  background-color: #000;
  padding: 5px 9px;
  border-radius: 17px;
}
.clind-slider-sec{
  padding: 60px 0;
}

.slider-b{
  padding: 105px 0 20px 0;
}
.slider-b a{
  color: #fff;
}

.home-card-width{
  width: 33rem !important;
  height: 42vh;
}

.pb-6px{
  padding-bottom: 6px !important;
}

.client-star-ul{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.client-star-ul li{
  padding: 0px 10px 0px 0px;
}

.client-star-ul li i{
  color: #F8D838;
  font-size: 22px;
  padding: 0 0 15px 0;
}
/* clint Slider Section End */

/* Clint review section Start */

.review-sec-blure{
  backdrop-filter: blur(8px);
  background-color: #0000002e;
 
  padding: 85px 0 30px 0;
}

.clint-review-sec{
  background-image: url(../img/bg/clint-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  

}

.story-hadding h3{
    color: #8B644C;
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    font-weight: bold;
}

.story-hadding p{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 60%;
  margin: 0 auto;
  padding: 7px 0 0 0;
}


.slider-item{
  padding: 25px 0 0px 0;
}
/* Clint review section End */



/* Read Us Section Start */
.clintSlider-had{
  padding: 0 0 45px 0;
}
.read-us-sec{
  padding: 35px 0px;
}
.viideo-btn{
  padding: 0 0 27px 0px;
}
.readus-bg{
  background-image: url(../img/bg/read-us-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.read-contant h3{
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
  padding: 0px 0px 44px 0px;
}

.read-contant p{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.readus-list ul{
  list-style: none;
}

.readus-list ul li::before{
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  right: 19px;
}
.readus-list ul li{
  padding: 11px 0px;
}
/* Read Us Section End */

/* Review Card Start */
.card{
  border: none;
  text-align: center;
  /* height: 50vh; */
}
/* Review Card End */


/* reviews section start */
.review-section{
  padding: 45px 0px;
}

.review-sec{
  padding: 60px 0px;
  background-image: url(../img/bg/new-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-bg-c{
  background-color: #ffffff47;
  padding: 28px 0px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 7px 0px;
  backdrop-filter: blur(4px);
  color: #fff;
}
.text-left{
  text-align: left;
}
.r-c{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.r-p{
  font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}
.r-p span{
  color: #747474;
}

.review-list{
  display: flex;
  list-style: none;
  padding: 0px 0px 0px 0px;
  align-items: center;
}

.review-list li a i{
  color: #000 !important;
  padding: 0px 18px 0px 0px;
}
.slider-item-p{
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: #000000c4;
}
.clint-name{
  padding: 0px 0px 0px 7px;
}
.review-list h4{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding: 0px;
  margin: 0;
  color: #000;
}
.review-list span{
  font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #d7d5d59c;
}
/* reviews section End */

/*  OUR NEW SECTION START  */
.our-new-sec{
  padding: 50px 0
}
.ournew-hadd h3{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 45px;
  text-transform: unset;
  position: relative;
}
.ournew-hadd span{
  color: #000;
  text-decoration-line: underline;
}
.new-card{
  text-align: left;
  padding-left: 0px;
}
.new-card-date{
  font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #00000063;
}
.new-card-pera{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.new-card-a{
  color: #000;
  font-family: "Poppins", sans-serif;
}

.new-card-a i{
  padding: 0px 0 0px 2px;
}

.card-ourn{
  padding: 45px 0;
}
/*  OUR NEW SECTION End */




/* About Section Start */
.about-sec{
  padding: 35px 0 75px 0;
  background-image: url(../img/bg/schoolbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-about-sec{
    padding: 60px 0px;
    background-image: url(../img/bg/Rectangle\ 4534.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-had{
  color: #fff;
  text-align: center;
  padding: 0px 0px 55px 0px;
}

.about-had span{
  font-family: "Inter", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.about-had h2{
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 500;
  padding: 5px 0 0 0;
}

.about-had p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
}


.lorem-contatn{
  color: #fff;
}

.about-imgg{
  text-align: center;
}
.about-haddings{
    text-align: center;
    padding: 20px 0px;
    padding-bottom: 50px;
}
.about-haddings h3{
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
}

.about-haddings p{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    
}


.authorimg img{
    /* width: 100%;  */
    
}
.mulish{
    font-family: "Mulish", sans-serif;
    font-size: 14px;
}
.about-contatn{
  color: #fff;
}
/* 
.about-contatn{
  padding: 121px 0 0 0;
} */

.about-contatn h3{
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
  line-height: 55px;
}

.book2-p{
  font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 0 0px 0;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

.book2-p-h{
  font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.a-text-cont h4{
  font-family: "Poppins", sans-serif;
  font-size: 39px;
  font-weight: 600;
  color: #fff;
}

.a-text-cont p{
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.about-list{
    list-style: none;
    padding: 0px;

}
.about-list li{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 2.5;
}
.about-list li a{
    color: #000;
}
.about-btn a{
  font-family: "Inter", sans-serif;
    background: transparent;
    color: #000;
    padding: 13px 59px;
    font-size: 19px;
    font-weight: 400;
    margin-right: 14px;
    border: 1px solid #000000;
    text-transform: uppercase;
}
.pd-b{
  padding: 0px 0px 40px 0px;
}
/* About Section End */

/* numbers-section Start */
.numbers-sec{
  padding: 54px 0px 40px 0px;
}
/* numbers-section End */




/* Featured Books section Start */
.f-book-slider img{
  /* background-color: #8f8d8d; */
  background: linear-gradient(#B3D7F9, #5CA25A);
  padding: 28px 12px;
}

.f-book-slider2 img{
  background: linear-gradient(#7c7878fc, #654b32);
    padding: 32px 50px;
}

.f-book-slider3 img{
  background: linear-gradient(#d3d3d3, #8ed486);
  padding: 32px 50px;
}

.f-book-slider4 img{
  background: linear-gradient(#f6eaa8, #845533);
  padding: 32px 50px;
}

.featured-book-sec{
  padding: 170px 0px 35px 0px;
}
.f-book-hadding h5{
  font-size: 20px;
  font-family:"Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 12px;
}
.f-book-hadding h3{
  font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 53px;
    letter-spacing: 6px;
    position: relative;
    color: #fff;
    background: linear-gradient(128deg, #B3D7F9, #5CA25A);
    width: 57%;
    margin: 0 auto;
    border-radius: 30px;
}

.f-book-btn a{
  background-color: #969291;
    color: #fff;
    margin: 0 0 14px 5px;
}
.f-book-btn a:hover{
  border: 1px solid #969291;
  
}
.book-btn1{
  padding-top: 12px;
}
.book-bt3{
  padding-top: 12px;
}

.book-btn4{
  padding-top: 12px;
}

.f-card-sub{
  font-size: 14px;
  font-weight: 400;
  font-family: poppins;
  letter-spacing: 5px;
}

.fcard-h{
  font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins';
}
.fcard-p{
    font-size: 14px;
    letter-spacing: 3.8px;
    font-family: 'Poppins';
}

.book-btn4 a{
  background: linear-gradient(128deg, #B3D7F9, #5CA25A);
  border: 1px solid #000;
  border-radius: 6px;
  font-size: 17px;
}

/* Featured Books section End */


/* Best Selling Book Section Start */

.best-selling-sec{
  background-image: url(../img/bg/best-selling.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blur-overlay3{
  backdrop-filter: blur(8px);
  background-color: #000000cc;
  padding: 55px 0px;
}

.b-selling h3{
  font-family: "Poppins", sans-serif;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0 24px 0;
}

.b-selling p{
  font-size: 22px;
  letter-spacing: 4.8px;
  font-family: 'Poppins';
  font-weight: 400;
  word-spacing: 2px;
}

.b-selling h4{
  font-family: 'Poppins';
  font-size: 48px;
  font-weight: 400;
  padding: 16px 0 28px 0;
}

.b-selling h5 {
  font-family: 'Poppins';
  font-size: 41px;
  font-weight: 400;
  padding: 5px 0 18px 0;
}

/* Best Selling Book Section End */


/* Popular Books Section Start */

.popular-book-sec{
  padding: 74px 0 60px 0;
}

.all-books-boxx{
  padding: 35px 0 26px 0px
}

.tab-btn{
  color: #000;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 400;
}

.tab-box{
  padding-top: 30px;
}

.tab-btn:hover{
  color: #000;
}

.tab-box {
  width: 100%;
}

.nav-tabs {
  flex-wrap: wrap;
}

.nav-item {
  flex: 1;
}

.tab-content {
  margin-top: 1rem;
}

.p-book-img{
  width: 80% !important;
  margin: 0 auto !important;
}

/* Popular Books Section End */


/* contact Setion Stand */
.address-sec{
  padding: 36px 0 55px 0
}
.row-bg{
  background-color: #BBBBBB;
}

.contact-here{
  display: flex;
}

.contact-text{
  padding: 0px 0px 0px 30px;
}

.contact-text h3{
  font-family: "Poppins", sans-serif;
}

.contact-text p{
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;

}
.contact-text span{
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #000;

}
.border-r{
  border-right: 1px solid;
}
.contact-here{
 
  padding: 39px 35px
}

/* Contact Section End */





/* Slider1 Section Start */

.slider-sec{
    background-image: url(../img/bg/slider-1-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0px;
}

.slider-pera{
    width: 531px;
    margin: 0 auto;
    padding-bottom: 45px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
}

.slider-pera span{
  font-family: "Inter", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.slider-pera h3{
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 400;
  padding: 5px 0 0 0
}
.slider-pera p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}

.book-available{
  padding: 0px 0 39px 0;
}

.available{
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.available h3{
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 400;
}
/* Slider1 Section End */

/* Who This Book Is For */
.bookcard-sec{
  padding: 40px 0px 0px 0px;
}
.books-cards-haddings{
  text-align: center;
  padding-bottom: 30px;
}

.books-cards-haddings h3{
  font-family: "Inter", sans-serif;
  font-size: 37px;
  font-weight: 800;
  padding: 5px 0 0 0;
}

.books-cards-haddings p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}
.card-bgcolor{
  background-color:#F1F1F1;
  text-align: center;
  box-shadow: 0px 0px 14px 0px #6d6d6d;
}

.books-c{
  padding: 35px 20px;
}
.books-c h5{
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.books-c p{
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;

}

.new-sec{
padding: 65px 0px;
}

.ad{
  text-align: center;
  padding: 15px 0px;
}
.ad h3{
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.ad span{
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000584;
  padding: 0;
}

.ad p{
  width: 200px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}
.book-start{
  padding: 70px 0 !important;
}
/* Who This Book Is For */

.clintsec{
  background-image: url(../img/bg/clint.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clint-haddings{
  text-align: center;
  padding-bottom: 30px;
  color: #fff; 
}

.clint-haddings h3{
  font-family: "Inter", sans-serif;
  font-size: 37px;
  font-weight: 800;
  padding: 5px 0 0 0;
}

.clint-haddings p{
  font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.9;
    text-align: center;
}
.clintcard1{
  background-color: #ffffff2b;
  position: relative;
  text-align: center;
  padding: 20px 15px;
  margin: 0 0 40px 0;
  margin: 41px 0 100px 0;
  box-shadow: 0px 0px 20px 0px #f4f4f447;
}
.mid-card{
  top: 125px;
}

.clintcard1 img{
  position: absolute;
  bottom: 177px;
  left: 135px;
}

.clint-details{
  color: #fff;
}

.clint-details h3{
  font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.clint-details p{
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.5;
}
/* Chapters Section Start
.Chapters-sec{

    padding: 65px 0px;
}


.ad-mb{
  margin: 0px 0px 41px 0px;
}
.Chapters-haddings{
    text-align: center;
    padding: 30px 0px;
    
}

.Chapters-haddings h3{
    font-family: "Mulish", sans-serif;
    font-size: 38px;
    font-weight: bold;
   
    text-align: center;
}
.Chapters-haddings p{
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    width: 560px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.9;
}
.ch-1{
    padding: 45px 0;
}

.ch-card1{
    background-color: #F4F4F4;
    width: 769px;
    margin: 0 auto;
    padding: 35px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px;
}
.ch-card1 h3{
    font-family: "Mulish", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
    padding-top: 8px;
}

.ch-card1 span{
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 2;
}
.ch-card1 p{
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    line-height: 1.9;
    
}

Chapters Section End */


/* Books Tabs Section Sart */
/* 
.image-redias{
  border-radius: 17px 17px 0px 0px;
}
.tab-contain1{
  padding: 55px 0px ;
}
.tabs-section{
  padding: 20px 0 40px 0;
  background-color: #f2f2f2;
}
.ad-st{
  border-color: #FF96B6;
}
.ad-st li button{
  color: #FF96B6;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  
}
.ad-st li button:hover{
  color: #FF96B6;

}
.ad-st li button:focus{
  background-color: #FF96B6;
  color: #fff;

}
.nav-link.active {
  background-color: #FF96B6 !important;
  color: #fff !important;
}


.tab-box{
  box-shadow: 0px 0px 14px 0px #797979;
  border-radius: 17px;
  margin: 0px 0 27px 0;
}

.tab-box:hover{
  box-shadow: 0px 0px 14px 0px #000000;
}
.cardbtn{
  text-align: center;
  
}
.cardbtn a{
  background-color: #000 !important;  
  border: 1px solid #000;
}

.tab-cardh{
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0px;
}
.tab-title{
  text-align: center;
  padding: 10px 0 34px 0;
}
.tab-span{
font-style: italic;
}

.tabe-pera{
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}


.typebook{
  font-family: "Mulish", sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 0px;
    text-align: center;
    padding: 26px 0;
    text-transform: capitalize;
} */

/* Books Tabs Section End */









/* ====================
Topic Items
======================*/

/* .privew-h::before{
  font-family: "Font Awesome 5 Free";
        content: "\f69a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
  
} */

.padding-tb{
    padding: 65px 0px 15px 0px;
}

.privew-haddings{
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 500;
  padding: 5px 0 0 0;

}

.privew-pera{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
  color: #fff;
}

.privew-h::before {
  content: "  ";
    background-image: url(../img/iconbg.PNG);
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 38px;
    left: 22px;
    top: -9px;
}


.privew-h{
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    position: relative;
}
.privew-p{
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 2;
}
/* .section-heading{
  padding: 40px 0 0 0;
} */

.book-preview {
    /* background-image: url(../img/bg/bg.png); */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }

  .color-blue{
    background-color: #000584;
    padding: 60px 0px;
  }
  
  .topic-item {
    position: relative;
    padding: 25px;
    background: #F4F4F4;
    margin: 45px;
    text-align: center;
    box-shadow: 0px 0px 14px -4px;
  }

  
  .topic-item .icon-box {
    width: 50px;
    height: 50px;
    text-align: center;
    background: none;
    color: #fff;
    border-radius: 100%;
    padding-top: 10px;
    overflow: hidden;
    position: absolute;
  }
  
  /* .topic-item .topic-content {
    padding-left: 80px;
  } */
  
  .topic-item .topic-content h4 {
    margin-bottom: 10px;
   
  }


  /*  Preview */

  .dark-bg-light.book-preview{
    background: #fff;
    background-size: cover;
  }

  .dark-bg-light .topic-item {
    background:rgba(255, 255, 255, 0.05);
    transition: all .4s ease;
  }


  .dark-bg-light .topic-item .icon-box {
    background: var(--theme-primary-color);
    transition: all .4s ease;
  }

  .dark-bg-light .topic-item:hover{
    background:rgba(255, 255, 255, 0.1);
  }

  .dark-bg-light .topic-item:hover .icon-box{
    background:#051431;
    color: var(--theme-primary-color);
  }



.al-c{
    align-items: center;
}

.lorem-contatn h3{
  font-size: 40px;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.4px;
  font-weight: 800;

}
.lorem-contatn p{
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.3;
    padding-top: 10px;
}


.card-color{
        margin-bottom: 68px;
    background: #F4F4F4;
    padding: 20px 20px;
    text-align: center;
    position: relative;
    box-shadow: 2px 2px 5px #0000002e;
  }
  .card-color p{
    color: black;
    margin-bottom: 30px;
  }
  .card-color h2{
    color: black;
    font-size: 32px;
    }
  
    .card-color_1 a{
      color: white;
    
      background: #000584;
      padding: 13px 56px;
      position: absolute;
      bottom: -25px;
      left: 0px;
    }
  .card-color h4{
    color: black;
    font-size: 16px;
  
  }
  .card-color a{
    color: white;
  
    background: #FF96B6;
    padding: 15px 153px;
    position: absolute;
    bottom: -25px;
    left: 0px;
  }
  .tx{
    text-align: center;
  }

/* riviewsh */
.c-riviewsh{
    color: #000 !important;
    font-family: "Mulish", sans-serif;
    font-size: 38px;
    font-weight: 800;
    text-align: center;
}

.review-card{
    background-color: #fff;
}

.cardimg{
    width: 155px;
}

/* Slider 2 Setart */
/* .card-2cont{
  position: relative;
  bottom: 61px;
}

.item2{
  margin: 0 0 0 48px;
}

.scard-img{
  border-radius: 124px;
  position: relative;
  top: -92px;
  left: -4px;
}

.s-card-1{
  padding: 20px 20px 0px 20px;
    box-shadow: 0px 0px 12px 0px;
    margin: 64px 0;
    border-radius: 26px;
}

.s-card-1 img{
  margin: 0 auto;
  width: 155px !important;
  z-index: 2;
}

.s-card-hadding{
  font-family: "Mulish", sans-serif;
  font-size: 29px;
  font-weight: 600;
  text-transform: none;
}

.s-card-p{
  font-family: "Mulish", sans-serif;
    font-size: 15px;
    line-height: 29px;
    margin: 0px;

}

.scard-div{
  position: relative;
    display: flex;
    padding: 6px 15px 6px 11px;
    border-radius: 15px;
    width: 368px;
    right: 57px;
    align-items: center;
    bottom: -8px;
}

.scard-div a{
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #000584;
  padding: 15px 5px 15px 9px;
  position: relative;
  right: 11px;
  border-radius: 15px 0px 0px 15px;
}
.scid{
  display: flex;
    background-color: #000;
    border-radius: 0px 15px 15px 0px;
    padding: 0 12px 12px 0;
}
.sch{
  margin: 0;
  font-size: 20px;
  padding: 0px 10px 0px 0;
}
.scard-icon{
  color: #FFA02D;
    font-size: 21px !important;
    padding: 15px 0 0 8px;
} */
/* Slider 2 End */



/* Trust Logo */
.logos{
  padding-bottom: 30px;
}

.trust-h{
    color: #8B644C;
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 40px;
}

.logo-img{
  text-align: center;
}

.logo-img img{
  width: 80%;
}





  /* Contact Section
============================*/

.cont-sec{
    padding: 65px 0px;
}
.con-h{
    font-size: 38px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
}

.contact-pera{
    font-family: "Mulish", sans-serif;
    font-size: 18px;
}
.pad-t{
    padding-bottom: 48px;
}


.contact__form .form-control {
  height: 55px;
  border-radius: 46px;
  padding-left: 20px;
  border: 2px solid #eee;
  background: #eee;
}

.contact__form .form-control:hover {
  border-color: var(--theme-primary-color);
}

.contact__form .form-group {
  margin-bottom: 25px;
}

.contact__form textarea.form-control {
  height: auto;
  border-radius: 15px;
  padding-top: 15px;
}
.con-btn{
    font-family: "Mulish", sans-serif;
    background-color: #000;
    color: #fff;
    padding: 10px 22px;
    font-size: 13px;
    border-radius: 6px;
    margin-right: 14px;
}

.contact__form label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--theme-secondary-color);
}

/* form Section Start */
.form-sec{
  padding: 65px 0px 45px 0px;
}
/* .form-box{
  background-color: #ffffff59;
  padding-top: 44px;
  padding-bottom: 20px;
  width: 71%;
  top: 144px;
  z-index: 1;
  border-radius: 23px;
  box-shadow: inset 0 0 10px #ffffff99;
} */
.form-input{
  border: none;
  border: 1px solid #000;
  border-radius: 13px;
  padding: 13px 12px;
  margin: 0 19px 0 0;
  background: #fff;
  color: #Fff;
}
.p-b{
  padding: 0 0 15px 0;
}

.p-bb{
  padding: 0 0 30px 0;
}

.form-contant{
  padding: 0px 0px 0px 12px;
}
.form-contant h3{
    color: #8B644C;
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}

.form-contant h3 span{
  color: #000;
}

.form-contant p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0;
}
.form-num{
  padding: 45px 0 0 0;
}
.form-num span{
  font-family: "Poppins";
    font-size: 15px;
    color: #8b8686;
}
.form-textarea{
  padding: 6rem .75rem !important;
  border: 1px solid #000;
  border-radius: 0px;
}

.form-text-area{
  background: #ffffff !important;
  color: #000000;
  border-radius: 15px;
  width: 100%;
}
.form-floating>label{
  color: #000 !important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
  color: #000 !important;
}


.new-footer-sec{
  padding: 3px 0px 40px 0px;
}

.new-footer-sec h4 a{
  font-size: 29px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.form-scocial{
  display: flex;
  padding: 13px 0 0 0;
  margin: 0px;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.form-scocial li{
  padding: 0 0 0 26px;
}

.form-scocial li a{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}



/* form Section End */

/* Footer Start */

/* ====================
Footer Section
======================*/
.form-submit-btn{
    background: #8b644c;
    color: #fff;
    border-color: #8b644c;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
}

.form-submit-btn:hover{
  background-color: #3e3e3e !important;
}

.footer {
    background: #000000;
    padding: 80px 0px 0px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    /* padding-top: 277px; */
  }
  
  .footer-had h2{
        font-family: "Poppins", sans-serif;
    font-size: 38px;
    color: #fff;
    font-weight: 400;
  }
  .foot-inp{
    text-align: right;
  }
  .footer .footer-widget .widget-title {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
  }

  .footer-list{
    list-style: none;   
  }
  
  .footer .footer-widget p {
    color: #ffffff;
  }
  
  .footer .footer-contact ul li {
    margin-bottom: 20px;
  }

  .connect-ss{
    font-weight: 800 !important;
    font-size: 24px !important;
    font-family: 'Inter';
    margin: 0px !important;
  }

  .spannn{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 400;
  }
.footerlist3{
    display: flex;
    float: right;
    
}
.follow{
    padding-bottom: 7px;
}
.footer2list{
    list-style: none;
    padding: 0px;
}
.footericon{
    margin: 0 30px 0 0;
}

.footericon i{
    color: #ffffff;
}
  .footer-input {
    outline: none;
    border: none;
    background-color: #313035;
    color: #f8f8f8;
    padding: 12px 19px;
  }
  .footer-btn{
    background-color: #000000;
    border-radius: 0px;
    border: 1px solid #68676766;  
  }
  .footer-btn:hover{
    background-color: #000000;
    border: 1px solid #68676766;  
  }

  .footer-btn:focus{
    background-color: #000 !important;
    border: 1px solid #68676766 !important; 
  }

  .footer-input::placeholder{
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-decoration-line: underline;
    color: #ffffff;
  }

  .form-control:focus{
    background-color: #ffffff !important ;
  }

  .form-input::placeholder{
    color: #000000 !important;
    background: #ffffff;

  }
  .footer-submit{
    background: none;
    border: none;
    border-bottom: 1px solid;
    text-decoration: none;
  }
  .footer .footer-contact ul li i {
    color: #ffffff;
    margin-right: 20px;
    float: left;
    margin-top: 7px;
    min-width: 30px;
  }
  
  .footer .footer-contact ul li div {
    overflow: hidden;
    font-size: 14px;
  }
  
  .footer .footer-contact ul li div strong {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
  }
  
  .footer .footer-links li {
    padding: 5px 24px 5px 0px;
  }
  
  .footer .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
  }
  
  .footer .footer-links a:hover {
    color: var(--theme-primary-color);
  }
  
  .footer .footer-socials {
    margin-bottom: 20px;
  }
  
  .footer .footer-socials a {
    margin-right: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .footer .footer-socials a:hover {
    color: #fff;
  }
  
  .footer .footer-contact {
    padding-right: 30px;
    text-decoration: underline;
  }
  
  .footer-btm {
    margin-top: 30px;
    padding: 20px 0px 25px;
    border-top: 1px solid rgb(0 0 0 / 31%);
  }
  
  .footer-btm .copyright p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
  }

  .f-l-s {
    padding-left: 20px !important; 
}
.copyright ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
  color: #fff;
}

.copyright ul li{
  padding: 0px 35px 0px 0px;
}

.copyright ul li a{ 
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.copyright p{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  /* padding: 28px 0 0 0; */
}

.footer-social-icon ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  justify-content: right
}

.footer-social-icon ul li{
  padding: 0px 35px 0px 0px;
}

.footer-social-icon ul li a i{
  color: #434343; 
  font-size: 19px;
}
.footer-social-icon ul li a i:hover{
  color: #fff;
}

.footerr-p{
  width: 50%;
  text-align: left;
}

.form-div{
  width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}


/* Footer End */


/* childhelp-sec Start */
.childhelp-sec{
  padding: 60px 0px;
}

.child-div h2{
  color: #8B644C;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: bold;
}

.child-div p{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
  font-weight: 400;
  padding: 6px 0;
}

.child-btn{
  padding-top: 22px;
}

.child-btn a{
  background: #8B644C;
  color: #fff;
  padding: 10px 36px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 8px;
}


/* childhelp-sec End */



.item-bg{
  background-image: url(../img/bg/banner-img.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
/*  */


::-webkit-scrollbar{
  width: 8px;
  height: 8px;
  background: #000;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: linear-gradient(64deg, #8B644C, #8B644C);
  border-radius: 20px;
}


/* Media Query Start */

@media only screen and (max-width: 1200px){
  .scard-div {
    position: relative;
    display: flex;
    padding: 6px 15px 6px 11px;
    border-radius: 15px;
    width: 368px;
    right: 31px;
    align-items: center;
    bottom: -8px;
  }

  .scard-div a {
    font-family: "Mulish", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background-color: #000584;
    padding: 15px 5px 15px 9px;
    position: relative;
    right: 11px;
    border-radius: 15px 0px 0px 15px;
  }

  .scard-icon {
    color: #FFA02D;
    font-size: 19px !important;
    padding: 15px 0 0 8px;
}

.sch {
  margin: 0;
  font-size: 18px;
  padding: 0px 10px 0px 0;
}

.item2 {
  margin: 0px 0 0 6px;
}

.flex-d-r li a {
  font-size: 11px !important ;
}

.herro-contect h1 {
  font-size: 47px;
  padding-bottom: 7px;
}

.herro-contect h3{
  padding-bottom: 25px;
}

}

@media only screen and (max-width: 1198px){
  .clintcard1 img {
    position: absolute;
    bottom: 213px;
    left: 109px;
}
}

@media only screen and (max-width: 992px) {
  .authorimg{
    text-align: center;
  }

  .about-haddings {
    text-align: center;
    padding: 0px 0px;
    padding-bottom: 39px;
}

.herrorimg{
  padding-top: 30px;
}

.about-contatn{
  text-align: center;
}

.lorem-contatn{
  padding: 30px 0px;
  text-align: center;
}

.cont-sec {
  padding: 34px 0px;
}

.ad-ma{
  margin-bottom: 0px !important;
}

.tc{
  text-align: center;
}

.f-l-s {

  text-align: center;
  list-style: none;
}
.footerlist3 {
 
  justify-content: center;
}

.tab-box{
  margin: 0 auto 27px auto;
}

.flex-d-r li a {
  font-size: 16px !important;
}

.flex-d-r {
 justify-content: center;
}

.flex-d-r li{
  padding: 0 25px 0 0;
}

.card-bgcolor{
  margin: 0 auto 25px auto;

}

.new-sec {
  padding: 40px 0px;
}

.clintcard1 img{
  position: unset !important;
  padding: 10px 0;
}

.herro-btn{
  text-align: center;
}





}

@media only screen and (max-width: 991px){

  .marquee div{
    width: 1000%
  }

  .nav-list li{
    border: none !important;
  }

  .r-text-center{
    text-align: center;
  }

  .herro-contect{
    padding: 5px 0 0 0;
  }

  .banner-relative-div{
    top: 0;
    right: 0;
  }

  .student-active{
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .align-items-center{
    flex-direction: column;
  }

  .a-text-cont h5{
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
    padding: 0 15px 0 15px;
    
  }
  .errow::after{
    display: none;
  }

  .about-contatn{
    padding: 60px 0 0 0;
  }
  
  .sub-span::before{
    display: none;
  }

  .dis-img-bg{
    text-align: center;
    margin-bottom: 36px;
  }

  .footerr-p{
    text-align: center;
    padding-bottom: 34px;
    margin: 0 auto;
    
  }

  .f-book-hadding h3{
    font-size: 30px;
    padding: 9px 0px;
  }

  .img-pera{
    font-size: 13px;
  }

  .testimonal-text{
    text-align: center;
  }
  .testimonal-text h4{
    padding-bottom: 12px;
    padding-top: 22px;
  }

  .nav-list li a {
    font-size: 19px;
    padding: 0 0 12px 0;
    border: none;
  }

  .scard-img{
    margin:  0 auto;
  }

  .story-hadding {
    /* padding: 40px 0; */
    text-align: center;
}

  .card{
    width: 18rem;
    margin: 22px auto;
  }
  .start-card{
    margin: 0px auto 46px auto;
    text-align: center;
  }

  .read-contant{
    text-align: center;
  }
  .joing-hadding{
    text-align: center;
  }
  .join-pera{
    text-align: center;
  }

  /* .nav-section{
    height: 834px;
  } */

  .we-do-contant{
    text-align: center;
  }
  .wedo-pera{
    text-align: center;
  }

  .blurdiv {
    left: 179px;
  }

  .clintSlider-had h3::after{
    content: "";
    position: absolute;
    color: #000;
    width: 112px;
    height: 0px;
    border: 2px solid;
    bottom: 0;
    left: 447px;
  }

 

.ournew-hadd{
  text-align: center;
}

.contact-here {
  justify-content: center;
}

.border-r{
  border: none;
}


.form-contant p {
  text-align: center;
}
.form-num {
  padding: 9px 0 0 0;
  text-align: center;
}
.footerlist3 {
  float: none;
  padding-bottom: 23px;
}

.form-contant p{
  font-size: 16px;
  text-align: center;
}

.form-num {
  padding: 0px;
  text-align: center;
}

.footer-had h2 {
  font-size: 34px;
  text-align: center;
}

.footer-btm{
  margin: 0px;
  padding-top: 0px;
}

.slider-item {
  padding: 22px 0;
}

.media-center{
  text-align: center;
}

.r-f-b{
  justify-content: center !important;
  padding: 20px 0 25px 0 !important;
}

.new-footer-sec h4 a{
  font-size: 24px;
}

.story-hadding p{
  width: 100%;
}

.form-box{
  width: 93%;
}

.form-div{
  width: 100%;
}

.r-d-none{
  display: none;
}
}

@media only screen and (max-width: 768px){
  /* .nav-section {
    height: 1137px;
} */
.img-overlay {
  backdrop-filter: blur(8px);
  background-color: #0000004f;
  display: flex;
  flex-direction: column;
}
.blurdiv {
  left: 85px;
}

.clintSlider-had h3::after {
  content: "";
  position: absolute;
  color: #000;
  width: 112px;
  height: 0px;
  border: 2px solid;
  bottom: 0;
  left: 358px;
}

.video-view{
  right: 13px;
}
.white-box{
  padding: 17px 16px;
}
.red-box{
  padding: 17px 16px;
}
.box-h4{
  font-size: 27px;
}
.box-p{
 font-size: 10px;
 margin: 0px;
}



}

@media only screen and (max-width: 600px) {
    .card-color a {
        padding: 15px 92px;
    }
    .herro-contect h1 {
        font-size: 47px;
    }

    .herro-section {
        padding: 41px 0;
    }

    .lorem-contatn h3 {
        padding-top: 26px;
}
}

@media only screen and (max-width: 575px){
  /* .nav-section {
    height: 100%;
} */


.student-active{
  display: none;
}

.about-contatn{
  padding: 18px 0 0 0;
}

.who-we-btn a{
  font-size: 11px;
}



.featured-book-sec{
  padding: 63px 0px 35px 0px;

}

.f-book-hadding h3{
  width: 102%;
  font-size: 19px;

}

.hadding1::after {
  content: "";
  position: absolute;
  color: #000;
  width: 136px;
  height: 0px;
  border: 2px solid;
  bottom: 0;
  left: 286px;
}

.footer-had{
  text-align: center;
}

.main-overlay{
  height: 100%;
}


.img-contant{
  text-align: center;
}
.herro-btn{
  text-align: center;
}

.b-img img {
  width: 54%;
}
.img-pera{
  width: 79%;
  margin: 0 auto;
  font-size: 17px;
}

.hirro-sec{
  padding: 18px 0px 16px 0px;
}
.main-overlay{
  padding-bottom: 30px;
}

.authorimg img {
  width: 100%;
}

.new-about h3{
  font-size: 48px;
  padding-top: 21px;
}

}

@media only screen and (max-width: 473px){
  .herro-btn a {
    padding: 12px 6px !important;
    font-size: 14px;
}
     .clintSlider-had h3::after {
        content: "";
        position: absolute;
        color: #000;
        width: 83px;
        height: 0px;
        border: 2px solid;
        bottom: 0;
        left: 202px;
    }
    .clintSlider-had h3::after {
      content: "";
      position: absolute;
      color: #000;
      width: 83px;
      height: 0px;
      border: 2px solid;
      bottom: 0;
      left: 202px;
  }

.hadding1::after {
  content: "";
  position: absolute;
  color: #000;
  width: 102px;
  height: 0px;
  border: 2px solid;
  bottom: 0;
  left: 193px;
}
.blurdiv {
  left: 0px;
  width: 296px;
}



.clintSlider-had h3 {
  font-size: 32px;
}

.clind-slider-sec {
  padding: 0px 0 25px 0;
}

.start-card {
  margin: 0px auto 0px auto;
  text-align: center;
}

.img-pera{
  font-size: 13px;
}

.new-about h3{
  font-size: 34px;
}

}


@media only screen and (max-width: 374px){

  .authorimg img{
    width: 100%;
  }

  .tab-box{    width: 18rem !important;
  margin-left: 5px;
  margin-right: 5px;
}

.white-box{
  padding: 8px 8px;
}
.red-box{
  padding: 8px 8px;
}


}

@media only screen and (max-width: 420px){
  .overlay p {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.overlay h3 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background-color: #ff00005e;
  color: #f1f1f1;
  width: 100%;
  height: 65%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

}

@media only screen and (max-width: 475px){
  .herro-contect h1 {
    font-size: 43px !important;
    padding-bottom: 10px;
    font-size: 34px !important;
    padding-bottom: 2px;
}

.banner-p{
  font-size: 19px;
  padding: 4px 0 0 0;
}

.privew-haddings {
  font-size: 31px;
}

.herro-btn a {
  padding: 13px 22px;
  font-size: 14px;
}
.joing-hadding h3 {
  font-size: 40px;
}
.join-pera p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  padding: 20px 0px 0px 0px;
}
.about-contatn {
  padding: 37px 0 0 0;
}

.privew-pera {
  padding: 0 2px;
  font-size: 13px;
}
.privew-h::before {
  width: 21px;
  height: 24px;
  left: -19px;
  top: -1px;
}
.hirro-sec {
  padding: 27px 0px;
}

.footer-list{
  flex-direction: column;
}




}


/* -----------------------------Risponsive Slider Start------------------------------------- */

.owl-carousel .item {
  display: flex; /* Ensures proper alignment of items */
  justify-content: center; /* Centers items horizontally */
}

.about-slider img {
  width: 100%; /* Ensures images fit the container */
  height: auto; /* Maintains aspect ratio */
}



/* --------------------------------Risponsive Slider End---------------------------------- */



.owl-carousel .item {
  display: flex; /* Ensures proper alignment of items */
  justify-content: center; /* Centers items horizontally */
}

.card {
  width: 100%; /* Makes sure the card occupies the full width of the carousel item */
}

.card-img-top {
  width: 100%; /* Makes sure the image fits the width of the card */
  height: auto; /* Maintains the aspect ratio of the image */
}


/* Clint review section Start */
.slider-arrow{
  color: #fff;
}
.carousel-nav {
  text-align: center;
  margin-top: 0px;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
  background: #bf824c;
  padding: 5px 4px;

}

.carousel-nav button {
  background: transparent;
  border: 0px  #ddd;
  color: #ffffff;
  font-size: 35px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s, color 0.3s;
}

.carousel-nav button:hover {
  background: transparent;
  color: #fff;
}

.arrow-black {
  color: black !important;
}

.arrow-white {
  color: white !important;
}

.owl-prev {
  margin-right: 10px;
}

.owl-next {
  margin-left: 10px;
}

.form-check-input{
  border: 2px  solid #8D561F !important;
  background-color: #8d561f9e  !important;
}

.form-check-input:checked{
  background-color: #8D561F  !important;
  border-color: #8d561f8a  !important;
}

.form-check-input:focus{
  box-shadow: 0 0 0 .25rem #8d561f8a !important;
}


.red-color{
  color: #d10003 !important;
}

.owl-dots{
  display: none !important;
}




