@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@font-face {
  font-family: optima;
  src: url(../fonts/OptimaNovaLTProRegular.otf);
}
@font-face {
  font-family: neue;
  src: url(../fonts/NeueHaasDisplayLight.ttf);
}
@font-face {
  font-family: futura;
  src: url(../fonts/FuturaLTProBook.otf);
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Ginra Sans";
  font-weight: 400;
  color: #0c2461;
  position: relative;
  overflow-x: hidden;
}
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Nunito", sans-serif;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  color: #000;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Acme", sans-serif;
  color: #2e5388;
}

li {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
}
p {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
#header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-top li {
  display: inline-block;
  padding-right: 20px;
}

.header-top-wrap {
  border-bottom: 1px solid #e4f1fb;
  padding: 14px 0;
}
.header-cont-info {
  text-align: right;
  margin-top: 5px;
}
.header-cont-info ul {
  display: inline-flex;
}
.header-cont-info ul li {
  margin-right: 20px;
}

.header-cont-info li i {
  color: #2e5388;
  padding-right: 7px;
}

.header-social li a {
  border: 1px solid #faae7b;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 4px;
  color: #faae7b;
  font-size: 15px;
  padding-top: 10px;
}

.header-social li a:hover {
  background-color: #faae7b;
  color: #fff;
}

.header-social li {
  padding: 0 5px;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #faae7b;
}

.navbar-nav .nav-item {
  padding: 0 10px;
}

.mainmenu {
  background: #fff;
  padding: 10px 0px;
}

.mainmenu.sticky {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  padding: 10px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/
#hero-areamobile {
  display: none;
}
#hero-area {
  display: block;
  height: 500px;
}
.slider1 {
  background: linear-gradient(
      to bottom,
      rgb(0 0 0 / 73%) 0%,
      rgb(0 0 0 / 35%) 59%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url(../images/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#videotes {
  background-image: url("../images/volunteer-helps.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}
#aboutbloom {
  position: relative;
  margin-top: 70px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.test1qa {
  text-align: center;
}
.test1qa ul {
  display: flex;
}
.product-carousel .center {
  background: #2e5388;
  padding: 20px;
  border-radius: 20px;
}
.test1qa {
  text-align: center;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 20px;
}
.product-carousel .center .test1qa {
  background: #2e5388;
}
.product-carousel .center .test1qa h4 {
  color: #fff;
}
.product-carousel .center .test1qa p {
  color: #fff;
}
#testimonial1q {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}
.product-carousel .item {
  height: 390px;
}
#testimonial1q h2 {
  margin-bottom: 0px;
}
.test1qa ul li i {
  color: gold;
}
.about1qa {
  position: relative;
}
.about1qa h2,
.about1qa p {
  color: #fff;
}
.about1qa h2 {
  text-align: center;
  margin-bottom: 15px;
}
#aboutbloom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 80%);
}

.banner-carousel .owl-prev {
  display: flex;
  left: 30px;
  position: absolute;
  top: 270px;
  color: #fff;
  background: #32a5f1;
  padding: 10px;
  border-radius: 50%;
}
.banner-carousel .owl-next {
  display: flex;
  right: 30px;
  position: absolute;
  top: 270px;
  color: #fff;
  background: #32a5f1;
  padding: 10px;
  border-radius: 50%;
}

#videotes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 80%);
}

.leftslide1 h2 {
  font-size: 50px;
  color: #097ac5;
}
.leftslide1 p {
  font-size: 20px;
}
#form1q2 {
  background: #2d5387;
  padding: 15px 0px;
}
form {
  margin-bottom: 0;
}
#form1q2 h3 {
  color: #fff;
  margin-top: 6px;
}
.banbtn1q a {
  background: #32a5f1;
  color: #fff;
  padding: 15px 20px;
  border-radius: 40px;
  font-weight: 600;
}
.banbtn1q {
  margin-top: 40px;
}
.count1qa img {
  width: 70px;
  margin-bottom: 15px;
}
.count1qa {
  text-align: center;
  box-shadow: 0 2px 10px rgb(0 0 0 / 26%);
  padding: 20px;
  border-radius: 20px;
  height: 220px;
}
.count1qa h5 {
  font-weight: 600;
}
.aboutus2 {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 3%);
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: justify;
  height: 320px;
}
.aboutus2 h3 {
  text-align: center;
}
.servive-box-each {
  background-color: #efefef;
  padding: 25px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 3%);
  border-radius: 10px;
  text-align: center;
  height: 480px;
  transition: 0.2s ease-in-out;
}
.servive-box-each:hover {
  background-color: #2e5388;
}
.servive-box-img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: -80px;
  transition: 0.2s ease-in-out;
}
.servive-box-each:hover p {
  color: #fff;
}
.servive-box-each:hover h2 {
  color: #fff;
}
.servive-box-each:hover .servive-box-img {
  transform: translateY(-10px);
}

