@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

html {
  scroll-behavior: smooth;
}
.text-carousel{
  color: #223a66 ;
  font-size: 70px;
  font-weight: 800;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgb(27, 28, 28);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ml-5 {
  margin-left: 1rem !important;
}

section {
  padding: 30px;
}

.loader-container.fade-out {
  top: -120%;
}

/* nav */
.navbar {
  background-color: rgba(189, 233, 213, 0.5);
}
.navbar-brand{
.img-fluid{
  max-width: 100% !important;
  height: 75px !important;
}
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-left: 10px;
  padding: 35px 0;
  /* font-size: 18px; */
  color: #0366b5;
  outline: none;
  transition: .5s;
  font-weight: 600;
  font-size: larger;
}

.sticky-top {
  background-color: #c7ebd4;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  /* padding: 20px 0; */
  color: #075eae;
  /* background-color: #081f3e;  */
}


@media (max-width: 1215px) {
  .navbar-light .navbar-nav .nav-link{
    font-size: medium;
  }
}
@media (max-width: 1065px) {
  .navbar-light .navbar-nav .nav-link{
    font-size: small;
  }
}
@media (min-width: 992px) {
  .block h1 {
  font-size: 70px !important;
}
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: #4c9afe;
    transition: .5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

.border-0 {
  border: 0 !important
}

/* nav */
/* home */
.banner {
  /* width:100%;
  background-position: center;
  background-repeat: no-repeat;
  display:flex;
  align-items: center;
  justify-content:center;
  overflow:hidden;
  min-height:500px; */

  /* background-image: url(../Gallery/slider-bg-1.jpg); */
}

.caption {
  z-index: 10;
}

.banner .block {
  /* padding: 80px 0px 160px; */
  text-align: center;
}

.banner .block h1 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

/* .letter-spacing {
  letter-spacing: 2px;
} */
.text-sm {
  font-size: 14px;
}

.text-color {
  color: #d5d5d5;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #4c9afe;
}

/* @media (max-width: 480px) {
  .banner .block h1 {
    font-size: 19px;
    line-height: 2px;
  }

}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 19px;
    line-height: 2px;
  }
 
} */

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .text-carousel{
    font-size: 26px;
  }

}

.pr-5 {
  font-size: 18px;
}

/* home */
/* about */
.about-section {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.about-section h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6 {
  color: #3e4555;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.custom-btn:hover {
  color: rgb(255, 255, 255);
}

.text-green {
  color: #0aa00e;
}

.btn-12 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}

.btn-12 span {
  background: rgb(0, 108, 255);
  background: linear-gradient(0deg, rgba(0, 108, 255) 0%, rgba(2, 126, 251, 1) 100%);
  display: block;
  position: absolute;
  width: 135px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-12 span:nth-child(1) {
  box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


.about-section h6 {
  line-height: 22px;
  font-size: 18px;
}



.about-section .wrap-service12 .img-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.img-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about-section .wrap-service12 .img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);

}

.award-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}



@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
    text-align: left !important
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px
  }
}

.section-tittle span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #396cf0;
  text-transform: uppercase;
  display: inline-block;
  position: relative
}

@media (max-width: 575px) {
  .section-tittle span {
    font-size: 14px;
    padding-left: 60px
  }
}

.section-tittle span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #396cf0;
  top: 0;
  left: -67px;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width: 575px) {
  .section-tittle span::before {
    left: 0px
  }
}

.section-tittle h2 {
  /* font-size: 50px; */
  display: block;
  color: #38383b;
  font-weight: 800
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px;
    text-align: center
  }
}

@media (max-width: 575px) {
  .section-tittle h2 {
    text-align: left;
    font-size: 27px
  }
}


.section-padding-100 {
  padding: 100px 0;
}

/* img {
    
    max-width: 100%; } */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c9afe;
  opacity: 0.85;
  content: '';
}

.bg-overlay-black {
  position: relative;
  z-index: 1;
}

.bg-overlay-black::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  content: '';
}

/* :: 14.0 Video Area CSS */

