body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #474747;
  background: #fff;
  padding-top: 109px;
  @media screen and (min-width: 1200px) {
    padding-top: 95px;
  }
}

a {
  color: #E1231D;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.navbar {
  padding: 15px;
  background: #E1231D;
  @media screen and (min-width: 1000px) {
    padding: 20px 0;
    background: none;
  }
}

.navbar-nav {
  align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #474747;
}

.navbar-nav .nav-link {
  padding: 8px 0 !important;
  margin: 0 12px;
}

.nav-link:hover {
  color: #E1231D !important;
}

.nav-link {
  position: relative;
}

.nav-link:hover::after{
  display: block;
}

.nav-link::after {
  background: #E1231D;
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 5px;
  left: 0;
}

.nav-link.contact-menu {
  background: #E1231D;
  color: #fff !important;
  padding: 7px 15px !important;
  border-radius: 5px;
  margin: 10px;
  @media screen and (min-width: 1000px) {
    margin: 0 10px;
  }
}

.nav-link.contact-menu:hover {
  color: #fff !important;
}

.nav-link.book-call {
  border: #E1231D solid 2px;
  padding: 7px 15px !important;
  border-radius: 5px;
  margin: 0 10px;
  color: #E1231D !important;
}

.nav-link.book-call::after {
  display: none;
}

/*---- scroll menu starts-----*/

.menu {
  background: none;
  transition: .5s;
}

.menu.hide1 {
  background: #eee;
  padding: 15px;
  border-bottom: 0;
  box-shadow: 0 0 7px 3px #ccc;
  border-bottom: #E1231D solid 2px;
  @media screen and (min-width: 1000px) {
    padding: .5rem 0;
  }
}

/*---- scroll menu ends-----*/
 

.banner-container {
  height: 550px;
  align-content: center;
}


.banner-caption h5 {
  background: #FED6D6;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  @media screen and (min-width: 1000px) {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;  
  }
}

.banner-caption h2 {
  font-size: 35px;
  line-height: 40px;
  color: #E1231D;
  margin-bottom: 10px;
  font-weight: 600;
  padding-right: 0;
  @media screen and (min-width: 1000px) {
    font-size: 58px;
    line-height: 62px;
    margin-bottom: 30px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 20px;
  }
}

.banner-caption h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 20px;
  @media screen and (min-width: 1000px) {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}

.banner-btn {
  padding: 10px 20px;
  background: #E1231D;
  color: #fff;
  align-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 0px;
  text-decoration: none;
  display: inline-block;
  @media screen and (min-width: 1000px) {
    margin-right: 30px;
  }
}

.banner-btn-group {
  margin-bottom: 20px;
  @media screen and (min-width: 1000px) {
    margin-bottom: 0px;
  }
}

.banner-num {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.banner-num i {
  font-size: 24px;
  color: #E1231D;
  margin-right: 10px;
}

.banner-num h6 {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}

.banner-num p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #E1231D;
}

.title-section {
  margin-bottom: 30px;
  @media screen and (min-width: 1000px) {
    margin-bottom: 50px;
  }
}

.section-label {
  background: #FED6D6;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 20px;
  @media screen and (min-width: 1000px) {
    font-size: 56px;
    line-height: 68px;
    font-weight: 600;
    margin: 0;
  }
}

.section-title span {
  color: #E1231D;
}

.primary-btn i {
  margin-left: 10px;
}

.primary-btn i.fa-thin {
  -webkit-text-stroke: 1px #E1231D;
}

.primary-btn {
  background: #E1231D;
  padding: 10px 25px;
  color: #fff;
  border-radius: 8px;
  display: inline-flex;
  align-content: center;
  align-items: center;
}

.course-section {
  padding: 30px 0;
  @media screen and (min-width: 1000px) {
    padding: 70px 0;
  }
}

.title-section {
  justify-content: space-between;
}

.title-section-btn {
  align-items: end;
  justify-content: start;
  display: flex;
  @media screen and (min-width: 1000px) {
    justify-content: flex-end;
  }
}

.course-card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  border: #eee solid 1px;
}

.course-card:hover {
  box-shadow: 0 0 9px 3px #eee;
}

.img-sec {
  position: relative;
}

.img-sec img {
  width: 100%;
  height: 154px;
}

.img-sec label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}

.card-content {
  padding: 20px;
}

.card-content h4 {
  color: #E1231D;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.card-items {
  font-size: 14px;
  margin-bottom: 10px;
}

.card-items div {
  margin-bottom: 10px;
}

.card-items i {
  color: #E1231D;
  margin-right: 7px;
}

.enq-btn {
  border: solid 1px #E1231D;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  align-items: center;
}

.whoweare-section {
  padding: 30px 0;
  @media screen and (min-width: 1000px) {
    padding: 70px 0;
  }
}

