@import url("https://fonts.googleapis.com/css?family=Playfair+Display:500,700,800,900|Poppins:400,500,600,700,800&amp;display=swap");

body {
  font-family: Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a,
button:focus {
  outline: 0;
}

a {
  transition: all 0.3s ease-out 0s;
}

p {
  line-height: 1.8;
}


/* Base style (applies to all screen sizes) */
.slider-tittle h1 {
  font-size: 30px !important;
  background: none !important;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}

/* Button Style */
.tajik-btn {
  background: linear-gradient(90deg, #0b7a3b, #1fa463);
  color: #ffffff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover Effect */
.tajik-btn:hover {
  background: linear-gradient(90deg, #c62828, #e53935);
  /* red tones */
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px) scale(1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.tajik-btn-red {
  background: transparent;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.tajik-btn-red:hover {
  background: linear-gradient(90deg, #0b7a3b, #1fa463);
  color: #fff;
  transform: translateY(-2px) scale(1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}



/* Override on bigger screens */
@media (min-width:768px) {
  .slider-tittle h1 {
    font-size: 85px !important;

  }

  .slider-tittle p {
    font-size: 22px;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
  }
}

/*h1 {*/
/*  font-size: 22px !important;*/
/*    background: none !important;*/

/*   background-color: #236865 !important;*/
/*}*/

/*@media(max-width:768px) {*/
/*  h1 {*/
/*    font-size: 30px;*/
/*  }*/
/*}*/

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

ul li {
  list-style: none;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.container-fluid {
  max-width: 1920px;
}

a.scroll-top {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #236865;
  transition: 0.5s;
  z-index: 3;
  font-weight: lighter;
}

a.scroll-top i {
  font-size: 13px;
}

.section-tittle {
  position: relative;
}

.section-tittle h2 {
  font-size: 35px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: Arial, sans-serif;
  color: #f05967;
  margin-bottom: 15px;
}

.section-tittle p {
  color: #616161;

  font-size: 16px;
}

.page-title-content {
  margin-top: 90px;
  text-align: center;
  position: relative;
}

.page-title-content h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #fff;
}

.page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-content ul li a {
  font-size: 20px;
  color: #fff;
  position: relative;
}

.page-title-content ul li a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.page-title-content ul li a:hover::before,
.page-title-content ul li a.active::before {
  width: 100%;
}

.page-title-content ul li p {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  position: relative;
}

.page-title-content ul li p::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.page-title-content ul li p:hover::before,
.page-title-content ul li p.active::before {
  width: 100%;
}

.page-title-content ul li i {
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #236879;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(216, 150, 101, 0.3);
}

.submit-btn:hover {
  background-color: #236879;
  color: #fff;
}

.submit-btn:disabled {
  background-color: #999;
  cursor: not-allowed;
}


.box-btn {
  padding: 8px 22px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin-right: 20px;
  transition: 0.3s;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  color: #174255;
  position: relative;
  border: 1px solid #174255;
}

.box-btn:hover {
  background: #fff;
  color: #174255;
  border: 1px solid #174255;
}

.border-btn {
  padding: 18px 30px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-transform: capitalize;
  margin-right: 20px;
  margin-top: 20px;
  transition: 0.3s;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}

.border-btn:hover {
  color: #fff;
  background: #236865;
  border: 1px solid #236865;
}

.border-btn i {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}


.single-events {
  .line-bnt {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #fff;
    transition: 0.3s;
    font-weight: 500;
  }
}

.line-bnt {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #616161;
  transition: 0.3s;
  font-weight: 500;
}

.line-bnt i {
  margin-left: 1px;
  font-size: 14px;
  font-weight: bold;
}

.line-bnt:hover {
  letter-spacing: 1px;
  color: #236865;
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin-top: 0px;
  top: 0px;
}

#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading #loading-center #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  transform: rotate(45deg);
  animation: loading-center-absolute 1.5s infinite;
}

@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
  }
}

#loading #loading-center #loading-center-absolute .object {
  width: 25px;
  height: 25px;
  background-color: #236865;
  float: left;
}

#loading #loading-center #loading-center-absolute #object_one {
  animation: object_one 1.5s infinite;
}

@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
  }

  100% {
    transform: translate(0, 0) rotate(-180deg);
  }
}

#loading #loading-center #loading-center-absolute #object_two {
  animation: object_two 1.5s infinite;
}

@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
  }

  100% {
    transform: translate(0, 0) rotate(-180deg);
  }
}

#loading #loading-center #loading-center-absolute #object_three {
  animation: object_three 1.5s infinite;
}

@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
  }

  100% {
    transform: translate(0, 0) rotate(-180deg);
  }
}

#loading #loading-center #loading-center-absolute #object_four {
  animation: object_four 1.5s infinite;
}

@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
  }

  100% {
    transform: translate(0, 0) rotate(-180deg);
  }
}

.navbar-area .mean-container a.meanmenu-reveal span {
  position: relative;
  margin-top: -6px;
  top: 8px;
}

.navbar-area {
  background-color: transparent;
  transition: 0.3s;
  top: 15px;

  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area .main-nav {
  background: #fff;

  transition: 0.4s;
}

.navbar-area .main-nav .navbar {
  transition: 0.4s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.navbar-area .main-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 20px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.active a {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 240px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100px;
  background: #236865;
  transition: 0.5s all ease;
  z-index: -1;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 30px;
  margin: 0;
  color: #181818;
  font-size: 15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #181818;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #236865;
  letter-spacing: 1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 195px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #236865;
  letter-spacing: 1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 195px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 195px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #236865;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #fff;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover::before {
  width: 100%;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  content: ">";
  margin-left: 0.355em;
  vertical-align: 0;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  transition: 0.3s all;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
  transform: rotate(-270deg);
}

.black {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  animation: fadeInDown 500ms ease-in-out;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(221, 221, 221, 0.5);
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #236865;
  color: #ffffff;
}

.slider-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 900px;
}

.slider-area .home-slider .single-slider {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
}

/* .slider-area .home-slider .single-slider::before {
  position: absolute;
  content: "";
  background: url(../images/home-overly.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.slider-area .home-slider .single-slider .slider-tittle {
  position: relative;

}

.slider-area .home-slider .single-slider .slider-tittle .slider-span {
  position: relative;
  font-weight: 500;
}

.slider-area .home-slider .single-slider .slider-tittle h1 {
  font-size: 75px;
  font-weight: bold;
  color: #fff;
  font-family: Arial, sans-serif;
}

.slider-area .home-slider .single-slider .slider-tittle p {
  margin-top: 20px;
  color: #fff;
  padding: 0 6%;
  font-family: Arial, sans-serif;
}

.slider-area .home-slider .box-btn {
  padding: 20px 50px;
}

.slider-area .home-slider .box-btn:hover {
  background: #236865;
  color: #fff;
}

.slider-area .owl-item.active .slider-tittle.one h1 {
  animation: 1.5s 0.2s fadeInUpBig both;
}

.slider-area .owl-item.active .slider-tittle.one p {
  animation: 1.5s 0.2s fadeInDownBig both;
}

.slider-area .owl-item.active .slider-tittle.two h1 {
  animation: 1.5s 0.2s fadeInUpBig both;
}

.slider-area .owl-item.active .slider-tittle.two p {
  animation: 1.5s 0.2s fadeInDownBig both;
}

.slider-area .owl-item.active .slider-btn.btn1 a {
  animation: 2.5s 0.2s fadeInUpBig both;
}

.slider-area .owl-item.active .slider-btn.btn2 a {
  animation: 2.5s 0.2s fadeInUpBig both;
}

.slider-area .owl-nav {
  display: inline-block !important;
}

/* .slider-area .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  top: 50%;
  position: absolute;
  right: 1%;
  background: #fff;
  font-weight: bold;
  transition: 0.3s;
  color: #236865;
} */
/* .slider-area .owl-nav button.owl-next:hover {
  background: #236865;
  color: #fff;
} */
/* .slider-area .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  left: 1%;
  top: 50%;
  position: absolute;
  color: #236865;
  font-weight: bold;
  background: #fff;
  transition: 0.3s;
} */
/* .slider-area .owl-nav button.owl-prev:hover {
  background: #236865;
  color: #fff;
} */
.slider-area .single-slider-bg-1 {
  background: url(../images/home-bg.png);
}

.slider-area .single-slider-bg-2 {
  background: url(../images/banner2.jpg);
}

.service-area {
  position: relative;
  z-index: 1;
  bottom: 100px;
}

.service-area .single-service {
  position: relative;
  box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
  padding: 50px 20px;
  background: url(../images/servicebg.png) center center;
  border-radius: 10px;
  transition: 0.3s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.service-area .single-service h2 {
  font-size: 24px;
  font-family: Arial, sans-serif;
  color: #181818;
  margin-bottom: 12px;
}

.service-area .single-service .service-icon {
  width: 45px;
  height: 45px;
  background-color: #236865;
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-area .single-service .service-icon i {
  font-size: 23px;
  line-height: 44px;
}

.service-area .single-service .service-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #4f4f4f;
  margin-top: 0px;
}

.service-area .single-service:hover {
  transform: translateY(-15px);
}

.service-area .single-service a {
  color: #4f4f4f;
}

.shape-ellips {
  width: 100%;
  position: absolute;
  z-index: 0;
  margin-top: -55px;
}

.home-ragular-course {
  overflow: hidden;
  position: relative;
  padding-bottom: 75px;
}

.home-ragular-course .section-tittle {
  margin-bottom: 30px;
}

.home-ragular-course .section-tittle p {
  margin: auto 25%;
}

.home-ragular-course .single-ragular-course {
  position: relative;
  box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
  background: #fff;
  text-align: center;
}

.home-ragular-course .single-ragular-course .course-img {
  position: relative;
  border-radius: 12px;
}

.home-ragular-course .single-ragular-course .course-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 31px;
  font-family: Arial, sans-serif;
  color: #fff;
  text-align: center;
}

.home-ragular-course .single-ragular-course .course-img img {
  border-radius: 0px 0px 100% 100%;
}

.home-ragular-course .single-ragular-course .course-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #236865;
  border-radius: 0px 0px 100% 100%;
}

.home-ragular-course .single-ragular-course .course-content {
  padding: 30px 30px;
}

.home-ragular-course .single-ragular-course .course-content p {
  color: #616161;
  font-size: 16px;
}

.home-ragular-course .single-ragular-course .course-content a {
  border: 1px solid #174255;
  color: #174255;
  margin-top: 10px;
  margin-right: 0;
}

.home-ragular-course .single-ragular-course:hover {
  transform: translateY(-15px);
}

.home-ragular-course .single-ragular-course:hover a {
  background: #174255;
  color: #fff;
}

.choose-area {
  position: relative;
  padding: 75px 0 45px 0;
  overflow: hidden;
}

.choose-area .home-choose-img {
  position: relative;
  z-index: -1;
  padding-right: 30px;
}

