/* ======================FONT FAMILY ==================*/

/* 

    font-family: 'Lato', sans-serif;

    font-family: 'Rajdhani', sans-serif;
     
    font-family: 'Saira', sans-serif;

    font-family: 'Rubik', sans-serif;
    
*/

/*============================= COLOR CODE=================*/

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --primary-color: #157AFCBF;
  /* #0A13BF */
  --secondary-color: #0DF205;
  --third-color: #F20505;
  --forth-color: #0511F2;
  --hover-color: #157AFCBF;
}

/* =================COMMON SECTION STARTS==================== */

* {
  margin: 0;
  padding: 0;
  /* font-family: "Rajdhani", sans-serif; */
  font-family: 'Rubik', sans-serif;
}

body {
  background-color: #f7f7f7 !important;
  /* font-family: "Rajdhani", sans-serif; */
  font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Rajdhani", sans-serif; */
  font-family: 'Rubik', sans-serif;
}

p {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

.title {
  text-align: center;
  margin: 40px auto;
}

.title h4 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
}

.title h4::before,
.title h4::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--primary-color);
}

.title h4::before {
  top: 105%;
  width: 100px;
  height: 2px;
}

.title h4::after {
  top: 90%;
  width: 2px;
  height: 15px;
}

.title-color {
  color: var(--secondary-color);
}

/*==================COMMON SECTION ENDS====================== */

/*=================top header =======================*/

.top-header {
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}

.top-header ul {
  margin: 0;
}

.top-header li {
  display: inline-block;
}

.top-header a {
  border-radius: 0;
  color: white;
  padding: 0 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.top-header-right .media-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

.top-header li a:hover {
  color: black !important;
  background-color: white !important;
  transition: 1s;
}

.blinkss {
  animation: blinks 3s linear infinite;
}

.top-line {
  color: #fff;
}

@keyframes blinks {
  0% {
    background-color: #38358C;
  }

  25% {
    background-color: yellowgreen;
  }

  75% {
    background-color: green;
  }

  100% {
    background-color: #D91E2E;
  }
}

/*End of top Header*/

/*====================== Header Start ==========================*/

.my-header {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
  padding: 15px 0;
}

.my-header .navbar-header img {
  /* padding: 24px 0; */
  width: 80px;
  margin-right: 10px;
}

.school-text {
  color: var(--third-color);
  margin-top: 20px;
}

.school-text h4,
h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media only screen and (max-width:660px) {
  .my-header {
    display: none;
  }
}

/* 
  @media only screen and (max-width:660px) {
   
    .login-right {
     
      display:;
    }
    } */

@media only screen and (max-width:660px) {
  .top-header-right {
    text-align: left !important;
  }
}

/* ===================Top Header Start ====================*/

.top-header-right ul {
  margin: 0;
  padding: 0;
}

.top-header-right {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.top-header-right ul li {
  list-style: none;
  display: inline-table;
  margin-right: 20px;
}

.top-header-right .media {
  padding-top: 12px;
}

.top-header-right .media-body h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-header-right .media-body p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}

.top-header-right .info-icon {
  margin-top: 0px;
  margin-right: 15px;
}

.top-header-right .info-icon i {
  font-weight: 900;
  width: 45px;
  height: 45px;
  background: #e3e3e3;
  text-align: center;
  border-radius: 100%;
  line-height: 45px;
}

.top-header-right .info-icon i::before {
  margin: 0;
  color: var(--third-color);
  font-size: 25px;
}

.login-right {
  background-color: var(--secondary-color);
  padding: 0px 12px;
  border-radius: 0 10px;
  font-size: 14px;
}

.login-right .media-body {
  padding-top: 8px;
}

.login-right .media {
  padding-top: 0px;
}

.login-right span {
  color: #fff;
}

.login-right .info-icon {
  margin-right: 12px !important;
}

.login-right i::before {
  color: #fff !important;
}

.login-right a {
  color: #fff;
  font-weight: 400;
}

.login-right a:hover {
  color: #fff;
  text-decoration: none;
}

.top-header-right ul li:last-child {
  margin-right: 0;
}

/* Top Header End */

/* ===================================MENU START================================ */

header {
  /* position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center; */
  transition: 0.6s;
  /* padding: 40px 100px;
    z-index: 1000000; */
}

.navbar button {
  background-color: #027ec8;
  padding: 10px 25px;
}

.navbar button span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  float: left;
  padding-top: 2px;
  padding-right: 7px;
}