.home-about {
  align-items: center;
}

.home-about p {
  margin: 50px 0;
}

.whytrust-section {
  padding: 30px 0;
  @media screen and (min-width: 1000px) {
    padding: 70px 0;
  }
}

.trust-cover {
  margin: 30px 0;
  @media screen and (min-width: 1000px) {
    margin: 70px 0;
  }
}

.trust-card {
  text-align: center;
  padding: 10px;
  border-right: 0;
  border-bottom: solid 1px #E1231D;
  @media screen and (min-width: 1000px) {
    padding: 0 50px;
    border-right: solid 1px #E1231D;
    border-bottom: 0;
  }
}

.trust-card h2 {
  font-size: 50px;
  font-weight: normal;
  @media screen and (min-width: 1000px) {
    font-size: 88px;
  }
}

.trust-card h2 span {
  font-weight: 200;
}

.trust-card h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}

.trust-card p {
  font-size: 16px;
}

.team-card {
  margin: 30px 40px 30px 0;
}

.team-card img {
  width: 100%;
  height: 381px;
}

.team-content {
  background: #F5F5F5;
  padding: 20px;
}

.team-content h4 {
  font-size: 28px;
  color: #E1231D;
  margin-bottom: 7px;
}

.team-content p {
  font-size: 22px;
  margin-bottom: 0;
  color: #333;
}

.team-section {
  padding: 30px 0;
  @media screen and (min-width: 1000px) {
    padding: 70px 0;
  }
}

.testm-cover {
  padding: 10px;
  overflow: hidden;
}

.testm-section {
  padding: 30px 0;
  @media screen and (min-width: 1000px) {
    padding: 70px 0;
  }
}

.testm-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 7px 2px #999;
  padding: 30px 25px 10px;
  justify-content: space-between;
}

.testm-card p {
  margin-bottom: 20px;
}

.testm-card img {
  margin-bottom: 15px;
  width: 67px;
  height: 67px;
}

.testm-content {
  align-items: center;
  display: flex;
}

.testm-content div {
  margin-right: 15px;
  display: inline-block;
}

.bussiness-leads-section {
  padding: 30px 0;
  background: #FAECEA;
  @media screen and (min-width: 1000px) {
    padding: 70px 0;
  }
}

.contact-section {
  padding: 30px 0;
  @media screen and (min-width: 1000px) {
    padding: 70px 0;
  }
}

.contact-content p {
  margin: 30px 0;
  @media screen and (min-width: 1000px) {
    margin: 30px 0 80px;
  }
}

.cont-num {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 40px;
}

.cont-num i {
  font-size: 32px;
  color: #E1231D;
  margin-right: 10px;
}

.cont-num h6 {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}

.cont-num p {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #E1231D;
}

.form-control {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  height: auto !important;
}

.footer-section {
  padding: 30px 0 20px;
  background: #E1231D;
  @media screen and (min-width: 1000px) {
    padding: 70px 0 20px;
  }
}

.footer-col-1 {
  padding-right: 0px;
  color: #fff;
  margin-bottom: 30px;
  @media screen and (min-width: 1000px) {
    padding-right: 30px;
    margin-bottom: 0;
  }
}

.footer-col-1 img {
  margin-bottom: 20px;
  @media screen and (min-width: 1000px) {
    margin-bottom: 40px;
  }
}

.footer-col-1 p {
  margin-bottom: 30px;
}

.footer-col-1 h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.footer-col-2 h4, .footer-col-3 h4 {
  font-size: 18px;
  color: #fff; 
  margin-bottom: 20px;
  @media screen and (min-width: 1000px) {
    margin-bottom: 30px;
  }
}

.footer-col-2 ul {
  padding: 0;
  padding-left: 0px;
  list-style: none;
}

.footer-col-2 ul li {
  line-height: 25px;
  font-size: 16px;
  @media screen and (min-width: 1000px) {
    line-height: 50px;
  }
}

.footer-col-2 ul li a {
  color: #fff;
}

.footer-col-3 h4 {
  font-size: 18px;
  color: #fff; 
  margin-bottom: 40px;
}

.footer-col-3 {
  color: #fff;
}

.footer-col-3 h6 {
  font-size: 12px;
}

.footer-col-3 p {
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-col-3 .cont-num {
  color: #fff;
  margin-bottom: 20px;
}

.footer-col-3 .cont-num p {
  color: #fff;
  margin-bottom: 0px;
}

.footer-col-3 .cont-num i {
  color: #fff;
}

.footer-col-3 h3 {
  font-size: 28px;
}

.footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  color: #fff;
  border-top: #fff solid 1px;
  font-size: 16px;
}

.footer-bottom a {
  color: #fff;
}

.blog-card {
  margin-bottom: 30px;
  @media screen and (min-width: 1000px) {
    margin-bottom: 80px;
  }
}

