/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


body,html{height: 100%;}
html { font-size: 62.5%; }  /* =10px */
/*
 * Base structure
 */
a{
  text-decoration: none;
  color: #652CA1;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
  url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/AvenirNextLTPro.woff2') format('woff2'),
  url('fonts/AvenirNextLTPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Medium';
  src: local('Avenir Next Medium'), local('Avenir-Next-Medium'),
  url('fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
  url('fonts/AvenirNextCyr-Medium.woff') format('woff'),
  url('fonts/AvenirNextCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Bold';
  src: local('Avenir Next Bold'), local('Avenir-Next-Bold'),
  url('fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
  url('fonts/AvenirNextCyr-Bold.woff') format('woff'),
  url('fonts/AvenirNextCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Demi';
  src: local('Avenir Next Demi'), local('Avenir-Next-Demi'),
  url('fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
  url('fonts/AvenirNextCyr-Demi.woff') format('woff'),
  url('fonts/AvenirNextCyr-Demi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/

  font-family: 'Avenir Next LT Pro';
  /*font-family: 'Inter', sans-serif;*/
  font-weight: normal;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;

  padding-top: 82px;

}
p{
  font-family: 'Avenir Next Medium';
}
.para-book{
  font-family: 'Avenir Next LT Pro';
}
h1{
  font-size: 5.8rem;

  font-weight: 800;
  

}
h2{
  font-size: 5rem;
  font-family: 'Avenir Next Demi';

}
h3{
  font-size: 2.4rem;
  font-weight: 500;
  font-family: 'Avenir Next Demi';
}
.btn{
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.5rem;
  border-width: 2px;
  font-family: 'Avenir Next Medium';
}
.btn-primary{
   background: #249DBF;
   border-color: #249DBF;

}
.btn-primary:hover{
   background: #652CA1;
   border-color: #652CA1;
}
.navbar-expand-lg{
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-size: 1.5rem;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  padding: 5px 24px;
}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {


  color: #249DBF;
}
.navbar-text a{
  background: #249DBF;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 23px;
  border-radius: 5px;
  font-family: 'Avenir Next Demi';
}
.navbar-text a:hover{
  background: #652CA1;
  color: #fff;
}
.dropdown-menu{
  border: 0;
  border-top: 2px solid #249DBF;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 0;
  border-top-right-radius:0 ;

}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-item{
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #652CA1;
}
.footer{
  background: #EFEFEF;
  padding-top: 75px;
  padding-bottom: 30px;
}
.social-links a{
  display: inline-block;
  padding: 5px 23px;
}
.social-links a:hover svg path {
  fill: #652CA1;
}
.ft-mid{
  padding-top: 50px;
  padding-bottom: 100px;
}
.text50{
  font-size: 5rem;
}
.fw-semi-bold{
  font-family: 'Avenir Next Demi';
}
.fw-medium{
  font-weight: 500 !important;
  font-family: 'Avenir Next Medium';
}
.text-purple{
  color: #652CA1;
}
.ft-links a{
  display: inline-block;
  margin: 5px 22px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  font-family: 'Avenir Next Medium';
}
.ft-links a:hover{
color: #652CA1;
}
.copytext, .copytext a{
color: #929392;
  font-family: 'Avenir Next Medium';
}
.get-form{
  background: url("images/get-update-bg.svg") no-repeat top left;
  padding-top: 150px;
  padding-bottom: 50px;
  background-size: cover;
}
.get-form .form-control, .white-form .form-control{
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  padding-left: 0;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
}
.form-floating > label{
  color: #fff;
  padding-left: 0;
  margin-bottom: 5px;
}
.get-form .btn-primary:hover{
  border-color: #249DBF;
}
.banner-section{
  background: url("images/banner-bg.jpg") no-repeat top right;
  border-bottom-left-radius: 150px;
  height: 825px;
  background-size: cover;
}
.banner-overlay{
  background: rgba(101,44,161,0.8) url("images/banner-bubble.svg") no-repeat bottom right;
  height: 100%;
  border-bottom-left-radius: 150px;
}
.vid-box{
  border: 2px solid #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.16);
}
.btn-dark{
   border-color: #249DBF;
   background: #652CA1;
 }
.btn-dark:hover{
  border-color: #249DBF;
  background: #249DBF;
}
.banner-pic-box{
  background: transparent linear-gradient(180deg, #916ADB 0%, #C048D9 49%, #FF824F 100%) 0% 0% no-repeat padding-box;
  border-radius: 182px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.banner-pic-box img{
  border-radius: 182px;
  position: absolute;

  bottom: 0;

}
.section{
  padding: 120px 0;
}
.linediv{
  overflow: hidden;
}
.linediv img{
  margin-left: -30px;
}
.subscribe-section{
  background: url("images/get-free-bg.jpg") no-repeat top center;
  background-size: cover;
}
.subscribe-overlay{
  background: rgba(255,255,255,0.9);
  padding-top: 70px;
  padding-bottom: 250px;
}
.subscribe-section .form-control, .dark-form .form-control{
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  padding-left: 0;
  height: 50px;
  font-size: 1.6rem;
  color: #000;
}
.subscribe-section .form-floating > label, .dark-form .form-floating > label{
  color: #000;
  padding-left: 0;
  margin-bottom: 5px;
}
.what-do-section{
  background: url("images/grd-bg.png") no-repeat top left;
  padding: 250px 0;
  margin-top: -260px;
  background-size: cover;
}
.border-blue{
  border-color: #249DBF !important;
}
.border-purple{
  border-color: #652CA1 !important;
}
.bg-purple{
  background: #652CA1 !important;
}
#carouselPresentation .carousel-indicators, #carouseTestimonials .carousel-indicators, #carouselPast .carousel-indicators{
  position: static;
  margin-top: 50px;

}
#carouselPresentation .carousel-indicators [data-bs-target], #carouseTestimonials .carousel-indicators [data-bs-target],  #carouselPast .carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  opacity: 1;
}
#carouselPresentation .carousel-indicators [data-bs-target].active, #carouseTestimonials .carousel-indicators [data-bs-target].active,  #carouselPast .carousel-indicators [data-bs-target].active{
  background: #3E3E3E;
}
#carouseTestimonials .carousel-control-prev, #carouseTestimonials .carousel-control-next{
  width: 20px;
  opacity: 1;
}
#carouseTestimonials .carousel-control-prev{
  margin-left: -60px;
}
#carouseTestimonials .carousel-control-next{
  margin-right: -60px;
}
#carouseTestimonials .carousel-control-next-icon{
  background-image: url("images/blue-arrow-right.svg");
  margin-top: -55px;
}
#carouseTestimonials .carousel-control-prev-icon{
  background-image: url("images/blue-arrow-left.svg");
  margin-top: -55px;
}
.home-blog-section{
  background: url("images/blog-bg.jpg") no-repeat top center;
  background-size: cover;
}
.overlay-grey{
  background: rgba(224,224,224,0.9);
}
.blog-img-home{
  border: 4px solid #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.16);
  position: relative;
}
.home-news-heading{
  position: relative;
  z-index: 1;
  margin-top:-85px;
}
.date-box{
  width: 94px;
  height: 93px;
  /* UI Properties */
  background: transparent linear-gradient(0deg, var(--unnamed-color-249dbf) 0%, var(--unnamed-color-652ca1) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #249DBF 0%, #652CA1 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.text56{
  font-size: 5.6rem;

}
.date-box .text56{
  line-height: 0.8;
}
.text36{
  font-size: 3.6rem;
}
.rounded-6{
  border-radius: 30px;
}
.scrolled-fixed-top{
  box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.16);
}
#fixed-social {
  position: fixed;
  top: 370px;
  right: -80px;
  z-index: 99;

}
#fixed-social a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 208px;
  margin-bottom: 5px;
  z-index: 2;
  background: #249DBF;
  box-shadow: 0 3px 10px rgba(0,0,0,0.16);
  font-size: 1.4rem;
  font-weight: 500;
  transform: rotateZ(90deg);
  text-transform: uppercase;
  font-family: 'Avenir Next Medium';
}
#fixed-social a:hover{
  background: #652CA1;
}
.inner-banner{
  height: 478px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  border-bottom-left-radius: 150px;
}
.inner-banner .banner-overlay{
background: rgba(101,44,161,0.8);
}
.inner-banner h1{
  font-size: 4rem;
   font-family: 'Avenir Next Demi';
}
.text24{
  font-size: 2.4rem;
}
.text22{
  font-size: 2.2rem;
}
.about-top-section{
  margin-top: -110px;
}
.quick-contact-section{
  background: transparent linear-gradient(270deg, #249DBF 0%, #652CA1 100%) 0% 0% no-repeat padding-box;
  min-height: 912px;
  padding-top: 100px;
}
.past-section{
  margin-top: -430px;
}
.new-testimonial{
  background: url("images/new-testi-bg.jpg") no-repeat top center;
  background-size: cover;
}
.blue-overlay{
  background: rgba(36, 157, 191, 0.6);
}
.testi-content-box{
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.16);
  background: #fff;
  border-radius: 6px;
  margin: 10px;
}
.testi-inner{
  padding: 25px;
}
.text-blue-50{
color: rgba(36, 157, 191, 0.5);
}
.owl-dots{
  margin-top: 50px;
  text-align: center;
}
.owl-dot{
   width: 10px;
  height: 10px;
  background: #CCCCCC;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  display: inline-block;
}
.owl-dot.active{
  background: #3E3E3E;
}
.solution-icon{
  width: 84px;
  height: 84px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-blue{
  color: rgba(36, 157, 191, 1);
}
.years-box{
  width: 260px;
  height: 260px;
  /* UI Properties */
  background: transparent linear-gradient(0deg, var(--unnamed-color-249dbf) 0%, var(--unnamed-color-652ca1) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #249DBF 0%, #652CA1 100%) 0% 0% no-repeat padding-box;
  border-top-left-radius: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.year-inner{
  padding: 40px;
}
.text94 {
  font-size: 9.4rem;
  line-height:1;
}
.text32{
  font-size: 3.2rem;
  line-height: 1.3;
}
.bg-blue-light{
  background: rgba(36, 157, 191, 0.1);
}
.full-input{
  border: 1px solid #3384B8;
  background: #E8F5F9;
  color: #929392;
  font-size: 1.6rem;
  height: 48px;
}
.btn-link{
  color: #929392;
  text-decoration: none;
}
.math-debate .get-form{
  background:rgba(36, 157, 191, 0.1) url("images/get-update-bg.svg") no-repeat top left;
}
.blog-detail-section{
  margin-top: -132px;
}
.blog-detail-section .home-news-heading{
  margin-top: -46px;
}
.text28{
  font-size: 2.8rem;
}
.text18{
  font-size: 1.8rem;
}
.btn-black{
  background: #000000;
  border-color: #000000;
  padding: 12px 80px;
  border-radius: 12px;
}
.btn-black:hover{
  background: #3384B8;
  border-color: #3384B8;
  color: #fff;
}
.form-check-input{
  width: 32px;
  height: 32px;
}
.form-check{
  padding-left: 40px;
}
.form-check .form-check-input{
  margin-left: -44px;
}
.form-check-input:checked{
  background-color: #652CA1;
  border-color: #652CA1;
}
.btn-outline-primary{
  border-color: #4D9BBB;
  color: #929392;
  border-radius: 30px;
}
.btn-outline-primary:hover{
  border-color: #652CA1;
  background: transparent;
  color: #652CA1;
}
.border-purple.btn-dark:hover{
  border-color: #4D9BBB !important;
}
.presentations-top{
  background: url("images/presentationtop-bg.svg") no-repeat top 80px center;
}
.helping-section{
  background: url("images/help-bg.jpg") no-repeat top center;
  background-size: cover;
}
.overlay-purple{
  background: rgba(101,44,161,0.75);
}
.presentations-page .new-testimonial .section{
  padding-bottom: 230px;
}
.presentations-page .get-form{
  margin-top: -90px;
}
.presntation-list{
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid #C9C9C9;
}
.presntation-content .presntation-list:last-of-type{
  border-bottom: 0;

  margin-bottom: 0;
}
.round-img{
  border-radius: 32px;
}
.pod-list{
  padding: 25px;
  box-shadow: 0 0 20px rgba(0,0,0,0.09);
  margin-bottom: 25px;
  border-radius: 13px;
}
.text14{
  font-size: 1.4rem;
}
.btn-grd{
  border: 0;
  background: transparent linear-gradient(0deg, #249DBF 0%, #652CA1 100%) 0% 0% no-repeat padding-box;
}
.text290{
  font-size: 29rem;
  line-height: 1;
}
.presntation-content h3 a{
  color: #4D9BBB;
  text-decoration: underline;
}
.presntation-content p a{
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.home-news-heading h3 a{
  color: #000;
}
.home-news-heading h3 a:hover{
  color: #652CA1;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li{ position: relative;  }
  .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; left:auto;
  }
  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{ display: block; }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
} 
@media (min-width: 1400px) {
  .container{
    max-width: 1230px;
  }
.navbar .container, .inner-banner .container, .container1600{
max-width: 1640px;
}
}
@media (max-width: 1399px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 16px;
    padding-right: 16px;
  }
  h1{
    font-size: 5rem;
  }
}
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
  }
  .navbar-brand img{
    width: 200px;
  }
   .btn{
    padding-left: 30px;
     padding-right: 30px;
  }
   #carouseTestimonials{
     margin-left: 60px;
     margin-right: 60px;
   }
   .text50{
     font-size: 4rem;
   }
   .inner-banner{
    height: 300px;
   }
   .about-top-section{
    margin-top: -60px;
   }
  body{
    padding-top: 63px;
  }
}
@media (max-width: 991px) {
  .banner-section .btn{
    display: block;
    margin-bottom: 10px;
  }
  h1{
    font-size: 3.6rem;
  }
  h2{
    font-size: 3.2rem;
  }
  h3{
    font-size: 2.2rem;
  }
  .text56{
    font-size: 3.6rem;
  }
  .text36{
    font-size: 2.4rem;
  }
  .text50{
    font-size: 3.2rem;
  }
  .ft-links a{
    margin: 5px 10px;
  }
  .navbar-toggler{
    border: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 1.6rem;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .banner-pic-box{
    display: inline-flex;
  }
  .banner-pic-box img{
    position: static;
    max-width: 100%;
  }
  .banner-section{
    height: auto;
  }
  .banner-section .banner-overlay{
    padding: 50px 0;
  }
  .section{
    padding: 60px 0;
  }
  .what-do-section{
    padding-bottom: 50px;
  }
  #carouseTestimonials .carousel-control-prev{
    margin-left: -30px;
  }
  #carouseTestimonials .carousel-control-next{
    margin-right: -30px;
  }
  #carouseTestimonials{
    margin-left: 40px;
    margin-right: 40px;
  }
  .ft-mid .btn{
    display: block;
    margin-bottom: 15px;
  }
  .ft-mid{
    padding-top: 0;
    padding-bottom: 50px;
  }
  .copytext, .copytext a{
    font-size: 1.4rem;
  }
  .presentation-section .btn{
    font-size: 1.4rem;
  }

.inner-banner, .inner-banner .banner-overlay{
  border-bottom-left-radius: 50px;
} 
.text94{
  font-size: 5.4rem;
}
.years-box{
  width: 150px;
  height: 150px;
}
.text32{
  font-size: 2.2rem;
}
  .presentations-page .get-form {
    margin-top: -135px;
  }
  .presntation-list{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .text290{
    font-size: 10rem;
  }
  .text28{
    font-size: 2.2rem;
  }
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-1rem) translateX(0.15rem);
}

a.prev {
    border: 2px solid #4D9BBB;
    padding: 15px 45px !important;
}

.prev:hover {
    border-color: #652CA1;
    background: transparent;
    color: #652CA1;
}

a.next {
    border: 2px solid #4D9BBB;
    padding: 15px 45px !important;
}

.next:hover {
    border-color: #652CA1;
    background: transparent;
    color: #652CA1;
}

a.page-numbers {
    /* border: 2px solid #4D9BBB; */
    color: #929392;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 15px 20px;
}

span.current {
    border: 2px solid #652CA1;
    color: #929392;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 15px 20px;
}