.navbar button i {
  font-size: 25px;
  font-weight: 200;
}

.my-menu {
  background-color: var(--primary-color);
  padding: 8px 0px;
}

.my-menu .navbar-brand {
  width: 150px;
  height: auto;
  padding: 0;
  display: none;
}

.my-menu .school-text {
  display: none;
}

.btco-hover-menu .collapse ul ul>li {
  border-bottom: solid 1px #cccccc5e;
}

.Sticky .navbar-brand {
  display: none !important;
}

header.Sticky {
  background-color: white !important;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
  box-shadow: 2px 0px 8px #333;
}

header.Sticky ul li a {
  color: black !important;
  font-size: 14px;
}

header.Sticky ul li a i {
  color: black !important;
}

.my-navbar-nav li a {
  color: white;
  padding-right: 10px !important;
  font-size: 14px;
}

.my-navbar-nav .active a {
  color: white !important;
  font-size: 14.4px;
}

.my-navbar-nav .dropdown-menu a {
  color: #000;
  font-size: 14px;
}

.my-navbar-nav .dropdown-menu a:hover {
  color: #333 !important;
}

.my-navbar-nav .dropdown-menu {
  top: 39px !important;
  /* background: var(--third-color) !important; */
  background: #C2C2C2 !important;
  border-top: solid 3px #fff;
}

.dropdown-menu::before {
  position: absolute;
  content: "";
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 36px;
  /* left: 0;
    right: 0; */
  margin: 0 auto;
  width: 20px;
}

.btco-hover-menu .collapse ul>li:hover>a {
  /* background: var(--third-color) !important; */
  /* color: #fff !important; */
  color: #333;
}

header.Sticky ul li a:hover {
  color: var(--primary-color) !important;
  /* font-size: 12px; */
}

.btco-hover-menu .collapse ul>li:hover>a i {
  /* color: #fff !important; */
  /* color: !important; */
}

/*======================= MENU END =======================*/

/* ====================SLIDER STARTS==================================== */

.slider-main .carousel-caption h5 {
  font-size: 75px;
  font-weight: 600;
  margin: 15px 0 35px 0;
  font-family: 'Saira', sans-serif !important;
  letter-spacing: 0;
  line-height: 80px;
}

/* 
.slider-main .carousel-caption span {
    color: var(--forth-color);
    font-family: 'Saira', sans-serif !important;
} */

.slider-main .carousel-caption p {
  font-size: 16px;
  font-family: 'Saira', sans-serif !important;
  margin-bottom: 45px;
  margin-top: 20px;
}

.slider-top-heading {
  font-size: 45px;
  font-weight: 700;
}

.slider-main .carousel-caption .img-icon {
  margin-right: 5px;
  width: 40px;
}

.carousel-caption {
  top: 25%;
}

.carousel-caption a {
  background: var(--primary-color);
  padding: 10px 30px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  transition: transform .3s ease;
  font-family: 'Saira', sans-serif !important;
}

.carousel-caption a:hover {
  background: var(--hover-color);
  color: #fff;
  transform: translateY(-20%);
}

/* --------slider -lower----------------- */

.categories_wrap {
  z-index: 1000;
  margin-top: -70px;
  position: relative;
}

.categories-course {
  background: #3ab64c;
  padding: 50px 15px 32px;
  text-align: center;
  /* border-radius: 12px; */
  position: relative;
}

/* 
.cours-icon {
    margin-bottom: 30px;
    margin-top: -80px;
} */

.cours-icon {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.coure-icon-inner {
  width: 100px;
  height: 100px;
  background: #fff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  display: inline-block;
}

.categories-course h4 {
  font-size: 25px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}

.categories-course p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.categories_wrap ul li:nth-child(1) .categories-course {
  /* background: #f0aa00; */
  background: #3db2d5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.categories_wrap ul li:nth-child(2) .categories-course {
  /* background: #ff002a; */
  background: #003d69;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.categories_wrap ul li:nth-child(3) .categories-course {
  background: #003d69;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.categories_wrap ul li:nth-child(4) .categories-course {
  background: #3db2d5;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

/* --------slider -lower ends----------------- */

/* ===============SLIDER ENDS=============== */

/* ===================ABOUT STARTS=================== */

#about {
  /* background: url("../img/facilities-bg.jpg"); */
  margin: 50px auto;
  /* background-color: #f7f7f7; */
  padding: 50px 0 40px 0;
}

#about .title {
  margin: 0;
}