.blog-card img {
  margin-bottom: 20px;
}

.blog-card h4 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #474747;
}

.blog-card p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #474747;
  text-decoration: none;
}

.blog-detail img {
  margin-bottom: 50px;
}

.blog-detail h4 {
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-detail p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.blog-detail h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.course-items {
  margin: 20px 0;
  @media screen and (min-width: 1000px) {
    margin: 40px 0;
  }
}

.course-items ul {
  padding: 0;
  list-style: none;
}

.course-items ul li {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-flex;
  margin: 0 0 20px 0;
  align-items: center;
  @media screen and (min-width: 1000px) {
    margin: 0 30px 30px 0;
  }
}

.course-items ul li img {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}

.course-items ul li span {
  display: inline-block;
}

.course-price {
  font-size: 18px;
  color: #838383;
  margin-bottom: 30px;
}

.course-price span {
  font-size: 28px;
  color: #00E73A;
  margin: 0 5px 0 10px;
  font-weight: 800;
}

.course-content-area {
  max-width: 850px;
  margin: 40px 0;
}

.course-content-area img {
  margin-bottom: 40px;
}

.course-content-area p {
  margin-bottom: 40px;
  line-height: 28px;
}

.course-content-area h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}

.course-content-area ul {
  padding: 0 0 20px 0;
  padding-left: 20px;
  line-height: 25px;
  @media screen and (min-width: 1000px) {
    line-height: 45px;
  }
}

.course-detail table {
  display: table;
  width: 100%;
  margin: 30px 0;
}

.course-detail table th, .course-detail table td {
  padding: 10px;
  @media screen and (min-width: 1000px) {
    padding: 20px;
  }
}


/*---------------------------------------*/

.testm-cover .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-item img {
  width: auto;
}

.banner-container .owl-dots {
  text-align: center;
  padding: 10px 0 0;
  margin-top: 0px;
  @media screen and (min-width: 1000px) {
    margin-top: 50px;
    padding: 40px 0 0;
  }
}

.banner-container .owl-carousel button.owl-dot {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 0 5px;
  @media screen and (min-width: 1000px) {
    width: 20px;
    height: 20px;
  }
}

.banner-container .owl-carousel button.owl-dot.active {
  background: #E1231D;
}

/*----------------------------------*/

.company-logos {
  justify-content: space-between;
  padding: 0;
  align-items: center;
  text-align: center;
  @media screen and (min-width: 1000px) {
    padding: 30px 0;
  }
}

.book-cover .modal-header {
  padding: 20px;
  border: 0;
  @media screen and (min-width: 1000px) {
    padding: 30px 40px;
  }
}

.book-cover .modal-header h4 {
  font-size: 28px;
  color: #E1231D;
  font-weight: 700;
}

.book-cover .modal-body {
  padding: 0 20px 10px 20px;
  @media screen and (min-width: 1000px) {
    padding: 0 40px 30px 40px;
  }
}

.book-cover .modal-body p {
  margin-bottom: 30px;
}

.book-cover .modal-body .form-check-inline {
  padding: 17px 25px;
  padding-left: 0;
}

.book-cover .modal-body .form-check-inline .form-check-input {
  margin-right: 10px;
}

.footer-col-1 .input-group {
  margin-top: 10px;
}

.footer-col-1 .form-control {
  background: none;
  border-color: #fff;
  border-radius: 8px 0 0 8px;
  color: #fff;
  border-right: 0;
}

.footer-col-1 .input-group-append {
  border: #fff solid 1px;
  border-radius: 0 8px 8px 0;
  padding: 8px;
  border-left: 0;
}

.footer-col-1 .btn-search {
  border-radius: 10px !important;
  padding: 7px 15px;
}

.social {
  margin: 15px 0;
}

.social a {
  color: #fff;
  font-size: 27px;
  margin-right: 15px;
}


@media (min-width: 1300px)
{
  .container { max-width: 1280px;}  
}

@media (min-width: 1500px)
{
  .container { max-width: 1320px;}
  .banner-container {
    height: 650px;
  }
}

@media (min-width: 1600px)
{
  .container { max-width: 1400px;}
  .banner-container {
    height: 700px;
  }
}

#enquiryForm .error {
    color: red;
    font-size: 14px;
}
#enquiryForm .form-control{
  font-size: 14px;
  margin-bottom: 10px;
}
#errorModal .modal-header {
    background-color: #E1231D !important;
}
.modal-footer .btn-danger {
    background-color: #e1231d !important;
    border-color: #e1231d !important;
}
#contactForm .error {
    color: red;
    font-size: 14px;
}
#contactForm .form-control{
  font-size: 14px;
  margin-bottom: 10px;
}

/* .company-logos .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-logos .item img {
  max-height: 80px; 
  object-fit: contain;
} */