.d-table {
  width: 100%;
  height: 100%;
}
/*.ban_form { background: #fff; padding: 30px 20px; border-radius: 30px; border: 2px solid #135a2e;} */
/*.ban_form h3 { font-size: 25px; margin-bottom: 20px; letter-spacing: 1px; color: #135a2e} */
.ban_form form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #000;
}
.ban_form form select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 60px;
  color: #000;
}
.ban_form form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 20px;
}
.ban_form form button {
  display: inline-block;
  color: #2e5388;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  background: #ffffff;
  border: none;
  margin-top: 0px;
  outline: none;
  font-size: 16px;
}
.lefthero p {
  font-size: 15px;
  color: #fff;
  width: 60%;
  line-height: 25px;
}
.logo img {
  height: 50px;
}
.hed12we {
  background: #0caa5c;
}
.hed12we h1 {
  text-align: center;
  color: #fff;
}
.header-cont-info a {
  display: inline-block;
  color: #2e5388;
  padding: 11px 25px;
  border-radius: 4px;
  font-weight: 600;
  background: #fff;
  border: 2px solid #d39b59;
}
.mobileview23 {
  display: none;
}
.lefthero h1 {
  font-family: "Acme", sans-serif;
  font-size: 45px;
  line-height: 118.4%;
  padding: 40px 0px;
  width: 422px;
  color: #fff;
}
.lefthero h1 span {
  color: #7c7c7c;
}
.leftbtn a {
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.lefthero {
  margin-left: 60px;
}
.headingfeat {
  width: 60%;
  position: relative;
  left: 7%;
}
.headingfeat:before {
  position: absolute;
  content: "";
  background-color: #9e9e9e;
  height: 85px;
  width: 1px;
  left: -23px;
  top: 10px;
}
.headingfeat h4 {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #4f378c;
  letter-spacing: 0.13em;
  position: relative;
}
.headingfeat.getstarted3 h4 {
  color: #fff;
}
.headingfeat.getstarted3 h2 {
  color: #f4ab6c;
}
.headingfeat h2 {
  font-family: "Acme", sans-serif;
  line-height: 118.4%;
  color: #1a1a1a;
  font-size: 35px;
  position: relative;
}
.headingfeat h4:before {
  position: absolute;
  content: "";
  background-color: #f9a86f;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: -25px;
  top: 5px;
}
.headingfeat.homeaboutus1:before {
  display: none;
}
.headingfeat.homeaboutus1 h4:before {
  display: none;
}
.headingfeat h2:before {
  position: absolute;
  content: "";
  background-color: #f9a86f;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: -26px;
  bottom: 11px;
}
.backcolor {
  background: #f6f6f6;
  padding-bottom: 60px;
}
.featured {
  padding-top: 80px;
}
.featuredslider {
  background: #fff;
  border: 0.752137px solid #d8d8d8;
  border-radius: 9.77778px;
  padding: 5px;
  padding-bottom: 20px;
  margin-right: 20px;
  margin-top: 40px;
}
.featuredslider h3 {
  font-family: "Acme", sans-serif;
  font-size: 20px;
  line-height: 155.9%;
  font-weight: 400;
  margin-top: 10px;
  padding: 0px 19px;
  text-align: center;
}
.featuredslider p {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
  padding: 0px 19px;
}
.pop_box.pop_box_testi {
  position: relative;
}
.pop_box.pop_box_testi a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 30px;
}
#patners {
  margin-top: 50px;
  margin-bottom: 50px;
}
#patners h2 {
  color: #135a2e;
  margin-bottom: 20px;
}
.newsv {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 9%);
  background: #fff;
  border-radius: 20px;
  height: 420px;
  overflow: hidden;
}
.newsv h5 {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}
.lat1q2w {
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.lat1q2w h2 {
  color: #fff;
  margin-bottom: 40px;
}

.product-carousel .owl-nav {
  display: flex;
  left: 50%;
  position: absolute;
  bottom: -90px;
  transform: translate(-50%, -50%);
}
.product-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #2e5388;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
.address-carousel .owl-nav {
  display: flex;
  left: 50%;
  position: absolute;
  bottom: -90px;
  transform: translate(-50%, -50%);
}
.address-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #2e5388;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
.videotest .owl-nav {
  display: flex;
  left: 50%;
  position: absolute;
  bottom: -90px;
  transform: translate(-50%, -50%);
}
.videotest .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #32a5f1;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
#testimnone h2 {
  text-align: center;
}
#testimnone {
  padding: 60px 0px;
}
.slider .owl-nav {
  display: flex;
  right: 30px;
  position: absolute;
  top: -53px;
}
.slider .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #135a2e;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
.homeaboutus {
  padding-top: 80px;
  padding-bottom: 60px;
}
.dervc23ews {
  text-align: center;
  border: 2px solid #000;
  border-radius: 30px;
  overflow: hidden;
}
.dervc23ews h4 {
  margin-top: 15px;
  color: #135a2e;
  font-size: 20px;
}
.headingfeat.homeaboutus1 {
  width: 100%;
  left: 0;
}
.aboutus1 h2 {
  color: #135a2e;
}

