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

body {
  line-height: 1.6;
font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #4d5359;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300!important;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 50px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.5rem;
    line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}
.img-radius {
  border-radius: 5px !important;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}
.navbar-toggle .icon-bar {
  background: #005484;;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;

  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #005484;;

  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
  }

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #005484;;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}
.navigation .btn-main {
  background: #005484;
  color: #fff;
  border-color: #005484;
}
.navigation .btn-main:hover {

}
.btn-main {
  background: #005484;
  color: #fff;
  border-color: #005484;
}

.btn-main:hover,
.btn-main:focus{
  background: #d60101;
  color: #fff;
  border-color: #d60101;
}

.btn-main-2 {
  background: #005484;;
  color: #fff;
  border-color: #005484;;
}

.btn-main-2:hover, .btn-main-2:focus {
  background: #d60101;
  color: #fff;
  border-color: #d60101;
}
.backtop:hover, .backtop:focus {
  background: #d60101;
  border-color: #d60101;
  color: #fff;
}
.btn-solid-border {
  border: 2px solid #005484;;
  background: transparent;
  color: #005484;;
}

.btn-solid-border:hover {
  border: 2px solid #005484;;
  color: #fff;
  background: #005484;;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #005484;;
  color: #fff;
  border-color: #005484;;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

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

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #005484;;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 60px 0;
}

.section-sm {
  padding: 70px 0;
}

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

.subtitle {
  color: #005484;;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #000;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #005484;;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 5px solid #dee2e6;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
padding: 180px 0px 30px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
  text-align: left;
  font-weight: 500 !important;
  text-shadow: 0px 2px #000;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide a figure{
    align-self: center;  
}

.slick-slide:focus, .slick-slide a {
  outline: none;
      height: 100%;
    display: flex;
    background: #e7f6ff;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 36px;
  }
}

.title-color {
  color: #005484;;
}

.secondary-bg {
  background: #005484;;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #005484;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #e7f6ff;
}
.contact-info h5, .contact-info .h5 {
    font-size: 1.25rem;
    font-weight: 400 !important;
    padding-bottom: 5px;
}
.carousel-caption {
    bottom: 28%;
}
.carousel-item h5, .carousel-item .h5 {
    font-size: 1.25rem;
    color: #0088cc;
    font-size: 60px;
}
.carousel-item p {
    line-height: 30px;
    width: 50%;
    margin: 0 auto;
}
.navigation .btn-main:hover {
  background: #d60101;
  border-color: #d60101;
  color: #fff;
}
@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}
.navigation {
  padding: 10px 1rem;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
}
#navbarmain {
  padding: 20px 0px;
}

#navbarmain .nav-link {
  font-weight: 300;
  padding: 10px 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}
.get-in-touch {

  background: #d60101;
  padding: 14px 30px;
  font-size: 20px;
  position: fixed;
  transform: rotate(-90deg);
  right: -113px;
  top: 50%;
  z-index: 0;
  -webkit-box-shadow: 0 0px 20px rgb(0 0 0 / 30%) !important;
  box-shadow: 0 0px 20px rgb(0 0 0 / 30%) !important;
  margin: 0;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  letter-spacing: 1.5px;
}
.get-in-touch:hover,
.get-in-touch:focus {
  background: #c20000;
  color: #fff;
}
.navigation .navbar-brand {
  top: -10px;
  position: relative;
  padding: 0;
  height: 60px;
width: 220px;
    font-size: 2.5rem;
    color: #005484;
    font-weight: 700;
      font-family: "Poppins", sans-serif;
}
.navigation .navbar-brand img {
  width: 100%;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #005484;;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #005484;;
}

.header-top-bar {
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
  background-color: #005484
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #005484;;
  font-weight: 600;
  letter-spacing: 1px;
}
a {
    color: #e45959;
    text-decoration: none;
    transition: all .35s ease;
}
.coming-soon {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #d2cece;
}
.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}