.choose-area .home-choose-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 103%;
  box-shadow: 0px 0px 5px #0d2936;
  z-index: -2;
  top: -6px;
  border-top-right-radius: 80px;
  left: -23px;
}

.choose-area .home-choose-content {
  max-width: 100%;
}

.choose-area .home-choose-content .section-tittle p {
  color: #393f44;
  font-size: 16px;
  padding-right: 10%;
  margin-bottom: 20px;
}

.choose-area .home-choose-content .box-btn {


  padding: 20px 40px;
  width: 30%;
  border: 1px solid #174255;
  color: #174255;

  margin-right: 0;
}

.choose-area .home-choose-content .box-btn:hover {
  background: #174255;
  color: #fff
}

.choose-area .home-choose-content ul {
  margin: 0;
  padding: 0;
}

.choose-area .home-choose-content ul li {
  color: #444343;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.3s;
  position: relative;
  display: block;
  padding-left: 22px;
}

.choose-area .home-choose-content ul li i {
  color: #6c84e6;
  position: absolute;
  top: 2px;
  left: 0;
}

.choose-area .home-choose-content ul li:hover {
  color: #181818;
}

.choose-area .home-choose-content .choose-list-home {
  padding-left: 25px;
}

.home-admission {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
}

.home-admission .single-addmission {
  background: url(../images/admission/bg.png) no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
  width: 100%;
  left: 30px;
  padding: 30px 0;
  border-radius: 230px 0 0 42%;
}

.home-admission .single-addmission .admission-circle {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  border: 40px solid #236865;
  box-shadow: 4px 2px 13px -1px rgba(0, 0, 0, 0.6);
  top: -25px;
  left: -16px;
}

.home-admission .single-addmission .admission-circle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  font-family: Arial, sans-serif;
  color: #181818;
}

.home-admission .single-addmission .admission-circle h2 span {
  display: block;
}

.home-admission .single-addmission .admission-circle .admission-shape1 {
  position: absolute;
  top: 75%;
  left: 22%;
  animation: adshape 4s infinite linear;
}

@keyframes adshape {
  0% {
    transform: translate(-20px);
  }

  50% {
    transform: translate(20px);
  }

  100% {
    transform: translate(-20px);
  }
}

.home-admission .single-addmission .admission-circle .admission-shape2 {
  position: absolute;
  right: 22%;
  top: 20%;
  animation: adshapes 4s infinite linear;
}

@keyframes adshapes {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.home-admission .single-addmission .admission-shape3 {
  position: absolute;
  top: 15%;
  left: 22%;
  animation: animationFramesOne 15s infinite linear;
  z-index: 0;
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(100px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 100px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.home-admission .single-addmission .admission-shape4 {
  position: absolute;
  bottom: 15%;
  right: 22%;
  animation: rotated 8s infinite linear;
}

@keyframes rotated {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-360deg);
  }
}

.home-admission .single-addmission .admission-content {
  left: 25px;
  position: relative;
}

.home-admission .single-addmission .admission-content h2 {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: #fff;
  padding-top: 35px;
  font-weight: bold;
}

.home-admission .single-addmission .admission-content p {
  color: #fff;
  font-size: 18px;
}

.home-admission .single-addmission .admission-content .admission-list {
  margin: 0;
  padding: 0;
}

.home-admission .single-addmission .admission-content .admission-list li {
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}

.home-admission .single-addmission .admission-content .admission-list li p {
  display: block;
  width: 85px;
  height: 85px;
  border: 3px solid #fff;
  border-radius: 5px;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
}

.home-admission .single-addmission .admission-content .admission-list li span {
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
}

.home-admission .single-addmission .admission-content .box-btn {
  margin-top: 40px;
}

.home-admission .single-addmission .loon {
  position: absolute;
  top: -15%;
  right: 10%;
  max-width: 6%;
  z-index: -1;
  animation: adshapess 3s infinite linear;
}

@keyframes adshapess {
  0% {
    transform: translate(-10px);
  }

  50% {
    transform: translate(10px);
  }

  100% {
    transform: translate(-10px);
  }
}

.home-special-course {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #e5eaff;
}

.home-special-course .section-tittle {
  margin-bottom: 30px;
}

.home-special-course .section-tittle p {
  margin: auto 30%;
}

.home-special-course .single-home-special-course {
  margin-top: 30px;
  position: relative;
}

.home-special-course .single-home-special-course .course-img {
  position: relative;
}

.home-special-course .single-home-special-course .course-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.home-special-course .single-home-special-course .course-img .course-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 20%;
  transition: 0.5s ease;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-special-course .single-home-special-course .course-img .course-content h2 {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 30px;
  width: 100%;
  font-family: Arial, sans-serif;
  color: #fff;
  transition: 0.3s;
}

.home-special-course .single-home-special-course .course-img .course-content p {
  position: absolute;
  text-align: center;
  color: #fff;
  bottom: -300px;
  transition: 0.3s;
  padding: 10px;
  font-size: 15px;
}

.home-special-course .single-home-special-course .course-img .course-content .box-btn {
  position: absolute;
  text-align: center;
  color: #236865;
  bottom: -300px;
  transition: 0.3s;
  padding: 10px 20px;
  font-size: 15px;
  margin: auto;
  border: 1px solid transparent;
  left: 30%;
  margin-bottom: 30px;
}

.home-special-course .single-home-special-course .course-img .course-content .box-btn:hover {
  border: 1px solid #236865;
  color: #236865;
  background: transparent;
}

.home-special-course .single-home-special-course:hover .course-img .course-content {
  height: 100%;
}

.home-special-course .single-home-special-course:hover .course-img .course-content h2 {
  bottom: 170px;
}

.home-special-course .single-home-special-course:hover .course-img .course-content p {
  bottom: 60px;
}

.home-special-course .single-home-special-course:hover .course-img .course-content .box-btn {
  bottom: 0px;
}

.home-special-course .owl-nav {
  display: inline-block !important;
}

.home-special-course .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  top: 50%;
  position: absolute;
  right: 18%;
  background: #fff;
  font-weight: bold;
  transition: 0.3s;
  color: #236865;
}

.home-special-course .owl-nav button.owl-next:hover {
  background: #236865;
  color: #fff;
}

.home-special-course .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  left: 18%;
  top: 50%;
  position: absolute;
  color: #236865;
  font-weight: bold;
  background: #fff;
  transition: 0.3s;
}

.home-special-course .owl-nav button.owl-prev:hover {
  background: #236865;
  color: #fff;
}

.course-slider-area {
  background: #e5eaff;
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
}

.course-slider-area .course-slider {
  background: #fff;
  background-size: cover;
  width: 100%;
  padding: 30px;
  height: 100%;
  padding-bottom: 10px;
  border-radius: 30px;
}

.course-slider-area .course-slider .course-slider-img img {
  border-radius: 12px;
}

.course-slider-area .course-slider .course-slider-content {
  max-width: 75%;
  margin: 0 25px;
}

.course-slider-area .course-slider .course-slider-content h2 {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: #fff;
}

.course-slider-area .course-slider .course-slider-content p {
  color: #fff;
  margin: 20px auto;
}

.course-slider-area .owl-nav {
  display: inline-block !important;
}

/* .course-slider-area .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  top: 48%;
  position: absolute;
  right: -15px;
  background: #fff;
  font-weight: bold;
  transition: 0.3s;
  color: #236865;
}
.course-slider-area .owl-nav button.owl-next:hover {
  background: #236865;
  color: #fff;
}
.course-slider-area .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  left: -15px;
  top: 48%;
  position: absolute;
  color: #236865;
  font-weight: bold;
  background: #fff;
  transition: 0.3s;
}
.course-slider-area .owl-nav button.owl-prev:hover {
  background: #236865;
  color: #fff; 
}*/
.course-slider-area .course-slider-btn .border-btn {
  padding: 18px 30px;
}

.course-slider-area .course-slider-btn .border-btn:hover {
  border: 1px dashed #fff;
  background: #236865;
}

.course-slider-area .course-slider-btn .box-btn {
  border: 1px solid transparent;
  padding: 20px 30px;
}

.course-slider-area .course-slider-btn .box-btn:hover {
  border: 1px dashed #fff;
  background: #236865;
  color: #fff;
}

.left-shape {
  position: absolute;
  left: 0;
  margin-top: 50%;
  max-width: 10%;
}

.home-news {
  position: relative;
  overflow: hidden;
}

.home-news .section-tittle {
  margin-bottom: 30px;
}

.home-news .section-tittle p {
  margin: auto 25%;
}

.home-news .single-home-news {
  cursor: pointer;
  margin-top: 30px;
  transition: 0.3s;
  position: relative;
}

.home-news .single-home-news a {
  width: 100%;
}

.home-news .single-home-news a img {
  width: 100%;
}

.home-news .single-home-news .single-home-content {
  padding: 30px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.home-news .single-home-news .single-home-content h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
}

.home-news .single-home-news .single-home-content .calender {
  margin-bottom: 10px;
  color: #616161;
  font-weight: normal;
  font-size: 14px;
}

.home-news .single-home-news .single-home-content .calender i {
  font-size: 14px;
  margin-right: 5px;
}

.home-news .single-home-news .single-home-content p {
  font-weight: 500;
  color: #616161;
}

.home-news .single-home-news:hover {
  transform: translateY(-10px);
}

.home-news .single-home-news:hover .calender i {
  color: #236865;
}

.home-news .single-home-news:hover h2 {
  color: #236865;
}

.home-news .single-home-news:hover a {
  color: #236865;
}

.home-teachers-area {
  position: relative;
  overflow: hidden;
}

.home-teachers-area .section-tittle {
  margin-bottom: 30px;
}

.home-teachers-area .section-tittle p {
  margin: auto 25%;
}

.home-teachers-area .single-home-teacher {
  margin-top: 30px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}

.home-teachers-area .single-home-teacher .teacher-img a {
  width: 100%;
}

.home-teachers-area .single-home-teacher .teacher-img img {
  width: 100%;
}

.home-teachers-area .single-home-teacher .teachers-content {
  max-width: 90%;
  position: relative;
  left: 12px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  top: -30px;
  background: #fff;
  padding: 15px 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.home-teachers-area .single-home-teacher .teachers-content h2 {
  color: #616161;
  font-size: 18px;
  font-family: Arial, sans-serif;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
}

.home-teachers-area .single-home-teacher .teachers-content p {
  color: #616161;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}

.home-teachers-area .single-home-teacher .teacher-social {
  position: absolute;
  width: 100%;
  bottom: -10%;
  transition: 0.3s;
  opacity: 0;
}

.home-teachers-area .single-home-teacher .teacher-social::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 90%;
  height: 22px;
  left: 12px;
  bottom: 12px;
  transition: 0.2s;
}

.home-teachers-area .single-home-teacher .teacher-social ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.home-teachers-area .single-home-teacher .teacher-social ul li {
  display: inline-block;
}

.home-teachers-area .single-home-teacher .teacher-social ul li a {
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  transition: 0.3s;
  color: #236865;
  transition: 0.3s;
}

.home-teachers-area .single-home-teacher .teacher-social ul li a i {
  font-size: 16px;
}

.home-teachers-area .single-home-teacher .teacher-social ul li a:hover {
  background: #236865;
  color: #fff;
  transform: translateY(-5px);
}

.home-teachers-area .single-home-teacher:hover .teacher-social {
  opacity: 1;
  bottom: 5px;
}

.home-teachers-area .single-home-teacher:hover .teacher-social::before {
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
}

.about {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/about-bg.png);
  background-attachment: fixed;
  height: 400px;
}