.aboutbtn a {
  background: #4f378c;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  border-radius: 5px;
}
.whychooseus2 img {
  height: 50px;
}
.leftget {
  background: linear-gradient(181deg, #50378d, #50378d61);
  border-radius: 10px;
  padding: 30px 30px 0px 30px;
}
.getstarted {
  background: linear-gradient(180deg, #f6f6f6 60%, #f0f0f0 60%);
  padding-top: 40px;
  padding-bottom: 60px;
}
.getstarted .container {
  max-width: 1000px;
}
.getstarted2 {
  background: #fff;
  border-radius: 10px;
}
.headingfeat.getstarted3 {
  width: 100%;
}
.headingfeat.getstarted3 h2 {
  font-size: 30px;
}
.stats img {
  height: 60px;
}
.counting {
  font-size: 28px;
  position: relative;
}
sup {
  top: -30px;
  left: 47px;
  font-size: 20px;
  font-weight: 900;
}
.featured h4 {
  color: #135a2e;
}
.homeaboutus h2 {
  text-align: center;
}
.stats {
  text-align: center;
}
.stats p {
  line-height: 23px;
}
.partner-item {
  background: #f4f9fd;
  padding: 30px;
  position: relative;
}
.partner-item:hover:after,
.partner-item:hover:before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}
.partner-item:before {
  left: 0;
  top: 0;
  border-left: 3px solid #135a2e;
  border-top: 3px solid #135a2e;
}
.partner-item:after,
.partner-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner-item:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #135a2e;
  border-bottom: 3px solid #135a2e;
}

/*.headingfeat.getstarted3 h2:before {background-color: #4F378C;}
.headingfeat.getstarted3 h4:before {background-color: #4F378C;}*/
.testinaws h6 {
  color: #135a2e;
  font-style: italic;
}
.headingfeat.getstarted3:before {
  background-color: #ffffff70;
  height: 73px;
}
.righttget {
  padding: 30px;
  padding-bottom: 0px;
}
.testinaws {
  text-align: center;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 20px;
  background-color: #fff;
}