.about-banner {
  background: url("../images/about-banner.jpg") no-repeat 50% -44%;
  background-size: cover;
  position: relative;
}
.education-banner {
  background: url("../images/banner-education.jpg") no-repeat 50% 77%;
  background-size: cover;
  position: relative;
}
.healthcare-banner {
  background: url("../images/banner-healthcare.jpg") no-repeat 50% 77%;
  background-size: cover;
  position: relative;
}
.banner-enterprenureship {
  background: url("../images/banner-enterprenureship.jpg") no-repeat 50% -95%;
  background-size: cover;
  position: relative;
}
.banner-disaster-relief {
  background: url("../images/banner-disaster-relief.jpg") no-repeat 50% -95%;
  background-size: cover;
  position: relative;
}


.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg/slider-bg-1.jpg") no-repeat;
  background-size: cover;
  min-height: 550px;
}

.banner .block {
  padding: 80px 0px 160px;
}

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

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #005484;;
}
h2 {
  color: #015483;
}
.text-color-2 {
  color: #005484;;
}
.doctor-details h2 {
    color: #015483;
}
.divider {
  width: 40px;
  height: 3px;
  background: #005484;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

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

.award-img {
  height: 120px;
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
}
.award-img img {
  width: 80%;
}
.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #005484;;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -400px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background: rgb(255 255 255 / 100%);
  border-radius: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  position: relative;
  top: 150px;
}
.feature-item span {
  font-weight: bold;
  color: #000;
}
.feature-item .feature-icon i {
  font-size: 50px;
  color: #005484;;
}

.feature-item h4 {
  color: #000;
}

.feature-item p {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  color: #000;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
    padding: 60px 0px 60px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 35px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 1);
  margin-top: -10px;
}

.mb--80 {
  margin-bottom: -80px;
}
.awards .title-color {
    color: #005484;
}
.service {
  background: url(../images/banner.jpg) no-repeat center center scroll;
  background-size:cover;
  position: relative;
}
.service::after {
  background: #005484;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.service .container {
  position: relative;
  z-index: 1;
}
.service  .section-title h2, .service .row.justify-content-center p {
    color: #fff;
}
.service .divider {
    background: #fff;
}
.service .service-item {
      background: rgb(255 255 255);
  padding: 30px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
  color: #fff;
}
.service .service-item:hover a, .service .service-item:focus a {
    background: #005484;
    color: #fff;
    border: 1px solid rgb(255 255 255);
}
.service .service-item:hover {
    /* outline: 5px solid;
    background: #d60101;*/
}
.service .service-item .icon h4 {
  color: #005484;
  padding-left: 0px;
    font-size: 20px;
}

.service .icon {
  float: left;
  width: 100%;
text-align: center;
padding-top: 15px;
color: #005484;
}

