.font {
  font-family: "Gilroy";
}

::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #212121;
  outline: 1px solid #000000;
}

:focus {
  outline: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
  -ms-outline: none !important;
  -o-outline: none !important;
}

body {
  font-family: "Gilroy";
}

a {
  text-decoration: none;
}

@media (min-width: 1699px) {
  .container {
    max-width: 1515px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1390px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-20 > .col,
.row-20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slide .swiper-lazy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.swiper-slide .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.swiper-button-next,
.swiper-button-prev {
  font-size: 44px;
  color: #d8d8d8;
  background-image: none !important;
  z-index: 10;
  width: auto;
  height: auto;
  line-height: 44px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #4E4E4E;
  color: #4E4E4E;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: not-allowed;
}
@media (max-width: 1199.98px) {
  .swiper-button-next,
.swiper-button-prev {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-next,
.swiper-button-prev {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .swiper-button-next,
.swiper-button-prev {
    font-size: 30px;
  }
}

.swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0px;
}
.swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #4E4E4E;
  width: 15px;
  height: 15px;
  margin: 0 6px !important;
  vertical-align: middle;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #4E4E4E;
}
.swiper-container .swiper-pagination-fraction .swiper-pagination-current,
.swiper-container .swiper-pagination-fraction .swiper-pagination-total {
  font-size: 16px;
}

.infoSection ul li {
  padding-left: 25px;
  position: relative;
}
.infoSection ul li:not(:last-child) {
  margin-bottom: 10px;
}
.infoSection ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #40c9dc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.py-90 {
  padding: 90px 0;
  padding: 80px 0;
}
@media (max-width: 1399.98px) {
  .py-90 {
    padding: 60px 0;
  }
}
@media (max-width: 1199.98px) {
  .py-90 {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .py-90 {
    padding: 35px 0;
  }
}
@media (max-width: 767.98px) {
  .py-90 {
    padding: 20px 0;
  }
}

.comnHeading {
  font-size: 54px;
  font-weight: 600 !important;
  color: #2D2D2D;
  font-family: "Gilroy";
}
@media (max-width: 1399.98px) {
  .comnHeading {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .comnHeading {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .comnHeading {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .comnHeading {
    font-size: 22px;
  }
}

.sub_comnHeading {
  font-size: 26px;
  font-weight: 500;
  color: #91031B;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sub_comnHeading {
    font-size: 16px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 1399.98px) {
  .mb-48 {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .mb-48 {
    margin-bottom: 15px;
  }
}

.homePage {
  overflow-x: hidden;
}

@media (max-width: 575.98px) {
  li, p {
    font-size: 13px;
  }
}
.text-red {
  color: #D15065 !important;
}

.fnt-18 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .fnt-18 {
    font-size: 14px;
  }
}

.fnt-24 {
  font-size: 24px;
}
@media (max-width: 1399.98px) {
  .fnt-24 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .fnt-24 {
    font-size: 18px;
  }
}

.fnt-38 {
  font-size: 38px;
}
@media (max-width: 1399.98px) {
  .fnt-38 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fnt-38 {
    font-size: 20px;
  }
}

.fnt-42 {
  font-size: 42px;
}
@media (max-width: 1399.98px) {
  .fnt-42 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .fnt-42 {
    font-size: 25px;
  }
}

.text-450 {
  color: #F3304D;
}

.text-600 {
  color: #213C22;
}

.text-500 {
  color: #91031B;
}

.text-550 {
  color: #66A154;
}

.text-650 {
  color: #16355C;
}

.text-160 {
  color: #989898;
}

.fnt-s {
  font-weight: 600;
}

.fnt-b {
  font-weight: 700;
}

.bg-500 {
  background: #91031B;
}

.bg-red {
  background: #D15065;
}

.bg-lg-green {
  background: #C5DC3B;
}

.head2 {
  margin-bottom: 30px;
}
.head2 h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  color: #212121;
  padding-bottom: 10px;
}
.head2 h3 span {
  color: #91031B;
}
.head2 h3::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 18px;
  width: 100%;
}
.head2--left h3::before {
  height: 4px;
  max-width: 93px;
  background: #91031B;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991.98px) {
  .head2 h3 {
    font-size: 25px;
  }
}

.fnt-w-sm {
  font-weight: 600 !important;
}

.fnt-w-bd {
  font-weight: 700 !important;
}

main {
  overflow: hidden;
}

.btn-close {
  position: absolute;
  z-index: 1;
  right: 7px;
  top: 5px;
  font-size: 21px;
  background: transparent;
  display: inherit;
  border-radius: 50%;
}

.modal-body video {
  width: 100%;
}

.navbar {
  transition: all 0.5s;
}
.navbar .nav-link {
  color: #4E4E4E !important;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  padding: 29px 0 !important;
  font-weight: 500;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #91031B !important;
}
.navbar .nav-link.active {
  color: #91031B !important;
}
.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  background: #91031B;
  bottom: 0;
  left: 0;
}
.navbar .nav-item:not(:last-child) {
  margin-right: 25px;
}
.navbar.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.navbar-toggler:hover, .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 1199.98px) {
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar .nav-link.active::after {
    content: "";
    height: 3px;
  }
  .navbar .nav-item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    max-width: 75px;
  }
  .navbar .nav-link {
    padding: 13px 0 7px !important;
  }
}