.left-section {
  margin-top: 20px;
}

.left-section .about-title h4 {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 40px;
}

.right-section {
  /* border-right: 1px solid #ddd; */
  margin-top: 45px;
}

.sub-heading h5 {
  font-size: 32px;
  font-weight: 400;
  position: relative;
  /* color: var(--primary-color); */
  /* border-bottom: 1px solid var(--primary-color); */
  margin-bottom: 20px;
}

.sub-heading h5::before {
  position: absolute;
  content: "";
  left: 0;
  /* right: 0;
    margin: 0 auto; */
  top: 101%;
  width: 75px;
  height: 2px;
  background: var(--primary-color);
}

/* 
.about-title span {
    color: var(--primary-color);
} */

#about .main-title h4 {
  font-size: 35px;
  font-weight: 500;
  position: relative;
}

#about .main-title h4::after {
  content: '';
  width: 100%;
  max-width: 195px;
  height: 4px;
  background: var(--third-color);
  position: absolute;
  left: 0;
  /* top: 100%; */
  bottom: -15px;
}

.about-img {
  /* margin: 20px 30px; */
}

.right-section .about-title h4 {
  font-size: 32px;
  font-weight: 400;
}

.right-section .about-content {
  /* margin-left: 30px; */
}

/* ===================ABOUT ENDS=================== */

/* ======================ABOUT DIRECTOR=============== */

#about-dir {
  margin: 50px auto;
  /* background-color: #f1f1f1; */
  background: linear-gradient(to right, rgba(245, 245, 245, 1) 50%, rgba(243, 243, 243, 1) 50%);
  /* color: #fff; */
}

.main-dir {
  /* box-shadow: 0 2px 5px #333; */
  padding: 50px 0;
}

.about-dir-content {
  display: flex;
  margin-top: 25px;
}

.dir-img {
  /* width: 150px;
    height: 150px;
    background: #f7f7f7;
    margin: 30px 0; */
  margin-right: 20px;
}

.dir-img img {
  background: #fff;
  border-radius: 100%;
}

.about-dir-title h4 {
  font-size: 35px;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}

.about-dir-title span {
  color: var(--primary-color);
  margin-left: 30px;
}

.dir-box {
  display: grid;
  place-items: center;
}

.dir-border {
  width: 5px;
  height: 300px;
  background: #eee;
  text-align: center;
  position: relative;
}

/* 
.dir-border::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--secondary-color);
    top: 0;
    left: 0;
} */

.dir-border::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 5px;
  background: #eee;
  top: 150px;
  left: -100px;
  /* right: 0;
    margin: 0 auto; */
}

.dir-border::before {
  content: '';
  position: absolute;
  height: 400px;
  width: 1px;
  background: #777;
  top: 0;
  left: 2px;
  border-radius: 50%;
  animation: moveupdwn1 3s infinite ease-in-out;
}

@keyframes moveupdwn1 {
  0% {
    height: 0px;
  }

  50% {
    height: 150px;
  }

  100% {
    height: 300px;
  }
}

.read-more {
  margin-top: 40px;
  transition: all .3s ease-in-out;
}

.read-more a {
  background: #fff;
  color: #333;
  font-size: 18px;
  padding: 4px 20px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.read-more:hover a {
  background: var(--hover-color);
  color: #fff;
}

.read-more:hover {
  margin-top: 30px;
}

/* ======================ABOUT DIRECTOR ENDS=============== */

/* ======================NOTICE ENQUIRY=============== */

#notice {
  margin: 50px auto;
  /* background: url(../img/bg-1.jpg); */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#notice .col-md-6 {
  padding: 0;
}

.main-notice {
  /* background: rgba(0, 0, 0, 0.8);
    padding: 50px 0; */
}

.notice-main {
  background-color: #fff;
}

.notice-content {
  overflow: auto;
  height: 400px;
  font-size: 10px;
  padding: 30px 20px;
}

.notice-content li {
  font-size: 12px;
  background: rgba(246, 246, 246, 0.6);
  padding: 10px 10px 10px 15px;
}

.left-section-notice {
  box-shadow: 0 2px 5px #333;
  margin-top: 15px;
}

.right-section-enquiry {
  box-shadow: 0 2px 12px #fff;
  /* animation: tofro 1s infinite ease-in-out; */
}

@keyframes tofro {
  0% {
    border-left: none;
  }

  50% {
    border-left: 1px solid green;
  }

  100% {
    border-left: none;
  }
}