.video {
  position: relative;
  z-index: 1;
}

.video .video-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.video .video-btn a {
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .video-box .video-btn a {
    margin-bottom: 15px;
  }
}

.video .video-btn h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .video .play-btn h6 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .video-content {
    margin-top: 100px;
  }
}

.video-content h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-content h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .video-content h2 {
    font-size: 24px;
  }
}

.video-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-pie-bar {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.single-pie-bar canvas {
  margin-bottom: 20px;
}

.single-pie-bar p {
  margin-bottom: 0;
}

.bg-overlay-black {
  position: relative;
  z-index: 1;
}

/* about*/

/* service */
.department_area {
  background-image: url(../Gallery/department.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.department_area .row.custom_align {
  margin-bottom: 60px
}

@media (max-width: 767px) {
  .department_area .learn_more_btn {
    text-align: left !important;
    margin-top: 30px
  }
}

.department_area .dept_main_info .dept_thumb img {
  width: 100%
}

@media (min-width: 992px) and (max-width: 1200px) {
  .department_area .dept_main_info .dept_thumb img {
    max-width: 100%
  }
}

.department_area .dept_main_info .dept_info {
  background-image: -moz-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  background-image: -webkit-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  background-image: -ms-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  padding: 55px 55px 55px 55px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .department_area .dept_main_info .dept_info {
    padding: 55px 55px 55px 55px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department_area .dept_main_info .dept_info {
    padding: 78px 103px 52px 111px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department_area .dept_main_info .dept_info {
    padding: 71px 18px 60px 23px
  }
}

@media (max-width: 575px) {
  .department_area .dept_main_info .dept_info {
    padding: 71px 18px 60px 23px
  }
}

.department_area .dept_main_info .dept_info h3 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  font-family: "Muli", sans-serif
}

.white-bg {
  background: #fff
}

@media (max-width: 767px) {
  .department_area .dept_main_info .dept_info h3 {
    font-size: 20px
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .department_area .dept_main_info .dept_info h3 br {
    display: none
  }
}

@media (max-width: 575px) {
  .department_area .dept_main_info .dept_info h3 br {
    display: none
  }
}

.department_area .dept_main_info .dept_info p {
  margin-bottom: 52px;
  margin-top: 20px;
  color: #fff
}

@media (min-width: 992px) and (max-width: 1200px) {
  .department_area .dept_main_info .dept_info p {
    margin-top: 15px;
    margin-bottom: 20px
  }
}

.department_area .depart_ment_tab .nav {
  justify-content: space-between
}

.department_area .depart_ment_tab .nav li {
  -webkit-box-flex: 14.4%;
  -ms-flex: 14.4% 0 0px;
  flex: 14.4% 0 0;
  align-self: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department_area .depart_ment_tab .nav li {
    -webkit-box-flex: 42%;
    -ms-flex: 42% 0 0px;
    flex: 42% 0 0;
    margin: 0 15px;
    margin-bottom: 0 !important
  }

  .department_area .depart_ment_tab .nav li:last-child {
    margin-right: 15
  }
}

@media (max-width: 575px) {
  .department_area .depart_ment_tab .nav li {
    -webkit-box-flex: 42%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    margin: 0px;
    margin-bottom: 0 !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .department_area .depart_ment_tab .nav li {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;
    margin-bottom: 0 !important
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .department_area .depart_ment_tab .nav li {
    -webkit-box-flex: 15%;
    -ms-flex: 15% 0 0px;
    flex: 15% 0 0;
    margin-bottom: 0 !important
  }
}

.department_area .depart_ment_tab .nav li a {
  background: #fff;
  margin-bottom: 30px;
  padding: 0;
  height: 100%;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department_area .depart_ment_tab .nav li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 25px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
  }
}

@media (max-width: 575px) {
  .department_area .depart_ment_tab .nav li a {
    flex-direction: row;
    justify-content: center;
    padding: 20px 0 20px 0;
    align-items: center;
    margin-bottom: 10px
  }
}

.department_area .depart_ment_tab .nav li a i {
  font-size: 50px;
  color: #3eadf8;
  line-height: 1;
  margin-bottom: 13px
}

@media (max-width: 767px) {
  .department_area .depart_ment_tab .nav li a i {
    font-size: 25px;
    margin-right: 15px;
    margin-bottom: 0
  }
}

.department_area .depart_ment_tab .nav li a h4 {
  font-size: 18px;
  font-weight: 500;
  color: #296ea4;
  margin-bottom: 0
}

@media (max-width: 767px) {
  .department_area .depart_ment_tab .nav li a h4 {
    margin-bottom: 0
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .department_area .depart_ment_tab .nav li a h4 {
    font-size: 14px
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .department_area .depart_ment_tab .nav li a h4 br {
    display: none
  }
}

.department_area .depart_ment_tab .nav li a.active {
  background-image: -moz-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  background-image: -webkit-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  background-image: -ms-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  color: #fff
}

.department_area .depart_ment_tab .nav li a.active i {
  color: #fff
}

.department_area .depart_ment_tab .nav li a.active h4 {
  color: #fff
}

.department_area .depart_ment_tab .nav li:last-child {
  margin-right: 0
}

@media (max-width: 767px) {
  .department_area .depart_ment_tab .nav li:last-child {
    margin-right: 15px
  }
}

.section-padding-100-50 {
  padding: 100px 0 50px;
}


.feature-box {
  gap: 16px;
}

.feature-box:not(:first-child) {
  margin-top: 48px;
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.feature-img {
  display: flex;
  justify-content: center;
  align-items: center;

}

.feature-img img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

/* service */

/* testimonal */
.testimonial_area {
  background-image: url(../Gallery/h1_hero.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 122px 0 122px 0;
}

@media (max-width: 767px) {
  .testimonial_area {
    padding: 50px 0;
  }
}

.testimonial_area .testmonial_active {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 60px 66px 60px;
}

@media (max-width: 767px) {
  .testimonial_area .testmonial_active {
    padding: 40px 25px 40px 25px;
  }
}

.testimonial_area .single_testmonial p {
  color: #001D38;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 34px 0;
}

@media (min-width: 320px) and (max-width: 1500px) {
  .testimonial_area .single_testmonial p br {
    display: none;
  }
}

.testimonial_area .single_testmonial .testmonial_author {
  padding-bottom: 35px;
}

.testimonial_area .single_testmonial .testmonial_author .thumb {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin: auto auto 15px auto;
}

.testimonial_area .single_testmonial .testmonial_author h3 {
  color: #001D38;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 13px;
  font-weight: 400;
  color: #596672;
}

.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.testimonial_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.testimonial_area .owl-carousel .owl-nav div {
  left: 0;
}

.testimonial_area .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial_area .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #7faff3;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  text-align: center;
}

.testimonial_area .owl-dots .owl-dot.active {
  background: #4c9afe;
}

/* testimonal */
/* APPOINTMENT */
.fhead {
  color: #46ff8e;
}

.banner2 {
  /* border-radius:10px; */
  justify-content: center;
}

#banner3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;

}

#banner3 .banner {
  position: relative;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: table;
}

#banner3 h1,
#banner3 h2,

#banner3 h4,
#banner3 h5,
#banner3 h6 {
  color: #3e4555;
}

#banner3 .font-weight-medium {
  font-weight: 600;
}

#banner3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

#banner3 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #1174da 0%, #0aa00e 100%);
  border: 0px;
  width: 40%;

}

#banner3 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

#banner3 .btn-danger-gradiant.active,
#banner3 .btn-danger-gradiant:active,
#banner3 .btn-danger-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}


#banner3 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

#banner3 .form-row {
  margin: 0;
}

#banner3 label.font-12 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

#banner3 .form-control {
  color: #5e6982;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#banner3 .date label {
  cursor: pointer;
  margin: 0;
}

@media (max-width: 370px) {

  #banner3 .left,
  #banner3 .right {
    padding: 25px;
  }
}

@media (max-width: 320px) {

  #banner3 .left,
  #banner3 .right {
    padding: 25px 15px;
  }
}