.footer {
  color: #000000;
  padding-top: 20px;
  font-size: 14px;
}
.footer_logo p {
  font-size: 16px;
  color: #3D3D3D;
}
.footer_info a {
  color: #242424;
  transition: all 0.3s;
}
.footer_info a:hover, .footer_info a:hover {
  color: #91031B;
}
.footer input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  outline: none;
  padding: 4px 0px;
  border-bottom: 1px solid #595959;
  color: #595959;
  font-weight: 700;
}
.footer input:hover, .footer input:focus {
  box-shadow: none;
}
.footer .title {
  font-weight: 700;
  font-size: 24px;
  color: #2D2D2D;
  margin-bottom: 40px;
}
.footer .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.footer .menu.menu_col {
  column-count: 2;
}
.footer .menu span {
  font-size: 8px;
  vertical-align: middle;
  color: #979797;
}
.footer .menu li:not(:last-child) {
  margin-bottom: 15px;
}
.footer .menu li .menu-link {
  color: #000000;
  transition: all 0.3s;
  text-transform: uppercase;
}
.footer .menu li .menu-link:hover, .footer .menu li .menu-link:hover {
  color: #91031B;
}
.footer .btn {
  padding: 8px 36px;
  margin-left: 42px;
}
.footer_botton {
  color: #91031B;
  font-family: "Gilroy";
}
.footer .social-icon {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer .social-icon li:not(:last-child) {
  margin-right: 12px;
}
.footer .social-icon li a {
  display: flex;
  height: 43px;
  width: 43px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background: rgba(15, 33, 67, 0.2);
  border: 1px solid rgba(15, 33, 67, 0.2);
  color: #0F2143;
  transition: all 0.6s;
}
.footer .social-icon li a:hover, .footer .social-icon li a:focus {
  background: #fff;
  color: #91031B;
  border-color: rgba(15, 33, 67, 0.2);
}
.footer .info li {
  display: flex;
  align-items: center;
}
.footer .info li .icon {
  display: flex;
  height: 43px;
  width: 43px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background: rgba(15, 33, 67, 0.2);
  flex-shrink: 0;
  margin-right: 12px;
}
.footer .info li .icon span {
  color: #0F2143;
  font-size: 16px;
}
.footer .info li .icon span.icon-email {
  font-size: 12px !important;
}
.footer_bottom {
  border-top: 2px solid #F1F1F1;
  text-align: center;
  padding: 20px 0;
  color: #22233A;
}
@media (max-width: 1199.98px) {
  .footer .menu {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .footer .title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 18px;
  }
  .footer .btn {
    padding: 8px 15px;
    margin-left: 15px;
  }
}

.topBar {
  padding: 12px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  color: #212121;
  margin-bottom: 2px;
  font-weight: 500;
}
.topBar_left a {
  color: #212121;
}
.topBar .icon {
  height: 36px;
  width: 36px;
  background: rgba(243, 48, 77, 0.2);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  color: #F3304D;
}
.topBar .social-icon {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: end;
}
.topBar .social-icon li:not(:last-child) {
  margin-right: 12px;
}
.topBar .social-icon li a {
  display: flex;
  height: 36px;
  width: 36px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: #91031B;
  transition: all 0.6s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.topBar .social-icon li a:hover, .topBar .social-icon li a:focus {
  background: rgba(243, 48, 77, 0.2);
  color: #F3304D;
}

.btn {
  border-radius: 50px;
  padding: 18px 30px;
  font-weight: 500;
  font-family: "Gilroy";
  transition: all 0.5s;
  text-transform: uppercase;
  font-size: 20px;
  box-shadow: 0 6px 12px rgba(145, 3, 27, 0.2);
}
.btn span {
  font-size: 15px;
}
.btn-primary {
  color: #fff;
  background: #91031B;
  border-color: #91031B;
}
.btn-primary-outline {
  border-color: #91031B;
  color: #91031B;
  background: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #fff;
  color: #91031B;
  border-color: #91031B;
}
.btn-icon .text {
  font-size: 12px;
  text-transform: uppercase;
}
.btn-secondry-outline {
  border: 1px solid #213C22;
  color: #213C22;
  background: #fff;
}
.btn-secondry-outline:hover, .btn-secondry-outline:focus {
  background: #91031B;
  color: #fff;
  border-color: #91031B;
}
.btn-max-w-250 {
  max-width: 250px;
  width: 100%;
}
.btn-dark {
  color: #fff;
  background: #213C22;
  border-color: #213C22;
}
.btn-dark-outline {
  border-color: #213C22;
  color: #213C22;
  background: transparent;
}
.btn-dark-light {
  background: rgba(33, 60, 34, 0.25);
  border-color: rgba(33, 60, 34, 0.25);
}
.btn-dark:hover, .btn-dark:focus {
  background: #fff;
  color: #213C22;
  border-color: #213C22;
}
.btn-btn-light {
  background: #fff;
}
@media (max-width: 1399.98px) {
  .btn {
    padding: 13px 26px;
    font-size: 18px;
  }
  .btn span {
    font-size: 10px;
  }
}
@media (max-width: 991.98px) {
  .btn {
    padding: 10px 15px;
    font-size: 13px;
  }
  .btn-max-w-250 {
    max-width: fit-content;
  }
}

.breadcrumbSec {
  position: relative;
}
.breadcrumbSec_inner {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 40%;
  transform: translateY(-50px);
}
.breadcrumbSec_inner h3 {
  font-size: 55px;
}
.breadcrumbSec .breadcrumb-item {
  color: #fff;
  font-size: 20px;
}
.breadcrumbSec .breadcrumb-item a {
  color: #fff;
}
.breadcrumbSec .breadcrumb-item::before {
  color: #fff;
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .breadcrumbSec_inner h3 {
    font-size: 22px;
  }
  .breadcrumbSec_inner .breadcrumb-item {
    font-size: 16px;
  }
}

.category_box {
  background: #fff;
  text-align: center;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.category_box:not(:last-child) {
  margin-right: 20px;
}
.category_box img {
  margin-bottom: 10px;
  width: 100%;
}
.category_title {
  color: #000000;
  font-size: 23px;
}
@media (max-width: 767.98px) {
  .category_box {
    width: 150px;
    height: 150px;
  }
  .category_box img {
    max-width: 70px;
  }
  .category_title {
    font-size: 18px;
  }
}

.blogSec {
  background-image: url("../images/blog-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.blogSec .card {
  border: 0;
  margin-bottom: 20px;
  background: transparent;
}
.blogSec .card_img {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.blogSec .card small {
  font-size: 12px;
}
.blogSec .card .title {
  font-size: 20px;
  font-weight: 600;
  color: #0F2143;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blogSec .card p {
  font-size: 15px;
  margin-bottom: 5px;
}
.blogSec .card .btn-link {
  color: #D15065;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.blogSec img.img-fluid.shape {
  top: 55px;
  right: 55px;
  position: absolute;
}
.blogSec_slider {
  z-index: 9;
}
.blogSec_slider .slick-track {
  padding: initial;
}
.blogSec_slider .slick-dots {
  justify-content: center;
  padding: initial;
}
.blogSec_slider .slick-dots li button {
  background: #E9E9E9;
}
.blogSec_slider .slick-dots li.slick-active button {
  width: 35px;
  border-radius: 50px;
  background-color: #0F2143;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.blogSec .shape1 {
  position: absolute;
  left: 100px;
  bottom: 0;
}
.blogSec .shape2 {
  position: absolute;
  right: 100px;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .blogSec .shape1 {
    max-width: 70px;
    left: 15px;
  }
  .blogSec .shape2 {
    max-width: 70px;
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .blogSec .card {
    margin-bottom: 15px;
  }
  .blogSec .card_img {
    margin-bottom: 15px;
  }
  .blogSec .shape1 {
    max-width: 50px;
  }
  .blogSec .shape2 {
    max-width: 50px;
  }
}

.form-control {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 25px;
  color: #9D9D9D;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;
}
.form label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}
.form textarea.form-control {
  border-radius: 30px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group-icon {
  color: #C2C2C2;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E9E9E9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 3px 6px rgba(33, 60, 34, 0.16);
}
.form-group-icon .form-control {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  border: 0;
  color: rgba(33, 33, 33, 0.5);
}
.form-group-icon .form-control::placeholder {
  color: #888888;
}
@media (max-width: 991.98px) {
  .form-control {
    font-size: 13px;
    padding: 10px 15px;
  }
  .form-group {
    margin-bottom: 10px;
  }
}
.form .brder-r-30 {
  border-radius: 30px !important;
}

.whyUsSec {
  background-image: url("../images/why-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.whyUsSec p {
  font-size: 20px;
  color: #5A5A5A;
}
.whyUsSec_list {
  list-style: none;
  padding-left: 0;
  columns: 2;
}
.whyUsSec_list li {
  display: inline-flex;
  align-items: center;
  color: #5A5A5A;
  font-size: 16px;
  line-height: initial;
}
.whyUsSec .btn {
  text-transform: uppercase;
  font-size: 21px;
  box-shadow: 0 10px 20px rgba(23, 126, 19, 0.4);
  font-weight: 700;
  padding: 20px 40px;
  margin-top: 15px;
}
.whyUsSec .btn span {
  font-size: 14px;
  margin-left: 10px;
}
.whyUsSec .btn {
  text-transform: uppercase;
  font-size: 21px;
  box-shadow: 0 10px 20px rgba(23, 126, 19, 0.4);
  font-weight: 700;
  padding: 20px 40px;
  margin-top: 15px;
}
.whyUsSec .btn span {
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 1399.98px) {
  .whyUsSec p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .whyUsSec_list {
    columns: 1;
  }
}

.enquiry {
  background-image: url("../images/comn-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 150px 0;
  color: #fff;
}
.enquiry .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.enquiry .videoBox img {
  border-radius: 7px;
}
.enquiry .videoBox_Rating {
  position: absolute;
  background: rgba(0, 0, 0, 0.87);
  bottom: 0;
  left: 0;
  padding: 20px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  right: 0;
}
.enquiry .videoBox_Rating--right {
  position: initial;
}
.enquiry_rightCnt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.enquiry_rightCnt:not(:last-child) {
  border-bottom: 2px dashed;
}
.enquiry_rightCnt .videoBox img {
  max-width: 175px;
}
.enquiry_rightCnt .videoBox_Rating {
  background: transparent;
  font-size: 14px;
  padding: 0;
}
.enquiry_rightCnt .playIcon img {
  max-width: 45px;
}
@media (max-width: 991.98px) {
  .enquiry {
    background: #0F2143;
    padding: 70px 0 30px;
  }
  .enquiry .videoBox_Rating {
    position: inherit;
    margin-bottom: 15px;
  }
}

.heroSec {
  z-index: 1;
  color: #fff !important;
  padding: 55px 0 120px;
  background-image: url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
}
.heroSec .title {
  font-family: "Gilroy";
  color: #fff;
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.heroSec_cnt {
  margin: 0 auto;
  font-size: 23px;
  color: #fff;
  line-height: normal;
  font-family: "Gilroy";
}
.heroSec_btnUser {
  padding-top: 110px;
}
.heroSec_btnUser img {
  position: absolute;
  left: 105px;
  max-width: 110px;
  top: 2px;
  z-index: 1;
}
.heroSec .btn {
  font-size: 24px;
  padding: 13px 30px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  font-weight: 400;
  color: #91031B;
  text-transform: uppercase;
}
.heroSec .btn span {
  font-size: 16px;
}
.heroSec .form_enquiry {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.16);
}
.heroSec .form_enquiry .btn {
  background: #91031B;
  color: #fff;
  padding: 13px 60px;
}
.heroSec .form_enquiry .form-control::placeholder {
  color: #9D9D9D;
}
.heroSec_cnt {
  font-size: 20px;
}
.heroSec .title {
  font-size: 60px;
}
@media (max-width: 1399.98px) {
  .heroSec .title {
    font-size: 50px;
  }
  .heroSec .btn {
    font-size: 18px;
    padding: 10px 20px;
  }
  .heroSec_cnt {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .heroSec .title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .heroSec {
    background-size: cover;
  }
  .heroSec_btnUser {
    padding-top: 15px;
  }
  .heroSec_btnUser img {
    display: none;
  }
  .heroSec .btn {
    font-size: 16px;
    padding: 10px 18px;
  }
  .heroSec .btn::after {
    content: "";
    width: 195px;
  }
  .heroSec .form_enquiry {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .heroSec {
    margin-bottom: 15px;
    padding: 40px 0 85px;
  }
  .heroSec .title {
    font-size: 25px;
  }
  .heroSec .btnImg {
    max-width: 150px;
  }
  .heroSec_cnt {
    width: auto;
    font-size: 14px;
  }
  .heroSec .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .heroSec .btn span {
    font-size: 13px;
  }
}

.welcomSec {
  background-image: url(../images/welcom-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.welcomSec .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .welcomSec .playIcon img {
    max-width: 45px;
  }
}

.coursesSec {
  background-image: url("../images/courses.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 100px 0 130px;
}
.coursesSec .list {
  padding-left: 0;
  list-style: none;
}
.coursesSec .list li {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.coursesSec .list li h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.coursesSec .list li img {
  margin-right: 15px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991.98px) {
  .coursesSec {
    padding-top: 70px;
  }
  .coursesSec .leftImage {
    max-width: 300px;
    margin: 0 auto;
  }
  .coursesSec .list li h3 {
    font-size: 18px;
  }
  .coursesSec .list li img {
    max-width: 70px;
  }
  .coursesSec .slick-track {
    padding: 0;
  }
}

.whoWeAreSec {
  background-image: url("../images/whowe-bg.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.whoWeAreSec .playIcon {
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
  max-width: 165px;
}
.whoWeAreSec .list {
  padding-left: 0;
  list-style: none;
}
.whoWeAreSec .list li {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.whoWeAreSec .list li h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.whoWeAreSec .list li img {
  margin-right: 15px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991.98px) {
  .whoWeAreSec .list li h3 {
    font-size: 18px;
  }
  .whoWeAreSec .list li img {
    max-width: 70px;
  }
}

.testimonialSec {
  background-image: url("../images/comn-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 150px 0;
  color: #fff;
}
.testimonialSec .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonialSec .videoBox img {
  border-radius: 7px;
}
.testimonialSec .videoBox_Rating {
  position: absolute;
  background: rgba(0, 0, 0, 0.87);
  bottom: 0;
  left: 0;
  padding: 20px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  right: 0;
}
.testimonialSec .videoBox_Rating--right {
  position: initial;
}
.testimonialSec_rightCnt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.testimonialSec_rightCnt:not(:last-child) {
  border-bottom: 2px dashed;
}
.testimonialSec_rightCnt .videoBox img {
  max-width: 175px;
}
.testimonialSec_rightCnt .videoBox_Rating {
  background: transparent;
  font-size: 14px;
  padding: 0;
}
.testimonialSec_rightCnt .playIcon img {
  max-width: 45px;
}
@media (max-width: 991.98px) {
  .testimonialSec {
    background: #0F2143;
    padding: 70px 0;
  }
  .testimonialSec .videoBox_Rating {
    position: inherit;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .testimonialSec .videoBox--left .playIcon {
    top: 30%;
  }
  .testimonialSec .videoBox--left .videoBox_Rating_footer {
    font-size: 13px;
  }
  .testimonialSec .videoBox--left .videoBox_Rating_footer img {
    max-width: 40px;
  }
  .testimonialSec .videoBox--left .videoBox_Rating_footer small {
    font-size: 12px;
  }
  .testimonialSec_rightCnt .videoBox img {
    max-width: 100%;
  }
}

.askQuesSec_box {
  display: flex;
  margin-bottom: 25px;
}
.askQuesSec_box .icon {
  width: 73px;
  height: 70px;
  border-radius: 13px;
  background: rgba(15, 33, 67, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.askQuesSec_box .text {
  font-size: 19px;
}
.askQuesSec_box .text h4 {
  font-size: 25px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.67);
}
.askQuesSec_box .view {
  color: #42495B;
}
@media (max-width: 991.98px) {
  .askQuesSec_box .icon {
    width: 50px;
    height: 50px;
  }
  .askQuesSec_box .text {
    font-size: 14px;
  }
  .askQuesSec_box .text h4 {
    font-size: 16px;
  }
}

.tab-btn {
  background: rgba(15, 33, 67, 0.37);
  border-color: rgba(15, 33, 67, 0.37);
  text-transform: uppercase;
  padding: 13px 25px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.5s;
  margin: 10px 0 20px;
}
.tab-btn:not(:last-child) {
  margin-right: 10px;
}
.tab-btn a {
  color: #0F2143;
}
.tab-btn.active {
  background: #91031B;
  box-shadow: 0 10px 20px rgba(145, 3, 27, 0.4);
}
.tab-btn.active a {
  color: #fff;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.slick-slide {
  margin: 0 20px;
}

.slick-list {
  margin: 0 -20px;
}

.slick-track {
  padding: 50px 0;
}

.slick-arrow {
  background: #fff;
  width: 54px;
  height: 54px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 23px 36px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  z-index: 1;
}
.slick-arrow-right.slick-disabled, .slick-arrow-left.slick-disabled {
  background: #4C9442;
  color: #CBCBCB;
}
.slick-arrow-left {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow-right {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 35px;
  border-radius: 6px;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  height: 38px;
  width: 38px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  bottom: 40px;
}
@media (max-width: 767.98px) {
  .scroll-btn {
    margin-top: 25px;
    height: 50px;
    width: 50px;
  }
}

.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 15px;
  height: 25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #91031B;
  border-radius: 23px;
}
@media (max-width: 767.98px) {
  .scroll-btn .mouse {
    width: 17px;
    height: 30px;
    border-width: 2px;
    margin-top: 0;
  }
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 10%;
  left: 0;
  width: 3px;
  height: 5px;
  margin: -4px 0 0 -4px;
  background: #91031B;
  border-radius: 10px;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
  right: 0;
  margin: 0 auto;
}

.ratingList {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #FFBA43;
}
.ratingList i:not(:last-child) {
  margin-right: 10px;
}

.comnHeadingBar {
  background-image: url("../images/comnHeadingBar.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  color: #fff;
  padding: 77px 0 100px;
}
.comnHeadingBar h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .comnHeadingBar {
    padding: 55px 0 70px;
  }
  .comnHeadingBar h3 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .comnHeadingBar {
    padding: 30px 0 50px;
  }
  .comnHeadingBar h3 {
    font-size: 30px;
  }
}

.galleryBox {
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
.galleryBox img {
  object-fit: cover;
  height: 100%;
}
.galleryBox::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0196078431), #000);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.galleryBox .icon {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.3607843137);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .galleryBox .icon {
    height: 65px;
    width: 65px;
    font-size: 22px;
  }
}
.aboutPage .aboutSec {
  background-image: none;
}
.aboutPage .aboutSec .playIcon {
  position: absolute;
  left: 40%;
  transform: translate(-50%, -50%);
  bottom: 10%;
}
@media (max-width: 1399.98px) {
  .aboutPage .aboutSec .playIcon {
    max-width: 80px;
  }
}
@media (max-width: 991.98px) {
  .aboutPage .aboutSec .playIcon {
    max-width: 60px;
  }
}
@media (max-width: 575.98px) {
  .aboutPage .aboutSec .playIcon {
    max-width: 50px;
  }
}
.aboutPage .visionSec {
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0 200px;
  font-size: 20px;
}
.aboutPage .visionSec .decorImg {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 90px;
}
.aboutPage .visionSec .btn {
  text-transform: uppercase;
  font-size: 21px;
  box-shadow: 0 10px 20px rgba(23, 126, 19, 0.4);
  font-weight: 700;
  padding: 20px 40px;
  margin-top: 15px;
}
.aboutPage .visionSec .btn span {
  font-size: 14px;
  margin-left: 10px;
}
.aboutPage .visionSec .dotshap {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399.98px) {
  .aboutPage .visionSec {
    padding: 80px 0 180px;
    font-size: 16px;
  }
  .aboutPage .visionSec .decorImg {
    max-width: 400px;
  }
  .aboutPage .visionSec .btn {
    font-size: 16px;
    padding: 15px 20px;
    margin-top: 5px;
  }
  .aboutPage .visionSec .decorImg {
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .aboutPage .visionSec {
    padding: 60px 0 130px;
  }
}
@media (max-width: 767.98px) {
  .aboutPage .visionSec {
    padding: 50px 0 70px;
  }
}
.aboutPage .leadershipSec {
  background-image: url("../images/leadership-bg.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
}
.aboutPage .leadershipSec .card {
  border: 1px solid #F2F2F2;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.aboutPage .leadershipSec .card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #343D3C;
  margin-bottom: 0;
  text-transform: uppercase;
}
.aboutPage .leadershipSec .card h5 {
  font-size: 13px;
  color: #91031B;
  font-size: 600;
  text-transform: uppercase;
}
.aboutPage .leadershipSec .card img {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.aboutPage .leadershipSec .card .btn {
  border: 1px solid #212121;
  font-size: 13px;
  font-weight: 600;
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 17px 0;
}
.aboutPage .leadershipSec .card hr {
  opacity: 0.1;
}
.aboutPage .shape1, .aboutPage .shape2 {
  display: none;
}

.contactPage .contactSec {
  background-image: url(../images/whowe-bg.png), url(../images/shap1.png);
  background-repeat: no-repeat;
  background-position: left center, right bottom;
  background-size: contain, auto;
}
.contactPage .form {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 3px 99px rgba(15, 33, 67, 0.1);
}
.contactPage .form .form-group-icon {
  box-shadow: none;
}
.contactPage iframe {
  width: 100%;
}
@media (max-width: 991.98px) {
  .contactPage .form {
    padding: 20px;
    margin-top: 20px;
  }
}
.contactPage .contactInfoSec {
  font-size: 13px;
}
.contactPage .contactInfoSec .info {
  border-right: 1px solid #ddd;
  padding-right: 50px;
}
.contactPage .contactInfoSec .info img {
  margin-bottom: 15px;
}
.contactPage .contactInfoSec .info h4 {
  font-size: 31px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
}
.contactPage .contactInfoSec .info p {
  color: #000000;
  font-size: 18px;
}
.contactPage .contactInfoSec .info img {
  max-width: 50px;
}
.contactPage .contactInfoSec .info h4 {
  font-size: 20px;
}
.contactPage .contactInfoSec .info p {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .contactPage .contactInfoSec img {
    max-width: 70px;
  }
  .contactPage .contactInfoSec .info h4 {
    font-size: 17px;
  }
  .contactPage .contactInfoSec .info p {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .contactPage .contactInfoSec .info {
    border-right: 0;
    padding-right: inherit;
    margin-bottom: 20px;
  }
}

.newstSec_box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  padding: 25px;
}
.newstSec_left {
  color: #212121;
}
.newstSec_left small {
  color: #909090;
  font-size: 18px;
}
.newstSec_left .action_icon {
  font-size: 25px;
  margin-right: 15px;
  color: #909090;
}
.newstSec_left .user_icon {
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
.newstSec_left .user_icon--2, .newstSec_left .user_icon--3, .newstSec_left .user_icon--4 {
  margin-left: -30px;
}
.newstSec_left .moreBtn {
  font-size: 17px;
  color: #212121;
}
.newstSec li.page-item {
  margin-right: 15px;
}
.newstSec a.page-link {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000000;
}
.newstSec .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.newstSec .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.newstSec_right {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  padding: 25px;
  color: #212121;
}
.newstSec_right hr {
  color: rgba(112, 112, 112, 0.16);
}
.newstSec_right_box:not(:last-child) {
  margin-bottom: 40px;
}
.newstSec_right_imgBox {
  display: flex;
  flex-wrap: wrap;
}
.newstSec_right_imgBox span {
  margin-right: 7px;
  margin-bottom: 7px;
}
.newstSec_right_imgBox img {
  border-radius: 4px;
  max-width: 122px;
}
.newstSec_right_imgBox .moreimg a {
  position: absolute;
  top: 50px;
  transform: translateY(-50px);
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  z-index: 111;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 4px;
}
.newstSec_right h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.newstSec_right p {
  font-size: 14px;
  margin-bottom: 0;
}
.newstSec_right .date {
  color: #91031B;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .newstSec_right_imgBox img {
    max-width: 98px;
  }
}
@media (max-width: 991.98px) {
  .newstSec_box {
    padding: 15px;
  }
  .newstSec_left small {
    font-size: 13px;
  }
  .newstSec_left .action_icon {
    margin-right: 10px;
  }
  .newstSec_left .user_icon {
    width: 50px;
  }
  .newstSec_left .moreBtn {
    font-size: 17px;
    color: #212121;
  }
  .newstSec a.page-link {
    height: 40px;
    width: 40px;
  }
  .newstSec li.page-item {
    margin-right: 8px;
  }
  .newstSec_right {
    padding: 15px;
  }
  .newstSec_right_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .newstSec_right img {
    max-width: 50px;
  }
  .newstSec_right h5 {
    font-size: 14px;
  }
  .newstSec_right p {
    font-size: 12px;
  }
  .newstSec_right_imgBox img {
    max-width: 98px;
  }
}

.productCatSec {
  background-image: url("../images/trend1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .productCatSec {
    background-size: cover;
  }
}
.productCatSec .playIcon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 1399.98px) {
  .productCatSec .playIcon {
    max-width: 80px;
  }
}
@media (max-width: 991.98px) {
  .productCatSec .playIcon {
    max-width: 60px;
  }
}
@media (max-width: 575.98px) {
  .productCatSec .playIcon {
    max-width: 50px;
  }
}

.textCntSec {
  font-size: 18px;
}
.textCntSec .head img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.textCntSec .head h4 {
  color: #212121;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 25px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.textCntSec .head h4:after {
  content: "";
  border-bottom: 4px solid #91031B;
  position: absolute;
  bottom: 0;
  max-width: 152PX;
  left: 0;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.textCntSec_list {
  padding-left: 0;
}
.textCntSec_list li {
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: left;
  list-style: none;
  font-size: 20px;
  color: #909090;
  padding-left: 50px;
  margin-bottom: 10px;
}
.textCntSec .btn {
  font-weight: 500;
}
.textCntSec--bgImg {
  background-image: url("../images/textcnt-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media (max-width: 1399.98px) {
  .textCntSec {
    font-size: 16px;
  }
  .textCntSec .head img {
    max-width: 80px;
  }
  .textCntSec .head h4 {
    font-size: 35px;
  }
  .textCntSec_list li {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .textCntSec .head img {
    max-width: 60px;
  }
  .textCntSec .head h4 {
    font-size: 28px;
  }
  .textCntSec .btn {
    padding: 13px 15px;
  }
  .textCntSec--bgImg {
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .textCntSec .btn {
    padding: 10px 13px;
  }
  .textCntSec .head h4 {
    font-size: 22px;
    margin-left: 10px;
  }
}

.mathamagicIndiaPage .shape1, .mathamagicIndiaPage .shape2 {
  display: none;
}

.faqPage .icon {
  width: 73px;
  height: 70px;
  border-radius: 13px;
  background: rgba(15, 33, 67, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.faqPage .accordion-header button {
  color: #0F2143;
  font-size: 25px;
  font-weight: 500;
}
.faqPage .accordion-item {
  border: 0;
}
.faqPage .accordion-button {
  background-color: #fff;
  box-shadow: none;
  padding: 0;
}
.faqPage .accordion-button::after {
  content: "\e922";
  font-family: "icomoon" !important;
  background-image: none;
}
.faqPage .accordion-button:not(.collapsed)::after {
  transform: inherit;
  content: "\e91f";
  color: #91031B;
}
.faqPage .accordion-button:not(.collapsed) {
  color: #212121;
  background-color: #fff;
  box-shadow: none;
  padding: 0;
}
.faqPage .accordion-body {
  padding: 0;
  font-size: 17px;
}
@media (max-width: 1399.98px) {
  .faqPage .accordion-header button {
    font-size: 18px;
  }
  .faqPage .accordion-body {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .faqPage .accordion .icon {
    width: 45px;
    height: 50px;
    font-size: 20px;
  }
}

.registrationPage .head h4 {
  color: #212121;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 2px solid rgba(196, 196, 196, 0.44);
  padding-bottom: 10px;
  position: relative;
}
.registrationPage .head h4::after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 4px;
  width: 100px;
  left: 0;
  background: #91031B;
  max-width: 220px;
}
.registrationPage .premise {
  align-items: center;
}
.registrationPage .premise_title {
  color: #212121 !important;
}
.registrationPage .premise label {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
}
.registrationPage .premise .form-check .form-check-input {
  float: inherit;
  margin-left: inherit;
}
.registrationPage .premise .form-check-input:checked {
  background-color: #91031B;
  border-color: #91031B;
}
.registrationPage .doenloadbox .btn {
  background: linear-gradient(180deg, #E6E6E6, #fff);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.42);
}
.registrationPage .download {
  position: relative;
  padding: 18px 45px 20px 100px;
}
.registrationPage .download .btnShap {
  position: absolute;
  left: 0;
  top: -11px;
  position: absolute;
  left: 18px;
  bottom: 0;
  max-width: 85px;
}
.registrationPage .download span {
  color: #91031B;
}
@media (max-width: 991.98px) {
  .registrationPage .download {
    padding: 18px 30px 20px 80px;
  }
  .registrationPage .download .btnShap {
    max-width: 75px;
    top: -11px;
    left: 18px;
    max-width: 60px;
  }
}
@media (max-width: 767.98px) {
  .registrationPage .download {
    padding: 10px 30px;
  }
  .registrationPage .download .btnShap {
    display: none;
  }
}

.galleryPage .gallerySec .galleryBox {
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
.galleryPage .gallerySec .galleryBox img {
  object-fit: cover;
  height: 100%;
}
.galleryPage .gallerySec .galleryBox::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0196078431), #000);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.galleryPage .gallerySec .galleryBox .icon {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.3607843137);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .galleryPage .gallerySec .galleryBox .icon {
    height: 65px;
    width: 65px;
    font-size: 22px;
  }
}

.championshipPage .championSec {
  background-image: url(../images/whowe-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.championshipPage .enrollment {
  background-image: url("../images/enrollment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 150px 0;
  color: #fff;
}
.championshipPage .enrollment .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.championshipPage .enrollment .videoBox img {
  border-radius: 7px;
}
.championshipPage .enrollment .videoBox_Rating {
  position: absolute;
  background: rgba(0, 0, 0, 0.87);
  bottom: 0;
  left: 0;
  padding: 20px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  right: 0;
}
.championshipPage .enrollment .videoBox_Rating--right {
  position: initial;
}
.championshipPage .enrollment_rightCnt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.championshipPage .enrollment_rightCnt:not(:last-child) {
  border-bottom: 2px dashed;
}
.championshipPage .enrollment_rightCnt .videoBox img {
  max-width: 175px;
}
.championshipPage .enrollment_rightCnt .videoBox_Rating {
  background: transparent;
  font-size: 14px;
  padding: 0;
}
.championshipPage .enrollment_rightCnt .playIcon img {
  max-width: 45px;
}
@media (max-width: 991.98px) {
  .championshipPage .enrollment {
    background: #0F2143;
    padding: 70px 0 30px;
  }
  .championshipPage .enrollment .videoBox_Rating {
    position: inherit;
    margin-bottom: 15px;
  }
}
.championshipPage .enrollment .tabs-nav ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  justify-content: start;
}
.championshipPage .enrollment .tab-btn {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
  text-transform: capitalize;
  padding: 15px 10px;
}
.championshipPage .enrollment .tab-btn a {
  color: rgba(255, 255, 255, 0.31);
}
.championshipPage .enrollment .tab-btn.active {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #e40d32;
}
.championshipPage .enrollment .tab-btn.active a {
  color: #fff;
}
.championshipPage .gender .form-group-icon {
  color: #fff;
  background-color: transparent;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}
.championshipPage .gender .form-check-input {
  vertical-align: top;
  background-color: transparent;
  border: 2px solid #ACACAC;
}
.championshipPage .gender .form-check-input:checked[type=radio] {
  background: #fff !important;
  border-width: 4px !important;
}
.championshipPage .info p {
  font-size: 26px;
}
.championshipPage .info ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.championshipPage .info ul li {
  font-size: 18px;
}
.championshipPage .info ul li:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 991.98px) {
  .championshipPage .info p {
    font-size: 18px;
  }
  .championshipPage .info ul {
    justify-content: start;
  }
  .championshipPage .info ul li {
    font-size: 16px;
  }
  .championshipPage .info ul li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.championshipPage .detailsSec .box {
  border: 1px solid #CFDAE6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 22px 25px;
  margin-bottom: 15px;
}
.championshipPage .detailsSec_list {
  padding-left: 0;
}
.championshipPage .detailsSec_list li {
  list-style: none;
  border: 1px solid #CFDAE6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 22px 25px;
}
.championshipPage .detailsSec_list li:not(:last-child) {
  margin-bottom: 15px;
}
.championshipPage .detailsSec_list strong {
  font-size: 19px;
}
.championshipPage .detailsSec .head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.championshipPage .detailsSec .head img {
  margin-right: 12px;
}
.championshipPage .detailsSec_listSecond {
  padding: 0;
  padding-left: 0;
  column-count: 2;
}
.championshipPage .detailsSec_listSecond li {
  box-shadow: none;
  padding: 0;
  border: 0;
}
.championshipPage .detailsSec_listSecond li:not(:last-child) {
  margin-bottom: 10px;
}
.championshipPage .detailsSec table {
  color: #212121;
  font-size: 15px;
  font-weight: 300;
}
.championshipPage .detailsSec table span {
  font-size: 8px;
}
@media (max-width: 1399.98px) {
  .championshipPage .detailsSec strong {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .championshipPage .detailsSec_list li {
    padding: 13px;
  }
  .championshipPage .detailsSec_listSecond {
    column-count: 1;
  }
  .championshipPage .detailsSec_listSecond li {
    padding: 0;
  }
  .championshipPage .detailsSec strong {
    font-size: 14px;
  }
  .championshipPage .detailsSec table {
    font-size: 12px;
  }
  .championshipPage .detailsSec table span {
    font-size: 6px;
  }
}

/*# sourceMappingURL=style.css.map */
