@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
html {

  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;

}

* {

  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

body {

  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  padding-top: 4.4rem;

}

/*general css start*/

h1, h2, h3, h4, h5, h6 {
  
  font-weight: bold;
  line-height: inherit;

}

h1 {

  color: #252525;
  font-size: 3rem;
  line-height: normal;

}

h2 {

  color: #353535;
  font-size: 2rem;
  padding-bottom: 0.6rem;

}

h3 {

  font-size: 1.5rem;
  margin-bottom: 0;

}

h3,
h3 a {

  color: #454545;

}

p {

  color: #757575;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5rem;

}

a {

  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;

}

a,
input, button,
.form-control {

  -webkit-transition: 0.5s;
  transition: 0.5s;

}

a:hover, a:active, a:focus {

  color: #29ca8e;
  outline: none;

}

.section-title {

  padding-bottom: 2.5rem;

}

.section-title h2 {

  margin: 0;

}

.section-title small {

  display: block;
  font-size: 1rem;

}

/*button css start*/

.section-btn {

  background: transparent;
  border-radius: 3.1rem;
  border: 0.06rem solid #ffffff;
  color: #ffffff;
  font-size: inherit;
  font-weight: normal;
  padding: 0.9rem 1.9rem;
  transition: 0.5s;

}

.section-btn:hover {

  background: #ffffff;
  border-color: transparent;

}

/*button css end*/

/*general css end*/

/*preloder css start*/

.loding {

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none no-repeat scroll 0 0 #ffffff;

}

.loader {

  border: 0.6rem solid #f3f3f3;
  border-radius: 50%;
  border-top: 0.6rem solid #48dbfb;
  width: 4rem;
  height: 4rem;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

}

/* Safari */
@-webkit-keyframes spin {

  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }

}

@keyframes spin {

  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }

}

/*preloder css end*/

/*navbar start*/

.custom-navbar {

  background: #ffffff;
  border-top: 0.2rem solid #f9ca24;
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  margin-bottom: 0;
  padding: 0;

}

.custom-navbar .navbar-brand {

  color: #454545;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2.5rem;

}

.custom-navbar li a {

  line-height: 2.5rem;
  color: #575757;
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important;

}

.custom-navbar > li > a:hover,
.custom-navbar > li > a:focus {

  background-color: transparent;

}

.custom-nav li a:hover {

  background-color: #29ca8e;
  color: #ffffff;

}

.custom-nav li .active > a {

  background-color: #29ca8e;
  color: #ffffff;

}

.dropdown:hover > .dropdown-menu {

  display: block;

}

.dropdown > .dropdown-toggle:active {

  /*Without this, clicking will make it sticky*/
  pointer-events: none;

}

.sign_btn {

  text-decoration: none;
  background-color: black;
  color: #ffffff !important;

}

/*navbar end*/

/*home and slider start*/
#home {

  padding: 0;

}

#home h1 {

  color: #ffffff;

}

#home h3 {

  color: #f9f9f9;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0.3rem 0 2.5rem 0;

}

@media (min-width: 768px) {

  .home-slider .col-md-6 {

    padding-left: 0 !important;

  }

}

.home-slider .caption {

  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;
  cursor: e-resize;

}

.home-slider .item {

  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 40.6rem;

}

.caption h3 a {

  color: #FFF;

}

.caption h3 a:hover {

  color: #FF3;

}

.home-slider .item-first {

  background-image: url(../images/slider-image1.jpg);
  background-position: center;

}

.home-slider .item-second {

  background-image: url(../images/slider-image2.jpg);

}

.home-slider .item-third {

  background-image: url(../images/slider-image3.jpg);

}

.owl-theme .owl-nav {

  margin-top: 1.9rem;

}

.owl-theme .owl-nav [class*=owl-] {

  border-radius: 0.1rem;
  font-size: 1rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  padding: 0;

}

/*home and slider end*/

/*student services start*/

.stu_service {

  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  padding-top: 6rem;

}

.stu_heading {

  padding-bottom: 2rem;

}

.stu_fdiv ul li {

  list-style: none;
  padding: 0.6rem 0;
  word-spacing: 0.25rem;
  font-weight: 600;

}

.stu_service hr {

  content: '';
  background: #ff9800;
  display: block;
  height: 0.07rem;
  width: 10rem;
  margin: 0.93rem auto;

}

.stu_service p {

  color: #606060;

}

.stu_service a {

  text-decoration: none;
  background-color: black;
  border: none;
  margin: 0 0.6rem;
  padding: 0.9rem 2.5rem;
  outline: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;

}

/*student services end*/

/*school services start*/

.te_service {

  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  padding-top: 6rem;

}

.te_heading {

  padding-bottom: 2rem;

}

.te_fdiv ul li {

  list-style: none;
  padding: 0.6rem 0;
  word-spacing: 0.25rem;
  font-weight: 600;

}

.te_service hr {

  content: '';
  background: #ff9800;
  display: block;
  height: 0.07rem;
  width: 10rem;
  margin: 0.93rem auto;

}

.te_service p {

  color: #606060;

}

.te_service a {

  text-decoration: none;
  background-color: black;
  border: none;
  margin: 0 0.6rem;
  padding: 0.9rem 2.5rem;
  outline: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;

}

/*school services end*/

/*coutact us start*/

.contact_us {

  width: 100vw;
  height: 100vh;
  background-color: #12CBC4;
  padding-top: 6rem;

}

.section-title {

  padding-bottom: 2.5rem;

}

.section-title h2 {

  margin: 0;

}

.section-title small {

  display: block;

}

#contact h2 {

  color: #ffffff;

}

#contact .section-title {

  padding-bottom: 1.2rem;

}

#contact h2 > small,
#contact p,
#contact a {

  color: #f9f9f9;

}

#contact-form {

  padding: 1rem 0;

}

#contact-form .col-md-12,
#contact-form .col-md-4 {

  padding-left: 0;

}

#contact-form .form-control {

  border: 0;
  border-radius: 0.3rem;
  box-shadow: none;
  margin: 0.6rem 0;

}

#contact-form input {

  height: 3.1rem;

}

#contact-form input[type='submit'] {

  border-radius: 3.1rem;
  border: 0.06rem solid transparent;

}

#contact-form input[type='submit']:hover {

  background: transparent;
  border-color: #ffffff;
  color: #ffffff;

}

/*contact us end*/

/*footer css start*/

#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1bbd36;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #2ae149;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1bbd36;
  color: #fff;
  text-decoration: none;
}

/*footer css end*/