.service .content {
  clear: both;
  color: #005484;
}
.service .content p {
  line-height: inherit;
  text-align: center;
}
.service .content a {
  width: 35px;
  height: 35px;
  /* background: white; */
  display: inherit;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.service-block {
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
}
.service-block .title-color {
    color: #005484;;
}
.service-block img {
  width: 100%;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
  display: inline-flex;
}

.department-service li i {
  color: #005484;
  position: relative;
  top: 5px;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #005484;;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #005484;;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #005484;;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
  padding: 15px;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #005484;;
}

.read-more {
  color: #005484;;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background-size: cover;
  position: relative;
}

.cta .btn-main {
  background: #ffffff;
  color: #08c;
  border-color: #ffffff;
  display: inline-table;
  margin: 0 auto;
  margin-top: 10px;
}
.cta .btn-main:hover, .cta .btn-main:focus {
  background: #d60101;
  color: #fff;
  border-color: #d60101;
}

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

.text-color-primary {
  color: #005484;;
}

.about .title-color {
    color: #005484;;
}

.cta-section {
  background: #005484;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
    padding: 50px 0px 70px;
}

.cta-2 {
  background-position: center center;
}

.cta-page {
  background-size: cover;
  position: relative;
}
.service-cta {
  background: url(../images/bg/slider-2.jpg) no-repeat center center scroll;
  background-size: cover;
  position: relative;
}
.service-cta::after {
    background: rgba(2, 89, 129, 0.9);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.service-cta .cta-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.service-cta .cta-content h2 {
    color: #005484;;
}
.service-cta .btn-main-2 {
  background: #0088cc;
  color: #fff;
  border-color: #0088cc;
}
.service-cta .btn-main-2:hover {
    background: #005484;;
    border-color: white;
    color: #fff;
}
.title-color {
    color: #fff;
}
.testimonial {
  position: relative;
  padding: 80px 0;
}
.gallery .slick-dots {
  display: none !important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #dd2c2c;
    font-size: 25px;
}
.testimonial .slick-prev,
.testimonial .slick-next {
  display: none !important;
}
.doctor-details img {
  box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
  padding: 13px 15px 17px;
  background: #fff;
  float: left;
  margin-right: 30px;
}
.gallery .testimonial-block.style-2 {
    padding: 10px;
    margin: 0;
}
.gallery .slick-slide img {
    display: block;
    width: 100%;
    border: 10px solid #e7f6ff;
}
.top-bar-info li:first-child {
  padding-right: 15px;
}

.testimonial .col-md-6 img {
  border-radius: 5px;
  width: 100%;
}

.testimonial .slick-dots {
  text-align: left;
}

.slick-dots li button:before{
    opacity: 1;
    color: white;
    width: 25px;
    height: 25px;
    font-size: 15px !important;
    border-radius: none !important;
    content: none;
}
.slick-dots li button {
  background: #ccc !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #005484 !important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;

}
.slick-dots {
    text-align: left;
}
.slick-dots li button:before {
    background: #ccc !important;
}
.testimonial-block {
  position: relative;
  margin-bottom: 20px;
  height: 100%;
}

.testimonial-block p {
  font-size: 16px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
  padding-left: 30px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
  font-size: 1.3rem;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
  text-align: center;
}

.testimonial-block.style-2 {
  margin: 0px 4px;
  margin-bottom: 30px;
  display: inline-flex;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
  width: 55%;
  border-radius: 4px;
}

.testimonial-block.style-2 .testimonial-thumb img {
  /*width: 200px;
  height: 200px;

  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: -5px;*/
  border-radius: 5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
  padding-top: 25px;
}
.testimonial-block.style-2 .client-info span {
    color: #005484;
    font-size: 15px;
}
.testimonial-block.style-2 i {
  bottom: -40px;
  color: #005484;;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
.feature-section{
  position: relative;
}

h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #222;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.feature-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.feature-block-one .inner-box .lower-content .inner:before {
    background: #d60101;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
}

.feature-block-one .inner-box .lower-content{
  position: relative;
}

.feature-block-one .inner-box .lower-content .inner{
  position: absolute;
  display: block;
  overflow: hidden;
  top: -65px;
  width: calc(100% - 30px);
  left: 15px;
  background: #fff;
  text-align: center;
  padding: 32px 15px 36px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  z-index: 1;
}

.feature-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .lower-content .inner:before{
  height: 100%;
}

.feature-block-one .inner-box:hover .lower-content .inner{
  padding-bottom: 66px;
}

.feature-block-one .inner-box .lower-content .inner h3{
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .lower-content .inner h3{
  color: #fff;
  position: relative;
}

.feature-block-one .inner-box .lower-content .inner a{
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}

.feature-block-one .inner-box:hover .lower-content .inner a{
  opacity: 1;
}

.feature-block-one .inner-box .lower-content .inner a span{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.feature-block-one .inner-box .lower-content .inner a i{
  font-size: 12px;
  color: #fff;
  margin-left: 7px;
}
.contact-form-wrap .form-group {
  margin-bottom: 12px;
}
.contact-form-wrap .form-group label {
  width: 100%;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #d3efff;
  box-shadow: none;
  width: 100%;
  background: #d3efff;
  float: left;
  font-size: 15px;
  color: #333;

}
.contact-form-wrap .form-group label, .contact-form-wrap .form-group-2 label {
  font-size: 15px;
  color: #727272;
}
.contact-form-wrap .form-group label span, .contact-form-wrap .form-group-2 label span {
  padding-bottom: 1px !important;
  display: inline-block;
}
.contact-form-wrap .form-group label span {
  width: 100%;
  display: inherit;
}
.contact-form-wrap .form-group label span.required, .contact-form-wrap .form-group-2 label span.required {
  display: inline;
  color: red;
  font-size: 18px;
  padding-left: 3px;
}
.contact-form-wrap .form-group-2 label {
  width: 100%;
  display: inherit;
}
.contact-form-wrap .form-group .form-control.small-textbox {
  width: 13%;
}
.contact-form-wrap .form-group .form-control.medium-textbox {
  width: 84%;
  margin-left: 3%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #d3efff;
  box-shadow: none;
  background: #d3efff;
  width: 100%;
  font-size: 15px;
  color: #333;
}
.success {
  padding: 10px;
  border: 1px solid green;
  margin-bottom: 20px;
  background: #cfffcf;
  color: green;
}
.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}
.contact-info {
  padding-bottom: 60px !important;
}
.google-map {
  position: relative;
  position: relative;
  margin-bottom: -7px;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.mt-90 {
  margin-top: 90px;
}
.form-style {
  display: inline-block;
  width: 100%;
}
.contact-block {
  text-align: center;
  border: 5px solid #c8e4ff;
  padding: 50px 25px;
  min-height: 288px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #005484;;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #005484;;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #005484;;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #005484;;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #005484;;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #005484;;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #005484;;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #005484;;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #005484;;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #005484;;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #005484;;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #005484;;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #005484;;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #005484;;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}
.support {
  background: #005484;
  padding: 8px 0;
}

.support .btn-main-2 {
    background: rgba(255,255,255,0.2);
    border:1px solid rgba(255,255,255,0.2);
    color: #fff;
}
.support .btn-main-2:hover,
.support .btn-main-2 :focus {
  background: #d60101;
}
.donate {
  padding: 30px 0;
}
.donate .btn-main-2 {
  font-size: 20px;
}
#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
  background: #fff;
  transition: 0.4s;
  text-align: center;
}
#more-features .box img {
    width: 50%;
}
#more-features .box .icon i {
  margin-bottom: 0px;
  display: inherit;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  color: #d70505;
}
.footer-socials {
  margin-top: -5px !important;
}

#more-features .box h4 a {
  color: #025483;
  min-height: 105px;
  display: inherit;
}
#more-features .box h4 a:hover,
#more-features .box h4 a:focus {
  color: #000;
}
#more-features h4, #more-features .h4 {
  font-size: 1.1rem;
  line-height: 30px;
  font-weight: 500 !important;
  color: #025483;
  line-height: 26px;
}
.section-team {
	font-family: "Poppins", sans-serif;
	padding: 80px 0;
}