.righttget label.form-label {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
.righttget .form-control {
  font-size: 14px !important;
  background: #fafafa !important;
}
.righttget .form-select {
  font-size: 14px !important;
  background-color: #fafafa !important;
  font-weight: 700 !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.righttget button.formbtn {
  font-family: "Nunito", sans-serif;
  background: #4f378c;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  /* background-image: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e); */
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.enquirybg p {
  font-weight: 800;
  font-size: 53px;
  line-height: 64px;
  text-transform: capitalize;
  color: #fff;
}
.enquirybg {
  background-position: center;
  height: 300px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
}
.enquirybtn {
  margin-top: 50px;
}
.enquirybtn a {
  background: #f9a86f;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}
.forfaculty {
  margin-top: 80px;
  padding-bottom: 40px;
}
.forfaculty .container {
  max-width: 1000px;
}
.rightfaculty ul {
  list-style: none;
  padding: 0;
}
.rightfaculty ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
}
.rightfaculty p {
  margin-bottom: 30px;
}
.leftfaculty img {
  border-radius: 20px;
}
.whotrain1 h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 155.9%;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #4f378c;
}
.whotrain1 h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 118.4%;
  text-align: center;
  color: #1a1a1a;
}
.whotrain {
  padding-top: 80px;
  background: #f0f0f0;
}
.whotrain1 {
  margin-bottom: 30px;
}
.centeraling {
  display: flex;
  align-items: center;
}
.rightwhotrain img {
  border-radius: 20px;
  position: relative;
  top: 50px;
}
.rigthfooter h4 {
  color: #fff;
  font-family: "Nunito", sans-serif;
}
.whychooseus {
  background: #1a1a1a;
  padding-top: 120px;
  padding-bottom: 100px;
}
.whotrain1.whychooseus1 {
  margin-bottom: 30px;
}
.whychooseus2 {
  position: relative;
}
.righthomeaboutus img {
  border-radius: 50%;
}
.whychooseus2 h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 155.9%;
  color: #ffffff;
  margin-top: 30px;
}
.whychooseus2 p {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
}
.whotrain1.whychooseus1 h4 {
  color: #f9a86f;
}
.whotrain1.whychooseus1 h2 {
  color: #fff;
}
.whychooseus .container {
  max-width: 1000px;
  border-bottom: 1px solid #323232;
  padding-bottom: 30px;
}

.footer {
  background: #034a87;
  padding-top: 50px;
  margin-top: 70px;
}
.footerlogo img {
  margin-top: -16px;
  height: 120px;
}
.footer1 ul {
  list-style: none;
  padding: 0;
}
.footer1 ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 368.4%;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer1 ul li a:hover {
  color: #fff;
}
.footer hr {
  color: #fff;
}
.lastp {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
}
.footer-inbox {
  position: relative;
}
.footer-inbox input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: #252525;
  border-radius: 8px;
  padding: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.footer-inbox button {
  position: absolute;
  color: #fff;
  background: #f9a86f;
  border: 0;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.99px;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  height: 50px;
  width: 50px;
}
.footer-inbox button i {
  font-size: 30px;
}
.rigthfooter h2 {
  font-weight: 400;
  font-size: 22.5px;
  line-height: 135.1%;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6);
}
.rigthfooter ul {
  list-style: none;
  padding: 0px;
}
.rigthfooter ul li a i {
  color: #fff;
  margin-right: 15px;
}
.rigthfooter ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 40px !important;
  letter-spacing: -0.03em;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
