/* CSS Document */
.content-inner p > a,.inlinks {
  color: #fa3830 !important;
  font-weight: 700 !important;
  text-decoration: underline;
}


.ttm-row {

  padding: 70px 0;

}

.section-title .title-header h2.title {

  font-size: 35px;

  line-height: 45px;

}

.spacing-2 {

  padding: 70px 85px 65px 85px;

  margin-right: 0px;

}

.site-branding {

  background: #fa3830;

}

.widget-Categories li span {

  position: absolute;

  right: 0;

  top: 14px;

  width: 130px;

  height: 25px;

  line-height: 23px;

  text-align: center;

  border-radius: 0px;

    border: 1px solid #052c52;

  display: block;

  font-size: 16px;

  font-weight: 400;

  transition: all 0.5s;

  background-color:#f6fbff;

  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);

  -moz-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);

  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);*/

  

}

h1 {

  font-size: 35px;

  line-height: 52px;

}

h2 {

  font-size: 30px;

  line-height: 45px;

}

h3 {

  font-size: 25px;

  line-height: 40px;

}

.ttm-course-pdf img {

  width: 50px !important;

}

nav.main-menu li.mega-menu-item ul.mega-submenu li ul {

  left: 0%;

}

nav.main-menu .megamenu-fw .mega-submenu, nav.main-menu .megamenu-content {

  width: 145% !important;

}

.modal-backdrop.show {

  opacity: 0;

} 

.modal-backdrop {

  position: relative;

}

.featured-imagebox-course_highlight .featured-content {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: auto;

}

.banner_slider {

  height: 400px;

}

/*.ttm-page-title-row {

  margin-top: 151px;

}*/

/*.ttm-page-title-row-inner {

  padding: 100px 0 100px 0;

}*/
/*
.ttm-page-title-row img {

  height: 440px;
  width: 100%;

}

.course.single-lp_course {

  margin-top: -50px;

}

.homebaner{
    width: 100%;
    margin-top: 153px;
    height: 589px;

}*/

.ttm-lp-price {

  background-color: #052c52 !important;

}



@media (max-width: 1199px){

nav.main-menu .megamenu-content .menu-col {

  display: block;

}

}

@media (max-width: 991px){

.ttm-row {

  padding: 15px 0 !important;

}

.cta{

  padding: 60px 0 !important;

}

.ttm-page-title-row {

  margin-top: 0px;

}

nav.main-menu .mega-menu-item.megamenu-fw {

  position: relative;

}

.homebaner{

  width: 1280px;

  height: 600px;

}

.toptogglebar,.toptogglebar_button{ display: none; }
.mobile-menu{ background: #fa3830;padding: 0px 20px;}

}

/* Mobile Responsive */

@media (max-width: 767px) {

  .banner_slider .slide_img {

    background-size: cover !important;

  }

  .slide__content--headings::before {

    background-color: transparent;

  }

  .banner_slider {

    height: auto;

  }

  .fs-34 {

    font-size: 20px !important;

    line-height: 28px !important;

  }

  .homebaner{

    width: 375px;

    height: 300px;

  }



}


/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.mySwiper {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.mySwiper .container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3f2fd;
}
.mySwiper.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.mySwiper.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.mySwiper.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*row-gap: 30px;*/
  height: 100%;
  width: 100%;
}
.mySwiper .slide p {
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
}
.mySwiper .slide .quote-icon {
  font-size: 20px;
  color: #4070f4;
}
.mySwiper .slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mySwiper .details .name {
  font-size: 14px;
  font-weight: 600;
}
.details .job {
  font-size: 20px;
  font-weight: 400;
  color: gold;
}
/* swiper button css */
.mySwiper .nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.mySwiper .nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.mySwiper .nav-btn::after,
.mySwiper .nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.mySwiper .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.mySwiper .swiper-pagination-bullet-active {
  background-color: #4070f4;
}
@media screen and (max-width: 768px) {
  .mySwiper .slide p {
    padding: 0 20px;
  }
  .mySwiper .nav-btn {
    display: none;
  }
}
