:root {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins';
  background: #f5f5f5;
  color: #444444; 
}
a {
  color: #4154f1;
  text-decoration: none;
}
a:hover {
  color: #717ff5;
  text-decoration: none;
}
p{
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  margin: 0px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
.accordion-button:focus {
  box-shadow: none;
}
.form-select:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
# FAQ CSS
--------------------------------------------------------------*/
.faq-section {
  padding: 180px 0px;
}
.faq-section h5 {
  text-align: center;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  font: normal normal bold 30px/57px Poppins;  
}
.faq-section h4 {
  text-align: center;
  font: normal normal bold 50px/57px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding-bottom: 62px;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.faq-section .accordion-item {
  background-color: transparent !important;
  margin-bottom: 20px !important;
  border: none !important;
}
.faq-section .accordion-button {
  background-color: transparent !important;
  font: normal normal 600 26px/38px Poppins;
  color: #7A9093;
  padding: 5px 0px;
  align-items: center;
}
.faq-section .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;	
  background-image: url('../img/faq.svg') ;
}
.faq-section .accordion-button::after {
  background-image: url('../img/faq.svg') ;
  transform: rotate(90deg) !important;
}
.faq-section .accordion-body {
  font: normal normal normal 18px/28px Poppins;
  color: #707070;
  padding: 5px 0px;
}
.faq-section .accordion-body ul {
  padding-left: 20px; 
  margin: 0px;
}
.faq-section .accordion-body ul li {
  padding-bottom: 10px;	
} 

/*--------------------------------------------------------------
# MAIN HEADER OF THE WEBSITE CSS
--------------------------------------------------------------*/
.top-bar {
  background: #85B0A1;
}
.top-bar p {
  color: #FAFAFA;
  font: normal normal 600 16px/1 Poppins;
}
.top-bar a {
  color: #ffffff !important;	
  font: normal normal 600 16px/1 Poppins;
}
.top-bar a:hover {
  color: #000 !important;	
}
@media (min-width: 768px) {
  #new-header .nav-item.dropdown.dropdown-mega .dropdown-menu { 
    max-width: 720px !important; 
  }
}
@media (min-width: 992px) {
  #new-header .nav-item.dropdown.dropdown-mega .dropdown-menu { 
    max-width: 960px !important; 
  }  
}
@media (min-width: 1200px) {
  #new-header .nav-item.dropdown.dropdown-mega .dropdown-menu { 
    max-width: 1140px !important; 
  }
}
@media (min-width: 1400px) {
  #new-header .nav-item.dropdown.dropdown-mega .dropdown-menu { 
    max-width: 1320px !important; 
  }
}
#new-header .dropdown-toggle::after {
  content: none;	
}
#new-header .nav-link {
  font: normal normal 500 16px Poppins;
  padding: 10px 12px;  
  color: #7A9093;
}
#new-header .nav-link:focus, .nav-link:hover, .nav-link:active {
  background: #85B0A1;
  color: #fff !important;
}
#new-header .navbar-brand {
  font: normal normal 600 20px/1 Poppins;
  color: #7A9093;  
  margin: 0px;
}
#new-header .nav-card {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;	
  padding: 20px 19px 20px 19px;
}
#new-header .mega-content .list-group-item {
  border: none;
  font: normal normal 300 14px/26px Poppins;
  color: #FFFFFF;
  background: transparent;	
  padding: 0px 0px 15px 0px;
}  
#new-header .mega-content h5 {
  font: normal normal 600 18px / 1 Poppins;
  color: #FFFFFF;
  padding-bottom: 20px;
}
#new-header .navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  display: none;
}
#new-header .navbar-toggler:focus {
  box-shadow: none;
}
#new-header .navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
#new-header .navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
#new-header .navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
#new-header .navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
#new-header .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
#new-header .navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
#new-header .navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
#new-header .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
#new-header .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
#new-header .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
#new-header .searchform {
  height: 38px;
  border: 0.5px solid #cacaca;
  overflow: hidden;
  border-radius: 0px;
  width: 150px;
}
#new-header .searchform .form-control {
  width: calc(100% - 38px);
  border: none;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;	
  padding: 0px;
}
#new-header .searchform .search {
  width: 41px;
  height: 38px;
}
#new-header .searchform .search span {
  font-size: 16px;
  color: #85B0A1;
}
#new-header .request-btn {
  border-radius: 0px;
  background: #85B0A1;
  font: normal normal 500 12px/23px Poppins;
  color: #FFFFFF;
  border: none; 
  height: 38px;  
  padding: 0px 20px;
}
#new-header .request-btn:hover {
  background: #146c43;	
} 
#new-header .dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}
#new-header .nav-item.dropdown.dropdown-mega {
  position: static;
}
#new-header .nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  left: 50%;
  max-width: 1120px;
  transform: translateX(-50%);
  margin: 0px;
  border-radius: 0px 0px 24px 24px;
  box-shadow: 0px 3px 6px #00000029;
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
  background: rgba(255,255,255,.1);  
}
#new-header .nav-card-title {
  font: normal normal 600 15px/20px Poppins;
  color: #707070;
  padding-bottom: 10px;
}
#new-header .nav-card-text {
  font: normal normal normal 13px/20px Poppins;
  color: #707070;
}
.elVideo {
  object-fit: cover;
  height: 933px;
  vertical-align: top;
}
.vid-overlay {
  background: #000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;   	
}
.onbord-box { 
  background: #FFFFFF; 
  padding: 14px 17px;
  border-radius: 8px;
}
.onbord-txt {
  padding-top: 7px;	
}
.onbord-txt h4 {
  font: normal normal 600 16px/21px Poppins;	  
  color: #000000;	
  padding-bottom: 3px;
}
.onbord-txt h4 a {
  color: #000000 !important;		
}
.onbord-txt p {
  font: normal normal 500 10px/14px Poppins;
  letter-spacing: 0px;
  color: #000000;	
}
/*--------------------------------------------------------------
# FIXED SIDE SOCIAL ICONS CSS
--------------------------------------------------------------*/
#fixed-social {
  position: fixed;
  top: 25%;
  z-index: 999999;
  right: 0px;
}
#fixed-social a i {
  font-size: 20px;
}
#fixed-social a {
  color: #fff; 
}
.follow-txt {
  text-align: left;
  font: normal normal 500 18px/34px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding-top: 15px;
}
.social-point {
  width: 56px;  	
  height: 56px;
  text-align: center;
  line-height: 62px;
}
.fixed-facebook {
  background-color: #85B0A1;
  border-top-left-radius: 24px;
}
.fixed-printrest {  
  background-color: #5D4E60;
} 
.fixed-youtube {
  border-bottom-left-radius: 24px;
  background-color: #f41c1c;
}
.fixed-twitter {
  background-color: #7A9093;
}
.fixed-linkedin {
  background-color: #E3C461;
}
.fixed-instagrem {
  background-color: #E37A76;
}

/*--------------------------------------------------------------
# TOPBAR CSS
--------------------------------------------------------------*/
.header-wrap {
  padding: 12px 0;
  transition: all 0.5s ease-in-out;
  background: #85b0a1;
}
.header-wrap p{
  color: #fafafa;  
}

/*--------------------------------------------------------------
# VIDEO SLIDER MAIN PAGE
--------------------------------------------------------------*/	
.banner-sec .carousel-caption { 
  text-align: left;
  transform: translate(-0%,-50%);
  left: 0% !important;
  width: 100% !important;
  top: 50% !important;
}
.mb-banner { 
  display: none;
}
.banner-sec .carousel-control-prev {
  display: none;
}
.banner-sec .carousel-control-next {
  display: none;
}
.banner-sec .carousel-caption h5 {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  margin-bottom: 14px;
  font: normal normal 600 46px/58px Poppins;
}
.banner-sec .carousel-caption h1 {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  margin-bottom: 14px;
  font: normal normal 600 46px/58px Poppins;
}
.banner-sec .carousel-caption h2 {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  margin-bottom: 14px;
  font: normal normal 600 46px/58px Poppins;
}
.banner-sec .carousel-caption h3 {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  margin-bottom: 14px;
  font: normal normal 600 46px/58px Poppins;
}
.banner-sec .carousel-caption p {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  margin-bottom: 40px;
  padding-right: 70px;
  font: normal normal 300 26px/36px Poppins;
}
.slider-btn { 
  border: 0.5px solid #707070;
  background: #85B0A1;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  height: 53px;
  width: 303px; 
  color: #F5F5F5;
  font: normal normal 600 20px/1 Poppins;
}
.carousel-indicators {
  bottom: 79px;
  margin-bottom: inherit !important;
  justify-content: end;
}
.banner-sec .carousel-indicators [data-bs-target] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #707070;
  background: #FFFFFF;
  opacity: 1;
  margin: 0px 0px 0px 25px;
  border-radius: 50%;
}
.carousel-indicators .active {
  border: 1px solid #707070 !important;
  background: #E3C461 !important;
  opacity: 1 !important;
}
	
/*--------------------------------------------------------------
# ABOUT US HOME PAGE SECTION CSS
--------------------------------------------------------------*/
.about-us {
  padding: 179px 0px 90px 0px;
}
.about-txt-bx h3 {
  color: #7a9093;
  margin-bottom: 18px;
  font: normal normal bold 50px/57px Poppins;
}
.about-txt-bx p {   
  color: #707070;
  margin-bottom: 38px;
  font: normal normal normal 20px/40px Poppins;
  text-align: justify;
}
.about-txt-bx {
  padding-left: 90px;
  min-height: 100%;
}
.abt-btn { 
  border-color: #76837e;
  padding: 10px 45px;
  background: #85b0a1;
}
.about-banner {
  padding-right: 60px;
}
.about-banner img {
  border: 1px solid #707070;	
}

/*--------------------------------------------------------------
# WHAT WE OFFER SECTION CSS
--------------------------------------------------------------*/
.what-we-offer {
  padding: 90px 0px 90px 0px;
}
.overlay-black {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.sec-title h3 {
  color: #7a9093;
  font: normal normal bold 50px/57px Poppins;
}
.pb-52 {
  padding-bottom: 52px;
}
.offer-box { 
  position: relative;
}
.offer-box .img-over-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0px 10px;
  width: 100%;
  z-index: 1;
}
.offer-box .img-over-txt h4 {
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 5px;
  font: normal normal 600 30px/36px Poppins;
}
.offer-box .img-over-txt p {
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 20px;  
  padding: 0px 60px;
  font: normal normal normal 20px/30px Poppins;
}
.offer-box img {
  width: 100%;
}
.offer-btn {
  border: 0.5px solid #707070;
  padding: 10px 45px;
  background: #85B0A1;
}
.mbb-35 {
  margin-bottom: 35px;
}
.mbb-44 { 
  margin-bottom: 35px;
}

/*--------------------------------------------------------------
# GALLERY SECTION
--------------------------------------------------------------*/
.our-gallery { 
  padding: 90px 0px 90px 0px;
}
.gallery-slider .item img { 
  border: 1px solid #707070;
  opacity: 1;
}
	
/*--------------------------------------------------------------
# WE ARE SECTION
--------------------------------------------------------------*/
.we-are {
  padding: 90px 0px 110px 0px;
}
.we-are-title {
  margin-bottom: 31px;
}
.we-are-title h3 {
  color: #7A9093;
  font-weight: bold;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
  font: normal normal bold 50px/57px Poppins;
}
.weare-txt {
  margin-bottom: 31px;
}
.weare-txt p {
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
}
.weare-info-bx{
  margin-bottom: 71px;
  padding-bottom: 0px;
}
.weare-info-bx h4 {
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  text-align: left;
  margin-bottom: 5px;
  font: normal normal 600 30px/40px Poppins;
  margin-bottom: 13px;
}
.weare-info-bx p {
  text-align: left;
  letter-spacing: 0px;
  color: #707070;
  font: normal normal normal 20px/40px Poppins;
  padding-right: 38px;
}
.weare-banner img { 
  border: 1px solid #707070;
}

/*--------------------------------------------------------------
# SIGN UP FOR NEWSLETTER SECTION
--------------------------------------------------------------*/
.newsletter { 
  background: url(../img/Newsletter.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100%;
  margin-bottom: 0px;
}
.nl-overlay {
  padding: 118px 0px 109px 0px;
  min-height: 100%;
  position: relative;
  background-color: rgb(0 0 0 / 0.41);
}
.nl-txt {
  padding: 0px 100px;
}
.nl-txt h3 {
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  margin-bottom: 15px;
  font: normal normal bold 30px/46px Poppins;
}
.nl-txt p {
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  margin-bottom: 15px;
  font: normal normal 600 20px/30px Poppins;
}
.nl-input-bx {
  margin-bottom: 13px;
}
.nl-input-bx .nl-input {
  height: 44px;
  border-radius: 8px;
  opacity: 1;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #888888;
  background: #FFFFFF;
}
.nl-btn-bx {
  margin-top: 3px;
}
.nl-btn-bx .nl-btn {
  background: #85B0A1;
  border-radius: 8px;
  opacity: 1;
  font-size: 18px;
  line-height: 28px;
  height: 48px;
  border: none;
}
.nl-input-bx .nl-input::placeholder {
  color: #888888 !important;
}
.nl-form {
  padding-right: 100px;	
}

/*--------------------------------------------------------------
# CLIENT SAY SECTION
--------------------------------------------------------------*/
.client-say {
  padding: 180px 0px 180px 0px;
}
.client-banner {
  border: 1px solid #707070;
}
.client-right {
  padding-left: 120px;
}
.client-txt-bx h3 {
  text-align: left;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 31px;
  font: normal normal bold 50px/57px Poppins;
}
.client-txt-bx p {
  color: #707070;
  opacity: 1;
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  margin-bottom: 39px;
}
.clientslider .clientslider-wrap {
  position: relative; 
  width: 100%;
}
.clientslider .arrow {
  display: none;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;  
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}
.clientslider .arrow:before {
  cursor: pointer;
}
.clientslider .arrow:hover {
  color: #ea830e;
}
.clientslider .arrow.left {	
  left: 10px;
}
.clientslider .arrow.right {
  right: 10px;
}
.clientslider .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -84px;
  left: 0;
  display: block;
  z-index: 3333;
  margin: 0px;
}
.clientslider .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 13px;
  background: #FFFFFF;
  border: 1px solid #707070; 
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}
.clientslider .dots .dot.active, .clientslider .dots .dot:hover {
  background: #85B0A1;
  border: 1px solid #707070;
  opacity: 1;
}
.clientslider .cont {
  position: relative;
  overflow: hidden;
}
.clientslider .cont > div {
  position: absolute;
  top: 0;
  display: flex;
  left: 0;
  opacity: 0;
}
.clientslider .cont > div.inactive {
  opacity: 1;
}
.clientslider .cont > div.active {
  position: relative;
  opacity: 1;
}
.clientslider .cont div .img{
  margin-right: 27px;
}	
.clientslider .cont div .img img {
  border: 1px solid #707070;
  opacity: 1;
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  object-fit: scale-down;
}
.clientslider .cont div h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}
.clientslider .cont div p {
  text-align: left;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 16px;
}
.clientslider .cont div.active .img img {
  -webkit-animation: clientslider-show .5s ease-in-out forwards;
  -moz-animation: clientslider-show .5s ease-in-out forwards;
  -ms-animation: clientslider-show .5s ease-in-out forwards;
  -o-animation: clientslider-show .5s ease-in-out forwards;
  animation: clientslider-show .5s ease-in-out forwards;
}
.clientslider .cont div.active h2 {
  -webkit-animation: clientslider-content-in .4s ease-in-out forwards;
  -moz-animation: clientslider-content-in .4s ease-in-out forwards;    
  -ms-animation: clientslider-content-in .4s ease-in-out forwards;
  -o-animation: clientslider-content-in .4s ease-in-out forwards;
  animation: clientslider-content-in .4s ease-in-out forwards;
}
.clientslider .cont div.active p { 
  -webkit-animation: clientslider-content-in .5s ease-in-out forwards;
  -moz-animation: clientslider-content-in .5s ease-in-out forwards;    
  -ms-animation: clientslider-content-in .5s ease-in-out forwards;
  -o-animation: clientslider-content-in .5s ease-in-out forwards;
  animation: clientslider-content-in .5s ease-in-out forwards;
}
.clientslider .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}
.clientslider .cont div.inactive h2 {
  -webkit-animation: clientslider-content-out .4s ease-in-out forwards;
  -moz-animation: clientslider-content-out .4s ease-in-out forwards;        
  -ms-animation: clientslider-content-out .4s ease-in-out forwards;
  -o-animation: clientslider-content-out .4s ease-in-out forwards;
  animation: clientslider-content-out .4s ease-in-out forwards;
}
.clientslider .cont div.inactive p {
  -webkit-animation: clientslider-content-out .5s ease-in-out forwards;
  -moz-animation: clientslider-content-out .5s ease-in-out forwards;    
  -ms-animation: clientslider-content-out .5s ease-in-out forwards;
  -o-animation: clientslider-content-out .5s ease-in-out forwards;
  animation: clientslider-content-out .5s ease-in-out forwards;
}
@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-webkit-keyframes clientslider-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@-moz-keyframes clientslider-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@-ms-keyframes clientslider-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@-o-keyframes clientslider-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@keyframes clientslider-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}
@-webkit-keyframes clientslider-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@-moz-keyframes clientslider-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@-ms-keyframes clientslider-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@-o-keyframes clientslider-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@keyframes clientslider-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}
@-webkit-keyframes clientslider-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}
@-moz-keyframes clientslider-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}
@-ms-keyframes clientslider-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}
@-o-keyframes clientslider-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}
@keyframes clientslider-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}
@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}
@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}
@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