.about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: url(../images/banner-overly.png); */
  left: 0;
  top: 0;
  background-size: cover;
}



.about-area .single-about .about-contnet h2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #181818;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.about-area .single-about .about-contnet p,
li {
  color: #616161;
  padding-right: 5%;
  line-height: 30px;
}


.about-area .single-about .about-contnet .table td {
  color: #616161;

}

.about-area .about-btn {
  position: relative;
  display: inline-flex;
}

.about-area .about-btn .box-btn {
  background: #236865;
  border: 1px solid transparent;
  color: #fff;
}

.about-area .about-btn .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #181818;
}

.about-area .about-btn .video-pop {
  margin-top: 26px;
  font-size: 16px;
  color: #236865;
}

.about-area .about-btn .video-pop:hover {
  color: tomato;
}

.about-area .about-btn .video-pop .video {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  color: #236865;
  background: #fff;
  box-shadow: 0 0 20px 8px rgba(228, 221, 221, 0.363);
  transition: 0.5s;
  margin: 0 10px 0 10px;
}

.about-area .about-btn .video-pop .video i {
  font-size: 18px;
  position: relative;
  top: 1px;
  left: 2px;
}

.about-area .about-btn .video-pop .video::before,
.about-area .about-btn .video-pop .video::after {
  animation: animatin 1.2s ease-out infinite;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #236865;
}

.about-area .about-btn .video-pop .video::before {
  animation: animatin 2s linear infinite;
}

.about-area .about-btn .video-pop .video::after {
  animation: animatin 2s linear 1s infinite;
}

@keyframes animatin {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

.about-area .about-content-right {
  position: relative;
}

.about-area .about-content-right ::-moz-placeholder {
  color: #616161;
  opacity: 1;
}

.about-area .about-content-right ::placeholder {
  color: #616161;
  opacity: 1;
}

.about-area .about-content-right .about-search {
  height: 65px;
  border-radius: 90px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
  border: none;
  padding-left: 18px;
  position: relative;
}

.about-area .about-content-right .form-control:focus {
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.about-area .about-content-right .search-btn {
  position: absolute;
  right: 30px;
  font-size: 25px;
  color: #616161;
  top: 14px;
  z-index: 6;
  background: transparent;
  border: none;
}

.about-area .about-content-right .visit {
  font-size: 24px;
  color: #121232;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.about-area .about-content-right .about-list {
  margin: 0;
  padding: 0;
}

.about-area .about-content-right .about-list li {
  margin-bottom: 10px;
}

.about-area .about-content-right .about-list li:last-child {
  margin-bottom: 0;
}

.about-area .about-content-right .about-list li a {
  font-size: 18px;
  position: relative;
  color: #616161;
}

.about-area .about-content-right .about-list li a i {
  font-size: 12px;
  margin-right: 5px;
}

.about-area .about-content-right .about-list li a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #236865;
  left: 0;
  top: 55%;
  transition: 0.3s;
}

.about-area .about-content-right .about-list li a:hover {
  letter-spacing: 1px;
}

.about-area .about-content-right .about-list li a:hover::before {
  width: 100%;
}

.about-area .about-content-right .consultation-area {
  margin-top: 30px;
  box-shadow: 0px 0px 20px 1px rgba(202, 189, 189, 0.3098039216);
  width: 500px;

  padding: 17px 30px 5px 30px;

  border-radius: 30px;
  /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.about-area .about-content-right .consultation-area ::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.about-area .about-content-right .consultation-area ::placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.about-area .about-content-right .consultation-area h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #181818;
}

.about-area .about-content-right .consultation-area input.form-control,
select.form-select,
input.form-control {
  height: 50px;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #c0ccff;
  padding-left: 15px;
}

.about-area .about-content-right .consultation-area textarea.form-control {
  border-radius: 10px;
  border: 1px solid #c0ccff;
  max-height: 100px;
  min-height: 100px;
  padding-left: 15px;
}

.about-area .about-content-right .consultation-area .box-btn {
  background: #236865;
  color: #fff;
  padding: 20px 40px;
  border: solid 1px #236865;
}

.about-area .about-content-right .consultation-area .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #181818;
}

.class-details {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/classes-details.png);
  height: 400px;
  background-size: cover;
}

.class-details::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.classes {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/courses/class.png);
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.classes::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.class-area {
  padding: 75px 0;
}

.class-area .single-ragular-course {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
  background: #fff;
  text-align: center;
}

.class-area .single-ragular-course .course-img {
  position: relative;
}

.class-area .single-ragular-course .course-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 31px;
  font-family: Arial, sans-serif;
  color: #fff;
  text-align: center;
}

.class-area .single-ragular-course .course-img img {
  border-radius: 0px 0px 100% 100%;
}

.class-area .single-ragular-course .course-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #236865;
  border-radius: 0px 0px 100% 100%;
}

.class-area .single-ragular-course .course-content {
  padding: 30px 30px;
}

.class-area .single-ragular-course .course-content p {
  color: #616161;
  font-size: 16px;
}

.class-area .single-ragular-course .course-content a {
  border: 1px solid #236865;
  color: #236865;
  margin-top: 10px;
  margin-right: 0;
}

.class-area .single-ragular-course:hover {
  transform: translateY(-15px);
}

.class-area .single-ragular-course:hover a {
  background: #236865;
  color: #fff;
}

.class-area .pagination {
  margin-top: 20px;
  display: inline-flex;
}

.class-area .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  margin: 0 10px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.class-area .pagination .page-item .page-link:hover {
  background: #236865;
  color: #fff;
}

.class-area .pagination .page-item.active .page-link {
  background: #236865;
}

.special-class {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/special-Courses.png);
  height: 400px;
  background-size: cover;
}

.special-class::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.single-class-area {
  padding: 75px 0;
}

.single-class-area .single-class .class-contnet h2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #181818;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-class-area .single-class .class-contnet p {
  color: #616161;
  padding-right: 5%;
  line-height: 30px;
}

.single-class-area .class-btn {
  position: relative;
}

.single-class-area .class-btn .box-btn {
  background: #236865;
  border: 1px solid transparent;
  color: #fff;
}

.single-class-area .class-btn .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #181818;
}

.single-class-area .class-content-right {
  position: relative;
}

.single-class-area .class-content-right ::-moz-placeholder {
  color: #616161;
  opacity: 1;
}

.single-class-area .class-content-right ::placeholder {
  color: #616161;
  opacity: 1;
}

.single-class-area .class-content-right .about-search {
  height: 65px;
  border-radius: 90px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
  border: none;
  padding-left: 18px;
  position: relative;
}

.single-class-area .class-content-right .form-control:focus {
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.single-class-area .class-content-right .search-btn {
  position: absolute;
  right: 30px;
  font-size: 25px;
  color: #616161;
  top: 14px;
  z-index: 6;
  background: transparent;
  border: none;
}

.single-class-area .class-content-right .visit {
  font-size: 24px;
  color: #121232;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.single-class-area .class-content-right .sp-class {
  font-size: 24px;
  color: #121232;
  font-weight: 500;
  margin-bottom: 6px;
}

.single-class-area .class-content-right .class-list {
  margin: 0;
  padding: 0;
}

.single-class-area .class-content-right .class-list li {
  margin-bottom: 10px;
}

.single-class-area .class-content-right .class-list li:last-child {
  margin-bottom: 0;
}

.single-class-area .class-content-right .class-list li a {
  font-size: 18px;
  position: relative;
  color: #616161;
}

.single-class-area .class-content-right .class-list li a i {
  font-size: 12px;
  margin-right: 5px;
}

.single-class-area .class-content-right .class-list li a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #236865;
  left: 0;
  top: 55%;
  transition: 0.3s;
}

.single-class-area .class-content-right .class-list li a:hover {
  letter-spacing: 1px;
}

.single-class-area .class-content-right .class-list li a:hover::before {
  width: 100%;
}

.single-class-area .class-content-right .consultation-area {
  margin-top: 30px;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.single-class-area .class-content-right .consultation-area ::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.single-class-area .class-content-right .consultation-area ::placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.single-class-area .class-content-right .consultation-area h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #181818;
}

.single-class-area .class-content-right .consultation-area input.form-control {
  height: 50px;
  border-radius: 90px;
  margin-bottom: 15px;
  border: 1px solid #c0ccff;
  padding-left: 20px;
}

.single-class-area .class-content-right .consultation-area textarea.form-control {
  border-radius: 10px;
  border: 1px solid #c0ccff;
  max-height: 100px;
  min-height: 100px;
  padding-left: 20px;
}

.single-class-area .class-content-right .consultation-area .box-btn {
  background: #236865;
  color: #fff;
  padding: 20px 40px;
  border: solid 1px #236865;
}

.single-class-area .class-content-right .consultation-area .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #181818;
}

.special-single-class {
  padding: 75px 0;
}

.special-single-class .single-sp-class {
  margin-bottom: 30px;
  position: relative;
}

.special-single-class .single-sp-class .course-img {
  position: relative;
}

.special-single-class .single-sp-class .course-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.special-single-class .single-sp-class .course-img .course-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 20%;
  transition: 0.5s ease;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.special-single-class .single-sp-class .course-img .course-content h2 {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 30px;
  width: 100%;
  font-family: Arial, sans-serif;
  color: #fff;
  transition: 0.3s;
}

.special-single-class .single-sp-class .course-img .course-content p {
  position: absolute;
  text-align: center;
  color: #fff;
  bottom: -300px;
  transition: 0.3s;
  padding: 10px 20px;
  font-size: 15px;
  margin-bottom: 20px;
}

.special-single-class .single-sp-class .course-img .course-content .box-btn {
  position: absolute;
  text-align: center;
  color: #236865;
  bottom: -300px;
  transition: 0.3s;
  padding: 10px 20px;
  font-size: 15px;
  margin: auto;
  border: 1px solid transparent;
  left: 30%;
  margin-bottom: 30px;
}

.special-single-class .single-sp-class .course-img .course-content .box-btn:hover {
  border: 1px solid #236865;
  color: #236865;
  background: transparent;
}

.special-single-class .single-sp-class:hover .course-img .course-content {
  height: 100%;
}

.special-single-class .single-sp-class:hover .course-img .course-content h2 {
  bottom: 170px;
}