ul.footerlast1 {
  list-style: none;
  display: flex;
  padding: 0px;
  float: right;
}
.footerlast {
  background: rgb(20 20 20);
}
.footerlast .container {
  max-width: 1000px;
}
.footerlast p {
  font-weight: 600;
  font-size: 11.7px;
  line-height: 16px;
  text-transform: capitalize;
  color: #4e4e4e;
  margin-top: 13px;
}
.footerlast1 li {
  margin-right: 20px;
}
.footerlast1 li a {
  background: #282828;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.row.bordertop21 {
  border-top: 2px solid #50378d;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.bordertop212 {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../images/18MAY20231.png");
  height: 40px;
  width: 50px;
  background-repeat: no-repeat;
}
p.mar43 {
  margin-top: 10px;
}
#aboutus {
  padding: 80px 0px;
  background: #f6f6f6;
}
#aboutus h2 {
  text-align: center;
}
.aboutus2 img {
  border-radius: 20px;
}
.leftwhotrain ul li {
  color: #000;
}
.leftwhotrain ul {
  list-style: disc;
  padding-left: 20px;
}
.ban_form {
  text-align: center;
}
.ban_form h3 {
  color: #fff;
}
.whatsapp05sep23 {
  margin-top: 30px;
}
.whatsapp05sep23 a.headbutton04sep {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  color: #2e5388;
  font-weight: 600;
}

.leftbanner {
  position: relative;
  top: 45px;
}
.leftbanner h1 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
}
.leftbanner h5 {
  color: #fff;
}
.leftbanner h2 {
  color: #fff;
}
.leftbanner1 {
  background: #2d5387;
  padding: 20px;
  border-radius: 10px;
}
.leftbanner1 p {
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.rightbanner {
  position: relative;
  top: 194px;
}
.centre12 {
  background: #fff;
  padding: 50px;
  text-align: center;
  box-shadow: 0px 0px 4px 0px;
  margin-top: 70px;
  border-radius: 20px;
}
.centre12 h6 {
  font-weight: 700;
}
.se12erfd {
  text-align: center;
  border: 15px solid #dad7d7;
  border-radius: 50%;
  width: auto;
  height: 160px;
  padding-top: 10px;
}
#se12we3we {
  margin-top: 50px;
}
.se12we3we1 h6 {
  text-align: center;
  margin-top: 10px;
}
.se12erfd img {
  height: 100px;
  margin-top: 8px;
}
.se12we3we1:hover .se12erfd {
  border: 15px solid #2d5387;
}
.banner-carousel .item {
  margin-top: 100px;
}
.servive-box-each h2 {
  font-size: 25px;
  margin-top: 20px;
}
.about12wad {
  background-image: url("../images/dr-pic.webp");
  background-repeat: no-repeat;
  background-position: left;
}
.leftsideab {
  background: #1c3252;
  color: #fff;
  padding: 60px;
}
.leftsideab h3,
.leftsideab p {
  color: #fff;
}
.leftsideab p {
  font-size: 16px;
  line-height: 26px;
}
.leftsideab h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#about23doc h2 {
  text-align: center;
  margin-bottom: 20px;
}
.mobiedice {
  display: none;
}
#real12resul {
  margin-top: 50px;
}
#real12resul h2 {
  text-align: center;
  margin-bottom: 30px;
}
.address-carousel {
  background: #1c3252;
  padding: 15px;
  border-radius: 10px;
}
.real12resulr p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-top: 5px;
}
.homeabout1us {
  text-align: center;
  margin-top: 50px;
}
.lefttest12w {
  padding: 20px 0px;
}
.righttest12w {
  padding: 20px 0px;
}
.righttest12w h2 {
  color: #fff;
}
.righttest12w1 img {
  filter: grayscale(100%);
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
.product-carousel {
  margin-top: 60px;
}
.left12xc12 img {
  height: 20px;
  width: 70px !important;
}
.left12xc12 {
  text-align: left;
}
.left12xc12 h3 {
  margin-top: 10px;
  font-size: 20px;
}
.right12qwsa {
  width: 80px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  height: 80px;
  color: #fff;
  line-height: 80px;
  background: #96a9c3;
  border-radius: 100%;
  float: right;
}
.ban1222btn a {
  border: 2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}
.ban1222btn {
  margin-top: 5px;
}
.point12ers {
  background: #fff;
  border-radius: 20px;
  text-align: left;
  padding: 20px;
}
.ban1222btn h3 {
  margin-bottom: 40px;
}
.stick12foot {
  background: #4482c0;
  padding: 10px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999999;
}
.stick12foot ul {
  display: flex;
  justify-content: space-around;
}
.stick12foot ul li i {
  color: #fff;
  font-size: 25px;
}
.leftbanner1 ul li {
  color: #fff;
}
.book23e34 {
  text-align: center;
  margin-top: 70px;
}
.leftsideab ul li {
  background: #fff;
  color: #000;
  margin-bottom: 9px;
  text-align: left;
  margin-right: 10px;
  padding: 5px 10px;
}

.leftsideab ul {
  display: flex;
  flex-wrap: wrap;
}
#ser12wsde {
  margin-top: 50px;
  background: linear-gradient(45deg, black, #0d87d5);
  padding: 30px 0px;
}
#ser12wsde h2 {
  text-align: center;
  color: #fff;
}
.ser12wsa {
  text-align: center;
}
.ser12wsaa ul {
  list-style: auto;
  padding-left: 20px;
}
.ser12wsaa p,
.ser12wsaa ul li {
  color: #fff;
  line-height: 25px;
}
#faq {
  margin-top: 50px;
}
#faq h2 {
  text-align: center;
}