/*--------------------------------------------------------------
# FOOTER SECTION
--------------------------------------------------------------*/
.index-footer {
  background: #85b0a1;
  padding: 40px 0px;
  border: 1px solid #778680;
}
.index-ftr-left p{ 
  text-align: left;
  font-weight: normal;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 14px;
}
.contact-info {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.contact-info li {
  text-align: left;
  font-weight: normal;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 14px;
}
.ftr-logo span {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 38px;
  font-size: 24px;
}
.ftr-logo {
  align-items: center;
  display: flex;
  margin-bottom: 23px;
}
.ftr-logo img {
  height: 57px;
  width: 57px;
  margin-right: 25px;
}
.index-ftr-right p {
  text-align: left;
  font-weight: normal;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 40px;
}
.ftr-widget {
  display: flex;
  align-items: center;
}
.ftr-icon-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.ftr-icon-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ftr-widget span {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 23px;
  font-size: 15px;
  margin-right: 15px;
}
.ftr-icon-list li i {
  color: #FAFAFA;
  opacity: 1;
  font-size: 21px;
}
.ftr-email-bx {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.email-box { 
  width: 100%;
}
.email-bx-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  line-height: 38px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.email-input {
  border-top: none;
  background: transparent;
  border-left: none;
  border-right: none;
  padding-left: 0px;
  color: #fff !important;
}
.email-input:focus, .email-input:active, .email-input:hover {
  background: transparent !important;
  border-color: #fff !important;
}
.email-bx-btn:focus, .email-bx-btn:active, .email-bx-btn:hover {
  background: none !important;
  color: #fff !important;
}
.form-control:focus {
  box-shadow: none;
}
.email-input::placeholder {
  color: #fff !important;
  opacity: 0.66 !important;
}

/*--------------------------------------------------------------
# ABOUT PAGE CSS 
--------------------------------------------------------------*/
.banner-part {
  background-position: center top 90%;
  background-size: cover;
  position: relative;
  background-image: url(../img/about-us-banner_1.webp);
  height: 580px;
}
.banner-part .dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.1);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner-part .bnr-over-txt {
  padding-top: 107px;
}
.banner-part .bnr-over-txt h1 {
  text-align: left;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 21px;
  font: normal normal 600 50px/58px Poppins;
}
.banner-part .dark-overlay p {
  text-align: left;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  font: normal normal normal 30px/40px Poppins;
}
.visionary-bx { 
  padding: 80px 0px; 
}
.visionary-txt-bx h3 { 
  text-align: center; 
  color: #7A9093;
  opacity: 1;
  margin-bottom: 25px;
  font: normal normal bold 30px/1 Poppins;
}
.visionary-txt-bx p {
  text-align: justify;
  color: #707070;
  opacity: 1;
  font: normal normal normal 20px/40px Poppins;
}
.impact-part {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-image: url(../img/our-impact.webp);
  height: 500px;
  margin-bottom: 180px;
}
.impact-part .impact-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.65);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.impact-part .impact-over-txt {
  padding-top: 100px;
}
.impact-part .impact-over-txt h4 {
  text-align: center;
  font: normal normal bold 30px/1 Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 28px;
}
.impact-part .impact-over-txt h6 {
  text-align: center;
  font: normal normal bold 25px/1 Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 29px;
}
.impact-part .impact-overlay p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 300;
  opacity: 1;
}
.journey-bx {
  background: #85B0A124;
  opacity: 1;
  padding: 80px 0px;
}
.journey-txt-bx h4 {
  text-align: left;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 29px;
  font: normal normal bold 30px/1 Poppins;
}
.journey-txt-bx h2 { 
  text-align: left;
  font: normal normal bold 30px/1 Poppins;
  letter-spacing: 0px; 
  color: #7A9093;
  opacity: 1;
  margin-bottom: 35px;
}
.journey-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.journey-bnr-bx {
  opacity: 1;
}
.journey-bnr-bx img {
  max-width: 812px;	
}
.journey-txt-bx {
  padding-right: 50px;
}
.innovation-bx { 
  padding: 80px 0px; 
}
.innovation-txt-bx h3 { 
  text-align: left;
  font: normal normal bold 30px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1; 
  margin-bottom: 15px;
}
.innovation-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.innovation-txt-bx {
  padding-left: 40px;
}
.innovation-bnr-bx {
  opacity: 1;
  margin-right: 50px;
}
.innovation-bnr-bx img {
  max-width: 812px;	
}
.mission-bx { 
  padding: 80px 0px; 
}
.mission-txt-bx h3 { 
  text-align: left;
  font: normal normal bold 25px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 35px;
}
.mission-txt-bx p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.mission-txt-bx h4 { 
  text-align: left;
  font: normal normal bold 30px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# AWARDS PAGE CSS 
--------------------------------------------------------------*/
.awards-banner-part {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/awards-banner.webp);
  height: 580px;
}
.awards-banner-part .award-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.3);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.awards-banner-part .award-dark-overlay p {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  font: normal normal normal 30px/40px Poppins;
}
.awards-banner-part .award-over-txt {
  padding-top: 107px;
}
.awards-banner-part .award-over-txt h1 {
  text-align: left;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 21px;
  font: normal normal 600 50px/58px Poppins;
}
.mb-bnr-award {
  padding-bottom: 43px !important;
}
.lighting-bx { 
  padding: 80px 0px; 
}
.lighting-txt-bx h3 { 
  text-align: center; 
  color: #7A9093;
  opacity: 1;
  margin-bottom: 25px;
  font: normal normal bold 30px/1 Poppins;
}
.lighting-txt-bx p {
  text-align: left;
  color: #707070;
  opacity: 1;
  font: normal normal normal 20px/40px Poppins;	
}
.roll-program-bx {
  background: #85B0A124;
  opacity: 1;
  padding: 80px 0px;
}
.roll-program-txt-bx h1 {
  text-align: left;
  font: normal normal bold 30px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
}
.roll-program-txt-bx h2 { 
  text-align: left;
  font: normal normal bold 25px/40px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding-bottom: 30px;
}
.roll-program-txt-bx p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.roll-program-bnr-bx {
  border: 1px solid #707070;
  opacity: 1;
}
.roll-program-txt-bx {
  padding-right: 50px;
}
.chamber-bx { 
  padding: 80px 0px 37px;  
}
.chamber-txt-bx h3 { 
  text-align: left;
  font: normal normal bold 25px/40px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 30px;
}
.chamber-txt-bx p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.chamber-txt-bx {
  padding-left: 50px;
}
.chamber-bnr-bx {  
  opacity: 1;
  margin-right: 0px;
  padding-bottom: 43px;
}
.chamber-bnr-bx img{
  border: 1px solid #707070;
}
.sparks-award-bx {
  background: #85B0A124;
  opacity: 1;
  padding: 80px 0px 50px;
}
.sparks-award-txt-bx h2 { 
  text-align: left;
  font: normal normal bold 25px/40px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding-bottom: 30px;
}
.sparks-award-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding-bottom: 30px;
}
.sparks-award-txt-bx {
  padding-right: 105px;
}
.sparks-banner {
  padding-left: 120px;
}
.timeless-bx { 
  padding: 80px 0px 0px 0px; 
}
.timeless-txt-bx {
  padding-bottom: 50px;
}
.timeless-txt-bx h3 { 
  text-align: left;
  font: normal normal bold 25px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
}
.timeless-txt-bx p {
  text-align: left;
  font: normal normal normal 16px/36px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.timeless-txt-bx h4 { 
 text-align: center;
 font: normal normal bold 35px/45px Poppins;
 letter-spacing: 0px;
 color: #7A9093;
 opacity: 1;
 font-size: 48px; 
}
.timeless-bx .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -108px;
  left: 0;
  display: block;
  z-index: 3333;
  margin: 0px;
}
.timeless-bx .clientslider {
  margin-bottom: 150px;	
}
 
 /*--------------------------------------------------------------
# FAQ PAGE CSS 
--------------------------------------------------------------*/
.faq-banner-part {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/FAQ-banner.webp);
  height: 580px;
}
.faq-banner-part .faq-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.3);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.faq-banner-part .faq-over-txt {
  padding-top: 107px;
}
.faq-banner-part .faq-over-txt h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 21px;
  font: normal normal 600 50px/58px Poppins;
}
.faq-question-txt-bx h5 { 
  text-align: center;
  font: normal normal bold 28px/55px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;  
}
.faq-question-txt-bx h3 { 
  text-align: center;
  font: normal normal bold 45px/50px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 30px;
}
 
/*--------------------------------------------------------------
# BLOG PAGE CSS 
--------------------------------------------------------------*/
.mobile-blog-bnr {
  display: flex !important;
  position: relative;
  align-items: end;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  height: 291px;
  max-height: 100%;
  margin: 0 auto;
  color: #fff;
}
.mobile-blog-bnr:after {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.moblie-img-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog-mb-img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.blog-mb-txt {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 21px 36px;
}
.blog-mb-txt h1 {
  font: normal normal bold 30px/46px Poppins;
}
.blog-mb-txt p {
  font: normal normal 600 15px/23px Poppins;
  margin-bottom: 5px;
}
.blog-banner-part {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/blog-banner.webp);
  height: 580px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  opacity: 1;
}
.blog-banner-part .blog-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.3);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog-banner-part .blog-over-txt {
  padding-top: 108px;
  padding-right: 10px;
}
.blog-banner-part .blog-over-txt h1 {
  text-align: left;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 21px;
  font: normal normal 600 50px/58px Poppins;
}
.blog-banner-part .blog-over-txt p {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  font: normal normal 300 30px/40px Poppins;
}
.blog-bx {
  padding: 60px 0px; 
}
.aside-block {
  margin-bottom: 32px;
  background: #fff;
  padding: 45px 28px;
  margin-right: 18px;
}
.aside-title {
  text-align: left;
  font: normal normal bold 25px/38px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
}
.aside-links li a {
  text-align: left;
  font: normal normal normal 18px/27px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  display: block;
  padding: 24px 0px;
}
.aside-links li {
  border-bottom: 1px solid #707070;
  opacity: 0.36;
}
.aside-right-bx {
  padding-left: 50px;
}
.post-entry-1 {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}
.post-txt-bx {
  padding: 27px 32px 50px 32px;
}
.post-meta .date {
  text-align: left;
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.post-meta {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-title a {
  text-align: left;
  font: normal normal bold 25px/35px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
}
.post-title {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-description p {
  text-align: left;
  font: normal normal normal 15px/23px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.post-description {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-item {
  display: flex;
  margin-bottom: 25px;
}
.post-item span {
  text-align: center;
  font: normal normal bold 25px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
}
.tp-inner a {
  text-align: left;
  font: normal normal bold 18px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
}
.post-item-content {
  margin-left: 34px;
}
.post-item-content p {
  text-align: left;
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.post-heading { 
  text-align: left;
  font: normal normal bold 25px/38px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
  margin-bottom: 32px;
}
.tp-inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pagination {
  margin-top: 50px;
}
.pagination .page-item {
  margin-right: 10px;
}
.page-item:first-child .page-link {
  border-radius: 0px;
}
.page-item:last-child .page-link {
  border-radius: 0px;
}
.pagination .page-item .page-link {
  text-align: center;
  font: normal normal bold 21px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
  height: 67px;
  padding: 0px;
  width: 67px;
  line-height: 64px;
  border: none;
}
.page-link:focus {
  box-shadow: none !important;
}

/*--------------------------------------------------------------
# COMMUNITY ENGAGEMENT PAGE CSS 
--------------------------------------------------------------*/
.community-part {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/community-banner.webp);
  height: 580px;
}
.community-part .community-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.community-part .community-dark-overlay p {
  text-align: left;
  color: #FAFAFA;
  opacity: 1;
  font: normal normal normal 30px/40px Poppins;
}
.community-part .community-over-txt {
  padding-top: 107px;
}
.community-part .community-over-txt h1 {
  text-align: left;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 15px;
  font: normal normal 600 50px/62px Poppins;
}
.empowering-bx { 
  padding: 90px 0px 50px; 
}
.empowering-txt-bx h3 { 
  text-align: center;
  font: normal normal bold 30px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 36px;
}
.empowering-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.initiatives-bx {  
  padding: 50px 0px;
}
.initiatives-bx h4 {
  text-align: center;
  font: normal normal bold 30px/1 Poppins;;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 72px;
}
.initiatives-txt-bx h2 { 
  text-align: center;
  font: normal normal bold 25px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 30px;
}
.initiatives-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding-right: 30px;
}
.initiatives-bnr-bx {
  border: 1px solid #707070;
  opacity: 1;
  margin-left: 30px;
}
.events-bx { 
  padding: 50px 0px; 
}
.events-txt-bx h3 { 
  text-align: center;
  font: normal normal bold 25px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 30px;
}
.events-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.events-txt-bx {
  padding-left: 58px;
}
.events-bnr-bx {
  border: 1px solid #707070;
  opacity: 1;
}
.nonprofit-bx {  
  padding: 50px 0px;
}
.nonprofit-txt-bx h1 {
  text-align: left;
  font: normal normal bold 30px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
}
.nonprofit-txt-bx h2 { 
  text-align: center;
  font: normal normal bold 25px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 30px;
}
.nonprofit-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.nonprofit-bnr-bx {
  border: 0.5px solid #707070;
  opacity: 1;
}
.nonprofit-txt-bx {
  padding-right: 43px;
}
.memberships-bx { 
  padding: 50px 0px; 
}
.memberships-txt-bx h3 { 
  text-align: center;
  font: normal normal bold 25px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  margin-bottom: 50px;
}
.memberships-txt-bx p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-bottom: 50px;
}
.memberships-right {
  padding-left: 15px;	
}
.memberships-right ul {
  list-style: inherit !important;
  padding-left: 20px;
  padding-right: 10px;
}
.memberships-right ul li {
  margin-bottom: 18px;
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

/*--------------------------------------------------------------
# CASE STUDIES PAGE CSS 
--------------------------------------------------------------*/
.casestudies-part {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/case-study-banner.webp);
  height: 580px;
}
.casestudies-part .casestudies-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.50);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.casestudies-part .casestudies-over-txt {
  padding-top: 107px;
}
.casestudies-part .casestudies-over-txt h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 21px;
  font: normal normal 600 50px/58px Poppins;
}
.casestudies-sec { 
  padding: 109px 0px 250px 0px; 
}
.casestudies-bx {
  height: 100%;
  opacity: 1;
}
.casestudies-bx img { 
  box-shadow: 0px 3px 6px #00000029;
}
.casestudies-txt-bx {
  padding: 15px 0px;
}
.casestudies-title a {
  text-align: left;
  font: normal normal bold 25px/25px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
}
.casestudies-title {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.casestudies-description {
  margin-bottom: 57px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.casestudies-description p {
  text-align: left;
  color: #707070;
  opacity: 1;
  font: normal normal normal 15px/23px Poppins;
}
.case-btn {
  border: 0.5px solid #707070;
  padding: 10px 60px;
  background: #85B0A1;
  font-size: 15px;
}

/*--------------------------------------------------------------
# CASE STUDIES DETAIL PAGE CSS 
--------------------------------------------------------------*/
.casedetail-part {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/case-detail-banner.webp);
  height: 580px;
}
.casedetail-part .casedetail-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 70%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.casedetail-part .casedetail-over-txt {
  padding-top: 81px;
}
.casedetail-part .casedetail-over-txt h1 {
  text-align: left;
  font: normal normal bold 48px/1 Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 21px;
}
.casedetail-part .casedetail-dark-overlay p {
  text-align: left;
  font: normal normal normal 28px/40px Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
}
.casedetail-sec {
  position: relative;	
  padding: 137px 0px 122px 0px; 
}
.casedetail-txt-bx h2 {
  text-align: left;
  font: normal normal bold 26px/39px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;	
  margin-bottom: 10px;
}
.casedetail-txt-bx p {
  text-align: left;
  font: normal normal normal 16px/27px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-bottom: 30px;
}
.casedetail-txt-bx span {
  text-align: left;
  font: normal normal normal 16px/27px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  display: block;
  margin-bottom: 10px;
}
.casedetail-ul-1 {
  list-style: decimal;
  padding-left: 20px;
}
.casedetail-ul-2 {
  list-style: inherit;	
  padding-left: 20px;
  margin-bottom: 30px;
}
.casedetail-ul-2 li {
  font: normal normal normal 16px/27px Poppins;
}
.casedetail-ul-1 li {
  font: normal normal normal 16px/27px Poppins;
}
.pr-20 {
  padding-right: 20px;	
}
.share-this-case { 
  margin-top: 40px;
}
.share-this-case h3 {
  text-align: center;
  font: normal normal bold 25px/1 Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
  margin-bottom: 24px;
}
.socialList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  flex-flow: row wrap;
}
.socialList li {
  margin: 3px;
}
.socialList li:first-child {
  padding-left: 0;
}
.socialList li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-decoration: none;
  background-color: #999;
  color: #fff;
  transition: 0.35s;
}
.socialList li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform-origin: top left;
  transform: scale(1) translate(-50%, -50%);
  transition: 0.35s;
}
.socialList li a:hover i {
  transform: scale(1.5) translate(-50%, -50%);
}
.socialList li:nth-child(1) a {
  background-color: #85B0A1;
}
.socialList li:nth-child(2) a {
  background-color: #E37A76;
}
.socialList li:nth-child(3) a {
  background-color: #E3C461;
}
.socialList li:nth-child(4) a {
  background-color: #7A9093;
}
.socialList li:nth-child(5) a {
  background-color: #5D4E60;
}
.socialList li:nth-child(6) a {
  background-color: #3B3B3B;
}
.mobile-cs-bx {
  position: relative;
  bottom: 50px;
}
.mcs-box { 
  background: #fff;
  padding: 0px 19px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
  opacity: 1;
}
.mcs-box h4 { 
  font: normal normal bold 18px/30px Poppins; color: #85B0A1;
}
.mcs-header { 
  border-bottom: 1px solid #e8e8e8;
  padding: 13px 0px 5px 0px;
}
.mcs-txt-bx p {
  text-align: left;
  font: normal normal medium 18px/30px Poppins;
  letter-spacing: 0px;
  color: #4E4E4E;
  opacity: 1;
  padding-bottom: 9px;
}
.mcs-txt-bx { 
  padding-bottom: 43px;
}
.mcs-txt-bx .copy-text button {
  background: #85B0A1;
  border-radius: 8px;
  opacity: 1;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: normal normal normal 15px/1 Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 130px;
  height: 30px;
}
.mcs-txt-bx .copy-text {
  position: relative;
  padding: 8px 5px 8px 15px;
  background: #fff;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 39px;
}
.mcs-txt-bx .copy-text input {
  font: normal normal normal 15px/30px Poppins;
  border: none;
  height: 21px;
  outline: none;
  letter-spacing: 0px;
  color: #4E4E4E;
  opacity: 1;
}
.mcs-txt-bx .copy-text button:before {
  content: "Copied";
  position: absolute;
  top: -45px;
  right: 8px;
  background: #85B0A1;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 15px;
  display: none;
  width: auto;
  height: 30px;
}
.mcs-txt-bx .copy-text button:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #85B0A1;
  transform: rotate(45deg);
  display: none;
}
.mcs-txt-bx .copy-text.active button:before, .mcs-txt-bx .copy-text.active button:after {
  display: block;
}
.mcs-txt-bx .copy-text i {
  font-size: 20px;
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
# BLOG OPEN AND DETAIL PAGE CSS 
--------------------------------------------------------------*/
.blogdetail-sec {
  padding: 116px 0px; 
}
.blogopen-btm-bx img {
  margin-bottom: 11px;
}
.blogopen-btm-bx h6 {
  text-align: center;
  font: normal normal 600 23px/38px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-bottom: 10px;
}
.blogopen-btm-bx h1 {
  text-align: center;
  font: normal normal bold 48px/76px Poppins;
  letter-spacing: 0px;
  color: #85B0A1;
  opacity: 1;
  margin-bottom: 10px;
}
.blogopen-btm-bx h5 {
  text-align: center;
  font: normal normal normal 18px/30px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-bottom: 38px;
}
.blogopen-btm-bx p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-bottom: 20px;
}
.mb-51 {
  margin-bottom: 51px;	
} 
.blogdetail-img {
  position: relative;
}
.mb-blogopen img{
  width: 32px !important;
} 