.special-single-class .single-sp-class:hover .course-img .course-content p {
  bottom: 60px;
}

.special-single-class .single-sp-class:hover .course-img .course-content .box-btn {
  bottom: 0px;
}

.special-single-class .pagination {
  margin-top: 20px;
  display: inline-flex;
}

.special-single-class .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  margin: 0 10px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.special-single-class .pagination .page-item .page-link:hover {
  background: #236865;
  color: #fff;
}

.special-single-class .pagination .page-item.active .page-link {
  background: #236865;
}

.events-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/events/events-bg.png);
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.events-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.events {
  padding: 115px 0;
  position: relative;
}

.events .single-events {
  position: relative;
  transition: 0.3s;
  margin-bottom: 30px;
}

.events .single-events .events-img a {
  width: 100%;
}

.events .single-events .events-img img {
  width: 100%;
}

.events .single-events .content {
  padding: 5px 20px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.events .single-events .content h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-bottom: 14px;
  color: #181818;
}

.events .single-events .content .calender {
  margin-bottom: 10px;
  color: #616161;
  font-size: 14px;
}

.events .single-events .content .calender i {
  margin-right: 5px;
}

.events .single-events .content p {
  font-weight: 500;
  color: #616161;
}

.events .single-events:hover {
  transform: translateY(-10px);
}

.events .single-events:hover .calender i {
  color: #236865;
}

.events .single-events:hover h2 {
  color: #236865;
}

.events .single-events:hover a {
  color: #236865;
}

.events .pagination {
  margin-top: 20px;
  display: inline-flex;
}

.events .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  margin: 0 10px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.events .pagination .page-item .page-link:hover {
  background: #236865;
  color: #fff;
}

.events .pagination .page-item.active .page-link {
  background: #236865;
}

.events-details {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/events/events-bg1.png);
  height: 400px;
  background-size: cover;
}

.events-details::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.single-event {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
}

.single-event .event-slider {
  position: relative;
}

.single-event .event-slider .content h2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #181818;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-event .event-slider .content p {
  color: #616161;
  padding-right: 5%;
  line-height: 30px;
}

.single-event .event-slider .owl-nav {
  display: inline-block !important;
  margin-top: 40px;
}

.single-event .event-slider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  bottom: 0;
  position: absolute;
  left: 50px;
  background: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 10px #e9ecef;
  transition: 0.3s;
  color: #236865;
}

.single-event .event-slider .owl-nav button.owl-next:hover {
  background: #236865;
  color: #fff;
}

.single-event .event-slider .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 10px #e9ecef;
  position: absolute;
  color: #236865;
  font-weight: bold;
  background: #fff;
  transition: 0.3s;
}

.single-event .event-slider .owl-nav button.owl-prev:hover {
  background: #236865;
  color: #fff;
}

.single-event .col-lg-8 {
  position: relative;
}

.single-event .share {
  position: absolute;
  right: 15px;
  bottom: 28px;
  right: 5%;
  display: inline-block;
  z-index: 2;
}

.single-event .share .share-list {
  margin: 0;
  padding: 0;
}

.single-event .share .share-list li {
  display: inline-block;
}

.single-event .share .share-list li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #e9ecef;
  text-align: center;
  line-height: 35px;
  transition: 0.3s;
  margin-right: 5px;
  color: #236865;
  border: 1px solid transparent;
}

.single-event .share .share-list li a i {
  font-size: 16px;
}

.single-event .share .share-list li a:hover {
  background: #236865;
  color: #fff;
  transform: translateY(-5px);
}

.single-event .share .share-p {
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
}

.single-event .right-content {
  position: relative;
}

.single-event .right-content ::-moz-placeholder {
  color: #616161;
  opacity: 1;
}

.single-event .right-content ::placeholder {
  color: #616161;
  opacity: 1;
}

.single-event .right-content .about-search {
  height: 65px;
  border-radius: 90px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
  border: none;
  padding-left: 18px;
}

.single-event .right-content .form-control:focus {
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.single-event .right-content button {
  position: absolute;
  right: 30px;
  font-size: 25px;
  color: #616161;
  top: 14px;
  z-index: 6;
  background: transparent;
  border: none;
}

.single-event .right-content .visit {
  font-size: 24px;
  color: #121232;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: Arial, sans-serif;
}

.single-event .right-content .single-content {
  margin-top: 15px;
  margin-bottom: 30px;
}

.single-event .right-content .single-content .content {
  padding: 30px;
  padding-right: 5px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.single-event .right-content .single-content .content a h2 {
  font-size: 20px;
  color: #181818;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.single-event .right-content .single-content .content p {
  color: #616161;
  font-weight: 500;
}

.single-event .right-content .single-content .content .calender {
  color: #616161;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 13px;
}

.single-event .right-content .single-content:hover a {
  color: #236865;
}

.single-event .right-content .single-content:hover a h2 {
  color: #236865;
}

.single-event .right-content .single-content:hover .calender i {
  color: #236865;
}

.single-event .right-content .single-content:hover .line-btn {
  color: #236865;
}

.single-event .right-content .box-btn {
  background: #236865;
  color: #fff;
  margin-top: 10px;
  border: 1px solid transparent;
}

.single-event .right-content .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #000;
}

.news-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/news/news.png);
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.news-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.news-details {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/news/news-bg.png);
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.news-details::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.news {
  padding: 75px 0;
  position: relative;
}

.news .single-news {
  position: relative;
  transition: 0.3s;
  margin-bottom: 30px;
}

.news .single-news .news-img a {
  width: 100%;
}

.news .single-news .news-img img {
  width: 100%;
}

.news .single-news .events-img a {
  width: 100%;
}

.news .single-news .events-img img {
  width: 100%;
}

.news .single-news .content {
  padding: 30px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.news .single-news .content a {
  color: #181818;
}

.news .single-news .content a h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
}

.news .single-news .content .calender {
  margin-bottom: 12px;
  color: #616161;
  font-weight: normal;
  font-size: 14px;
}

.news .single-news .content .calender i {
  font-size: 14px;
  margin-right: 5px;
}

.news .single-news .content p {
  font-weight: 500;
  color: #616161;
}

.news .single-news:hover {
  transform: translateY(-10px);
}

.news .single-news:hover .calender i {
  color: #236865;
}

.news .single-news:hover h2 {
  color: #236865;
}

.news .single-news:hover a {
  color: #236865;
}

.news .pagination {
  margin-top: 20px;
  display: inline-flex;
}

.news .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  margin: 0 10px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.news .pagination .page-item .page-link:hover {
  background: #236865;
  color: #fff;
}

.news .pagination .page-item.active .page-link {
  background: #236865;
}

.single-news-area {
  padding: 75px 0;
  position: relative;
}

.single-news-area .news-slider {
  position: relative;
}

.single-news-area .news-slider .content h2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #181818;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-news-area .news-slider .content p {
  color: #616161;
  padding-right: 5%;
  line-height: 30px;
}

.single-news-area .news-slider .owl-nav {
  display: inline-block !important;
  margin-top: 40px;
}

.single-news-area .news-slider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  bottom: 0;
  position: absolute;
  left: 50px;
  background: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 10px #e9ecef;
  transition: 0.3s;
  color: #236865;
}

.single-news-area .news-slider .owl-nav button.owl-next:hover {
  background: #236865;
  color: #fff;
}

.single-news-area .news-slider .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 10px #e9ecef;
  position: absolute;
  color: #236865;
  font-weight: bold;
  background: #fff;
  transition: 0.3s;
}

.single-news-area .news-slider .owl-nav button.owl-prev:hover {
  background: #236865;
  color: #fff;
}

.single-news-area .share {
  position: relative;
  right: -68%;
  bottom: 30px;
  display: inline-block;
  z-index: 2;
}

.single-news-area .share .share-list {
  margin: 0;
  padding: 0;
}

.single-news-area .share .share-list li {
  display: inline-block;
}

.single-news-area .share .share-list li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #e9ecef;
  text-align: center;
  line-height: 35px;
  transition: 0.3s;
  margin-right: 5px;
  color: #236865;
  border: 1px solid transparent;
}

.single-news-area .share .share-list li a i {
  font-size: 16px;
}

.single-news-area .share .share-list li a:hover {
  background: #236865;
  color: #fff;
  transform: translateY(-5px);
}

.single-news-area .share .share-p {
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
}

.single-news-area .news-content-right {
  position: relative;
}

.single-news-area .news-content-right ::-moz-placeholder {
  color: #616161;
  opacity: 1;
}

.single-news-area .news-content-right ::placeholder {
  color: #616161;
  opacity: 1;
}

.single-news-area .news-content-right .about-search {
  height: 65px;
  border-radius: 90px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
  border: none;
  padding-left: 18px;
}

.single-news-area .news-content-right .form-control:focus {
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.single-news-area .news-content-right .search-btn {
  position: absolute;
  right: 30px;
  font-size: 25px;
  color: #616161;
  top: 14px;
  z-index: 6;
  background: transparent;
  border: none;
}

.single-news-area .news-content-right .visit {
  font-size: 24px;
  color: #121232;
  font-weight: 500;
  font-family: Arial, sans-serif;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

.single-news-area .news-content-right .sp-class {
  font-size: 24px;
  color: #121232;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
}

.single-news-area .news-content-right .class-list {
  margin-bottom: 20px;
  padding: 0;
}

.single-news-area .news-content-right .class-list li {
  margin-bottom: 10px;
}

.single-news-area .news-content-right .class-list li:last-child {
  margin-bottom: 0;
}

.single-news-area .news-content-right .class-list li a {
  font-size: 18px;
  position: relative;
  color: #616161;
}

.single-news-area .news-content-right .class-list li a i {
  font-size: 12px;
  margin-right: 5px;
}

.single-news-area .news-content-right .class-list li a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #236865;
  left: 0;
  top: 55%;
  transition: 0.3s;
}

.single-news-area .news-content-right .class-list li a:hover {
  letter-spacing: 1px;
}

.single-news-area .news-content-right .class-list li a:hover::before {
  width: 100%;
}

.single-news-area .news-content-right .consultation-area {
  margin-top: 30px;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.single-news-area .news-content-right .consultation-area ::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.single-news-area .news-content-right .consultation-area ::placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.single-news-area .news-content-right .consultation-area h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #181818;
}

.single-news-area .news-content-right .consultation-area input.form-control {
  height: 50px;
  border-radius: 90px;
  margin-bottom: 15px;
  border: 1px solid #c0ccff;
  padding-left: 20px;
}

.single-news-area .news-content-right .consultation-area textarea.form-control {
  border-radius: 10px;
  border: 1px solid #c0ccff;
  max-height: 100px;
  min-height: 100px;
  padding-left: 20px;
}

.single-news-area .news-content-right .consultation-area .box-btn {
  background: #236865;
  padding: 20px 40px;
  color: #fff;
  border: solid 1px #236865;
}

.single-news-area .news-content-right .consultation-area .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #181818;
}