#banner3 .font-14 {

  border-color: #0aa00e;
}

#banner3 .text-inverse {
  color: #3e4555 !important;
}

/* APPOINTMENT */

/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center;
}

.single-cool-fact-area img {
  color: #4c9afe;
  margin-bottom: 30px;
}

.single-cool-fact-area .h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.single-cool-fact-area h6 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-cool-fact-area p {
  margin-bottom: 0;
}

.mb-100 {
  margin-bottom: 100px;
}

.section-padding-100-0 {
  padding: 100px 0 0;
}

/* Cool Facts CSS */
/* Page Header */

.image-container {
  display: block;
  position: relative;
  width: 20%;

  height: 100%;
  transform-origin: 0 100%;
  transform: skewX(21deg) translateZ(1px);

  /* filter: ; */
  filter: blur(0px) drop-shadow(0.25rem 0.25rem 0.5rem #000000);
}

/* .image-container  {
  position: absolute;
  width: 175%;
  height:100%;

  background-size: cover;
  background-position: center;
  transform-origin: inherit;
  transform: skewX(30deg);
 
}  */
.collage {
  position: relative;
  display: flex;

  background-color: #f4f9fc;

}

.overlay-text {
  position: absolute;
  bottom: 40%;
  left: 40%;

  color: #fff;
  padding: 5px 10px;

}

.overlay-text h1 {
  color: white;

}

/* .page {
  height: 30%;
  display: flex;
  position: relative;
  margin-bottom: 45px;
  
  text-align: center;
  background: linear-gradient(rgb(58 58 58 / 90%), rgb(1 12 34 / 40%));
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.page-header {
  position: relative;
  margin-bottom: 45px;
  padding: 90px 0;
  text-align: center;
  background: linear-gradient(rgb(58 58 58 / 90%), rgb(1 12 34 / 40%)), url(../Gallery/hospital3.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header h2 {
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #fff;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.page-header a:hover {
  color: #ffffff;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #fff;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .page-header {
    padding: 60px 0;
  }

  .page-header h2 {
    font-size: 45px;
  }

  .page-header a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 45px 0;
  }

  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}

/* Page Header */
/* Portfolio */
.portfolio {
  position: relative;
}

.team-item {
  margin-top: 10px;
}

.team-item .team-img::before,
.team-item .team-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.083);
  transition: .5s;
}