/*--------------------------------------------------------------------------
# TEACHER SIGN IN PAGE CSS
----------------------------------------------------------------------------*/
/* Teacher Box Section css */

.teacher-bx h1 {
  color: #85B0A1;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
.teacher-bx input {
  border: 1px solid #7070703B;
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  height: 40px;
}
button.btn.btn-primary.mb-2.log {
  background: #85B0A1;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #85B0A1;
  border-radius: 0;
}
.teacher-bx a {
  color: #85B0A1;
  font-size: 15px;
}
.teacher-bx p {
  color: #707070;
  font-size: 15px;
}
.teacher-bx p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #707070;
}
.teacher-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;	
  margin: 150px 0px;
}
.teacher-bx {
  width: 40%;
  text-align: center;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}

/*--------------------------------------------------------------------------
# CORDINATOR SIGN IN PAGE CSS
----------------------------------------------------------------------------*/
/* Cordinator Box Section css */

.cordinator-bx h1 {
  color: #85B0A1;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
.cordinator-bx input {
  border: 1px solid #7070703B;
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  height: 40px;
}
button.btn.btn-primary.mb-2.log-cor {
  background: #85B0A1;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #85B0A1;
  border-radius: 0;
}
.cordinator-bx a {
  color: #85B0A1;
  font-size: 15px;
}
.cordinator-bx p {
  color: #707070;
  font-size: 15px;
}
.cordinator-bx p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #707070;
}
.cordinator-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;	
  margin: 150px 0px;
}
.cordinator-bx {
  width: 40%;
  text-align: center;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# ABOUT BOOKFAIRS PAGE CSS
--------------------------------------------------------------*/
/* Bookfairs About Banner Section css */

.bookfair-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/about-bookfair-banner.webp);
  height: 578px;
}
.bookfair-banner .bookfair-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bookfair-banner .bookfair-txt {
  padding-top: 107px;
}
.bookfair-banner .bookfair-txt h1 {
  text-align: left;
  font: normal normal 600 50px/58px Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  padding-bottom: 12px;
}
.bookfair-banner .bookfair-txt h2 {
  text-align: left;
  font: normal normal 600 50px/58px Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  padding-bottom: 12px;
}
.bookfair-banner .bookfair-txt p {
  text-align: left;
  font:  normal normal normal 30px/40px Poppins;;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
}

/* Bookfair Why Choose Section css */

.why-bookfair {
  padding: 111px 0px 35px 0px;	
}
.why-bookfair-t {
  padding-left: 22px; 
}
.why-bookfair-t h1{
  text-align: left;
  font: normal normal bold 50px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding-bottom: 29px;
}
.why-bookfair-t h2{
  text-align: left;
  font: normal normal bold 50px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding-bottom: 29px;
}
.why-bookfair-t p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding-bottom: 40px;
}
.why-bookfair-b img {
  border: 1px solid #707070;
}
.why-bookfair-btn {
  padding: 10px 36px;	
  background: #85B0A1;
  opacity: 1;
  border: 0.6px solid #768480; 
  border-radius: 0px;
  text-align: center;
  font: normal normal normal 20px/1 Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;    
  height: 53px;  
} 

/* Bookfair Four Boxes Section css */

.bookfair-boxes {
  padding: 35px 0px 45px 0px;	
}
.bookfair-boxes-i {
  margin-bottom: 40px;	
}
.bookfair-boxes-t h5 {
  text-align: center;
  font: normal normal bold 23px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding: 26px 0px 29px 0px;
}
.bookfair-boxes-t p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1; 
}

/* Bookfair Technology Fingertip Section css */

.tech-fingertip {
  padding: 85px 0px 50px 0px;	
}
.tech-fingertip .title-box h2 {
  text-align: left;
  font: normal normal bold 50px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding-bottom: 40px;
}
.tech-fingertip-t {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.tech-fingertip-t .tech-fingertip-icon {
  margin-right: 22px;
  width: 40px;
  height: 40px;
  background:  #85B0A1;
  border-radius: 50px;
  text-align: center;
  font: normal normal 500 28px/42px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.tech-fingertip-t .tech-fingertip-info {
  width: 80%;
}	
.tech-fingertip-t .tech-fingertip-info h4 {
  text-align: left;
  font: normal normal 600 26px/36px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding-bottom: 10px;
}
.tech-fingertip-t .tech-fingertip-info p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;  
  color: #707070;
  opacity: 1;
}

/* Bookfairs Commitment Section css */

.bf-commitment {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/wishlist-get.webp);
  height: 400px;   
}
.bf-commitment-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 60px;
}
.bf-commitment .bf-commitment-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bf-commitment .bf-commitment-txt h4 {
  text-align: center;
  font: normal normal bold 30px/1 Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding-bottom: 20px;
}
.bf-commitment .bf-commitment-txt p {
  font: normal normal normal 20px/40px Poppins;
  color: #FFFFFF;
  opacity: 1;
}

/* Bookfair FAQ Section css */

.abf-question-b h5 { 
  text-align: center;
  font: normal normal 600 24px/55px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;  
}

/*--------------------------------------------------------------
# REGISTRATION ONSITE PAGE CSS
--------------------------------------------------------------*/
/* Registration Onsite Banner Section css */

.rg-onsite-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/rg-onsite_1.webp);
  height: 578px;
}
.rg-onsite-banner .rg-onsite-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.1);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.rg-onsite-banner .rg-onsite-txt {
  padding-top: 107px;
}
.rg-onsite-banner .rg-onsite-txt h1 {
  text-align: left;
  font: normal normal 600 50px/58px Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  padding-bottom: 12px;
}
.rg-onsite-banner .rg-onsite-txt p {
  text-align: left;
  font: normal normal normal 30px/40px Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
}

/* Registration Onsite Form Section css */

.rg-form-sec {
  padding: 60px 0px 180px 0px;
}
.schedule-form1 {
  padding-right: 50px;
}
.schedule-form1 h2 {
  color: #7A9093;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
}
.schedule-form1 label {
  color: #7A9093;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.schedule-form1 .form-group .form-control {
  border-radius: 0px;
  font-size: 13px;
  height: 48px;
}
.schedule-form1 .form-group p {
  font-size: 14px;
  color: #7A9093;
}
.schedule-form1 .form-group .form-select {
  border-radius: 0px;
  font-size: 13px;
  height: 48px;
}
.schedule-form1 .form-group {
  margin-bottom: 15px;
}
.schedule-form2 {
  padding-left: 50px;
}
.schedule-form2 h2 {
  color: #7A9093;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.schedule-form2 label {
  color: #7A9093;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.schedule-form2 .form-group input {
  border-radius: 0px;
  font-size: 13px;
  height: 48px;
}
.schedule-form2 .form-group p {
  font-size: 14px;
  color: #7A9093;
}
.schedule-form2 .form-group select {
  border-radius: 0px;
  border: 1px solid #707070;
  font-size: 13px;
  height: 48px;
}
.schedule-form2 .form-group {
  margin-bottom: 15px;
}
.schedule-bx .red {
  color: #ff0303 !important;
}
.schedule-bx .onsite span {
  color: #ff0303 !important;
}
.schedule-btn {
  width: 100%;
  border-radius: 0;
  background: #85B0A1;
  border: 1px solid #85B0A1;
  height: 48px;
}
.schedule-btn:hover {
  width: 100%;
  border-radius: 0;
  background: #709387;
  border: 1px solid #85B0A1;
}
.schedule-form1 .form-group label.error:nth-child(2) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 
.schedule-form1 .form-group label.error:nth-child(3) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 
.schedule-form2 .form-group label.error:nth-child(2) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 
.schedule-form2 .form-group label.error:nth-child(3) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 

/*--------------------------------------------------------------
# REGISTRATION ONLINE PAGE CSS
--------------------------------------------------------------*/
/* Registration Online Banner Section css */

.rg-online-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/rg-online.webp);
  height: 578px;
}
.rg-online-banner .rg-online-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.rg-online-banner .rg-online-txt {
  padding-top: 107px;
}
.rg-online-banner .rg-online-txt h1 {
  text-align: left;
  font: normal normal 600 50px/58px Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  padding-bottom: 12px;
}
.rg-online-banner .rg-online-txt p {
  text-align: left;
  font: normal normal normal 30px/40px Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
}

/* Registration Online Form Section css */

.rgonline-sec {
  padding: 60px 0px 180px 0px;	
}
.rgonline-form1 {
  padding-right: 50px;
}
.rgonline-form1 h2 {
  color: #7A9093;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
}
.rgonline-form1 label {
  color: #7A9093;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rgonline-form1 .form-control {
  border-radius: 0px;
  font-size: 13px;
  height: 48px;
  margin-bottom: 5px;
}
.rgonline-form1 p {
  color: #7A9093;
  font-size: 14px;
}
.rgonline-form1 .form-group .form-select {
  border-radius: 0px;
  font-size: 13px;
  height: 48px;
}
.rgonline-form2 {
  padding-left: 50px;
}
.bor-right {
  border-right: 1px solid #dfdfdf;	
}
.rgonline-form2 .form-group .form-select {
  border-radius: 0px;
  border: 1px solid #707070;
  font-size: 13px;
  height: 48px;
}
.rgonline-form2 h2 {
  color: #7A9093;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.rgonline-form2 label {
  color: #7A9093;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rgonline-form2 .form-control {
  border-radius: 0px;
  font-size: 13px;
  height: 48px;
  margin-bottom: 0px;
}
.rgonline-form2 p {
  color: #7A9093;
  font-size: 14px;
}
.rgonline-sec .onsite span {
  color: #ff0303 !important;
}
.chacha-bx a {
  color: #7A9093;
}
.rg-online-btn {
  width: 100%;
  border-radius: 0;
  background: #85B0A1;
  border: 1px solid #707070;
  height: 48px;
}
.rg-online-btn:hover {
  width: 100%;
  border-radius: 0;
  background: #709387;
  border: 1px solid #707070;
}
.rgonline-form1 .form-group {
  margin-bottom: 15px;
}
.rgonline-form2 .form-group {
  margin-bottom: 15px;
}
.rgonline-form1 .form-group label.error:nth-child(2) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 
.rgonline-form1 .form-group label.error:nth-child(3) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 
.rgonline-form2 .form-group label.error:nth-child(2) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 
.rgonline-form2 .form-group label.error:nth-child(3) {
  color: #ff0303;
  font-size: 13px;
  font-weight: 500;
} 

/*--------------------------------------------------------------
# BMAPS PAGE CSS 
--------------------------------------------------------------*/
.bmaps-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../img/bmaps-banner.webp);
  height: 578px;
}
.bmaps-banner .bmaps-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bmaps-banner .bmaps-txt {
  padding-top: 107px;
}
.bmaps-banner .bmaps-txt h1 {
  text-align: left;
  font: normal normal 600 50px/1 Poppins;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  padding-bottom: 21px;
}
.bmaps-banner .bmaps-txt p {
  text-align: left;
  font: normal normal 300 30px/40px Poppins;
  letter-spacing: 0px;  
  color: #FAFAFA;
  opacity: 1;
}

/* What is BMAPS Section css */

.what-bmaps {
  padding: 80px 0px;	
}
.what-bmaps-t {
  padding-left: 22px; 
}
.what-bmaps-t h2{
  text-align: left;
  font: normal normal bold 50px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding-bottom: 26px;
}
.what-bmaps-t p {
  text-align: justify;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  padding-bottom: 30px;
}
.what-bmaps-b img {
  border: 1px solid #707070;
}

/* BMAPS is Useful for Section css */