.single-news-area .more-news {
  position: relative;
  margin-top: 40px;
}

.single-news-area .more-news .m-news {
  font-size: 24px;
  color: #181818;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.single-news-area .more-news .single-news {
  margin-bottom: 30px;
}

.single-news-area .more-news .single-news .news-img a {
  width: 100%;
}

.single-news-area .more-news .single-news .news-img img {
  width: 100%;
}

.single-news-area .more-news .single-news .content {
  padding: 30px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.single-news-area .more-news .single-news .content a h2 {
  font-size: 20px;
  color: #181818;
  font-family: Arial, sans-serif;
  margin-bottom: 12px;
}

.single-news-area .more-news .single-news .content .calender {
  margin-bottom: 0;
  color: #616161;
  font-size: 13px;
}

.single-news-area .more-news .box-btn {
  background: #236865;
  color: #fff;
  margin-top: 5px;
  border: 1px solid transparent;
}

.single-news-area .more-news .box-btn:hover {
  background: #fff;
  color: #236865;
  border: 1px dashed #236865;
}

.teachers {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/teachers/teacher-bg.png);
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.teachers::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.teacher-details {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/teachers/teacher-bg2.png);
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.teacher-details::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.teachers-area {
  padding-top: 75px;
  padding-bottom: 75px;
}

.teachers-area .single-teacher {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.teachers-area .single-teacher .teachers-content {
  max-width: 90%;
  position: relative;
  left: 12px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  top: -30px;
  background: #fff;
  padding: 10px 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.teachers-area .single-teacher .teachers-content h2 {
  color: #616161;
  font-size: 18px;
  font-family: Arial, sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

.teachers-area .single-teacher .teachers-content p {
  color: #616161;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}

.teachers-area .single-teacher .teacher-social {
  position: absolute;
  width: 90%;
  bottom: -5%;
  transition: 0.3s;
  opacity: 0;
}

.teachers-area .single-teacher .teacher-social::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 89.5%;
  height: 22px;
  left: 12px;
  bottom: 12px;
  transition: 0.2s;
}

.teachers-area .single-teacher .teacher-social ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.teachers-area .single-teacher .teacher-social ul li {
  display: inline-block;
}

.teachers-area .single-teacher .teacher-social ul li a {
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  transition: 0.3s;
  color: #236865;
  transition: 0.3s;
}

.teachers-area .single-teacher .teacher-social ul li a i {
  font-size: 16px;
}

.teachers-area .single-teacher .teacher-social ul li a:hover {
  background: #236865;
  color: #fff;
  transform: translateY(-5px);
}

.teachers-area .single-teacher:hover .teacher-social {
  opacity: 1;
  bottom: 20px;
}

.teachers-area .single-teacher:hover .teacher-social::before {
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
}

.teachers-area .pagination {
  margin-top: 20px;
  display: inline-flex;
}

.teachers-area .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  margin: 0 10px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.teachers-area .pagination .page-item .page-link:hover {
  background: #236865;
  color: #fff;
}

.teachers-area .pagination .page-item.active .page-link {
  background: #236865;
}

.single-teacher-area {
  padding: 75px 0;
}

.single-teacher-area .teacher-slider .single-slider .content h2 {
  font-size: 24px;
  color: #181818;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px 0;
}

.single-teacher-area .teacher-slider .single-slider .content p {
  color: #616161;
  padding-right: 5%;
  line-height: 30px;
}

.single-teacher-area .teacher-slider .owl-nav {
  display: inline-block !important;
  margin-top: 40px;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  bottom: 0;
  position: absolute;
  left: 50px;
  background: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 10px #e9ecef;
  transition: 0.3s;
  color: #236865;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-next:hover {
  background: #236865;
  color: #fff;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 10px #e9ecef;
  position: absolute;
  color: #236865;
  font-weight: bold;
  background: #fff;
  transition: 0.3s;
}

.single-teacher-area .teacher-slider .owl-nav button.owl-prev:hover {
  background: #236865;
  color: #fff;
}

.single-teacher-area .right-content {
  position: relative;
}

.single-teacher-area .right-content ::-moz-placeholder {
  color: #616161;
  opacity: 1;
}

.single-teacher-area .right-content ::placeholder {
  color: #616161;
  opacity: 1;
}

.single-teacher-area .right-content .about-search {
  height: 65px;
  border-radius: 90px;
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
  border: none;
  padding-left: 18px;
}

.single-teacher-area .right-content .form-control:focus {
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
}

.single-teacher-area .right-content button {
  position: absolute;
  right: 30px;
  font-size: 25px;
  color: #616161;
  top: 14px;
  z-index: 6;
  background: transparent;
  border: none;
}

.single-teacher-area .right-content .visit {
  font-size: 24px;
  color: #121232;
  font-weight: 500;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  padding-top: 15px;
}

.single-teacher-area .right-content .box-btn {
  background: #236865;
  color: #fff;
  margin-top: 30px;
  border: 1px solid transparent;
}

.single-teacher-area .right-content .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #000;
}

.single-teacher-area .right-content .single-teacher {
  box-shadow: 0px 10px 20px 1px rgba(202, 189, 189, 0.3098039216);
  transition: 0.3s;
  margin-top: 12px;
  border-radius: 5px;
}

.single-teacher-area .right-content .single-teacher .content {
  padding: 10px 0;
}

.single-teacher-area .right-content .single-teacher .content a {
  width: 100%;
}

.single-teacher-area .right-content .single-teacher .content a h2 {
  color: #121232;
  font-size: 18px;
  margin-bottom: 3px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.single-teacher-area .right-content .single-teacher .content a p {
  font-size: 14px;
  color: #616161;
  margin-bottom: 0;
}

.single-teacher-area .right-content .single-teacher:hover {
  transform: translateX(20px);
}

.signup {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/signup.png);
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
}

.signup::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.signup-area {
  padding: 75px 0;
}

.signup-area .sign-up-img {
  animation: adshape 4s infinite linear;
}

@keyframes adshape {
  0% {
    transform: translate(-20px);
  }

  50% {
    transform: translate(20px);
  }

  100% {
    transform: translate(-20px);
  }
}

.signup-area .signup-form {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
}

.signup-area .signup-form h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

.signup-area .signup-form .form-group {
  margin-bottom: 20px;
}

.signup-area .signup-form .form-control {
  height: 50px;
  border-radius: 90px;
  border: 1px solid #c0ccff;
  padding-left: 20px;
}

.signup-area .signup-form .form-control:focus {
  box-shadow: 0 0 0 0.04rem #236865;
}

.signup-area .signup-form .box-btn {
  background: #236865;
  border: 1px solid transparent;
  color: #fff;
  margin-bottom: 15px;
  padding: 20px 45px;
}

.signup-area .signup-form .box-btn:hover {
  border: 1px dashed #236865;
  color: #181818;
  background: #fff;
}

.signup-area .signup-form .already {
  margin-left: 20px;
}

.terms,
.privecy,
.faq,
.gallery,
.admission {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/terms.png);
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
}

.terms::before,
.privecy::before,
.faq::before,
.gallery::before,
.admission::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.terms-area,
.privecy-area {
  position: relative;
  padding: 75px 0;
}

.terms-area h2,
.privecy-area h2 {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: #181818;
  margin-bottom: 15px;
}

.terms-area p,
.privecy-area p {
  font-size: 16px;
  color: #616161;
}

.faq-area {
  position: relative;
  padding: 115px 0;
}

.faq-area .faq-content {
  margin: 0 auto;
}

.faq-area .faq-content .faq-accordion .section-tittle h2 {
  margin-bottom: 40px;
}

.faq-area .faq-content .faq-accordion .accordion {
  padding: 0;
  margin: 0;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 12px;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title {
  padding: 15px 20px;
  color: #236865;
  position: relative;
  background: transparent;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  border: 1px solid #236865;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #236865;
  transition: 0.5s;
  font-size: 15px;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f068";
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  z-index: 1;
  position: relative;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.testimonials {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/testimonials.png);
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.testimonials::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.testimonials-area {
  padding: 75px 0;
}

.testimonials-area .section-tittle {
  margin-bottom: 50px;
}

.testimonials-area .section-tittle p {
  margin: 0 25%;
}

.testimonials-area .single-testimonials {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 20px 20px;
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.3s;
}

.testimonials-area .single-testimonials .testimonials-head .testimonials-img {
  border: 1px solid #236865;
  padding: 6px;
  overflow: hidden;
}

.testimonials-area .single-testimonials .testimonials-head .content h2 {
  color: #181818;
  font-family: Arial, sans-serif;
  position: relative;
  font-size: 25px;
  font-weight: 600;
}

.testimonials-area .single-testimonials .testimonials-head .content h2::before {
  position: absolute;
  content: "";
  background: #236865;
  width: 60px;
  height: 2px;
  top: 50%;
  left: -60px;
  z-index: -1;
  overflow: hidden;
}

.testimonials-area .single-testimonials .testimonials-head .content .rate {
  padding: 0;
  margin: 0;
}

.testimonials-area .single-testimonials .testimonials-head .content .rate li {
  display: inline-block;
}

.testimonials-area .single-testimonials .testimonials-head .content .rate li i {
  font-size: 11px;
  color: #ffc107;
}

.testimonials-area .single-testimonials .testimonials-foot p {
  margin-bottom: 0;
  color: #616161;
}

.testimonials-area .single-testimonials:hover {
  transform: translateY(-10px);
}

.testimonials-area .pagination {
  margin-top: 20px;
  display: inline-flex;
}

.testimonials-area .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  margin: 0 10px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.testimonials-area .pagination .page-item .page-link:hover {
  background: #236865;
  color: #fff;
}

.testimonials-area .pagination .page-item.active .page-link {
  background: #236865;
}

.area-404 {
  position: relative;
  height: 850px;
}

.area-404 .error-img {
  margin: 0 auto;
}

.area-404 .error-img img {
  max-width: 80%;
  margin: 0 auto;
}

.area-404 .error-img .box-btn {
  background: #236865;
  color: #fff;
  text-align: center;
}

.area-404 .error-img .box-btn:hover {
  border: 1px dashed #236865;
  color: #000;
  background: #fff;
}

.price {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/price-bg.png);
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
}

.price::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.price-area {
  padding: 75px 0;
  position: relative;
}

.price-area .single-price {
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  transition: 0.3s;
}

.price-area .single-price .price-head {
  padding: 50px 0 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background: #236865;
}

.price-area .single-price .price-head h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-bottom: 0;
  color: #fff;
}

.price-area .single-price .price-head p {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.price-area .single-price .price-head p span {
  font-size: 16px;
}

.price-area .single-price .price-list {
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

.price-area .single-price .price-list li p {
  margin-bottom: 0;
  padding: 8px 0;
  color: #616161;
}

.price-area .single-price .box-btn {
  background: #236865;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 30px;
}

.price-area .single-price:hover {
  transform: translateY(-10px);
}

.price-area .single-price:hover .box-btn {
  border: 1px dashed #236865;
  color: #236865;
  background: #fff;
}

.admission-area {
  padding: 75px 0;
  position: relative;
}

.admission-area .admission-form {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin-top: 35px;
  padding: 40px;
}

.admission-area .admission-form h2 {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: #181818;
  margin-bottom: 30px;
}

.admission-area .admission-form .form-group {
  margin-bottom: 20px;
}

.admission-area .admission-form .form-control {
  height: 50px;
  border-radius: 90px;
  border: 1px solid #c0ccff;
  padding-left: 15px;
}

.admission-area .admission-form .form-control:focus {
  box-shadow: 0 0 0 0.04rem #236865;
}

.admission-area .admission-form label {
  color: #666666;
  font-weight: 500;
  margin-bottom: 10px;
}

.admission-area .admission-form .box-btn {
  background: #236865;
  border: 1px solid transparent;
  color: #fff;
}

.admission-area .admission-form .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #236865;
}

.gallery-area {
  padding: 75px 0;
  position: relative;
}

.gallery-area .all-gall {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.gallery-area .all-gall li {
  display: inline-block;
  margin-right: 10px;
}

.gallery-area .all-gall li span {
  color: #236865;
}

.gallery-area .all-gall li.active {
  position: relative;
}

.gallery-area .all-gall li.active::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #236865;
  content: "";
}

.gallery-area .gall-list {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.gallery-area .gall-list .single-gall {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-area .gall-list .single-gall .gall-img {
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}

.gallery-area .gall-list .single-gall .gall-img img {
  border-radius: 5px;
  width: 100%;
}

.gallery-area .gall-list .single-gall .gall-content {
  position: absolute;
  text-align: center;
  background: #fff;
  padding: 10px 20px;
  bottom: 20px;
  transition: 0.5s;
}

.gallery-area .gall-list .single-gall .gall-content h3 {
  color: #181818;
  margin-bottom: 0;
  line-height: normal;
  font-family: Arial, sans-serif;
}

.gallery-area .gall-list .single-gall:hover .gall-content {
  transform: translateX(105%);
}

.gallery-area .gall-list .single-gall:hover .gall-img {
  transform: scale(1.1);
}

.gallery-area .pagination {
  margin: 0 auto;
  display: inline-flex;
}

.gallery-area .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  margin: 0 10px;
  box-shadow: 0px 0px 10px #e9ecef;
}

.gallery-area .pagination .page-item .page-link:hover {
  background: #236865;
  color: #fff;
}

.gallery-area .pagination .page-item.active .page-link {
  background: #236865;
}

.shape-ellips-contact {
  position: absolute;
  z-index: -1;

}

.contact {
  position: relative;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background: url(../images/contact-bg1.png);
  height: 400px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  background-attachment: fixed;
}

.contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/banner-overly.png);
  left: 0;
  top: 0;
  background-size: cover;
}

.contact-service {
  position: relative;
  z-index: 1;
  padding: 115px 0;
}

.contact-service .single-service {
  position: relative;
  box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
  padding: 65px 20px;
  background: url(../images/servicebg.png) center center;
  border-radius: 10px;
  transition: 0.3s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.contact-service .single-service .service-icon {
  width: 45px;
  height: 45px;
  background-color: #236865;
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 auto;
}

.contact-service .single-service .service-icon i {
  font-size: 23px;
  line-height: 44px;
}

.contact-service .single-service .service-content p {
  margin-bottom: 0;
  font-size: 20px;
  color: #4f4f4f;
  margin-top: 10px;
}

.contact-service .single-service .service-content a {
  color: #4f4f4f;
  font-size: 20px;
  margin-top: 10px;
}

.contact-service .single-service:hover {
  transform: translateY(-15px);
}

::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}

::placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.home-contact-area {
  position: relative;
  overflow: hidden;
}

.home-contact-area .text-danger {
  color: #dc3545 !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.home-contact-area .text-success {
  color: #28a745 !important;
}

.home-contact-area .home-contact-content {
  position: relative;
  background: url(../images/contact-bg.png);
  background-size: cover;
  padding: 50px;
  border-radius: 40px;
  left: -20%;
  box-shadow: 0 1px 10px 5px rgba(228, 221, 221, 0.363);
}

.home-contact-area .home-contact-content h2 {
  font-family: Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: bold;
}

.home-contact-area .home-contact-content .form-group {
  margin-bottom: 15px;
}

.home-contact-area .home-contact-content input.form-control {
  height: 60px;
  border-radius: 90px;
  border: 1px solid #c0ccff;
  padding-left: 20px;
}

.home-contact-area .home-contact-content textarea.form-control {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #c0ccff;
  height: 170px;
  box-shadow: none;
  padding-left: 20px;
  padding-top: 15px;
}

.home-contact-area .home-contact-content .form-control:focus {
  box-shadow: 0 0 0 0.04rem #236865;
}

.home-contact-area .box-btn {
  background: #236865;
  color: #fff;
  padding: 18px 25px;
  border: 1px solid transparent;
}

.home-contact-area .box-btn:hover {
  border: 1px dashed #236865;
  background: #fff;
  color: #236865;
}

.home-contact-area .list-unstyled {
  margin-bottom: 0;
  color: #dc3545;
}

.fml-25 {
  margin-left: 25%;
}

.fml-15 {
  margin-left: 13%;
}

.footer-area {
  position: relative;
  padding: 45px 0;
  overflow: hidden;
  background: linear-gradient(45deg, #0b7a3b, #28887a);
  background-size: cover;
}

.footer-area .footer-left p {
  color: #fff;
  margin-top: 20px;
}

.footer-area .footer-left .footer-social {
  margin: 0;
  padding: 0;
}

.footer-area .footer-left .footer-social li {
  display: inline-block;
}

.footer-area .footer-left .footer-social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 35px;
  transition: 0.3s;
  margin-right: 5px;
  color: #236865;
  border: 1px solid transparent;
}

.footer-area .footer-left .footer-social li a i {
  font-size: 16px;
}

.footer-area .footer-left .footer-social li a:hover {
  background: #236865;
  color: #fff;
  border: 1px dashed #fff;
}

.footer-area .footer-content h2 {
  color: #fff;
  font-size: 25px;
}

.footer-area .footer-content ul {
  margin: 0;
  padding: 0;
}

.footer-area .footer-content ul li a,
p {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  margin-top: 11px;
  position: relative;
}


.footer-area .footer-content ul li a i {
  font-size: 9px;
  margin-right: 2px;
}

.footer-area .footer-content ul li a:hover:before {
  width: 100%;
}

.copy-area {
  padding: 15px 0;
  background: #000;
  text-align: center;
}









@media(max-width:768px) {
  .copy-area {
    margin-bottom: 30px;
  }
}








.copy-area .copy {
  margin: auto;
}

.copy-area .copy p {
  color: #fff;
  margin-bottom: 0;
}

.copy-area .copy a {
  color: #fff;
}

.copy-area .copy a:hover {
  color: #236865;
}

/*# sourceMappingURL=style.css.map */


.events {
  box-sizing: border-box;
}


.all-university .events-img img {
  border-radius: 14px;
}

.all-university {
  row-gap: 20px;
}

.single-events {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-events .events-img img {
  width: 100%;
  height: 200px;
  /* Set a fixed height for all images */
  object-fit: cover;
  /* Ensures the images are cropped to fit the aspect ratio */
}

.single-events .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 195px;
  /* Set a fixed height for the content section */
  border-radius: 12px;
}

.single-events .content h2 {
  margin-bottom: 15px;
  /* Add spacing between title and other content */
}

.single-events .content .calender,
.single-events .content p {
  margin-bottom: 10px;
  /* Add spacing between the text elements */
}


.contact-form input.form-control {
  height: 50px;
  /*border-radius: 90px;*/
  margin-bottom: 15px;
  border: 1px solid #c0ccff;
  padding-left: 15px;
}

.contact-form {

  padding: 23px 34px 14px 34px;
  width: 70%;
  box-shadow: 0px 0px 5px #d0c8c8;
}

.banner-form {
  border-radius: 12px;
  border: 1px solid #fff;
  padding: 12px;
  background: #fff;
}

.phone-row {
  display: flex;
  gap: 10px;
  /* dono ke beech space */
}

.country {
  width: 35%;
}

.number {
  width: 65%;
}


.banner-area {
  padding-top: 50px;
  background: linear-gradient(45deg, #0d2936, #2e897d);
}

.hero-banner {
  background: url('../images/banner.png');
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 120px 0px 60px 0px;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 60%);
}

@media (max-width: 991px) {
  .hero-banner::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  }
}

.university-sec {

  margin-top: 100px !important;
}

.why-area-content {
  background: rgba(255, 255, 255, 0.1);
  /* Transparent background */
  backdrop-filter: blur(10px);
  /* Blur behind element */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* Subtle border */
  border-radius: 16px;
  /* Rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  /* Soft shadow */
  padding: 20px;
  color: #fff;

  /* Text stays visible */
  ul li {
    list-style-type: none;

  }

}

@media (max-width: 575.98px) {
  .why-area-content {

    padding: 28px 20px;
    border-radius: 5px;
  }
}

.why-area-content li {
  list-style: disc;
}

.why-section {
  background: linear-gradient(45deg,
      #236879 0%,
      /* Starts at 0% */
      #236879 40%,
      /* Keep teal until 40% */
      #193c54 60%,
      /* Dark blue takes over around 60% */
      #193c54 100%
      /* Ends at 100% */
    );

  position: relative;
  padding: 65px 0;
  overflow: hidden;

}




.fee-section {
  position: relative;
  padding: 0 0;
  overflow: hidden;

}

.duration-section {
  position: relative;
  padding: 65px 0;
  overflow: hidden;

}

.duration-content {
  background: linear-gradient(45deg, #174054, #28887a);
  border-radius: 15px;
  padding: 59px 60px 24px 63px;
}


.intake-content,
.medium-content {
  /* background: linear-gradient(45deg, #17405400, #28887a59); */
  padding: 27px !important;
  border: 1px solid #184255;
}

.intake-content {
  border-radius: 12px;
}

.medium-content {
  border-radius: 70px 5px 70px 5px !important;
}

.eligibility-area {
  background: linear-gradient(45deg, #174054, #28887a);
  position: relative;
  padding: 65px 0;
  overflow: hidden;

}

.eligibility-area li {
  list-style-type: disc;
}

.admission-content ol {
  counter-reset: step-counter;
  padding-left: 1.5rem;
}

.admission-content li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  counter-increment: step-counter;
}

.admission-content li::before {
  content: "Step " counter(step-counter) ": ";
  font-weight: bold;

  margin-right: 5px;
}

.document-content li {
  list-style: disc;
  padding: 19px 6px 6px 5px;
  box-shadow: 0px 0px 5px #fff6f6;

  border-radius: 17px 4px;
  /*width: 500px;*/
  color: #fff;
}

@media (max-width:565px) {
  .document-content li {
    width: 280px;

  }

}

.container,
.row,
.col-lg-4 {
  overflow: visible !important;
}

.about-area h2 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #181818;
  font-weight: bold;
  margin-bottom: 34px;
  margin-top: 24px;
}


.student-content li {
  color: #fff;
}


.student-life li,
.doc-content li {
  color: #616161;
}



.forms-content {
  padding: 12px 21px 5px 22px;
  border-radius: 12px;
}


@media(max-width:767px) {
  .forms-content {
    padding: 12px 21px 5px 22px;
    margin-top: 50px;
  }

  .copy-area {
    margin-bottom: 40px;
  }

  .banner-form {
    margin-top: 25px;
  }

  .duration-content {
    border-radius: 5px;
  }

  .intake-content,
  .medium-content {
    border-radius: 5px !important;
  }

  .doc-requirement {
    border-radius: 5px !important;

  }


  .stu-life {
    border-radius: 5px !important;
  }




}

.fee-content .table thead th {
  white-space: nowrap;
}

.contact-img {
  padding: 0 0 0 15px;
}

.contact-img img {

  box-shadow: 0px 0px 5px #000;
}


@media(max-width:991px) {
  .contact-form {
    padding: 23px 34px 14px 34px;
    width: 100%;
    max-width: 550px;

  }

  .contact-sec-form {
    padding: 30px 30px;
  }


}

.fee-content a {
  color: #256779;
}

.ranking-content .row {
  row-gap: 4px;
}









.new-content {

  table {
    thead {
      background-color: #0d2936;
    }

    tr {
      line-height: 2;
    }
  }

  h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #236879;
    margin-bottom: 12px;
    ;
  }

  ul li {
    list-style-type: disc;
    padding-top: 5px;
    font-size: 30px;
    color: #000;
  }
}