.team-item .team-img::after {
  left: auto;
  right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
  width: 50%;
}

.team-item .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  z-index: 3;
  opacity: 0;
}

.team-item:hover .team-img .team-social {
  transition-delay: .3s;
  /* opacity: 1; */
}

.team-item .team-social .btn {
  display: inline-flex;
  margin: 0 3px;
  color: #4c9afe;
  background: #fff;
}

.team-item .team-social .btn:hover {
  color: #FFFFFF;
  background: #4c9afe;
}

.team-item .team-content {
  background-color: #191C24 !important
}

.team-item .team-content h5 {
  color: #FFFFFF;
}

/* .team-item .team-content span{
  color: #4c9afe;
} */
.job-tab .nav-tabs {
  margin-bottom: 60px;
  border-bottom: 0;

}

.job-tab .nav-tabs>li {
  float: none;
  display: inline;
}

.job-tab .nav-tabs li {
  margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
  margin-right: 0;
}

.job-tab .nav-tabs {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.job-tab .nav-tabs:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

.dot {

  height: 12px;
  width: 12px;
  background-color: #c20707;
  border-radius: 50%;
  display: inline-block;
}

.job-tab .nav-tabs>li a {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  color: #000;
  padding: 15px 30px;
  margin: 1px 5px 20px 5px;
}
@media(max-width:516px){
.job-tab .nav-tabs>li a {
  margin: 1px 2px 5px 2px;
  padding: 8px 20px;
  font-size: 10px;
}
.portfolio{
  padding: 0px !important;
}
}

.job-tab .nav-tabs>li>a.active,
.job-tab .nav-tabs>li a.active>:focus,
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
  border: none;
  background-color: #4c9afe;
  color: #fff;
  text-decoration: none;
}