.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
  padding: 20px 15px 10px;
}
.support-team {
  padding-top: 30px;
}

.support-team .col-sm-3, .core-team .col-xl-3 {
  max-width: 20%;
  padding-right: 0px;
}
.support-team h4, .core-team h4 {
  margin-top: 15px;
}
.support-team  .divider, .core-team .divider {
    width: 40px;
    height: 3px;
    background: #005484;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
}

.support-team h4, .support-team .h4 {
    padding-bottom: 15px;
    text-align: center;
}
.support-team .single-person .person-info .speciality {
  min-height: 90px;
  display: inherit;
}
.section-team .single-person:hover {
background: linear-gradient(to top, #d60202, #005484);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
	padding: 12px;
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 60px;
    text-align: center;
    background: #0b5b89;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    padding-top: 6px;
}
.person-info {
  position: relative;
    top: -25px;
    text-align: center;
}
.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #016cec;
}
.category {
  color: rgba(0,0,0,0.6);
    font-size: 14px;
    position: relative;
top: -15px;
}
.section-team .single-person .person-info .full-name {
	margin-bottom: 5px;
	font-size: 16px;
    font-weight: 500 !important;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #005484;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}
.nav-pills-custom .nav-link {
    color: #222;
    background: #fff;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-shadow: 0px 0px 30px rgb(73 78 92 / 15%) !important;
}
.custom-tab .tab-content .tab-pane {
  min-height: 352px;
  box-shadow: 0px 0px 30px rgb(73 78 92 / 15%) !important;
  padding-bottom: 0 !important;
  padding: 30px !important;
}
.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #fff;
    background: #d80e0e;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #d80e0e;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -9px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



.small, small {
    font-size: 100%;
    font-weight: 400;
}
.impact .box {
  margin: 0 !important;
}
.impact .box h4 a {
  min-height: 80px !important;
}
.footer {
  background: #005484;
  color: #fff;
}
.footer p, .widget .footer-menu a, .footer-contact-block span, .widget h4, .footer-contact-block i {
  color: #c2d5df;
}
.footer .divider {
    background: #c2d5df;
}
.footer .footer-socials li a {
    padding-top: 10px;
}
.copyright {
}
.footer .copyright a {
  font-weight: 600;
}

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

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

.logo h3 {
  color: #005484;;
}

.logo span {
  color: #005484;;
}

.widget .divider {
  height: 3px;
}

.widget h4 {

}



.widget .footer-menu a:hover {
  color: #fff;;
}

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

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

.footer-btm {
}
.footer .btn-main-2 {
  background: #d60101;
  border-color: #d60101;
  color: #ffffff;
}
.footer .btn-main-2:hover, .footer .btn-main-2:focus {
    background: #c20000;
    color: #fff;
}
.footer-socials li a {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #005484;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.footer-socials li a:hover,
.footer-socials li a:focus {
  background: #d60101;
  border-color: #d60101;
  color: #fff;
}
.footer-socials li a i {
  position: relative;
  top: 11px;
}
.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

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

.subscribe {
  position: relative;
}

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

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #d60101;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  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;
}

header {
  z-index: 2;
  position: relative;
  position: fixed;
  width: 100%;
}

header.header-fixed {
background: #005484
      z-index:3;
}
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 75vh;
  z-index: 1;
  top: 100px;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-content {
  position: relative;
  z-index: 6;
}
.slideshow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
  opacity: 1;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 0;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-top: 0%;
}
.slideshow .slide .title {
  width: 100%;
      margin: 0 auto 15px;
      max-width: 1120px;
      letter-spacing: 0.35em;
      font-weight: 500;
      color: #272727;
      letter-spacing: 0.19px;
      font-family: "Poppins", sans-serif;
      line-height: 1;
      color: #ffffff;
      font-size: 48px;
      margin-bottom: 20px;
      letter-spacing: -0.49px;
      line-height: 70px;
      text-shadow: 0px 2px #000;
      margin: 22rem auto 0px auto;
      text-align: left;
}
.slideshow .slide .title span {
  display: inherit;
  font-weight: 700;
  font-size: 60px;
}
.slideshow .slide  p {
  line-height: 36px;
  font-size: 26px;
  margin-bottom: 10px;
  padding-right: 170px;
  letter-spacing: 0.38px;
  font-weight: 300;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1120px;
  font-size: 18px;
  line-height: 1.4;
  text-shadow: 0px 1px #000;
      margin: 15px 14% 0 14%;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  background: #005484;
  font-size: 16px;
  padding: 18px 35px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #005484;
}
.slideshow .slide .btn:hover,
 .slideshow .slide .btn:focus{
  background: #d60101;
  border: 1px solid #d60101;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
  display: inherit;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 8px;
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 12px;
  height: 12px;
  transition: background 0.2s ease;
      background-color: #fff;
      border-radius: 50%;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
    background-color: #fff;
}
.header-fixed .header-top-bar {
    /*background-color: rgb(255, 255, 255);*/
}
.header-fixed .top-bar-info li a, .header-fixed .icofont-phone:before {
    color: rgb(255 255 255);
}
.header-fixed .navigation .btn-main {
    background: #d60101;
    border-color: #d60101;
    color: #fff;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #d60101;
}
.feature-block {
  margin-bottom: 17px;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  display: none;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.navbar-nav .nav-item.active a {
  color: #d60101 !important;
  font-weight: bold !important;
}
.row.gallery {
  /*padding: 0 10%;*/
}
.custom-modal .modal-header {
  padding: 0 0 15px;
  margin-bottom: 20px;
}
.custom-modal .modal-title span {
  font-size: 15px;
  padding-left: 15px;
  position: relative;
  top: -1px;
}
.custom-modal .modal-content {
    border-radius: 0;
    border: none;
    padding: 30px 30px 20px;
}
@media only screen and (max-width:767px) {
.testimonial-block.style-2 .testimonial-thumb {
    float: left;
    width: 45%;
    border-radius: 4px;
    margin-right: 15px;
}
.testimonial-block.style-2 {
    display: inline-block;
}
.testimonial-block .client-info {
    padding-left: 0;
}
.testimonial-wrap-3 {
  height: 415px !important;
}
.support-team .col-sm-3, .core-team .col-xl-3 {
    max-width: 100%;
    padding-right: 15px;
}
.doctor-details img {
    width: 100%;
    margin-bottom: 30px;
}
.about-content {
  margin: 0 !important;
  padding: 0 !important;
}
.donate .btn.btn-main-2.btn-round-full {
  margin-right: 0 !important;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-last, .img-last {
  margin: 0 !important;
}
.top-bar-info li:first-child {
    padding-right: 0;
    padding-bottom: 15px;
}
.page-title {
    padding: 95px 0px 0 0px;
}
.page-title .block h1 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px !important;

}
.page-title .block h1 {
  color: #fff;
  text-align: left;
  font-weight: 500 !important;
  text-shadow: 0px 2px #000;

}
.overlay:before {
    opacity: 1;
    background: #005484;
}
.impact .box {
    margin-bottom: 30px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-prev {
    z-index: 1;
    left: 5px;
}
.slick-next {
    right: 5px;
}
.doctor-qualification {
  padding: 0 !important;
}
.doctor-qualification .col-lg-6 {
  padding-bottom: 30px !important;
}
.section-team {
    padding: 30px 0;
}
.section-team .single-person {
    margin-bottom: 15px;
}


.copyright-btm {
  text-align: left !important;
  padding-top: 15px;
}
.awards .col-lg-3.col-md-6.col-sm-6 {
  width: 50%;
}
.navigation .navbar-brand img {
    width: 75%;
    margin-top: 10px;
}
.mobile-nav-toggle {
  display: none;
}
.footer-socials {
  display: none;
}
#navbarmain {
    padding-bottom: 0;
}
.award-img {
    height: inherit;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.slideshow .slide .title {
    font-size: 30px;
    line-height: 40px;
}
.slideshow {
    top: 78px;
}
.slideshow .slide .title {
    width: 90%;
    margin: 25% 14% 0 5%;
}
.slideshow .slide .title span {
    line-height: 55px;
}
.slideshow .slide .text {
    margin: 15px 14% 0 5%;
}
.slideshow .slide p {
  padding-right: 0;
}
.slideshow {
    height: 55vh;
}
.get-in-touch {
    padding: 10px 22px;
    font-size: 16px;
    right: -93px;
}
.about {
    margin-top: 10px;
    padding-top: 115px !important;
}
.contact-info {
    padding-bottom: 0px !important;
}
.mobile-nav {
  display: none;
}
.section {
    padding: 30px 0;
}
.section-title {
    margin-bottom: 30px;
}
}