.sticky-top {

  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg .navbar-collapse {

  flex-basis: auto;
  justify-content: space-around;
}


.blog-form-section {
  .card-body {
    padding: 11px 30px;
    box-shadow: 0px 10px 21px #817c7c;
    border-radius: 10px;
  }
}


.section-title h1 {
  font-size: 36px;
  background: none !important;
  background-color: #0f8343 !important;
  color: #fff;
  /* optional: better contrast */
  border-radius: 10px;
  /* optional: smooth corners */
  padding: 10px 20px;
  /* optional: spacing around text */
}

/* For tablets and small laptops */
@media (max-width: 992px) {
  .section-title h1 {
    font-size: 28px;
    background-color: #236865 !important;
  }
}

/* For large mobile devices */
@media (max-width: 768px) {
  .section-title h1 {
    font-size: 22px;
    background-color: #236865 !important;
  }
}

/* For small mobile devices */
@media (max-width: 576px) {
  .section-title h1 {
    font-size: 18px;
    background-color: #236865 !important;
  }
}


/*@media(max-width:768px){*/
/*    .section-title*/
/*  h1 {*/
/*    font-size: 19px !important;*/
/*    background: none !important;*/

/*    background-color: #236865 !important;*/
/*  }*/
/*}*/

/*}*/

/*.section-title {*/
/*  h1 {*/
/*    font-size: 30px !important;*/
/*    background: none !important;*/

/*    background-color: #236865 !important;*/
/*  }*/
/*}*/



.admission-process {

  .process-list {
    list-style: decimal;
    font-size: 1.1rem;
    padding-left: 1rem;
  }

  .process-list>li {
    margin-bottom: 1.5rem;
    font-weight: 500;
  }

  .process-list ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
  }

  .process-list ul li {
    font-weight: 400;
    color: #555;
    margin-bottom: 0.3rem;
  }
}