.bg-dark-back {
  background: #034a87;
}
.pt-50 {
  padding-top: 50px;
}
.small-head {
  color: #02846f;
}

.doctor-title {
  color: white;
}

.doctor-desc {
  color: white;
}
.doctor-details {
  color: white;
  font-size: 14px;
}
.doctor-pointers {
  color: white;
}
.text-center {
  text-align: center;
}

.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-50 {
  padding-bottom: 50px;
}
.btn-gold {
  border-radius: 0px;
  background: #d39b59;
  border: 1px solid #d39b59;
}
.text-white {
  color: white;
}
.counter-section {
  background: #00a6a6;
}
h4.counter_number {
  text-align: center;
  color: white;
  font-weight: 700;
}

p.counter-text {
  color: white;
  font-size: 14px;
  text-align: center;
}

.btn-transparent {
  background: transparent !important;
}
.custom-accordion {
  color: #ffffff;
}

.testimonial-section {
  background: #f9fafc;
}

.testimonial-item {
  border-radius: 10px;
  background: #fff;
  min-height: 280px;
}

.testimonial-text {
  font-size: 18px;
  color: #3c3c52;
  line-height: 1.5;
  margin-bottom: 5px;
}
.eye-treatment {
  background: #fff;
}

/* Overlay consultation box */
.consult-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

/* Steps list */
.steps-list {
  list-style: none;
  padding: 0;
}

.steps-list li {
  display: flex;
  margin-bottom: 20px;
}

.step-icon {
  min-width: 45px;
  height: 45px;
  background: #d71920;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
}

.steps-list h5 {
  margin-bottom: 5px;
  font-size: 16px;
}

.steps-list p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
}

p.doctor-details-dark {
  font-size: 14px;
}

p.doctor-desc-dark {
  color: #2d5387;
  font-size: 18px;
}

h6.small-head-dark {
  color: #2d5387;
}

.mt-80 {
  margin-top: 80px;
}
.footer-content,
.footer-content a {
  color: #fff;
}
.bg-overlay-section {
  position: relative;
  background: url("../images/banner.jpg") center center / cover no-repeat;
  min-height: 400px;
}

/* Transparent black overlay */
.bg-overlay-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(4 63 66 / 80%); /* adjust opacity */
}

/* Keep content above overlay */
.bg-overlay-section .container {
  position: relative;
  z-index: 1;
}

.image-stack {
  min-height: 420px;
}

.image-top {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}

.image-bottom {
  position: absolute;
  top: 180px;
  left: 30px;
  z-index: 2;
  border-radius: 16px;
}