.form {
  background-color: #f2f3f4;
  padding: 26px 5px 12px 5px;
}

.enquiry-form {
  padding: 10px 20px 25px 20px;
}

.notice-heading h4 {
  /* text-align: center; */
  font-size: 45px;
  /* background: var(--third-color); */
  font-weight: 400;
  padding: 10px;
}

.notice-heading i {
  color: #067802;
  font-size: 65px;
  font-weight: 200;
}

.form-title h4 {
  /* text-align: center; */
  font-size: 35px;
  font-weight: 400;
  /* background: var(--secondary-color); */
  /* padding: 8px; */
  padding: 8px 0 8px 20px;
}

.enquiry-form .form-group .form-control {
  height: 50px;
  color: rgb(99, 90, 114);
  border: none;
  /* background-color: rgba(246, 246, 246, 0.6); */
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.enquiry-btn {
  margin-top: 39px;
}

.enquiry-btn a {
  border-radius: 0;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #007bff;
}

.enquiry-btn a:hover {
  color: #fff;
  background: var(--hover-color);
}

/* ===================NOTICE ENQUIRY ENDS=================== */

/*  ===========GALLERY STARTS================== */

.gallery-wrap {
  position: relative;
  background: url(../img/gallery-bg.jpg) no-repeat top;
  background-size: auto;
  background-size: cover;
  padding: 60px 0;
}

.gallery_box {
  display: table;
  height: 100%;
}

.gallery_left {
  display: table-cell;
  vertical-align: middle;
}

.gallery-wrap .gallery-title {
  margin-bottom: 20px;
  position: relative;
}

.gallery-wrap .gallery-title h2 {
  font-size: 48px;
  color: #56225e;
  margin: 0;
  font-weight: bold;
}

.readmore {
  margin-top: 20px;
}

.readmore a {
  text-decoration: none;
  font-size: 18px;
  background: var(--primary-color);
  text-transform: uppercase;
  border-radius: 36px;
  font-weight: bold;
  display: inline-block;
  padding: 12px 38px;
  color: #fff;
}

.galleryImg {
  margin: 15px 0;
  position: relative;
}

/*  ===========GALLERY ENDS================== */

/* --------------Counter Section Css start----------- */

.counter-strt {
  /* background: url("../img/counter-bg.jpg"); */
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 50px auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.counter-bg {
  width: 100%;
  padding-bottom: 40px;
  /* background-color: rgb(3 1 6 / 70%); */
  background: #fff;
  box-shadow: 0 2px 3px #ddd;
}

.counter-content p {
  color: #333;
  font-size: 22px;
  font-weight: 400;
}

.counter-icon {
  width: 100px !important;
  height: 100px !important;
  box-shadow: 0 2px 5px #fff;
  background-color: white;
  z-index: 9999;
  padding: 10px;
}

.counter-title {
  width: 100%;
  height: 188px;
  position: relative;
  margin-bottom: -30px;
  color: white;
}

@media only screen and (max-width: 660px) {
  .counter-title {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: -50px;
    color: white;
  }
}

.counter-title h2 {
  position: relative;
  text-align: center;
  background: var(--primary-color);
  font-size: 30px;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
  padding: 10px;
}

.counter-title h2::before {
  content: '';
  position: absolute;
  height: 150px;
  width: 4px;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--third-color);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.counter-title h2::after {
  content: '';
  position: absolute;
  height: 0;
  width: 1px;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  animation: moveupdwn 3s infinite ease-in-out;
}

@keyframes moveupdwn {
  0% {
    height: 0px;
  }

  50% {
    height: 90px;
  }

  100% {
    height: 150px;
  }
}

.counter-content {
  display: grid;
  place-items: center;
}

.num {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 40px !important;
  color: #509BFD;
  width: 120px;
  height: 120px;
  background: #f7f7f7;
  border-radius: 50%;
  line-height: 120px;
}

.num p {
  font-weight: 500;
  font-style: initial !important;
}

@media only screen and (max-width: 660px) {
  .num {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 660px) {
  .num p {
    font-weight: 400;
    font-style: initial !important;
    font-size: 20px;
  }
}

@media only screen and (max-width: 660px) {
  .counter-title h2 {
    position: relative;
    display: block;
    text-align: center;
    /* background: #F8463F; */
    font-size: 30px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 300px;
    top: -6px;
    border-bottom-color: transparent !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* ----------------Counter Section Css End------------ */

#facilities {
  margin: 50px auto;
  background-image: url("../img/facilities-bg1.jpg"), linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7));
  background-attachment: fixed;
  color: #fff;
}

.main-facilities {
  background: rgba(0, 128, 128, 0.6);
  padding: 40px 0;
}

.facilities-left {
  /* border-right: 1px solid #eee; */
  margin-top: 100px;
}

.facilities-title h4 {
  font-size: 45px;
  font-weight: 500;
}

.facilities-box {
  /* border: 2px solid #eee; */
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 5px 15px #333;
  background: #fff;
  color: #333;
}

.facilities-box:hover i {
  color: #fff;
}

/* 
#facilities .overlay {
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--third-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    transition: all .3s ease-in-out;
} */

#facilities .overlay {
  position: absolute;
  /* width: 100%;
    height: 0; */
  /* background: var(--third-color); */
  top: 0;
  /* left: 0; */
  right: 0;
  /* bottom: 0;
    display: grid;
    place-items: center; */
  transition: all .3s ease-in-out;
}

.facilities-btn i {
  font-size: 35px;
}

.facilities-btn {
  opacity: 0;
}

/* 
.facilities-box:hover .overlay {
    height: 100% !important;
} */

.facilities-right .col-md-4:nth-child(1):hover .facilities-box {
  /* background-color: #f0aa00; */
  background-color: #003d69;
  color: #fff;
}

.facilities-right .col-md-4:nth-child(2):hover .facilities-box {
  background-color: #003d69;
  color: #fff;
}

.facilities-right .col-md-4:nth-child(3):hover .facilities-box {
  /* background-color: green; */
  background-color: #003d69;
  color: #fff;
}

.facilities-right .col-md-4:nth-child(4):hover .facilities-box {
  /* background-color: green; */
  background-color: #003d69;
  color: #fff;
}

.facilities-right .col-md-4:nth-child(5):hover .facilities-box {
  /* background-color: #003d69; */
  background-color: #003d69;
  color: #fff;
}

.facilities-right .col-md-4:nth-child(6):hover .facilities-box {
  /* background-color: #f0aa00; */
  background-color: #003d69;
  color: #fff;
}

.facilities-heading {
  /* display: flex; */
  margin-bottom: 20px;
}

.facilities-heading h5 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

/* 
.inner-icon i{
    font-size: 40px;
    margin-top: -6px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 15px;
    color: var(--forth-color);
}  */

.facilities-heading i {
  margin-right: 10px;
  font-size: 70px;
  /* margin-top: -6px; */
  /* background: #fff; */
  /* width: 50px;
    height: 50px;
    border-radius: 50%; */
  padding: 15px;
  color: var(--primary-color);
  display: grid;
  place-items: center;
}

.facilities-content {
  padding: 20px 10px;
  text-align: center;
}

/* 
.facilities-box:hover {
    opacity: 0.5;
} */

.facilities-box:hover .facilities-btn {
  opacity: 1;
}

.facilities-btn a {
  background: #fff;
  color: #333;
  padding: 5px 20px;
}

.facilities-btn a:hover {
  background: var(--hover-color);
  color: #333;
  padding: 5px 20px;
}

/* =============FOOTER STARTS================= */

.footer-wrap {
  background: #232936;
  background-size: auto;
  background-size: cover;
  padding: 50px 0 20px 0;
}

.footer_logo {
  width: 120px;
  margin: 0 auto;
}

.footer_logo img {
  background: #fff;
  border-radius: 50%;
}

.footer_logo .logo-text {
  color: var(--third-color);
}

.footer-wrap h3 {
  font-size: 25px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

.footer-wrap p {
  font-size: 16px;
  color: #bcc5d0;
  margin-top: 15px;
}

.footer-links {
  list-style: none;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  text-decoration: none;
  color: #bcc5d0;
  font-size: 16px;
}

.hourswrp li:first-child {
  padding-top: 0;
}

.hourswrp li {
  font-size: 16px;
  color: #bcc5d0;
  border-bottom: 1px solid #484848;
  padding: 5px 0;
  padding-top: 5px;
}

.hourswrp li span {
  float: right;
}

.footer_info {
  margin-left: 14px;
}

.footer-adress li {
  margin: 0;
  padding-bottom: 15px;
  display: flex;
}

.footer-adress li>i {
  vertical-align: top;
  font-size: 16px;
  color: #bcc5d0;
  width: 30px;
  padding-top: 3px;
}

.footer-adress li span a,
.footer-adress li span {
  font-size: 16px;
  color: #bcc5d0;
  text-decoration: none;
}

.footer-adress li {
  margin: 0;
  padding-bottom: 15px;
  display: flex;
}

.footer-adress li>i {
  vertical-align: top;
  font-size: 16px;
  color: #bcc5d0;
  width: 30px;
  padding-top: 3px;
}

.footer_address i,
.footer_phone i {
  font-size: 24px !important;
}

.footer_icon {
  text-align: left;
}

.social-icons ul li {
  display: inline-block;
  margin-right: 3px;
}

.social-icons ul li:nth-child(1) a {
  background: #3c599b;
  border-color: #3c599b;
}

.social-icons ul li:nth-child(2) a {
  background: #1ea1f3;
  border-color: #1ea1f3;
}

.social-icons ul li:nth-child(3) a {
  background: #cd2e80;
  border-color: #cd2e80;
}

.social-icons ul li:nth-child(4) a {
  background: #229fd9;
  border-color: #229fd9;
}

.social-icons ul li a {
  border: 1px solid #fff;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 100%;
}

.footer-bottom {
  padding-top: 15px;
  border-top: 2px solid #4e4b4b;
}

.copyright-text {
  font-size: 18px;
  color: #bcc5d0;
}

/* =============FOOTER ENDS================= */

/* =========================================INNER PAGE STARTS==============================*/

/* ++++++++++COMMON SECTION STARTS+++++++++++++++++++ */

.banner-img {
  background-image: linear-gradient(to right, rgb(0, 0, 0, 0.8) 30%, rgb(0, 0, 0, 0.9) 70%), url("../img/banner.jpg");
  position: relative;
  width: 100%;
  height: 250px;
  background-size: 100% 100%;
}

.inner-banner-title h3 {
  position: absolute;
  bottom: -36px;
  background: var(--primary-color);
  /* clip-path: polygon(0 0, 100% 0%, 81% 50%, 0 50%); */
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
  /* clip-path: polygon(0% 0%, 75% 0%, 100% 0, 83% 100%, 0% 100%); */
  /* padding: 10px 54px 10px 20px; */
  padding: 10px 101px 10px 119px;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.certificate-title h2 {
  position: absolute;
  bottom: -36px;
  background: var(--primary-color);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
  /* padding: 10px 150px 10px 20px; */
  padding: 10px 190px 10px 119px;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.inner-banner-title p {
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 40%;
  /* bottom: 0;
     margin: 0 auto; */
  left: 0;
  right: 0;
  text-align: center;
}

.inner-banner-title i {
  font-size: 25px;
  margin: 5px;
  /* padding-top: 10px; */
}

.inner-section-main {
  /* margin: 50px auto; */
  margin: 80px 0 50px 0;
}

.inner-sub-title h4 {
  font-size: 32px;
  font-weight: 400;
  margin: 40px auto;
  color: var(--forth-color);
  position: relative;
}

.inner-sub-title h4::before {
  position: absolute;
  content: "";
  /* top: 100%; */
  bottom: -10px;
  left: 0;
  width: 200px;
  height: 2px;
  background: var(--primary-color);
}

/* 
.certificate-img .epf-img {
    transform: rotate(-90deg);
} */

/* 
.certificate-img {
    margin: 30px auto;
} */

/* -----enquiry------ */

.main-form-start {
  position: sticky;
  top: 50px;
}

/* ++++++++++COMMON SECTION ENDS+++++++++++++++++++ */

/* --------about us /overview starts------------- */

.inner-section-main .about-img img {
  height: 350px;
}

.main-form-start {
  box-shadow: 0 10px 30px #fff;
  padding: 30px 10px;
}

.enquiry-form h2 {
  font-size: 30px;
}

/* --------about us /overview ends------------- */

/* -----------------calander ----------------- */

.main-calender-content {
  border: 1px solid #dee2e6;
}

.calender-month h4 {
  background: yellow;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}

/* -----------------calander ends ----------------- */

/* ---------------contact us page----------------- */

.main-contact-info {
  text-align: center;
  margin: 40px auto;
}

.main-contact-info .contact-info {
  border-right: 1px solid #ddd;
}

.main-contact-info .lastchild {
  border-right: none;
}

.main-contact-info .contact-info .icon {
  margin-bottom: 20px;
}

.main-contact-info .contact-info h4 {
  font-size: 25px;
  font-weight: 700;
}

/* ---------------contact us page ends---------------- */

/* =========================================INNER PAGE ENDS==============================*/