.admission-process {
  z-index: 99;

  ol li {
    list-style: none;
    background: #2c4f6038;
    padding: 18px 0;
    border: 1px solid #153d50;
    box-shadow: 0px 0px 5px #395267;
    border-radius: 13px;
  }
}

.process-list {
  ul li {
    background: none !important;
    padding: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: none !important;
  }
}



.eligibility-content-div {
  i {
    font-size: 70px;
    color: #184152;
  }

  ul li {
    text-align: center;
  }
}




.testimonial-section {
  .carousel-item {
    img {
      max-height: 68px;
    }
  }

  p {
    color: #000;
  }

  .testimonial-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-box h6 {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .testimonial-box p {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    min-height: 135px;
    width: 100%;
    text-align: justify;
  }

  .control-btn {
    width: 45px;
    height: 45px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    background-color: #316e7fff;
  }

  .control-btn:hover {
    transform: scale(1.05);
    background-color: #1a4d5b;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-size: 70% 70%;
    width: 1.2rem;
    height: 1.2rem;
  }
}




.hide-header {
  display: none !important;
}





.testimonial-section {
  i {
    color: #e91734;
  }
}






/*     9/11/2025   */



/* Dropdown open on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* jhatka hatane ke liye */
}



/* Mega menu center align */
.dropdown-menu.mega-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  width: 100%
}


.mobile-university-list {
  max-height: 300px;
  /* jitna height chahiye utna fix kar lo */
  overflow-y: auto;
  /* scroll enable */
  padding-left: 10px;
}

.mobile-university-list::-webkit-scrollbar {
  width: 6px;
}

.mobile-university-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}







.benefits-content {
  padding: 50px 25px;
  /* border: 1px solid #1a3f51; */
  border-radius: 12px;

  h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    color: #f05967;
    margin-bottom: 15px;
  }
}

.number {
  /* padding: 0px 8px; */
  border-radius: 50%;
  /* background: linear-gradient(45deg, #f05967, #1f6a7b); */
  color: #000;
  margin-right: 5px;
  /* font-size: 18px; */
}



/* ===== Eligibility Section Styling ===== */
.eligbility-section {
  padding: 0px 15px;

  h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    color: #f05967;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 20px;
  }


  .eligbility-section .section-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a2a40;
  }

  .eligbility-section .section-title p {
    max-width: 750px;
    margin: 0 auto 40px auto;
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Image Styling */
  .eligbility-section .img-section img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }

  .eligbility-section .img-section img:hover {
    transform: scale(1.05);
  }

  /* Headings */
  .eligbility-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #0d6efd;
    /* Bootstrap primary color */
  }

  /* Paragraphs */
  .eligbility-section p,
  .eligbility-section ul li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
  }

  /* List Styling */
  .eligbility-one ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .eligbility-one ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  .eligbility-one ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #f05967;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* Responsive Adjustments */
  @media (max-width: 767px) {
    .eligbility-section {
      padding: 40px 15px;
    }

    .eligbility-section h3 {
      margin-top: 20px;
    }
  }

}








.Apply-for-mbbs {

  .row {
    row-gap: 10px;
  }

  h2 {
    text-align: center;
    font-size: 28px;
    color: #236879;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .card {
    min-height: 362px;
    padding: 20px 10px;

    h3 {
      text-align: center;
      font-size: 20px;
    }

    span {
      font-size: 24px;
    }
  }


}


.section-title {
  h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #236879;
    margin-bottom: 12px;

  }
}

.document-required-content {
  .card {
    min-height: fit-content;
    padding: 14px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;

    p,
    h4 {
      text-align: center;
    }

  }

  img {
    max-height: 60px;
    width: auto;
    padding-bottom: 10px;
  }
}



.document-required-content .cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  /* optional spacing */
}

@media (min-width: 768px) {
  .document-required-content .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .document-required-content .card {
    min-height: 272px;
    padding: 14px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    p,
    h4 {
      text-align: center;
    }

  }
}

@media (min-width: 1024px) {
  .document-required-content .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}


.why-choose {
  ol li {
    list-style-type: decimal;

    span {
      color: #000;
    }

    ol li::marker {
      color: #000;

    }


  }

  ul li {
    list-style-type: disc;
  }
}


/* Universities Section */
.universities-section {
  padding: 50px 20px 0 20px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
  color: #333;
}

.universities-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #193c54;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

.university {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.university h3 {
  color: #236879;
  margin-bottom: 15px;
}

.university ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.university ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.university ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #236879;
  font-weight: bold;
}

.overview {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}


/* Fee Structure Section */
.fee-structure-section {
  padding: 0px 20px;
  background: #f4f9fc;
  font-family: Arial, sans-serif;
  color: #333;
}

.fee-structure-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #193c54;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

.table-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #236879;
}

/* Table Styling */
.table-wrapper {
  overflow-x: auto;
  /* responsive scroll */
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.fee-table th,
.fee-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.fee-table thead {
  background: #236879;
  color: #fff;
}

.fee-table tr:last-child td {
  border-bottom: none;
}

.fee-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* Notes Section */
.notes h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #193c54;
}

.notes ul {
  list-style: none;
  padding-left: 0;
}

.notes ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
}

.notes ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #236879;
  font-weight: bold;
}



/* General Section Styles */
.course-structure-section {
  padding: 60px 20px;
  background: #f8f9fa;
  font-family: Arial, sans-serif;
  color: #333;
}

.course-structure-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #193c54;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  line-height: 1.6;
}

/* Grid Layout for Year Blocks */
.year-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 1024px) {
  .year-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .year-blocks {
    grid-template-columns: 1fr;
  }
}

/* Card Styles */
.year-block {
  background: #ffffff;
  border: 1px solid #e6f0f3;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.year-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.year-block h3 {
  font-size: 20px;
  color: #236879;
  margin-bottom: 15px;
  /* border-left: 4px solid #236879; */
  padding-left: 10px;
  /* text-align: center; */
}

.year-block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.year-block ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}

.year-block ul {
  list-style: none;
  /* remove default bullets */
  padding-left: 20px;
  margin: 0;
}

.year-block ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  /* text color */
}

.year-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  /* vertical alignment */
  width: 8px;
  height: 8px;
  background-color: #236879;
  /* disc color */
  border-radius: 50%;
  /* makes it a circle (disc) */
}











/* Section Styling */
.course-info-section {
  padding: 50px 20px;
  background: #f8f9fa;
  font-family: Arial, sans-serif;
  color: #333;
}

.course-info-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Grid Layout for Left and Right */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Responsive: Stack on mobile */
@media (max-width: 768px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

.info-block h3 {
  font-size: 22px;
  color: #236879;
  margin-bottom: 15px;
  border-left: 4px solid #236879;
  padding-left: 10px;
}

.info-block ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 15px;
}

.info-block ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

@media(max-width:768px) {
  .courses-offered-section {
    padding: 0px 20px !important;
    background: #fdfdfd;
    font-family: Arial, sans-serif;
    color: #333;
  }

}

/* Courses Section */
.courses-offered-section {
  padding: 60px 20px;
  background: #fdfdfd;
  font-family: Arial, sans-serif;
  color: #333;
}

.courses-offered-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #193c54;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  line-height: 1.6;
}

/* Grid Layout for Courses */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 1024px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
}