.mt-100 {
  margin-top: 100px;
}

.doctor h2 {
  margin-top: 20px;
}

.mt-60 {
  margin-top: 50px;
  margin-left: 60px;
}

.service-tit {
  text-align: center;
  font-size: 24px;
  color: white;
}
.pt-10 {
  padding-top: 10px;
}
.before-hair {
  text-align: center;
}
.footer {
  color: white;
}

.logo-doc img {
  height: 65px;
}
.section h2 {
  text-align: center;
  color: white;
}
.gmail-demo li {
  display: inline;
  font-size: 25px;
  margin-right: 10px;
}
.rigthfooter h4 {
  border-bottom: 1px solid white;
}
.button-btn {
  color: white;
  border: 2px solid white;
  margin-top: 25px;
}
.button-btn:hover {
  background-color: transparent;
  color: white;
}
.section {
  padding-top: 10px;
}
.cont_head {
  color: #ffffff;
  font-size: 18px;
}
.mb-50 {
  margin-bottom: 50px;
}
.border-10 {
  border-radius: 10px;
}

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

#before-after-section {
  padding: 60px 0;
}

.section-header {
  margin-bottom: 20px;
}

.section-header h2 {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #f8b84e;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ba-item {
  border-radius: 12px;
  overflow: hidden;
}
.ba-single-img-box {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #e9ecef;
}

.ba-single-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ba-item:hover .ba-single-img-box img {
  transform: scale(1.08);
}
.beforeafter .owl-nav {
  display: flex !important;
  left: 50%;
  position: absolute;
  bottom: -80px;
  transform: translate(-50%, -50%);
}
.beforeafter .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: rgb(45 105 125);
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
.beforeafter .item {
  margin-top: 20px;
}
.ctabwcn a {
  font-size: 18px !important;
}

.service-list {
  padding: 60px 0px;
}

.service-list-tab {
  justify-content: center;
}
.items {
  margin-bottom: 20px;
}

.card-serv-icon {
  background-color: #fff;
  border: 2px solid #2d697d;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.card-serv-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 4px solid #2d697d;
}

.iconbox {
  display: inline-block;
  margin-bottom: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconbox img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.tab-tl {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.card-serv-icon:hover .tab-tl {
  color: #2d697d;
}
.section-title {
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 30px;
}

.section-desc {
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}
.process-title {
  color: #2d697d;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.custom-process-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.custom-process-list li {
  position: relative;
  background: #ffffff;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #2d697d; /* Accent Color */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-process-list li:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.image-wrapper {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-header {
  margin-bottom: 20px;
}

.section-header h2 {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #f8b84e;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.video-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 0;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.embed-responsive {
  background: #000;
}
.hairtransplt {
  margin-top: 100px !important;
}
.owl-carousel1 .owl-nav {
  display: flex !important;
  left: 50%;
  position: absolute;
  bottom: -80px;
  transform: translate(-50%, -50%);
}
.owl-carousel1 .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: rgb(45 105 125);
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}
.owl-carousel1 .item {
  margin-top: 20px;
}
.testimonial-item h6 {
  font-size: 20px !important;
}

#faq-area {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 0px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Heading Styling */
.sec-heading {
  margin-bottom: 40px;
}
.sec-heading h6 {
  color: #f8b84e; /* Use brand color for sub-heading */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}
.sec-heading h2 {
  font-weight: 700;
  color: #333;
  font-size: 36px;
}
.card {
  border: none;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.card-header {
  background-color: #2d697d;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-header .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 18px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.card-header .btn-link:hover {
  text-decoration: none;
  background-color: #2d697d;
  color: #fff;
}

.card-header .btn-link::after {
  content: "+";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.card-header .btn-link[aria-expanded="true"]::after {
  content: "-";
  transform: translateY(-50%);
}

.card-header .btn-link[aria-expanded="true"] {
  background-color: #2d697d;
}

.card-body {
  background-color: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-top: none;
  padding: 25px;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}
