

body {
  
  overflow-x: hidden;
}

.slider {
  padding: 270px 0;
  background-image: url(../../Images/contact/0.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.main-title-slider {
  
  color: #bf845a;
  font-weight: 500;
  text-align: left;
  font-size: 86px;
  letter-spacing: 0.5px;
}

/* Start Section Touch  */

.Touch {
  margin-bottom: 100px;
}
.ul-between {
  display: flex;
  justify-content: space-between;
}
.text-touch {
  color: #25544c;
  
  font-size: 35px;
  margin-bottom: 1.2rem;
  text-align: center;
  margin-top: 70px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.desc-touch {
  color: #8e8e8e;
  
  font-size: 25px;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 767px) {
  .ul-between {
    display: flex;
    flex-direction: column;
  }
}

/* End Section Touch  */

/* Start Section Forms */

.forms {
  background-color: #f1f1f1;
  padding: 80px 0;
  margin-bottom: 120px;
}

.form-control-1 {
  background-color: #ffffff !important;
  border-radius: 5px !important;
  text-align: left !important;
  border: none !important;
  margin-bottom: 2rem;
  padding: 20px !important;
}

.btn-forms {
  background-color: #bf845a;
  color: #ffffff;
  
  font-weight: 500;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-size: 13px;
}

.form-group ::placeholder {
  color: #a7aeb4 !important;
}

.img-map {
  margin-top: 8rem;
}
/* End Section Forms */

/* Start Section Subscribe */

.box-subscribe {
  background-color: #09554c;
  border-radius: 15px;
  padding: 30px;
}

.box-subscribe {
  background-color: #09554c;
  border-radius: 25px;
  padding: 30px;
  width: 50%;
}

.text-subscribe {
  
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}
.subscribe li {
  display: inline-block;
  padding-left: 20px;
}
.form-subscribe {
  width: 80%;
}


.form-sub {
  background-color: #ffffff !important;
  border-radius: 12px !important;
}

.form-subscribe input::placeholder {
  color: #7a7676 !important;
}

.btn-subscribe button {
  background-color: #bf845a;
  color: #ffffff;
  text-align: center;
  
  font-weight: bold;
  padding: 20px 35px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .form-subscribe {
    width: 100%;
  }
}

.bot-to {
  position: relative;
  margin-bottom: -100px;
  z-index: 1;
}

/* End Section subscribe */



.btn-main {
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: inline-block;
  padding: 14.25px 30px;
  border-radius: 26px;
  border: 2px solid #ffffff;
}

.ul-contact li {
  margin-bottom: 30px;
}
.ul-contact ul {
  list-style: none;
  padding-left: 0;
}
.ul-contact li img {
  margin-right: 30px;
}
.ul-contact li a {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}


.img-course {
  position: relative;
  overflow: hidden;
  border-radius: 36px; /* Rounded corners */
}

.img-course img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image scales correctly */
  border-radius: 10px; /* Matches container corners */
}

.text-course {
  position: absolute; /* Ensure it overlays the image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; /* Center content vertically and horizontally */
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  color: #ffffff; /* Text color */
  text-align: left; /* Center-align text */
  z-index: 2; /* Ensure it's above the image */
  padding-left: 25px;
  padding-top: 200px;
}
.text-course .head-text-courses {
  margin-bottom: 10px;
  
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.text-course .sub-text-courses {
  
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.7200000286102295px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.main-btn {
  width: 199.07px;
  height: 52px;
  border-radius: 26px;
  border: 3px solid #03adcc;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: transparent; /* Default background */
  color: #03adcc; /* Default text color */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.main-btn:hover {
  background-color: #03adcc; /* Hover background color */
  color: #ffffff; /* Hover text color */
  border: 2px solid #ffffff;
}

.main-btn button {
  background: none; /* No background for button */
  border: none; /* No border for button */
  color: inherit; /* Inherit color from .main-btn */
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: none;
}

.main-ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.main-ul ul li {
  display: inline-block;
}
.main-ul ul li:first-child {
  margin-right: 20px;
}
.about-data {
  margin-top: 50px;
}
.main-ul {
  margin-top: 40px;
}

.btn-main.style-2 {
  padding: 14.25px 12.5px;
  background: transparent;
  border: 2px solid #56b3e5;
}
.btn-main.style-2 span {
  margin-left: 10px;
  margin-right: 10px;
  color: #56b3e5;
}

.prods-inner {
  margin-top: 50px;
}
.prod-logo {
  margin-top: 15px;
  text-align: center;
}
.prod-subtitle {
  
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #999696;
  margin-top: 10px;
}
.prod-box {
  text-align: center;
  margin-bottom: 40px;
}

.card-courses {
  background-color: #ebfcff;
}
.review {
  background-color: #ffffff !important;
  border-radius: 13.5px;
  height: 36.93px;
  width: 102.58px;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.btn-courses {
  background-color: #024073;
  border-radius: 4px;
  border: none;
}
.btn-courses:hover {
  border: 2px solid #024073;
}
.span-courses {
  padding-left: 8px;
}
.card {
  border: 1px solid #a6a6a6;
  border-radius: 15px;
}
.card-title {
  
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}

.testi-box {
  padding: 30px 25px;
  border: 2px solid #c1e66b;
  border-radius: 32px;
}
.testi-box {
  text-align: center;
}
.testi-box > img {
  max-width: 100%;
  width: inherit !important;
  margin-left: auto;
  margin-right: auto;
}
.testi-desc {
  margin-top: 20px;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #525151;
  min-height: 72px;
}
.testi-title {
  
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #56b3e5;
  margin-bottom: 20px;
  margin-top: 15px;
}
.about-data img {
  border-radius: 6px;
}
.prod-box img {
  border-radius: 6px;
}
.customers-title {
  padding: 60px 0;
}
/*  */
/*  */

/*  */
@media (min-width: 992px) {
  .desk-hidden {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}
body .bx-wrapper {
  margin-bottom: 0px;

  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: transparent;
}
.customers {
  background: #ffffff;
  padding: 60px 0;
  margin-bottom: 35px;
}
.customers2 {
  margin-bottom: 60px;
  max-height: 280px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.contact {
  background: #56b3e5;
  padding: 60px 0;
  position: relative;
}
.contact > img {
  position: absolute;
  top: 0;
  right: 0;
}
.form-control {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding-left: 20px;
  color: #fff;
  background: transparent;
}
.contact .main-subtitle {
  text-align: left;
  color: #c1e66b;
  margin-bottom: 20px;
}
.contact .main-title {
  text-align: left;
  color: #fff;
}
.contact .main-title {
  margin-bottom: 40px;
}
.contact .main-desc {
  color: #fff;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contact-form {
  margin-top: 30px;
}
.form-control {
  padding-bottom: 15px;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  padding-top: 15px;
}
.form-control::placeholder {
  color: #fff;
}
.form-group {
  margin-bottom: 15px;
}
textarea.form-control {
  min-height: 135px;
}
.contact .container {
  position: relative;
}
.c-img-1 img {
  border-radius: 6px;
}
.c-img-2 {
  text-align: right;
  margin-top: -200px;
  margin-right: 100px;
}
.c-img-2 img {
  border-radius: 29px;
}
.contact .col-md-6 {
  position: relative;
}
.c-img-3 {
  position: absolute;
  top: 20px;
  right: 50px;
}
.c-title-4 {
  
  font-size: 46px;
  font-weight: 700;
  line-height: 56.07px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #56b3e5;
  position: absolute;
  top: 70px;
  right: 97px;
}
.c-title-5 {
  position: absolute;
  top: 130px;
  right: 83px;
  
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #56b3e5;
}
.c-title-4 span {
  margin-right: 5px;
}
.btn-submit {
  
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  background: #c1e66b;
  display: block;
  width: 100%;
  padding: 18.25px 0;
  margin-top: 20px;
  border-radius: 5px;
}

/*  */

/*  */
@media (max-width: 1199px) {
  .btn-main {
    font-size: 15px;

    padding: 10px 20px;
  }
  .btn-main.style-1 img {
    max-width: 25px;
  }
  .btn-main.style-1 {
    padding: 5.25px 30px;
  }
  .btn-main.style-2 {
    padding: 10px 10px;
    display: block;
  }
  .btn-main.style-2 span {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-ul ul li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main-ul ul li {
    display: block;
  }

  .testi-desc {
    font-size: 15px;

    min-height: 96px;
  }
}
@media (max-width: 991px) {
  .about-data .row .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .products .col-md-4 {
    width: 50%;
  }
  .contact .col-md-6 {
    width: 100%;
  }
  #contactform {
    margin-bottom: 30px;
  }
  .prods-inner .col-md-4 {
    width: 100%;
  }

  .footer-desc {
    text-align: center;
    line-height: 1.2;
  }
  .footer-bottom .col-md-3,
  .footer-bottom .col-md-2 {
    width: 50%;
    margin-top: 15px;
  }
  .footer-bottom .col-md-2 {
    text-align: right;
  }
  .ul-contact li img {
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .course-card {
    width: 50% !important;
  }
}