/* Individual Course Card */
.course-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Optional Footer Strip for Cards */
.course-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #236879, #193c54);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Card Header */
.course-card h3 {
  font-size: 20px;
  color: #236879;
  margin-bottom: 12px;
  /* border-left: 4px solid #236879; */
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;

  i {
    font-size: xx-large;
  }
}

/* Card Paragraph */
.course-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}





.gov-universities-section {
  padding: 60px 20px;
  background: #f8f9fa;
  font-family: Arial, sans-serif;
  color: #333;
}

.gov-universities-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #193c54;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  line-height: 1.6;
}

/* Grid Layout */
.universities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media (max-width: 1024px) {
  .universities-grid {
    grid-template-columns: 1fr;
  }
}

/* University Card */
.university-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.university-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Optional Footer Strip */
.university-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #0b7a3b, #1fa463);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Card Header */
.university-card h3 {
  font-size: 20px;
  color: #236879;
  margin-bottom: 12px;
  border-left: 4px solid #236879;
  padding-left: 10px;
}

/* Card List */
.university-card ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 0;
}

.university-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}




/* Private Universities Section */
.private-universities-section {
  padding: 60px 20px;
  background: #fdfdfd;
  font-family: Arial, sans-serif;
  color: #333;
}

.private-universities-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.private-universities-section .section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #193c54;
  margin-bottom: 10px;
}

.private-universities-section .section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  line-height: 1.6;
}

/* Grid Layout for Cards */
.universities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 1024px) {
  .universities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .universities-grid {
    grid-template-columns: 1fr;
  }
}

/* University Card */
.university-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.university-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Optional Footer Strip */
.university-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #0b7a3b, #1fa463);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Card Header */
.university-card h3 {
  font-size: 20px;
  color: #1fa463;
  margin-bottom: 12px;
  border-left: 4px solid #1fa463;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  /* space between icon and text */
}

.university-card i {
  color: #1fa463;
}

/* Card List */
.university-card ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 0;
}

.university-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}




/* General Section Styling */
body {
  font-family: Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}



/*.container {*/
/*  max-width: 1290px;*/
/*  margin: 0 auto;*/
/*}*/

/* Titles */
.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #193c54;
  margin-bottom: 15px;
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* Block */
.fee-block {
  margin-bottom: 40px;
}

.fee-block h3 {
  font-size: 22px;
  color: #236879;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fee-block i {
  color: #236879;
}

/* Tables */
.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.fee-table thead {
  background: #236879;
  color: #fff;
}

.fee-table th,
.fee-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.fee-table tbody tr:hover {
  background: #f2f8fa;
  transition: background 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .fee-table thead {
    display: none;
  }

  .fee-table,
  .fee-table tbody,
  .fee-table tr,
  .fee-table td {
    display: block;
    width: 100%;
  }

  .fee-table tr {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 10px;
  }

  .fee-table td {
    /* text-align: right; */
    padding: 10px;
    position: relative;
  }

  .fee-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    font-weight: bold;
    text-align: left;
  }
}


.comparison-section {
  .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    color: #236879;
    margin-bottom: 10px;
  }

  .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
  }

  /* Table Styling */
  .table-responsive {
    overflow-x: auto;
  }

  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }

  .comparison-table thead {
    background: #236879;
    color: #fff;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
  }

  .comparison-table tbody tr:nth-child(even) {
    background: #f3f8fa;
  }

  .comparison-table tbody tr:hover {
    background: #e8f4f8;
    transition: 0.3s ease-in-out;
  }

  .comparison-table th:first-child,
  .comparison-table td:first-child {
    text-align: left;
    font-weight: bold;
    background: #f1f6f9;
  }
}









.why-georgia-section {
  .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    color: #236879;
    margin-bottom: 10px;
  }

  .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Grid */
  .reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }

  /* Cards */
  .reason-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .reason-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  }

  .reason-card i {
    font-size: 35px;
    color: #236879;
    margin-bottom: 12px;
  }

  .reason-card h3 {
    font-size: 18px;
    color: #236879;
    margin-bottom: 10px;
  }

  .reason-card p {
    font-size: 14px;
    color: #444;
  }
}




.syllabus-section {
  .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    color: #236879;
    margin-bottom: 10px;
  }

  .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Table Styling */
  .syllabus-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .syllabus-table th,
  .syllabus-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .syllabus-table th {
    background: #236879;
    color: #fff;
    font-size: 16px;
  }

  .syllabus-table td {
    font-size: 15px;
    color: #444;
  }

  .syllabus-table tr:hover {
    background: #f1f9f9;
    transition: 0.3s;
  }

  /* Responsive */
  @media (max-width: 768px) {

    .syllabus-table table,
    .syllabus-table thead,
    .syllabus-table tbody,
    .syllabus-table th,
    .syllabus-table td,
    .syllabus-table tr {
      display: block;
      width: 100%;
    }

    .syllabus-table tr {
      margin-bottom: 15px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .syllabus-table td {
      padding: 12px;
      text-align: right;
      position: relative;
    }

    .syllabus-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 15px;
      font-weight: bold;
      color: #236879;
      text-align: left;
    }

    .syllabus-table th {
      display: none;
    }
  }
}



.nmc-syllabus-section {
  .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    color: #236879;
    margin-bottom: 10px;
  }

  .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }

  /* Grid Layout */
  .nmc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }

  /* Card Styling */
  .nmc-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .nmc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }

  .nmc-card i {
    font-size: 36px;
    color: #236879;
    margin-bottom: 12px;
  }

  .nmc-card h3 {
    font-size: 18px;
    color: #193c54;
    margin-bottom: 10px;
  }

  .nmc-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
  }
}






.container {
  width: 90%;
  max-width: 1290px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 28px;
  color: #236879;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* FMGE Section */
.fmge-data h3 {
  text-align: center;
  font-size: 20px;
  color: #193c54;
  margin-bottom: 20px;
}

.fmge-data h3 span {
  color: #236879;
  font-weight: bold;
}

.fmge-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.fmge-table th,
.fmge-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.fmge-table th {
  background: #236879;
  color: #fff;
  font-size: 16px;
}

.fmge-table td {
  font-size: 15px;
  color: #444;
}

.fmge-table .highlight-row {
  background: #eaf6f6;
  font-weight: bold;
}

.top-universities h3 {
  font-size: 18px;
  color: #236879;
  margin-bottom: 10px;
}

.top-universities ul {
  margin: 10px 0;
  padding-left: 20px;
}

.top-universities li {
  margin-bottom: 6px;
  font-size: 15px;
}

.tip {
  background: #f1f9f9;
  padding: 12px;
  border-left: 4px solid #236879;
  border-radius: 8px;
  font-size: 15px;
  color: #444;
  margin-top: 12px;
}

/* Timeline Section */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.timeline-step {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.timeline-step:hover {
  transform: translateY(-5px);
}

.timeline-step i {
  font-size: 28px;
  color: #236879;
  margin-right: 15px;
}

.timeline-step h3 {
  font-size: 17px;
  color: #193c54;
  margin: 0 0 5px;
}

.timeline-step p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-step {
    flex-direction: column;
    text-align: center;
  }

  .timeline-step i {
    margin: 0 0 10px 0;
  }
}








.fmge-passrate {
  padding: 50px 0;
  background: #f9f9f9;
}

.section-title {
  text-align: center;
  font-size: 28px;
  color: #236879;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Highlight Card */
.highlight-card {
  text-align: center;
  background: #eaf6f6;
  /* border-left: 6px solid #236879; */
  padding: 18px;
  margin-bottom: 30px;
  border-radius: 10px;
  font-size: 18px;
  color: #193c54;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.highlight-card span {
  color: #236879;
  font-weight: bold;
  font-size: 20px;
}

/* Table */
.comparison-table {
  margin: 20px 0;
}

.comparison-table h3 {
  margin-bottom: 12px;
  color: #193c54;
  font-size: 20px;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.comparison-table th,
.comparison-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.comparison-table th {
  background: #236879;
  color: #fff;
  font-size: 16px;
}

.comparison-table td {
  font-size: 15px;
  color: #444;
}

.highlight-row {
  background: #f1f9f9;
  font-weight: bold;
  color: #236879;
}

/* Top Universities */
.top-universities1 {
  margin-top: 25px;


  .top-universities1 h3 {
    font-size: 18px;
    color: #236879;
    margin-bottom: 10px;
  }

  .top-universities1 ul {
    margin: 0;
    padding-left: 20px;
  }

  .top-universities1 li {
    margin-bottom: 6px;
    font-size: 15px;
    color: #444;
  }

  /* Tip Box */
  .tip-box {
    margin-top: 25px;
    background: #fff8e5;
    border-left: 6px solid #f7b731;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    color: #444;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

}







.cost-living {
  padding: 50px 0;
  background: #fff;



  .section-title {
    text-align: center;
    font-size: 28px;
    color: #236879;
    margin-bottom: 10px;
  }

  .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  /* Table Styling */
  .living-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fdfdfd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .living-table th,
  .living-table td {
    padding: 14px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }

  .living-table th {
    background: #236879;
    color: #fff;
    font-size: 16px;
  }

  .living-table td {
    font-size: 15px;
    color: #444;
  }

  .living-table .highlight-row {
    background: #f1f9f9;
    font-weight: bold;
    color: #236879;
  }

  /* Highlights */
  .highlight-points {
    margin-top: 25px;
    background: #f9f9f9;
    padding: 20px;
    border-left: 6px solid #236879;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .highlight-points h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #193c54;
  }

  .highlight-points ul {
    margin: 0;
    padding-left: 20px;
  }

  .highlight-points li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
  }
}

/* Common Section Styling */
.instruction-section,
.lifestyle-section,
.accommodation-section {
  padding: 0 0 50px 0;
  background: #fff;
}

.section-title {
  text-align: center;
  font-size: 28px;
  color: #236879;
  margin-bottom: 12px;
  /*background: #23679;*/
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Info Box */
.info-box {
  background: #f9f9f9;
  padding: 20px 25px;
  border-left: 6px solid #236879;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.info-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-box li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.info-box li i {
  color: #236879;
  margin-right: 8px;
}

/* Lifestyle Cards */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.lifestyle-card {
  background: #f1f9f9;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.lifestyle-card:hover {
  transform: translateY(-5px);
}

.lifestyle-card i {
  font-size: 30px;
  color: #236879;
  margin-bottom: 12px;
}

.lifestyle-card h3 {
  font-size: 18px;
  color: #193c54;
  margin-bottom: 10px;
}

/* Accommodation Grid */
.accommodation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 20px;
}

.acc-card {
  background: #fdfdfd;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.acc-card h3 {
  font-size: 18px;
  color: #236879;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.acc-card h3 i {
  margin-right: 8px;
  color: #193c54;
}

.acc-card ul {
  margin: 0;
  padding-left: 20px;
}

.acc-card ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 8px;
}

.textdark p {
  color: #000;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.bg-light {
  background: #eee;
}

@media screen and (min-width:991px) {
  .menulg {
    margin-left: 130px;
  }
}