.bmaps-boxes {
  padding: 80px 0px 0px 0px;	
}
.bmaps-boxes .title-box h2 {
  text-align: center;
  font: normal normal bold 50px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding-bottom: 62px;
}
.bmaps-boxes-i {
  margin-bottom: 40px;
}
.bmaps-boxes-t h5 {
  text-align: center;
  font: normal normal 600 29px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding: 22px 0px 32px 0px;
}
.bmaps-boxes-t p {
  text-align: left;
  font: normal normal normal 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

/* BMAPS Feature Section css */

.bmaps-feature {
  padding: 80px 0px;
  background: #85B0A124;
  opacity: 1;
}
.bmaps-feature .title-box h2 {
  text-align: center;
  font: normal normal bold 50px/62px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding-bottom: 73px;
}
.bmaps-feature ul li {
  font: normal normal normal 20px/40px Poppins;
  color: #707070;	
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# FIND YOUR SCHOOL PAGE CSS START
--------------------------------------------------------------*/
/* Book worm Find School Section css */

.find-school-wrapper {
  padding: 60px 0px 30px 0px;	
}
.school-finder-box {
  position: relative;	
}
.school-finder-box .search-input {
  background: #fff;
  border: 2px solid #85b0a1;
  padding: 11px 55px 13px 20px;
  width: 100%;	
  box-sizing: border-box;
  font-weight: 300;
  border-radius: 50px;
  outline: 0;
  transition: all ease-in-out .3s;
  font-size: 14px;
}
.school-finder-box button {
  padding: 0px 20px;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;  
  border: none;
  border-radius: 50px 50px 50px 50px;
  min-width: 50px;
  font-weight: 600;
  color: #fff;   
}
.search-result-wrapper { 
  padding: 15px 0px 60px 0px;	
}
.result-school-name {
  width: 35%;	
}
.result-school-name h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;	
  color: #85b0a1;
}
.result-view-info a {
  font-size: 15px;
  line-height: 1;
  color: #85b0a1;
  font-weight: 500;	
} 
.result-shop a {
  font-size: 15px;
  line-height: 1;
  color: #85b0a1;
  font-weight: 500;	
}
.result-store a {
  font-size: 15px;
  line-height: 1;
  color: #85b0a1;
  font-weight: 500;	
}
.find-btn {
  background: #85b0a1;
  color: #fff;
  border: 1px solid #85b0a1;
}
.find-form {
  padding: 150px 0px 57px 0px;	
}
.bg-main-find {
  position: relative;
  min-height: 850px;
  overflow: hidden;
}
.bg-main-find::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/FindYourSchool_Background.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; 
  opacity: 0.26;
  z-index: -1;
}
.findbooks-result {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
  opacity: 1;
  padding: 1.5rem 1.875rem 1.25rem;  
  margin-bottom: 20px;
}
.findbooks-result a {
  font: normal normal 600 20px/25px poppins !important;
  letter-spacing: 0px;
  color: #7E7E7E;
  opacity: 1;	
}
.result-red {
  color: #D57F79 !important;   	
}
.find-form h1 {
  font: normal normal 800 80px/116px Poppins !important;
  letter-spacing: 0px;
  color: #7E8F93;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;	
  text-align: center;
  padding-bottom: 30px;
}
.find-form p {
  font: normal normal 500 20px/30px Poppins !important;
  text-align: center;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;	
  padding-bottom: 40px;
}
.findbooks-bar {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;	
  opacity: 1;  
  border-radius: 24px;
  margin-bottom: 20px;	
}
.findbooks-bar input {
  font: normal normal 500 18px/30px Poppins !important;
  border: none;
  border-radius: 24px;
  color: #222222 !important;
  text-align: center;
  font-size: 20px;
  font-family: Charter;
  font-weight: bold;
}		
.findbooks-bar .btn {
  z-index: 2;
  border: none;
  padding: 1.5rem 1.875rem 1.25rem;
  border-radius: 24px;
}
.findbooks-bar .btn i {
  color: #DEDEDE !important;
  font-size: 32px;
}  
.findbooks-bar .form-control::placeholder {
  color: #7070705F !important;
  text-align: center;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 600;
}

/*--------------------------------------------------------------
# FIND YOUR SCHOOL PAGE PAGINATION CSS START
--------------------------------------------------------------*/
.bw-pagination {
  margin-top: 30px;
  clear: both;
}
.bw-pagination .page-numbers li .page-numbers {
  display: flex;
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 50%;
  color: #000;
  text-transform: uppercase;
  background-color: transparent;
}
.bw-pagination .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0px;
}
.page-numbers li {
  display: inline-block;
  margin-right: 4px;
}
.bw-pagination .page-numbers li .page-numbers.next i {
  margin-left: 8px;
}
.bw-pagination .page-numbers li .page-numbers.prev i {
  margin-right: 8px;
}
.bw-pagination .page-numbers li .current {
  color: #fff;
  background-color: #85b0a1;
}
.bw-pagination .page-numbers li  .page-numbers.next, .bw-pagination .page-numbers li .page-numbers.prev {
  display: flex;
  align-items: center;
  width: unset;
  font-size: 13px;
  border-radius: 20px;
  padding: 0 15px;
  background-color: #f0f0f0;
}
.bw-pagination .page-numbers li .page-numbers:hover {
  color: #fff;
  background-color: #85b0a1;
}

/*--------------------------------------------------------------
# REQUEST A QUOTE PAGE CSS 
--------------------------------------------------------------*/
.request-part {
  background-position: center top 90%;
  background-size: cover;
  position: relative;
  background-image: url(../img/request-banner.webp);
  height: 580px;
}
.request-part .request-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.request-part .request-over-txt {
  padding-top: 107px;
}
.request-part .request-over-txt h1 {
  text-align: left;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 21px;
  font: normal normal 600 50px/58px Poppins;
}
.request-part .request-dark-overlay p {
  text-align: left;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  font: normal normal normal 30px/40px Poppins;
}
.quote-bx {
  padding: 90px 0px 180px 0px;
}
.quote-title h3 {
  text-align: left;
  font: normal normal bold 30px/47px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding-bottom: 151px;
}
.quote-order h3 {
  text-align: left;
  font: normal normal 600 16px/1 Poppins;
  letter-spacing: 0px;
  color: #50B536;
  opacity: 1;
  padding-bottom: 27px;
}
.quote-tble {
  background: #fff;	
  margin-bottom: 34px;
}
.quote-tble th {
  font: normal normal 400 18px/1 poppins;
  letter-spacing: 0px;
  color: #9D9C9C;
  opacity: 1;	
  height: 50px;
  vertical-align: middle;
}
.quote-tble td { 
  font: normal normal 400 18px/1 poppins;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  height: 50px;
  vertical-align: middle;
}
.quote-tble td input { 
  text-align: center;
  border-radius: 0px;
  width: 83px;
}
.quote-tble td i {
  color: #707070;
  font-size: 24px;
  padding-left: 8px;
}
.quote-contact {
  padding: 0px 80px;	
}
.quote-contact h3 {
  font: normal normal bold 30px/47px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;
  padding-bottom: 21px;
}
.quote-contact label {
  font: normal normal 600 18px/1 Poppins; 
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding-bottom: 10px;
}
.quote-contact input {
  height: 60px;
  border-radius: 0px;
}
.quote-contact textarea {
  border-radius: 0px;
}
.quote-btn {
  background: #85B0A1;	
  border: 1px solid #707070;
  border-radius: 0px;
  height: 53px;
}
.quote-btn:hover {
  background: #78998d;
}
.quote-option label {
  font: normal normal 600 16px/45px Poppins;
  letter-spacing: 0px;
  color: #50B536;
  opacity: 1;
  padding-bottom: 13px;
}
.quote-option input {
  height: 40px;
  border-radius: 0px;  
}
.quote-add-btn {
  background: #61A94E;
  font: normal normal 500 16px/1 Poppins;  
  border: none;
  width: 100%;
  height: 40px;
}
.quote-upload-btn {
  background: #707070;
  font: normal normal 500 16px/1 Poppins;  
  border: none;
  width: 100%;
  height: 40px;
}

/*--------------------------------------------------------------
# CONTACT PAGE CSS 
--------------------------------------------------------------*/
.contact-part {
  background-position: center top 90%;
  background-size: cover;
  position: relative;
  background-image: url(../img/contact-banner.webp);
  height: 580px;
}
.contact-part .contact-dark-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-part .contact-over-txt {
  padding-top: 107px;
}
.contact-part .contact-over-txt h1 {
  text-align: left;
  color: #FAFAFA; 
  opacity: 1;
  padding-bottom: 10px;
  font: normal normal 600 50px/58px Poppins;
}
.contact-part .contact-dark-overlay p {
  text-align: left;
  letter-spacing: 0px;
  color: #FAFAFA;
  opacity: 1;
  font: normal normal 300 30px/40px Poppins;
}
.contact-wrapper {
  padding: 52px 0px 160px 0px;	
}
.contact-title h3 {
  padding-top: 50px;
  padding-bottom: 30px;
  font: normal normal bold 30px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
}
.contact-title p {
  font: normal normal 400 20px/40px Poppins;
  letter-spacing: 0px;
  color: #707070;
  padding-bottom: 61px;
}
.contact-wrapper label {
  font: normal normal 600 18px/1 Poppins; 
  letter-spacing: 0px;
  color: #7A9093;
  opacity: 1;	
  padding-bottom: 10px;
}
.contact-wrapper .error {
  color: #E37A76 !important; 
  font: normal normal 400 16px/1 Poppins !important; 
  padding-bottom: 0px !important; 
}
.contact-wrapper input {
  height: 63px;
  border-radius: 0px;
}
.contact-wrapper select {
  height: 63px;
  border-radius: 0px;
}
.contact-wrapper textarea {
  border-radius: 0px;
}
.contact-sub-btn {
  height: 53px; 
  background: #85B0A1;
  border-radius: 0px;
  border: none;
  font: normal normal 500 20px/1 Poppins;
}
.contact-box {
  background: #fff;
  padding: 50px 0px 50px 60px;  
  margin-left: 50px;
}
.contact-box h3 {
  font: normal normal 600 30px/1 Poppins;
  letter-spacing: 0px;
  color: #7A9093;
  padding-bottom: 35px;
}
.contact-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 0px 0px;  
}
.contact-social span {
  font: normal normal 600 15px/23px Poppins;
  letter-spacing: 0px;
  color: #7A9093;
}
.contact-social a i {
  color: #7A9093;
  font-size: 32px;
}
.info-contact i {
  color: #7A9093;
  font-size: 26px;  
}
.info-contact h5 {
  font: normal normal 400 18px/30px Poppins;
  letter-spacing: 0px;
  color: #707070;
}