/* Portfolio */
/* contact */
.contact-page {
  background-image: url(../Gallery/section_bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact {
  background-image: url(../Gallery/image_processing20200727-22888-jqd2xw.gif);
  background-size: cover;
  background-repeat: no-repeat;

  justify-content: center;
  align-items: center;
}

.contact p {
  color: #4c9afe;
}

.contact h1 {
  color: #4c9afe;
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out
}

.form-floating {
  color: #898989;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

/* contact */
/* manger */
.all-starups-area {
  display: flex;
  align-items: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all-starups-area {
    display: block
  }
}

@media (max-width: 575px) {
  .all-starups-area {
    display: block
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .all-starups-area {
    display: block
  }
}

.all-starups-area .starups {
  display: flex;
  align-items: center;
  width: 50%;
  background-image: url(../Gallery/section_bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  height: 700px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* .all-starups-area .starups {
    padding-right: 35px
  } */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* .all-starups-area .starups {
    padding: 0 30px
  } */
}

@media (max-width: 575px) {
  /* .all-starups-area .starups {
    padding: 0 30px
  } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all-starups-area .starups {
    width: 100%;
    height: 500px
  }
}

@media (max-width: 575px) {
  .all-starups-area .starups {
    width: 100%;
    height: 400px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .all-starups-area .starups {
    width: 100%;
    height: 330px
  }
}

.all-starups-area .starups-img {
  width: 50%;
  background-image: url(../Gallery/amrut.jpg);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  height: 700px
}

@media (max-width: 575px) {
  .all-starups-area .starups-img {
    width: 100%;
    height: 500px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .all-starups-area .starups-img {
    width: 100%;
    height: 500px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all-starups-area .starups-img {
    width: 100%;
    height: 400px
  }
}

.testimonial-caption .testimonial-top-cap img {
margin:8px;
  width: auto;
  display: inline-block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap img {
    margin-bottom: 30px
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap img {
    margin-bottom: 30px
  }
}

.testimonial-area .testimonial-caption .testimonial-top-cap p {
  line-height: 1.5;
  margin-bottom: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 3000
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 20px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 20px;
    padding-right: 0px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 18px;
    padding-right: 0px;
   
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 18px;
    padding-right: 0px;
    
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    font-size: 15px;
    padding-right: 0px;

  }
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
  margin-left: 20px
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
  color: #0f61ef;
  font-size: 20px;
  font-weight: 600;
  color: #fff
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
    font-size: 17px
  }
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
  color: #ddd;
  font-weight: 500;
  line-height: 1.5
}

/* manger */
/* footer */


.footer {
  padding-bottom: 10px;
}

.footer-section {
  padding: 14px 0;
}

.gray-bg {
  background: #c7ebd4;
}

.footer .copyright a {
  font-weight: 600;
  color: #4c9afe;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
  background: #4c9afe;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #8b8b8c;
  text-decoration: none;
}

.widget .footer-menu a:hover {
  color: #000000;
  font-weight: 600;
}

.footer-contact-block span {
  font-weight: 400;

}

.footer-contact-block a {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #006ffd;
  margin-top: 2px;
  text-decoration: none;
}

.footer-contact-block i {
  font-size: 20px;
  margin-right: 3px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}


.follow-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.btn-text {
  position: absolute;
  width: 100%;

  top: 0;
  left: 0;
  background-color: #4c9afe;
  color: #fff;
  white-space: nowrap;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.links-container {

  display: flex;

  align-items: first baseline;

}

.links-container a {
  text-decoration: none;
  color: #010101;
  font-size: 24px;
  transition: all 0.3s;
}

.links-container a:hover {
  color: #4c9afe;
  transform: scale(1.1);
}

.links-container a:not(:last-child) {
  margin-right: 20px;
}

.follow-btn:hover .btn-text {
  transform: translateY(-100%);
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #4c9afe;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .bt {
  position: absolute;
  right: 6px;
  top: 6px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn-round-full {
  border-radius: 50px;
}

.btn-main-2 {
  background: #4c9afe;
  color: #fff;
  border-color: #2880fc;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.backtop {
  position: fixed;
  background: #4c9afe;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 7%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}


.depart_ment_tab .nav li {
  margin: 20px;
}

@media(max-width:992px) {
  .depart_ment_tab .nav li {
    margin: 10px;
  }
}



.error {
  color: red;
}

/* footer */


/* floating menu */



/* Floating book */
/* .rgtBox-show {
  right: 0;
  transition: right 0.5s;
} */

.hm-book-btn-div {
  position: relative;
  background: #fff;
  right: -160px;
  transition: right 0.5s;
}

/* .hm-book-btn-conatiner button:hover,
.rgtBox a {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.rgtBox a {
  background: #fff;
  padding: 6px 10px;
  color: blue;
  align-items: center;
  gap: 10px;
} */

.hm-book-btn-container {
  position: absolute;
  top: 150px;
  z-index: 999;
  right: 0px;
  width: 150px;
}

.hm-book-btn-container button {
  background: rgb(0, 108, 255);
  color: azure;
  transform: rotate(-90deg);
  position: absolute;
  top: 26px;
  left: -65px;
  display: flex;
  align-items: center;
  cursor: pointer;
}


.pag{
text-align: justify;

}
ul{
  list-style-type:none;
}
/* end of floating book */

/* modal */

  /* modal */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
 
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#book-slider{
  i{
    padding-left: 0.5rem;
  }
}
#book-list{
  .row{
    margin-left: 0px;
  }
}
p{
  text-align: justify;
  font-size: larger;
}
span.navbar-brand{
  width: 75%;
  margin-right: 0px;
}
#service-college{
  /* background-image: url('../Gallery/service-section.jpeg'); */
  background: linear-gradient(rgba(110, 113, 117, 0.5), rgba(128, 128, 129, 0.1)), url(../Gallery/service-section.jpeg);
  /* linear-gradient(rgb(58 58 58 / 90%), rgb(1 12 34 / 40%)), url(../Gallery/service-section.jpeg); */
  display: block;
  position: relative;
  width: 100%;
  background-repeat: round;
  height: 310px;
  /* transform: skewX(21deg) translateZ(1px); */

  /* filter: ; */
  filter: blur(0px) drop-shadow(1px 1px 1px 1px #363636);
}

/* Book button from manipal hospital */
.rgtbox-show {
  right: 0 !important;
  transition: .5s ease-in-out;
}
.hm-book-btn-container {
  width: 160px;
  position: fixed;
  top: 190px;
  right: -172px;
  transition: .5s ease-in-out;
  z-index: 999;
}
.hm-book-btn-div {
  position: relative;
  background: #fff;
}
.rgtBox a {
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer;
}

.rgtBox a {
  background: #fff;
  padding: 6px 10px;
  color: #034ea1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hm-book-btn-container button {
  background-color: #0472f0;
  font-size: 14px;
  font-weight: 100;
  color: #fff;
  border: 0;
  border-radius: 6px 6px 0 0;
  transform: rotate(-90deg);
  box-shadow: 0 0 10px #000;
  position: absolute;
  top: 28px;
  left: -80px;
  display: flex;
  align-items: center;
}
/* @media (max-width:450px) {
  .hm-book-btn-container button{
    left: -80px;
  }
} */
#book-slider:hover{
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width:991px) {
  .testimonial-caption{
    .owner{
      display: flex;
      .testimonial-top-cap {
        width: 50%;
      }
      .testimonial-founder{
        width: 50%;
      }
      
    }
  }
  .testimonial-owner{
    width: 100% !important;
  }
  .founder-text{
    
    align-content: center;
  }
}
.owner-section{
  background-color: #86a691;
}
.myBtn_multi{
  cursor: pointer;
}
.owner-section {
  p{
    font-size: 18px;
  }
}
@media(max-width:958px){
  .owner-section {
    h1{
      margin-top: 10px;
      font-size: 22px;
    }
    p{
      font-size: 12px;
    }
  }
}