/*--------------------------------------------------------------
# During The Book Fair Page CSS
--------------------------------------------------------------*/
.setuplist {
  padding-left: 15px;
  margin: 0px;
}
.setuplist li {
  font: normal normal 500 13px/16px Poppins;
  letter-spacing: 0px;
  padding-bottom: 18px;
}
.setuplist li a {
  color: #9300FF;	
}
.placelist {
  padding-left: 20px;
  margin: 0px;  
}
.placelist li a {
  font: normal normal normal 13px/30px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.placelist li a:nth-child(1)::marker {
  color: #85B0A1;	
} 
.duringlinks { 
  background: #f3f3f3;
  padding: 12px 20px;
}
.duringlinks h4 {
  font: normal normal 600 20px/30px Poppins;
  letter-spacing: 0px;
  color: #222222;
  padding-bottom: 11px;
}
.duringlinks ul {
  padding: 0px;
  list-style-type: none;  
  margin: 0px;
}
.duringlinks ul li a {
  font: normal normal 500 12px/18px Poppins;
  letter-spacing: 0px;
  color: #08B923;	
}
.reminderyellow {
  background: #E3C461;
  position: relative;  
}
.reminderyellow h3 {
  font: normal normal 600 15px/32px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;	
  padding-bottom: 14px; 
}
.reminderyellow p {
  font: normal normal normal 12px/24px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.reminderyellow img {
  position: absolute;
  top: -5px;
  left: 30px;
}
.maketext h3 {
  font: normal normal bold 20px/32px Poppins;
  letter-spacing: 0px;
  color: #222222;	
}
.makecontent ul {
  padding-left: 18px;
  margin: 0px;
}
.makecontent ul li {
  font: normal normal 500 13px/28px Poppins;
  letter-spacing: 0px;
  padding-bottom: 18px;
}
.makecontent ul li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.makecontent ul li:nth-child(2)::marker {
  color: #E37A76;	
} 
.makecontent ul li:nth-child(3)::marker {
  color: #E3C461;	
} 
.makecontent1 ul {
  padding-left: 18px;
  margin: 0px;
}
.makecontent1 ul li {
  font: normal normal 500 13px/16px Poppins;
  letter-spacing: 0px;
  padding-bottom: 18px;
}
.makecontent1 ul li a {
  color: #9300FF;	
}
.makecontent1 ul li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.helpfultitle h3 {
  text-align: center;
  font: normal normal bold 20px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 55px;
}
.helpfullinksleft ul {
  padding-left: 18px;
}
.helpfullinksleft ul li a {
  font: normal normal normal 14px/32px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.helpfullinksleft ul li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.helpfullinksleft ul li:nth-child(2)::marker {
  color: #E37A76;	
} 
.helpfullinksleft ul li:nth-child(3)::marker {
  color: #E3C461;	
} 
.helpfullinksleft ul li:nth-child(4)::marker {
  color: #E3C461;	
} 
.helpfullinksright h4 {
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 10px;
}
.helpfullinksright ul {
  padding: 0px;	
}
.helpfullinksright ul li a {
  font: normal normal normal 14px/32px Poppins;
  letter-spacing: 0px;
}
.helpfullinksright ul li:nth-child(1)::marker {
  color: #E3C461;	
} 
.helpfullinksright ul li:nth-child(2)::marker {
  color: #7A9093;	
} 
.helpfullinksright ul li:nth-child(3)::marker {
  color: #5D4E60;	
} 
.helpfullinksright ul li:nth-child(4)::marker {
  color: #E37A76;	
}
.orange-yellow {
  background: #E3C461; 	
}

/*--------------------------------------------------------------
# Onboarding Left Menu Page CSS
--------------------------------------------------------------*/
.onboarding {
  border-radius: 10px 10px 0px 0px;	
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  box-shadow: 0px 3px 6px #00000029;
}
.onboardingheader {
  border-color: #EEEEEE;
  position: relative;
  background: #85B0A1;
  padding: 18px 25px;
  border-radius: 10px 10px 0px 0px;
}
.onboardingbody {
  padding: 20px 15px 20px;
}
.onboardingbody ul li {
  border: none;	
}
.onboardingbody ul li a {
  font: normal normal 600 15px/40px Poppins;
  letter-spacing: 0px;
  color: #222222;
}
.onboardingbody ul li .li1 {
  border-bottom: 5px solid #E37A76;	
}
.onboardingbody ul li .li2 {
  border-bottom: 5px solid #E3C461;		
}
.onboardingbody ul li .li3 {
  border-bottom: 5px solid #7A9093;		
}
.onboardingbody ul li .li4 {
  border-bottom: 5px solid #5D4E60;		
}
.onboardingbody ul li .li5 {
  border-bottom: 5px solid #85B0A1;		
}
.onboardingheader h4 {
  font: normal normal bold 25px/30px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;	
  padding-bottom: 4px;
}
.onboardingheader p { 
  font: normal normal normal 12px/20px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.purplecolor { 
  color: #9300FF !important;
}
/*--------------------------------------------------------------
# Before The Book Fair Page CSS
--------------------------------------------------------------*/
.custolist {
  padding-left: 18px;
  margin: 0px;
}
.custolist li a{ 
  font: normal normal normal 14px/28px Poppins;
  color: #08B923;
}
.custolist li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.custolist li:nth-child(2)::marker {
  color: #E37A76;	
} 
.custolist li:nth-child(3)::marker {
  color: #85B0A1;	
}
.tipslist li a {
  font: normal normal 600 14px/32px Poppins !important;
  letter-spacing: 0px !important;
  color: #9300FF !important;
}
.tipslist li:nth-child(1)::marker {
  color: #E37A76 !important;	
}
.bmapslist {
  padding-left: 40px !important;	
}
.bmapslist li a {
  font: normal normal 600 14px/32px Poppins !important;
  letter-spacing: 0px !important;
  color: #9300FF !important;
}
.bmapslist li:nth-child(1)::marker {
  color: #E3C461 !important;	
}
.onrightcontent h5 {
  font: normal normal 600 15px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 9px;
}
.promoteul li a {
  font: normal normal 500 14px/32px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.promoteul li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.promoteul li:nth-child(2)::marker {
  color: #E37A76;	
} 
.promoteul li:nth-child(3)::marker {
  color: #E3C461;	
} 
.promoteul li:nth-child(4)::marker {
  color: #7A9093;	
}
.promoteul li:nth-child(5)::marker {
  color: #5D4E60;	
} 
.onpagelinks {
  background: #f3f3f3;
  padding: 12px 20px;
}
.onpagelinks h4 {
  font: normal normal 600 20px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 11px;
}
.onpagelinks ul {
  padding: 0px;
  list-style-type: none;  
}
.onpagelinks ul li a {
  font: normal normal 500 12px/18px Poppins;
  letter-spacing: 0px;
  color: #9300FF;
  text-decoration: underline;
}
.reminderbox {
  background: #E37A76;
  position: relative;  
}
.reminderbox h3 {
  font: normal normal 600 15px/32px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;	
  padding-bottom: 14px; 
}
.reminderbox p {
  font: normal normal normal 12px/24px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.reminderbox img {
  position: absolute;
  top: -5px;
  left: 30px;
}
.dark-peach {
  background: #E37A76; 	
}

/*--------------------------------------------------------------
# After The Book Fair Page CSS
--------------------------------------------------------------*/
.onrightcontent a {
  font: normal normal 500 13px/18px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.wrappinglist {
  padding-left: 20px;
  margin: 0px;  
}
.wrappinglist li a {
  font: normal normal 500 13px/30px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.wrappinglist li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.wrappinglist li:nth-child(2)::marker {
  color: #E37A76;	
} 
.wrappinglist li:nth-child(3)::marker {
  color: #85B0A1;	
} 
.wrappinglist li:nth-child(4)::marker {
  color: #85B0A1;	
} 
.wrappinglist li:nth-child(5)::marker {
  color: #85B0A1;	
} 
.remindergrey {
  background: #7A9093;
  position: relative;  
}
.remindergrey h3 {
  font: normal normal 600 15px/32px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;	
  padding-bottom: 14px; 
}
.remindergrey p {
  font: normal normal normal 12px/24px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.remindergrey img {
  position: absolute;
  top: -5px;
  left: 30px;
}
.remindergrey .btn {
  background: #E37A76;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;  
  font: normal normal 500 12px/21px Poppins;
  border: none;
}
.helpfultitle h3 {
  text-align: center;
  font: normal normal bold 20px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 55px;
}
.helpfullinksleft ul {
  padding-left: 18px;
}
.helpfullinksleft ul li a {
  font: normal normal normal 14px/32px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.helpfullinksleft ul li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.helpfullinksleft ul li:nth-child(2)::marker {
  color: #E37A76;	
} 
.helpfullinksleft ul li:nth-child(3)::marker {
  color: #E3C461;	
} 
.helpfullinksleft ul li:nth-child(4)::marker {
  color: #E3C461;	
} 
.helpfullinksright h4 {
  font: normal normal 600 14px/21px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 10px;
}
.helpfullinksright ul {
  padding: 0px;	
}
.helpfullinksright ul li a {
  font: normal normal normal 14px/32px Poppins;
  letter-spacing: 0px;
}
.helpfullinksright ul li:nth-child(1)::marker {
  color: #E3C461;	
} 
.helpfullinksright ul li:nth-child(2)::marker {
  color: #7A9093;	
} 
.helpfullinksright ul li:nth-child(3)::marker {
  color: #5D4E60;	
} 
.helpfullinksright ul li:nth-child(4)::marker {
  color: #E37A76;	
}
.bluish-grey {
  background: #7A9093; 	
}
/*--------------------------------------------------------------
# Promoting Your Book Fair Page CSS
--------------------------------------------------------------*/
.onrightcontent h4 {
  font: normal normal bold 20px/26px Poppins;
  letter-spacing: 0px;
  color: #222222; 
  padding-bottom: 18px;
}
.onrightcontent p {
  font: normal normal 500 13px/21px Poppins;
  letter-spacing: 0px;
  color: #222222;
  padding-bottom: 18px;
}
.davy-grey {
  background: #5D4E60; 	
}
.promotinglist {
  padding-left: 18px;
}
.promotinglist li a {
  font: normal normal 600 13px/30px Poppins;
  letter-spacing: 0px;
  color: #222222;
}
.promotinglist li:nth-child(1)::marker {
  color: #85B0A1;	
} 
.promotinglist li:nth-child(2)::marker {
  color: #E37A76;	
}
.promotinglist li:nth-child(3)::marker {
  color: #E3C461;	
}
.promotelist {
  padding-left: 18px;
}
.promotelist li a {
  font: normal normal 600 13px/30px Poppins;
  letter-spacing: 0px;
  color: #222222;
}
.promotelist li:nth-child(1)::marker {
  color: #85B0A1;	
}
/*--------------------------------------------------------------
# Video Tutorials Page CSS
--------------------------------------------------------------*/
.redcolor {
  color: #FF0000;	
}
.onboarding-right-box {  
  background-color: #FFFFFF;
  transition: all .5s ease-in-out;
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px 10px 0px 0px;	
  margin-bottom: 1.875rem;
}
.onrightheader {
  border-radius: 10px 10px 0px 0px;	
  padding: 53px 0px 68px;  
}
.onrightheader h1 {
  font: normal normal bold 25px/40px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;  	
}
.onrightheader p {
  font: normal normal normal 12px/20px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.onrightbody {
  padding: 74px 120px;	
}
.cascade-color {
  background: #85B0A1; 	
}
.videofilter .gallery-top-text li a { 
  padding: 0px 15px;
  display: inline-block;
  font: normal normal bold 18px/32px Poppins;
  letter-spacing: 0px;
  color: #222222;
  text-decoration: underline;
}  
.videofilter .filter-button.active {
  color: #85B0A1;
}
.videofilter .figure-caption {
  font: normal normal 600 15px/32px Poppins;
  letter-spacing: 0px;
  color: #222222;
}
/*--------------------------------------------------------------
# MOBILE DESIGN CSS START OF BEFORE THE BOOK FAIR PAGE
--------------------------------------------------------------*/
.mobiletabs .nav-tabs {
  margin: 0px 1.0rem 17px;	  
  border: none;
}
.mobiletabs .nav-item {
  margin-right: 3px;	
  width: 19.2%;
}
.mobiletabs .nav-tabs .nav-link {
  font: normal normal 500 11px/16px Poppins;	
  padding: 6px 3px;
}
.redbtn {
  border-radius: 10px 0px 0px 10px !important;	
  border: 1px solid #E37A76 !important;
  color: #FFFFFF !important;
  background: #E37A76 !important;
}
.yelbtn {
  border-radius: 0px !important;	
  border: 1px solid #E3C461 !important;
  color: #FFFFFF !important;
  background: #E3C461 !important;
}
.graybtn {
  border-radius: 0px !important;	
  border: 1px solid #7A9093 !important;
  color: #FFFFFF !important;
  background: #7A9093 !important;
}
.browbtn {
  border-radius: 0px !important;	
  border: 1px solid #5D4E60 !important;
  color: #FFFFFF !important;
  background: #5D4E60 !important;
}
.rootbtn {
  border-radius: 0px 10px 10px 0px !important;	
  border: 1px solid #85B0A1 !important;
  color: #FFFFFF !important;
  background: #85B0A1 !important;
}
.mbvidfilter .gallery-top-text li a {
  padding: 0px 6px;
  display: inline-block;
  font: normal normal bold 13px / 28px Poppins;
  letter-spacing: 0px;
  color: #222222;
  text-decoration: underline;	
}
.mbvidfilter .figure-caption {
  font: normal normal 600 15px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
}
.mbbordingheader {
  border-radius: 10px 10px 0px 0px;	
  box-shadow: 0px 3px 6px #00000029; 
  padding: 22px 40px;
  margin: 0px 20px;
}
.mbbordingheader h2 {
  font: normal normal bold 14px/26px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;	
}
.mbbordingheader p {
  font: normal normal 500 12px/20px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.mbbordingtxt { 
  margin: 0px 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 3px 6px #00000029;
}
.mbbordingtxt h3 { 
  font: normal normal bold 15px/26px Poppins;
  letter-spacing: 0px;
  color: #222222; 
  padding-bottom: 8px;
}
.mbbordingtxt p {
  font: normal normal 500 12px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;
  padding-bottom: 20px;
}
.scheduleblock {
  padding: 34px;   
  position: relative;  
}
.scheduleblock img {
  position: absolute;
  top: -5px;
  left: 20px;
}
.scheduleblock .btn {
  background: #E37A76;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  font: normal normal 500 12px / 21px Poppins;
  border: none;
}
.scheduleblock h4 {
  font: normal normal 600 14px/24px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;	
  padding-bottom: 16px;
  text-align: center;
}
.scheduleblock p {
  font: normal normal 400 11px/20px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;	
}
.mblistwallet {
  padding-left: 17px;	
}
.mblistwallet li a {
  font: normal normal 500 12px / 32px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.mblistt {
  padding-left: 17px;		
}
.mblistt li a {
  font: normal normal 500 12px / 32px Poppins;
  letter-spacing: 0px;
  color: #222222;
}
.mblistdown {
  padding-left: 17px;		
}
.mblistdown li a {
  font: normal normal 500 12px / 32px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.mbsetlist1 {
  padding-left: 18px;	
  margin: 0px;
}
.mbsetlist1 li a {
  font: normal normal 500 12px / 28px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.mbsetlist2 {
  padding-left: 18px;	
}
.mbsetlist2 li a {
  font: normal normal 500 12px / 28px Poppins;
  letter-spacing: 0px;
  color: #9300FF;
}
.mbuselink {
  background: #f3f3f3;
  padding: 18px 10px;  
}
.mbuselink h4 {
  font: normal normal 600 16px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 5px;
}
.mbuselink ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;  
}
.mbuselink ul li a {
  text-decoration: underline;
  font: normal normal 500 12px/31px Poppins;
  letter-spacing: 0px;
  color: #9300FF;
}
.mbmakelist {
  padding-left: 18px;
  margin: 0px;  
}
.mbmakelist li {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  padding-bottom: 12px;
} 
.mbmakelist li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
}
.mbplacinglist {
  padding-left: 18px;
  margin: 0px; 	
}
.mbplacinglist li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.mbprolist1 {
  padding-left: 18px;
}
.mbprolist1 li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #222222;
}
.mbprolist1 li:nth-child(1)::marker {
  color: #85B0A1;	
}
.mbprolist1 li:nth-child(2)::marker {
  color: #E37A76;	
}
.mbprolist1 li:nth-child(3)::marker {
  color: #E3C461;	
}
.mbprolist2 {
  padding-left: 18px;
}
.mbprolist2 li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #222222;
}
.mbprolist2 li:nth-child(1)::marker {
  color: #85B0A1;	
}
.solilist {
  padding-left: 18px;
}
.solilist li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #9300FF;
}
.solilist li:nth-child(1)::marker {
  color: #85B0A1;	
}
.procelist {
  padding-left: 18px;
}
.procelist li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #9300FF;
}
.procelist li:nth-child(1)::marker {
  color: #E3C461;	
}
.mbhelplist1 h4 {
  font: normal normal bold 15px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  text-align: center;
  padding-bottom: 24px;
}
.mbhelplist1 ul {
  padding-left: 20px;
}
.mbhelplist1 li {
  padding-bottom: 10px;	
}
.mbhelplist1 li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.mbhelplist1 li:nth-child(1)::marker {
  color: #85B0A1;	
}
.mbhelplist1 li:nth-child(2)::marker {
  color: #E37A76;	
}
.mbhelplist1 li:nth-child(3)::marker {
  color: #E3C461;	
}
.mbhelplist1 li:nth-child(4)::marker {
  color: #7A9093;	
}
.mbhelplist2 h4 {
  font: normal normal bold 15px/26px Poppins;
  letter-spacing: 0px;
  color: #222222;	
  text-align: center;
  padding-bottom: 10px;
}
.mbhelplist2 ul {
  padding-left: 20px;
}
.mbhelplist2 li {
  padding-bottom: 10px;	
}
.mbhelplist2 li a {
  font: normal normal 400 13px/24px Poppins;
  letter-spacing: 0px;
  color: #08B923;
}
.mbhelplist2 li:nth-child(1)::marker {
  color: #E3C461;	
}
.mbhelplist2 li:nth-child(2)::marker {
  color: #7A9093;	
}
.mbhelplist2 li:nth-child(3)::marker {
  color: #5D4E60;	
}
.mbhelplist2 li:nth-child(4)::marker {
  color: #E37A76;	
}	

/*--------------------------------------------------------------
# FULL WEBSITE MEDIA QUERIES CSS
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .container {
	max-width: 1640px;
	width: 100%;
  }
}
@media (max-width: 1746px) { 
  .contact-box {
	padding: 28px 0px 28px 25px;  
	margin-left: 20px;
  }  
  .info-contact h5 {
	font: normal normal 400 15px/30px Poppins;  
  }  
  .contact-social a i {
	font-size: 26px;
  }  
  .contact-social a .bi-twitter-x {
	font-size: 20px;
  }  
  .contact-box h3 {
	font: normal normal 600 24px/1 Poppins;	
	padding-bottom: 20px;
  }  
  .contact-social span {
    font: normal normal 600 12px / 21px Poppins;
  }  
  .contact-social {
	padding: 10px 50px 0px 0px;  
  }  
  .find-form h1 {
	font: normal normal 900 90px/116px poppins !important;   
  }  
  .find-form p {
	font: normal normal bold 16px/25px Charter;  
  }  
  .findbooks-bar {
	margin-bottom: 20px !important;	
  }
  .findbooks-bar .btn {
    padding: 20px;   
  }  
  .findbooks-bar .btn i {    
    font-size: 26px;
  }  
}

@media (max-width: 1400px) {
	.top-bar p {
	  font: normal normal 600 14px / 1 Poppins;
	}	
	.top-bar a {		
	  font: normal normal 600 14px / 1 Poppins;
	}
	.banner-sec .carousel-caption h5 {
	  font: normal normal 600 32px / 48px Poppins;
	}
	.banner-sec .carousel-caption h1 {
	  font: normal normal 600 32px / 48px Poppins;
	}
	.banner-sec .carousel-caption h2 {
	  font: normal normal 600 32px / 48px Poppins;
	}
	.banner-sec .carousel-caption h3 {
	  font: normal normal 600 32px / 48px Poppins;
	}	
	.banner-sec .carousel-caption p {
	  font: normal normal normal 20px / 32px Poppins;
	  padding-right: 60px;
	  margin-bottom: 40px;
	}	
	.slider-btn {
	  width: 250px;
	}	
	.about-us {
	  padding: 160px 0px 80px 0px;
	}	
	.about-txt-bx {
      padding-left: 30px; 
	}	
	.about-txt-bx h3 {
	  font: normal normal bold 38px / 36px Poppins;
	}	
	.about-txt-bx p {
	  font: normal normal normal 16px/32px Poppins;
	}
	.what-we-offer {
	  padding: 80px 0px 70px 0px;
	}	
	.sec-title h3 {
	  font: normal normal bold 38px / 36px Poppins;
	}			
	.offer-box .img-over-txt h4 {
	  font: normal normal 600 21px / 28px Poppins;
	  margin-bottom: 5px;
	}	
	.offer-box .img-over-txt p {
	  font: normal normal normal 16px / 24px Poppins;
	  padding: 0px 30px;
	  margin-bottom: 10px;
	}	
	.offer-btn {
	  padding: 6px 34px;
	  font-size: 12px;
	}
	.our-gallery {
	  padding: 80px 0px 80px 0px;
	}		
	.we-are {
      padding: 80px 0px 80px 0px;
	}		
	.we-are-title h3 {
	  font: normal normal bold 38px / 46px Poppins;
	}
	.we-are-title {
      margin-bottom: 15px;
	}		
	.weare-txt p {
	  font: normal normal normal 16px/32px Poppins;
	}			
	.weare-info-bx {
      margin-bottom: 20px;
	}	
	.weare-info-bx h4 {
	  font: normal normal 600 20px / 28px Poppins;
	  margin-bottom: 6px;
	}		
	.weare-info-bx p { 
	  font: normal normal normal 16px/32px Poppins;
	}	
	.nl-txt h3 {
	  font: normal normal bold 24px / 32px Poppins;
	}			
	.nl-txt p {	
      font: normal normal 600 16px / 24px Poppins;
	}		
	.nl-txt {
      padding: 0px 50px;
	}			
	.nl-form {
      padding-right: 35px;
	}		
	.nl-btn-bx .nl-btn {
      font-size: 14px;
	}		
	.client-say {
      padding: 140px 0px 160px 0px;
	}			
	.client-right {
      padding-left: 50px;
	}		
	.client-txt-bx h3 {
	  font: normal normal bold 38px / 46px Poppins;
      margin-bottom: 21px;	  
	}			
	.client-txt-bx p {	
	  font: normal normal normal 16px/32px Poppins;
	  margin-bottom: 29px;
	}	
	#new-header .nav-link {
	  font: normal normal 500 12px Poppins;	
	  padding: 10px 10px;
	}	
	.banner-part .bnr-over-txt h1 {
      font: normal normal 600 42px / 58px Poppins;
      padding-bottom: 10px;
	}	
	.banner-part .dark-overlay p {
      font: normal normal normal 24px / 40px Poppins;
	}	
	.visionary-txt-bx h3 {
	  margin-bottom: 20px;
	}	
	.visionary-txt-bx p {
      font: normal normal normal 18px / 36px Poppins;
	}	
	.journey-txt-bx h2 {
	  font: normal normal bold 24px / 36px Poppins;
	  margin-bottom: 20px;
	}	
	.journey-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}	
	.innovation-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}		
	.mission-txt-bx h3 {
      margin-bottom: 20px;
	}			
	.mission-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.impact-part .impact-overlay p {
	  font: normal normal normal 18px / 36px Poppins;
	}		
	.impact-part .impact-over-txt h6 {
	  font: normal normal bold 24px / 1 Poppins;
	  margin-bottom: 20px;
	}	
	.awards-banner-part .award-over-txt h1 {
      font: normal normal 600 42px / 58px Poppins;
      padding-bottom: 10px;
	}	
	.awards-banner-part .award-dark-overlay p {
      font: normal normal normal 24px / 40px Poppins;
	}		
	.lighting-txt-bx h3 {
	  margin-bottom: 20px;
	}		
	.lighting-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.roll-program-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.chamber-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.sparks-award-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.timeless-txt-bx h4 {
	  font: normal normal bold 36px / 62px Poppins;
	}	
	.timeless-txt-bx {
      padding-bottom: 30px;
	}
	.community-part .community-over-txt h1 {
      font: normal normal 600 42px / 58px Poppins;
      padding-bottom: 10px;
	}	
	.community-part .community-dark-overlay p {
      font: normal normal normal 24px / 40px Poppins;
	}		
	.empowering-txt-bx h3 {
	  font: normal normal bold 30px / 40px Poppins;
	  margin-bottom: 20px;
	}
	.empowering-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}	
	.initiatives-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.events-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.nonprofit-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.memberships-txt-bx p {
	  font: normal normal normal 18px / 36px Poppins;
	}
	.memberships-right ul li {
	  font: normal normal normal 18px / 36px Poppins;
	  margin-bottom: 10px;
	}			
	.memberships-txt-bx h3 {	
      margin-bottom: 20px;
	}		
	.faq-banner-part .faq-over-txt h1 {
	  font: normal normal 600 42px / 58px Poppins;
	}			
	.blog-banner-part .blog-over-txt h1 {
      font: normal normal 600 42px / 58px Poppins;
      padding-bottom: 10px;
	}	
	.blog-banner-part .blog-over-txt p {
      font: normal normal normal 24px / 40px Poppins;
	}		
	.faq-section {
      padding: 100px 0px;
	}	
	.faq-section h4 {
	  font: normal normal bold 36px / 62px Poppins;
	}
	.faq-section .accordion-button {
      font: normal normal 600 24px / 36px Poppins;
	}	
	.faq-section .accordion-body {
      font: normal normal normal 16px / 26px Poppins;
	}	
	.bookfair-banner .bookfair-txt h1 {
	  font: normal normal 600 42px / 58px Poppins;
      padding-bottom: 10px;
	}	
	.bookfair-banner .bookfair-txt h2 {
	  font: normal normal 600 42px / 58px Poppins;
      padding-bottom: 10px;
	}	
	.bookfair-banner .bookfair-txt p {
      font: normal normal normal 24px / 40px Poppins;
	}	
	.why-bookfair-t h1 {
	  font: normal normal bold 36px / 1 Poppins;
      padding-bottom: 21px;
	}	
	.why-bookfair-t h2 {
	  font: normal normal bold 36px / 1 Poppins;
      padding-bottom: 21px;
	}	
	.why-bookfair-t p {
	  font: normal normal normal 18px / 36px Poppins;
	}	
	.bookfair-boxes-t p {
	  font: normal normal normal 18px / 36px Poppins;
	}	
	.tech-fingertip .title-box h2 {
	  font: normal normal bold 36px / 62px Poppins;
	}	
	.tech-fingertip-t .tech-fingertip-info p {
	  font: normal normal normal 18px / 36px Poppins;
    }	
	.bf-commitment .bf-commitment-txt p {
	  font: normal normal normal 18px / 36px Poppins;
	}	
	.rg-onsite-banner .rg-onsite-txt h1 {
	  font: normal normal 600 42px / 58px Poppins;
	  padding-bottom: 10px;
	}	
	.rg-onsite-banner .rg-onsite-txt p {
      font: normal normal normal 24px / 40px Poppins;
	}		
	.rg-online-banner .rg-online-txt h1 {
	  font: normal normal 600 42px / 58px Poppins;
	  padding-bottom: 10px;
	}	
	.rg-online-banner .rg-online-txt p {
      font: normal normal normal 24px / 40px Poppins;
	}			
	.bmaps-banner .bmaps-txt h1 {
	  font: normal normal 600 42px / 58px Poppins;
	  padding-bottom: 10px;
	}	
	.bmaps-banner .bmaps-txt p {
      font: normal normal normal 24px / 40px Poppins;
	}		
	.what-bmaps-t h2 {
	  font: normal normal bold 36px / 1 Poppins;
      padding-bottom: 21px;
	}	
	.what-bmaps-t p {
	  font: normal normal normal 18px / 36px Poppins;
	}	
	.bmaps-feature .title-box h2 {
	  font: normal normal bold 36px / 62px Poppins;
	}	
	.bmaps-feature ul li {
	  font: normal normal normal 18px / 36px Poppins;
	}	
	.bmaps-boxes .title-box h2 {
	  font: normal normal bold 36px / 62px Poppins;
	}	
	.bmaps-boxes-t h5 {
	  font: normal normal 600 24px / 1 Poppins;
	  padding: 20px 0px 15px 0px;
	}	
	.bmaps-boxes-t p {
	  font: normal normal normal 18px / 36px Poppins;
	}		
	.casestudies-part .casestudies-over-txt h1 {
      font: normal normal 600 42px / 58px Poppins;
      padding-bottom: 10px;
	}	
	.contact-box h3 {
	  font: normal normal 600 24px/1 Poppins;	
	  padding-bottom: 20px;
	}	
	.contact-box {
	  padding: 28px 0px 28px 25px;  
	  margin-left: 20px;
	}	
	.info-contact h5 {
	  font: normal normal 400 12px/24px Poppins;  
	}	
	.contact-social a i {
	  font-size: 26px;
	}	
	.contact-social span {
      font: normal normal 600 12px / 21px Poppins;
	}	
	.contact-social {
  	  padding: 10px 50px 0px 0px;  
	}
  	.contact-social a .bi-twitter-x {
	  font-size: 20px;
	}
	.find-form {
	  padding: 80px 0px 57px 0px !important;	
	}	
	.find-form h1 {
	  font: normal normal 900 72px/76px Poppins !important;
	}
	.find-form p {
	  font: normal normal bold 12px/21px Charter;
	  padding-bottom: 28px;
	}	
	.findbooks-bar {
	  margin-bottom: 20px !important;	
	}
	.findbooks-bar .btn {
	  padding: 18px;   
	}  
	.findbooks-bar .btn i {    
	  font-size: 26px;
	}	
	.bf-commitment-txt {
	  width: 100%;	
	}	
	.social-point {
	  width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;	
	}		
}
		
@media (max-width: 1098px) {
	
	#new-header .navbar-brand {
	  font: normal normal 600 16px / 1 Poppins;
	}
	.banner-sec .carousel-caption h5 {
      font: normal normal 600 28px / 38px Poppins;
	}
	.banner-sec .carousel-caption h1 {
      font: normal normal 600 28px / 38px Poppins;
	}
	.banner-sec .carousel-caption h2 {
      font: normal normal 600 28px / 38px Poppins;
	}
	.banner-sec .carousel-caption h3 {
      font: normal normal 600 28px / 38px Poppins;
	}
	.banner-sec .carousel-caption p {
	  font: normal normal normal 16px / 28px Poppins;
	}
	.ftr-icon-list li i {
      font-size: 18px;
	}	
	#new-header .searchform .search span {
      font-size: 12px;
	}	
	#new-header .searchform .form-control {
      font-size: 12px;
	}	
	#new-header .searchform .search {
      width: 30px; 
	}	
	#new-header .request-btn {
	  padding: 0px 10px;
	  font: normal normal 500 10px / 15px Poppins;	  
	}	
	#new-header .navbar-brand {
	  font: normal normal 600 14px/1 Poppins;
	}	
	#new-header .nav-link {
	  font: normal normal 500 15px Poppins;	
	  padding: 10px 8px;
	}
	
	/* All Module FAQ Section Media Queary Start */
	.faq-section {
      padding: 60px 36px;
	}	
	.faq-section h4 {
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 30px;
	}	
	.faq-section h5 {
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 15px;
	}	
	.faq-section .accordion-button {
	  font: normal normal bold 18px/30px Poppins;
      color: #85B0A1;
	}	
	.faq-section .accordion-body {
	  font: normal normal normal 18px/35px Poppins;
      color: #707070;
	}	
	.rgonline-form1 label {
	  font-size: 11px;
	}
	.rgonline-form2 label {
	  font-size: 11px;		
	}	
	.schedule-form1 label {
	  font-size: 11px;
	}	
	.schedule-form2 label {
	  font-size: 11px;
	}	
	.find-form h1 {
	  font: normal normal 900 52px/52px Poppins !important;
	}	
	.findbooks-bar .btn {
	  padding: 16px 10px;   
	}  
	.findbooks-bar .btn i {    
	  font-size: 26px;
	}		
}	

@media (min-width: 430px) and (max-width: 960px) {
	.bor-right {
	  border: none;	
	}	
	.schedule-form2 {
	  padding-left: 0px;
	}	
	.schedule-form1 {
	  padding-right: 0px;
	}	
	.rgonline-form1 {
	  padding-right: 0px;
	}	
	.rgonline-form2 {
	  padding-left: 0px;
	}
	
	/* All Module FAQ Section Media Queary Start */
	
	.faq-section {
      padding: 60px 36px;
	}		
	.faq-section h4 {
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 30px;
	}	
	.faq-section h5 {
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 15px;
	}	
	.faq-section .accordion-button {
	  font: normal normal bold 18px/30px Poppins;
      color: #85B0A1;
	}	
	.faq-section .accordion-body {
	  font: normal normal normal 18px/35px Poppins;
      color: #707070;
	}	
	.header-wrap {
	  padding: 16px 0px !important;
	}	
	.about-us {
	  padding: 60px 0px 30px 0px !important;
	}	
	.what-we-offer {
	  padding: 30px 0px 0px 0px !important;
	}	
	.our-gallery {
	  padding: 30px 0px 40px 0px !important;
	}	
	.we-are {
	  padding: 30px 21px 50px 21px !important;
	}
	.newsletter {
	  margin-bottom: 40px !important;
	}
	.about-banner img {
	  border: none !important;
	  box-shadow: 0px 3px 6px #00000029 !important;
	  margin-bottom: 30px !important;
	}	
	.clientslider .dots {
	  bottom: -80px !important;
	}	
	.clientslider .dots .dot {
	  width: 23px !important;
	  height: 23px !important;
	}	
	.clientslider .dots .dot.active, .clientslider .dots .dot:hover {
	  background: #E3C461 !important;
	}	
	.about-banner {
	  padding-right: 0px !important;
	}	
	.client-say {
	  padding: 40px 21px 200px 21px !important;
	}	
	.client-right {
	  padding-left: 0px !important;
	}	
	.mobile-abt h3{ 		
	  color: #7a9093;		
	  margin-bottom: 30px;
	  font: normal normal bold 40px/57px Poppins;
	  text-align: center; 
	}
	.about-txt-bx {
	  padding-left: 25px !important;
	  padding-right: 25px !important;
	}	
	.nl-txt {
	  padding: 0px 15px !important;
	}	
	.mb-ftr-logo {
	  position: relative;
	  bottom: 24px;
	}	
	.mb-ftr-logo h6 {
	  font: normal normal bold 24px/40px Poppins;
	  letter-spacing: 0px;
	  color: #FFFFFF;
	  opacity: 1;
	}	
	#fixed-social {
	  position: relative !important;	
	  top: inherit !important;	
	  display: flex !important;
	}	
	.fixed-facebook{
	  border-top-left-radius: 0px !important;
	}	
	.fixed-youtube {
	  border-bottom-left-radius: 0px !important;
	}	
	.social-point {
	  width: 20% !important;
	  border: 1px solid #eff4f2 !important;
	  line-height: 70px !important;
	  height: 70px !important;
	}	
	.index-footer {
	  border-bottom: none !important;
	  padding: 0px 0px 22px 0px !important;
	}	
	.blogdetail-sec {
  	  padding: 0px !important;
	}	
	.blogopen-btm-bx {
	  margin: 0px 17px !important;
	  padding: 19px !important;
	  background: #fff !important;
	  position: relative !important;
	  bottom: 50px !important;
	  border-radius: 20px !important;
	  box-shadow: 0px 3px 6px #00000029 !important;
	}
	.mb-blogopen {
	  display: flex;
	  justify-content: space-between;
	  align-items: baseline;
	}	
	.mb-blogopen h4 {
	  font: normal normal 600 15px/23px Poppins;
	  letter-spacing: 0px;
	  color: #707070;
	  opacity: 1;
	}	
	.blogopen-btm-bx h2 {
	  text-align: left;
	  font: normal normal bold 28px/46px Poppins;
	  letter-spacing: 0px;
	  color: #85B0A1;
	  opacity: 1;
	  padding-bottom: 6px;
	}	
	.contact-info li {
	  text-align: center !important;
	}	
	.index-ftr-left p {
	  text-align: center !important;
	}	
	.teacher-bx {
	  width: 100%;
	  padding: 30px 30px;
	}	
	.cordinator-bx {
	  width: 100%;
	  padding: 30px 30px;
	}   
    .find-form h1 {
      font: normal normal 900 48px / 52px Poppins !important;
	}	
    .findbooks-bar {
	  margin-bottom: 20px !important;	
	}		
	.findbooks-result {
	  margin-bottom: 11px !important;
	}	
    .findbooks-result a {
      font: normal normal 600 16px / 21px Charter;
	}	
	.findbooks-bar input {
	  padding: 10px 20px;
	}
	.findbooks-bar .btn {
	  padding: 16px 20px;	
	}	
	.findbooks-bar .btn i {
	  font-size: 24px;
	}
}


@media (min-width: 0px) and (max-width: 430px) {
	
	/* All Module FAQ Section Media Queary Start */
	
	.faq-section {
      padding: 60px 36px;
	}		
	.faq-section h4 {
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 30px;
	}	
	.faq-section h5 {
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 15px;
	}	
	.faq-section .accordion-button {
	  font: normal normal bold 18px/30px Poppins;
      color: #85B0A1;
	}	
	.faq-section .accordion-body {
	  font: normal normal normal 18px/35px Poppins;
      color: #707070;
	}	
	.banner-part { 
	  height: 287px !important;
	}	
    .bnr-over-txt {
	  padding: 56px 12px 0px 12px !important;
	}	
	.banner-part .bnr-over-txt h1 { 
	  font: normal normal 600 25px/35px Poppins !important;
	  padding-bottom: 10px !important;
	}	
	.banner-part .dark-overlay p { 
	  font: normal normal normal 18px/30px Poppins !important;
	}	
	.visionary-bx {
	  padding: 60px 20px !important;
	}	
	.visionary-txt-bx h3 {
	  font: normal normal bold 24px/30px Poppins !important; 
	  margin-bottom: 25px !important;
	  color:  #85B0A1 !important;
	}	
	.visionary-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  padding: 0px !important;
	}	
	.journey-txt-bx {
	  padding: 0px !important;
	}	
	.journey-bx {
	  padding: 50px 21px !important;
	}	
	.journey-txt-bx h4 {
	  font: normal normal bold 24px/30px Poppins !important;
	  text-align: center !important;
	  margin-bottom: 24px !important;
	  color:  #85B0A1 !important;
	}
	.journey-txt-bx h2 {
	  text-align: center !important;
	  font: normal normal 20px/30px Poppins !important;
	  color:  #85B0A1 !important;
	  margin-bottom: 20px !important;
	}	
	.journey-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  margin-bottom: 46px !important;
	}	
	.mission-bx {
	  padding: 62px 20px 20px 20px !important;
	}	
	.mission-txt-bx h4 {
	  text-align: center !important;
	  font: normal normal bold 24px/30px Poppins !important;
	  color:  #85B0A1 !important;
	  margin-bottom: 20px !important;
	}	
	.mission-txt-bx h3 {
	  text-align: center !important;
	  font: normal normal 20px/30px Poppins !important;
	  color:  #85B0A1 !important;
	  margin-bottom: 17px !important;
	}	
	.mission-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  margin-bottom: 58px !important;
	}	
	.impact-part {
	  margin: 0px 0px 70px 0px !important;
	  height: auto !important;
	  background-attachment: inherit;
	}	
	.impact-part .impact-over-txt {
	  padding: 20px 20px 20px 20px !important;		
	}	
	.impact-part .impact-over-txt h4 {
	  text-align: center !important;
	  font: normal normal bold 22px/32px Poppins !important;
	  margin-bottom: 14px !important;
	}	
	.impact-part .impact-over-txt h6 {
	  text-align: center !important;
	  font: normal normal bold 20px/26px Poppins !important;
	  margin-bottom: 24px !important;
	}	
	.impact-part .impact-overlay {
	  background-color: rgba(0, 0, 0, 0.60) !important;
	}	
	.impact-part .impact-overlay p {
	  font: normal normal normal 16px/30px Poppins !important;
	}	
	.innovation-bx {
	  padding: 60px 20px !important;
	}	
	.innovation-txt-bx h3 {
	  text-align: center !important;
	  font: normal normal 20px/30px Poppins !important;
	  color:  #85B0A1 !important;
	  margin-bottom: 20px !important;
	}	
	.innovation-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	}	
	.innovation-txt-bx {
	  padding: 0px 0px !important;
	}	
	.innovation-bnr-bx {
	  margin-right: 0px !important;
	  border: none !important;
	  padding-bottom: 30px !important;
	}	
	.innovation-bnr-bx img {
	  box-shadow: 0px 3px 6px #00000029 !important;
	}	
	.journey-bnr-bx {
	  border: none !important;
	}	
	.journey-bnr-bx img {
	  box-shadow: 0px 3px 6px #00000029 !important;
	}	
	.awards-banner-part {
	  height: 287px !important;
	}	
	.awards-banner-part .award-dark-overlay {
	  background-color: rgba(0, 0, 0, 50%) !important;
	}	
	.awards-banner-part .award-over-txt {
	  padding: 56px 12px 0px 12px !important;
	}	
	.mb-bnr-award {
	  border-top: 2px solid #ddd !important;
	  padding-top: 30px !important;
	  padding-bottom: 43px !important;
	}	
	.awards-banner-part .award-over-txt h1 {
	  font: normal normal 600 25px/35px Poppins !important;
	  padding-bottom: 0px !important;
	}	
	.awards-banner-part .award-dark-overlay p {
	  font: normal normal normal 18px/30px Poppins !important;
	}	
	.lighting-bx {
	  padding: 60px 21px 52px 21px !important;
	}	
	.lighting-txt-bx h3 {
	  font: normal normal bold 20px/30px Poppins !important;
	  color: #85B0A1 !important;
	  margin-bottom: 30px !important;
	}	
	.lighting-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;	
	  padding: 0px  !important;	
	}	
	.timeless-bx {
	  padding: 0px 21px 0px 21px !important;
	}	
	.timeless-txt-bx h4 {
	  font: normal normal bold 21px/40px Poppins !important;
	}	
	.timeless-txt-bx {
	  padding-top: 20px !important;
	  border-top: 2px solid #ddd !important;
	  padding-bottom: 20px !important;
	}	
	.clientslider {
	  padding-bottom: 80px;
	}	
	.clientslider .cont div p {
	  font: italic normal normal 15px/26px Poppins !important;
	  padding-bottom: 31px !important;		
	}	
	.clientslider .cont div h2 {
	  text-align: center !important;
	  padding-bottom: 31px !important;	
	}	
	.clientslider .dots {
	  bottom: -30px !important;
	}	
	.clientslider .dots .dot {
	  width: 23px !important;
	  height: 23px !important;
	}	
	.clientslider .dots .dot.active, .clientslider .dots .dot:hover {
	  background: #E3C461 !important;
	}	
	.sparks-award-bx {
	  padding: 0px 21px !important;
	  background: none !important;
	}	
	.sparks-award-txt-bx h2 {
	  text-align: center !important;
	  font: normal normal bold 20px/30px Poppins !important;
	  color: #85B0A1 !important;
	  padding-bottom: 17px !important;
	}	
	.sparks-award-txt-bx {	
	  padding-right: 0px !important;
	}	
	.sparks-award-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	}	
	.sparks-banner {
	  padding-left: 0px !important;
	}	
	.roll-program-bx {
	  padding: 0px 21px 34px 21px !important;
	  background: none !important;
	}	
	.roll-program-bnr-bx {
	  border: none !important;	
	}
	.roll-program-bnr-bx img {
	  box-shadow: 0px 3px 6px #00000029;
	}	
	.roll-program-txt-bx h2 {
	  text-align: center !important;
	  font: normal normal bold 20px/30px Poppins !important;
	  color: #85B0A1 !important;
	  padding-bottom: 27px !important;
	}	
	.roll-program-txt-bx {	
	  padding-right: 0px !important;
	}	
	.pt-61 {
	  padding-top: 61px !important;
	}	
	.roll-program-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  padding-bottom: 27px !important;
	}	
	.chamber-bx {
	  padding: 0px 21px !important;
	}	
	.chamber-bnr-bx {
 	  border-top: 2px solid #ddd !important;
	  padding-top: 60px !important;
	  padding-bottom: 36px !important;
	}	
	.chamber-bnr-bx img {
	  border: none !important;
	  box-shadow: 0px 3px 6px #00000029 !important;
	}	
	.chamber-txt-bx {
	  padding-left: 0px !important;
	  padding-bottom: 36px !important;		
	}	
	.chamber-txt-bx h3 {
	  font: normal normal bold 20px/30px Poppins !important;
	  color: #85B0A1 !important;
	  padding-bottom: 17px !important;
   	  text-align: center !important;
	  margin: 0px;
	}	
	.chamber-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	}	
	.faq-banner-part {
	  height: 290px !important;
	}	
	.faq-banner-part .faq-over-txt {
	  padding-top: 65px !important;
	}	
	.faq-banner-part .faq-over-txt h1 {
	  font: normal normal 600 25px/35px Poppins !important;
	  padding-bottom: 0px !important;
	}	
	.faq-banner-part .faq-dark-overlay {
	  background-color: rgba(0, 0, 0, 0.1) !important;
	}	
	.community-part {
	  height: 287px !important;
	}	
	.community-part .community-over-txt {
	  padding: 56px 12px 0px 12px !important;
	}	
	.community-part .community-over-txt h1 {
	  font: normal normal 600 21px/32px Poppins;
	  padding-bottom: 10px;
	}	
	.community-part .community-dark-overlay p {
	  font: normal normal normal 16px/24px Poppins;		
	}	
	.empowering-bx {
	  padding:  60px 21px 28px 21px !important;
	}	
	.empowering-txt-bx h3 {
	  font: normal normal bold 21px/30px Poppins;
	  margin-bottom: 23px;
	  color: #85B0A1;
	}	
	.empowering-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  text-align: left;
	}	
	.initiatives-bx {
	  padding: 0px 21px 56px 21px !important;
	}	
	.initiatives-bx h4 {
	  font: normal normal bold 24px/30px Poppins !important;
	  margin-bottom: 9px !important;
	  color: #85B0A1 !important;
	}	
	.initiatives-txt-bx h2 {
	  font: normal normal 18px/30px Poppins;
	  margin-bottom: 20px;
	  color: #85B0A1;
	}	
	.initiatives-txt-bx p {
	  padding-right: 0px !important;
	  padding-bottom: 51px !important;
	  font: normal normal normal 18px/35px Poppins !important;
	  text-align: left;
	}	
	.initiatives-bnr-bx {
	  margin-left: 0px !important;
	}	
	.events-bx {
	  padding: 0px 21px 56px 21px !important;
	}	
	.events-txt-bx { 
	  padding-left: 0px;
	  border-top: 2px solid #dfdfdf;
	  padding-top: 31px;
	}	
	.events-txt-bx h3 {
	  font: normal normal 20px/30px Poppins !important;
	  color: #85B0A1 !important;
	  margin-bottom: 15px !important;
	}	
	.events-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  text-align: left;
	}	
	.nonprofit-bx {
	  padding: 0px 21px 31px 21px !important;
	}	
	.nonprofit-txt-bx {
	  border-top: 2px solid #dfdfdf;
	  padding-right: 0px;
	  padding-top: 31px;
	}	
	.nonprofit-txt-bx h2 {
	  font: normal normal 20px/30px Poppins !important;
	  color: #85B0A1 !important;
	  margin-bottom: 15px !important;
	}	
	.nonprofit-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  text-align: left;
	}	
	.memberships-bx {
	  padding: 0px 21px 70px 21px !important;
	}	
	.memberships-txt-bx {
	  border-top: 2px solid #dfdfdf;
	  padding-top: 31px;
	}	
	.memberships-right {
	  padding-left: 0px !important; 
	}	
	.memberships-txt-bx h3 {
	  font: normal normal 20px/30px Poppins !important;
	  margin-bottom: 15px !important;
	  color: #85B0A1 !important;
	}
	.memberships-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  text-align: left;
	}
	.memberships-right ul li {
	  font: normal normal normal 18px/35px Poppins !important;
	}	
	.casestudies-part {
	  height: 287px !important;
	}
	.casestudies-part .casestudies-over-txt {
	  padding: 56px 12px 0px 12px !important;
	}	
	.casestudies-part .casestudies-dark-overlay {
	  background-color: rgba(51, 51, 51, 0.3) !important;
	}
	.casestudies-sec {
	  padding: 63px 0px 30px 0px !important;
	  margin: 0px 20px !important;
	}	
	.case-btn {
	  width: 100% !important;
	}	
	.casestudies-txt-bx {
	  padding: 33px 0px !important;
	}	
	.casestudies-description p {
	  font: normal normal normal 15px/23px Poppins !important;
	}	
	.casestudies-description {
	  margin-bottom: 33px !important;
	}	
	.casedetail-part {
	  height: 287px !important;
	}	
	.casedetail-part .casedetail-over-txt {
	  padding: 32px 21px 0px 21px !important;
	}	
	.casedetail-part .casedetail-over-txt h1 {
	  font: normal normal 600 25px/35px Poppins !important;
	  margin-bottom: 10px !important;
	}	
	.casedetail-part .casedetail-dark-overlay p {
	  font: normal normal normal 18px/30px Poppins !important;
	}	
	.casedetail-sec {
	  padding: 5px 0px 119px 0px !important;
	  margin: 0px 20px !important;
	}	
	.casedetail-txt-bx h2 {
	  color: #85B0A1 !important;
	  font: normal normal bold 24px/30px Poppins !important;
	}	
	.casedetail-txt-bx p {
	  font: normal normal normal 18px/27px Poppins !important;
	}	
	.casedetail-ul-1 li {
	  font: normal normal normal 18px/27px Poppins !important;
	  color: #707070 !important;
	  margin-bottom: 20px !important;
	}	
	.casedetail-txt-bx span {
	  font: normal normal normal 18px/27px Poppins !important;
	  margin-bottom: 20px !important;
	}	
	.casedetail-ul-2 li {
	  margin-bottom: 20px !important;
	  font: normal normal normal 18px/27px Poppins !important;
	}	
	.examples-sec {
	  padding: 41px 0px 109px 0px !important;
	  margin: 0px 20px !important;	
	}	
	.examples-bx {
	  padding-right: 0px !important;		
	  padding-left: 0px !important;			
	}	
	.examples-bx h2 {
	  margin: 33px 0px 21px 0px !important;
	}	
	.examples-btn {
	  width: 98% !important;
	}	
	.about-us {
	  padding: 60px 0px 30px 0px !important;
	}	
	.about-banner {
	  padding-right: 0px !important;
	}	
	.about-txt-bx {
	  padding-left: 25px !important;
	  padding-right: 25px !important;		
	}	
	.abt-btn {
	  width: 100% !important;
	}	
	.about-banner img {
	  border: none !important;
	  box-shadow: 0px 3px 6px #00000029 !important;
	  margin-bottom: 30px !important;
	}	
	.about-txt-bx p {
	  font: normal normal normal 18px/35px Poppins !important;
	  margin-bottom: 30px !important;
	}	
	.mobile-abt h3{ 		
	  color: #7a9093;		
	  margin-bottom: 30px;
	  font: normal normal bold 40px/57px Poppins;
	  text-align: center; 
	}	
	.what-we-offer {
	  padding: 30px 0px 0px 0px !important;
	}	
	.sec-title h3 {
	  font: normal normal bold 40px/57px Poppins !important;
	}	
	.mobile-60 {
	  margin-bottom: 60px !important;
	}	
	.our-gallery {
	  padding: 30px 0px 40px 0px !important;
	}	
	.we-are {
	  padding: 30px 21px 50px 21px !important;
	}	
	.we-are-title h3 {
	  font: normal normal bold 28px/40px Poppins !important;
	}	
	.we-are-title {
	  margin-bottom: 20px !important;
	}	
	.weare-txt p {
	  font: normal normal normal 18px/35px Poppins !important;
	}	
	.weare-info-bx {
	  padding-bottom: 20px;
      border-bottom: 2px solid #e2e2e2;
	}	
	.weare-banner {
	  display: none !important;
	}	
	.newsletter {
	  margin-bottom: 40px !important;	
	}	
	.nl-overlay {
	  padding: 30px 0px 65px 0px !important;
	}	
	.nl-txt {
	  padding: 0px 15px !important;
	}	
	.nl-overlay form {
	  padding: 0px 15px !important;
	}	
	.nl-txt p {
	  margin-bottom: 30px !important;
	}	
	.nl-form {
	  padding-right: 0px;
	}	
	.nl-input-bx .nl-input { 
	  border-radius: 0px !important;
	}	
	.nl-btn-bx .nl-btn {
	  border-radius: 0px !important;		
	  font-size: 16px !important;
	}	
	.client-say {
	  padding: 40px 21px 24px 21px !important;	
	}	
	.client-right {
	  padding-left: 0px !important;	
	}	
	.client-txt-bx h3 {
	  font: normal normal bold 32px/40px Poppins !important;	
	}	
	.client-txt-bx p {
	  display: none !important;
	}	
	.clientslider .cont div .img {
	  display: none !important;
	}	
	.gallery-slider .owl-dots {
	  text-align: center !important;
	  margin-top: 40px !important;
	}	
	.owl-dots button.owl-dot.active {
	  background-color: #E3C461;
	  outline: none;
	}	
	.gallery-slider .owl-dot {
	  border: 1px solid #707070 !important;
	  background: #fff;
	  width: 23px;
	  height: 23px;
	  border-radius: 50px;
	  margin-right: 10px;
	}	
	.blog-bx {
	  padding: 42px 21px 103px 21px !important;
	}	
	.aside-right-bx {
	  padding-left: 0px !important;
	}	
	.post-txt-bx {
	  padding: 27px 0px 35px 0px !important;
	}	
	.post-entry-1 {
	  background: transparent;
	  border-bottom: 2px solid #dfdfdf;
	  box-shadow: none;
	}	
	.offer-box .img-over-txt p {
	  margin-bottom: 10px !important;
	  font-size: 16px !important;
	  line-height: 21px !important;
	  padding: 0px 20px;
	}	
	.offer-box .img-over-txt h4 {
	  font-size: 21px !important;
	  margin-bottom: 5px !important;
	}	
	.offer-btn {
	  padding: 7px 45px !important;
	}	
	.carousel-indicators {
	  justify-content: center !important;
	  bottom: 30px !important;
	}	
	.initiative-hd {
	  border-top: 2px solid #dfdfdf;
	  padding-top: 28px;
	}	
	.blogdetail-sec{
	  padding: 0px !important;
	}	
	.blogopen-btm-bx {
	  margin: 0px 17px !important;
	  padding: 19px !important;
	  background: #fff !important;
	  position: relative !important;
	  bottom: 50px !important;
	  border-radius: 20px !important;
	  box-shadow: 0px 3px 6px #00000029 !important;
	}	
	.p0-mb {
	  padding: 0px !important;
	}	
	.mb-blogopen {
	  display: flex;
	  justify-content: space-between;
	  align-items: baseline;
	}	
	.mb-blogopen h4{		
	  font: normal normal 600 15px/23px Poppins;
	  letter-spacing: 0px;
	  color: #707070;
	  opacity: 1;
	}	
	.mb-blogopen img{
	  width: 32px !important;
	}	
	.blogopen-btm-bx h2 {
	  text-align: left;
	  font: normal normal bold 28px/46px Poppins;
	  letter-spacing: 0px;
	  color: #85B0A1;
	  opacity: 1;
	  padding-bottom: 6px;
	}	
	.blogopen-btm-bx p {
	  font: normal normal normal 15px/28px Poppins !important;
	}	
	.contact-info li {
	  text-align: center !important;
	  color: #FFFFFF !important;
	}	
	.index-ftr-left p {
	  text-align: center !important;
	}	
	#fixed-social {
	  position: relative !important;	
	  top: inherit !important;	
	  display: flex !important;
	}	
	.fixed-facebook{
	  border-top-left-radius: 0px !important;
	}	
	.fixed-youtube {
	  border-bottom-left-radius: 0px !important;
	}	
	.social-point {
	  width: 20% !important;
	  border: 1px solid #eff4f2 !important;
	  line-height: 70px !important;
	  height: 70px !important;
	}	
	.index-footer {
	  border-bottom: none !important;
	  padding: 0px 0px 22px 0px !important;
	}
	.mb-ftr-logo {
	  position: relative;
	  bottom: 24px;
	}	
	.mb-ftr-logo h6 {
	  font: normal normal bold 24px/40px Poppins;
	  letter-spacing: 0px;
	  color: #FFFFFF;
	  opacity: 1;
	}	
	.header-wrap {
	  padding: 16px 0px !important;
	}	
	.mb-banner {
	  display: block !important;
	  background-size: cover !important;
	  width: auto !important;
	  height: 700px !important;
	}	
	.elVideo {
	  display: none !important;
	}	
	.desk-banner {
	  display: none !important;
	}	
	.banner-sec .carousel-caption p {
	  font-size: 15px !important;
	  line-height: 26px !important;
	  margin-bottom: 24px !important;
	}	
	.slider-txt-bx {
	  padding: 0px 20px !important;
	}	
	.banner-sec .carousel-caption h5 {
	  font-size: 26px !important;
	  line-height: 34px !important;
	}
	.banner-sec .carousel-caption h1 {
	  font-size: 26px !important;
	  line-height: 34px !important;
	}
	.banner-sec .carousel-caption h2 {
	  font-size: 26px !important;
	  line-height: 34px !important;
	}
	.banner-sec .carousel-caption h3 {
	  font-size: 26px !important;
	  line-height: 34px !important;
	}
	.banner-sec .carousel-caption p {
	  padding-right: 0px;	
	}	
	.slider-btn {
	  width: 100% !important;
	  border-radius: 0px !important;
	}	
	.banner-sec .carousel-caption {
	  transform: translate(-0%,-50%) !important;
	}	
	.teacher-bx {
	  width: 100% !important;
	  padding: 30px 30px !important;
	}	
	.cordinator-bx {
	  width: 100% !important;
	  padding: 30px 30px !important;
	}
	.cordinator-box {
	  margin: 80px 0px !important;
	}
	.bookfair-banner {
	  height: 286px !important;	
	}	
 	.bookfair-banner .bookfair-txt {
	  padding: 56px 12px 0px 12px !important;
	}	
	.bookfair-banner .bookfair-txt h1 {
	  font: normal normal 600 24px/35px Poppins !important;
	  padding-bottom: 8px !important;
	}
	.bookfair-banner .bookfair-txt h2 {
	  font: normal normal 600 24px/35px Poppins !important;
	  padding-bottom: 8px !important;
	}	
	.bookfair-banner .bookfair-txt p {
	  font: normal normal normal 18px/30px Poppins !important;
	}	
	.why-bookfair {
	  padding: 52px 0px 20px 0px !important;
	}	
	.why-bookfair-t {
	  padding-left: 0px !important;
	}	
	.why-bookfair-t h1 {
      text-align: center !important;
      font: normal normal bold 24px / 30px Poppins !important;
      letter-spacing: 0px !important;
      color: #85B0A1 !important;
      opacity: 1 !important;
      padding-bottom: 39px !important;
	}
	.why-bookfair-t h2 {
      text-align: center !important;
      font: normal normal bold 24px / 30px Poppins !important;
      letter-spacing: 0px !important;
      color: #85B0A1 !important;
      opacity: 1 !important;
      padding-bottom: 39px !important;
	}	
	.abt-p0 {
	  padding: 0px !important;
	}	
	.mb-cs {
      padding-bottom: 25px !important;
	}	
	.why-bookfair-t p {
	  padding: 0px 36px 20px 36px !important;
	  font: normal normal normal 17px / 34px Poppins !important;
	}	
	.why-bookfair-btn {
	  margin: 0px 36px !important;
	  width: 80%;
	  padding: 0px 0px;
	  font: normal normal 400 14px / 1 Poppins;
	  height: 40px !important;
	}	
	.bookfair-boxes {
	  padding: 0px !important;
	}	
	.bookfair-boxes-t {
	  padding: 0px 36px 0px 36px !important;
	}	
	.bookfair-boxes-t h5 {
	  font: normal normal 600 20px/30px Poppins !important;
	  color: #85B0A1 !important;
	  padding: 26px 0px 15px 0px !important;
	}	
	.bookfair-boxes-t p {
	  font: normal normal normal 18px/35px Poppins !important;
	  color: #707070 !important;
	}	
	.bf-commitment-txt {
      padding: 0px 20px;
      width: 100%;		
	}	
	.tech-fingertip {
	  margin: 0px 36px !important;
	  border-top: 2px solid #ddd;
	  padding: 30px 0px 20px 0px;
	}	
	.tech-fingertip .title-box h2 {
	  text-align: center !important;
	  font: normal normal bold 24px/30px Poppins !important;
	  color: #85B0A1 !important;
	  padding-bottom: 20px !important;
	}	
	.tech-fingertip-t .tech-fingertip-info p {
	  font: normal normal normal 18px/34px Poppins;
	  color: #707070;
	}	
	.tech-fingertip-t .tech-fingertip-info {
	  width: 100% ;
	}	
	.finger-btn	{
	  margin-bottom: 40px;
	  width: 100%;
	  border-radius: 0px;
	  border: none;
	  background-color: #85B0A1;
	  height: 50px;
	  font: normal normal 400 16px/1 Poppins;
	}		
	.tech-fingertip-t {
	  margin-bottom: 30px;
	}			
	.pp-0 {
	  padding: 0px;
	}	
	.abf-question-b h3 {
	  font: normal normal bold 21px/34px Poppins;
	  color: #85B0A1;
	}			
	.rg-onsite-banner {
	  height: 286px;
	  background-position: left;
	}		
	.rg-onsite-banner .rg-onsite-txt {
      padding: 56px 12px 0px 12px;
	}
	.rg-onsite-banner .rg-onsite-txt h1 {
	  font: normal normal 600 25px / 35px Poppins;
      padding-bottom: 8px;
	}
	.rg-onsite-banner .rg-onsite-txt p {
	  display: none;	
	}
	.rg-onsite-banner .rg-onsite-overlay {
	  background-color: rgba(51, 51, 51, 0.4);
	}	
	.rg-form-sec {
	  margin: 0px 36px;
	  padding: 38px 0px 80px 0px;
	}	
	.schedule-form1 {
	  padding-right: 0px;
	}	
	.schedule-form1 h2 {
	  text-align: center;
	  font: normal normal bold 20px/30px Poppins;
	  color: #85B0A1;
	  margin-bottom: 33px;
	}
	.schedule-form1 label {
	  font: normal normal 600 14px/1 Poppins;
	  color: #85B0A1;
	}	
	.bor-right {
	  border: none;	
	}	
	.schedule-form2 {
	  padding-left: 0px;
	}	
	.schedule-form2 h2 {
	  text-align: center;
	  font: normal normal bold 20px/30px Poppins;
	  color: #85B0A1;
	  margin-top: 20px;
	}
	.schedule-form2 label {
	  font: normal normal 600 14px/1 Poppins;
	  color: #85B0A1;
	}
	.rg-online-banner {
	  height: 286px;
	}		
	.rg-online-banner .rg-online-txt {
      padding: 56px 12px 0px 12px;
	}
	.rg-online-banner .rg-online-txt h1 {
	  font: normal normal 600 25px / 35px Poppins;
      padding-bottom: 8px;
	}
	.rg-online-banner .rg-online-txt p {
	  font: normal normal 300 18px / 30px Poppins;	
	}
	.rg-online-banner .rg-online-overlay {
	  background-color: rgba(51, 51, 51, 0.4);
	}	
	.rgonline-sec {
	  margin: 0px 36px;
	  padding: 38px 0px 80px 0px;
	}	
	.rgonline-form1 {
	  padding-right: 0px;
	}	
	.rgonline-form1 h2 {
	  text-align: center;
	  font: normal normal bold 20px/30px Poppins;
	  color: #85B0A1;
	  margin-bottom: 33px;
	}	
	.rgonline-form1 label {
	  font: normal normal 600 14px/1 Poppins;
	  color: #85B0A1;
	}
	.rgonline-form2 {
	  padding-left: 0px;
	}	
	.rgonline-form2 h2 {
	  text-align: center;
	  font: normal normal bold 20px/30px Poppins;
	  color: #85B0A1;
	  margin-top: 20px;
	}
	.rgonline-form2 label {
	  font: normal normal 600 14px/1 Poppins;
	  color: #85B0A1;
	}
	.bmaps-banner {
	  height: 287px;
	}
	.bmaps-txt {
      padding: 56px 12px 0px 12px !important;
	}
	.bmaps-banner .bmaps-txt h1 {
      font: normal normal 600 25px / 35px Poppins;
      padding-bottom: 8px;
	}	
	.bmaps-banner .bmaps-overlay p {
      font: normal normal 300 18px / 30px Poppins;
	}	
	.what-bmaps {
	  padding: 52px 0px 20px 0px;
	}	
	.what-bmaps-t {
	  padding-left: 0px;
	}	
	.what-bmaps-t h2 {
      text-align: center;
      font: normal normal bold 24px / 30px Poppins;
      letter-spacing: 0px;
      color: #85B0A1;
      opacity: 1;
      padding-bottom: 39px;
	}	
	.what-bmaps-t p {
	  padding: 0px 36px 20px 36px;
	  font: normal normal normal 17px / 34px Poppins;
	}
	.bmaps-boxes .title-box h2 {
	  text-align: center;
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 25px;
	}	
	.bmaps-boxes-t h5 {
	  padding: 32px 0px 15px 0px;
	  text-align: center;
	  font: normal normal 600 20px/30px Poppins;
	  color: #85B0A1;
	}	
	.bmaps-boxes-t {
	  padding: 0px 36px;	
	}	
	.bmaps-boxes-t p {
	  font: normal normal normal 16px/30px Poppins;
	  color: #707070;
	  text-align: justify;
	}	
	.bmaps-feature {
	  padding: 50px 0px;
	}	
	.bmaps-feature .title-box h2 {
	  text-align: center;
	  font: normal normal bold 24px/30px Poppins;
	  color: #85B0A1;
	  padding-bottom: 25px;
	}	
	.bmaps-feature ul {
	  padding: 0px 36px;
	}	
	.bmaps-feature ul li {
	  font: normal normal normal 17px / 30px Poppins;
	}	
	.result-school-name {
	  width: 100%;
	  padding-bottom: 10px;
	} 	
	.result-list-inner {
	  display: block;
	}	
	.result-view-info {
	  padding-bottom: 6px;	
	}	
	.school-finder-box button {
	  padding: 0px 0px;
      width: 50px;
	}	
	.school-finder-box .search-input {
	  font-weight: 500;
	  font-size: 12px;
	}	
	.request-part {
      height: 287px;
	}
	.request-part .request-over-txt {
      padding: 56px 12px 0px 12px;
	}	
	.request-part .request-over-txt h1 {
      font: normal normal 600 25px / 35px Poppins;
      padding-bottom: 10px;
	}	
	.request-part .request-dark-overlay p {
      font: normal normal normal 18px / 30px Poppins;
	}	
	.quote-bx {
	  padding: 38px 21px 180px 21px;
	}	
	.quote-title h3 {
	  padding-bottom: 24px;	
	  text-align: center;
	  font: normal normal bold 20px/1 Poppins;
	  color: #85B0A1;
	}	
	.quote-title p {
	  text-align: left;
	  font: normal normal 500 15px/30px Poppins;
	  letter-spacing: 0px;
	  color: #7A9093;
	  padding-bottom: 61px;
	}	
	.quote-option label {
	  color: #85B0A1;
	  font: normal normal 500 16px/26px Poppins;
	  padding-bottom: 19px;
	}	
	.quote-option input {
	  height: 49px;
	}	
	.quote-add-btn {
	  height: 53px;
	  border-radius: 0px;
	  font: normal normal 500 20px/1 Poppins;
	}	
	.quote-upload-btn {
	  height: 53px;
	  border-radius: 0px;
	  font: normal normal 500 20px/1 Poppins;
	}	
	.quote-contact {
      padding: 0px 0px;	
	}	
	.quote-contact h3 {
	  font: normal normal 600 20px/30px Poppins;
	  letter-spacing: 0px;
	  color: #85B0A1;
	  text-align: center;
	  padding-bottom: 33px;
	  padding-top: 36px;
	}	
	.quote-contact label {
	  font: normal normal 600 16px/1 Poppins;
	  letter-spacing: 0px;
	  color: #85B0A1;	  
	}	
	.quote-order h3 {
	  padding-top: 30px;
	  padding-bottom: 8px;
	  font: normal normal 600 16px/1 Poppins;
	  letter-spacing: 0px;
	  color: #85B0A1;
	}	
	.quote-order-mb {
	  background: #fff;
	  padding: 10px;
      border: 1px solid #707070;	  
	}	
	.quote-price-bx {
	  padding-top: 18px;
	}	
	.all-price {
      display: flex;
      justify-content: space-between;
      padding: 6px 0px 6px 0px;
	  align-items: center;
	}	
	.all-price h5 {
	  font: normal normal 600 14px/1 Poppins;
	  letter-spacing: 0px;
	  color: #7A9093;
	}	
	.all-price p { 
	  font: normal normal 600 14px/1 Poppins;
	  letter-spacing: 0px;
      color: #7A9093;
	}	
	.quote-qty {
	  width: 20%;
	}	
	.quote-main {
	  width: 80%;
	}
	.quote-list {
	  display: flex;
      padding-right: 10px;
	  padding-bottom: 11px;
	}	
	.quote-list h4 {
	  font: normal normal 600 14px/1 Poppins;
	  letter-spacing: 0px;
	  color: #7A9093;	
	  width: 50%;
	}		
	.quote-list p { 
	  font: normal normal 500 14px/1 Poppins;
	  letter-spacing: 0px;
	  color: #7A9093;
	}	
	.quote-qty i {
	  color: #7A9093;
	  font-size: 24px;
	  padding-bottom: 15px;
	}	
	.quote-qty input { 
	  margin-bottom: 7px; 
	  text-align: center;
      height: 30px;	  
	}	
	.quote-qty p { 
	  font: normal normal 600 15px/31px Poppins;
	  letter-spacing: 0px;
	  color: #7A9093;
	}	
	.quote-bn {
	  border-bottom: 1px solid #b8b8b8;
	  padding-top: 16px;
      padding-bottom: 14px;
	}	
	.contact-part {
	  height: 287px;  
	  background-image: url(../img/contact-banner-mb.webp);
	}	
	.contact-part .contact-over-txt {
      padding: 56px 12px 0px 12px;
	}	
	.contact-part .contact-dark-overlay {
	  background-color: rgba(51, 51, 51, 0.1);
	}	
	.contact-part .contact-over-txt h1 {
      font: normal normal 600 25px/35px Poppins;
      padding-bottom: 0px;
	}	
	.contact-part .contact-dark-overlay p {
	  font: normal normal normal 18px / 30px Poppins;
	}	
	.contact-wrapper {
	  padding: 36px 21px 50px 21px;
	}	
	.contact-title h3 {
	  padding-top: 0px;
	  color: #85B0A1;
	  font: normal normal 600 20px/1 Poppins;
	  padding-bottom: 24px;
	}	
	.contact-title p {
	  font: normal normal normal 15px/30px Poppins;
	  padding-bottom: 39px;
	}	
	.contact-wrapper label {
	  font: normal normal 600 16px/1 Poppins;
	  color: #85B0A1;
	}	
	.find-form {
	  padding: 95px 0px 57px 0px;
	}	
	.find-form h1 {
	  font: normal normal 900 36px/36px Poppins !important;
	  padding-bottom: 16px;
	}	
	.find-form p {
  	  text-align: center;
      font: normal normal 600 15px/23px Poppins !important;
	  padding-bottom: 20px;
	}	
	.findbooks-bar {
	  margin-bottom: 20px !important;	
	}	
	.findbooks-bar input {
	  padding: 0px;	
	  font-size: 14px;	
	  padding: 0px 8px;
	}	
	.findbooks-bar .btn {
	  padding: 8px 14px;	
	}
	.findbooks-bar .btn i {
	  font-size: 19px;	
	}	
	.findbooks-bar .form-control::placeholder {
	  font-size: 14px;
	}	 
	.findbooks-result {
	  margin-bottom: 11px;
	  padding: 17px 19px;
	}	
	.findbooks-result a {
      font: normal normal 600 12px / 20px Charter;
	}  
	.bg-main-find {
	  background-position: left center;
	  background-size: auto 100%;	
	  min-height: 571px !important;
	}
}


