@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
/* line 1, /HTML/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* line 5, /HTML/scss/theme-default.scss */
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 12, /HTML/scss/theme-default.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 16, /HTML/scss/theme-default.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 20, /HTML/scss/theme-default.scss */
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

/* line 25, /HTML/scss/theme-default.scss */
a:focus {
  color: #fff;
  text-decoration: none;
}

/* line 29, /HTML/scss/theme-default.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #001F3F;
}

/* line 36, /HTML/scss/theme-default.scss */
a,
button {
  color: #001F3F;
  outline: medium none;
}

/* line 41, /HTML/scss/theme-default.scss */
h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  color: #001F3F;
}

/* line 45, /HTML/scss/theme-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 54, /HTML/scss/theme-default.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 58, /HTML/scss/theme-default.scss */
li {
  list-style: none;
}

/* line 61, /HTML/scss/theme-default.scss */
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #666666;
  margin-bottom: 13px;
  font-family: "Poppins", sans-serif;
}

/* line 70, /HTML/scss/theme-default.scss */
label {
  color: #999999;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 76, /HTML/scss/theme-default.scss */
*::-moz-selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

/* line 81, /HTML/scss/theme-default.scss */
::-moz-selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

/* line 86, /HTML/scss/theme-default.scss */
::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

/* line 91, /HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 96, /HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 101, /HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 106, /HTML/scss/theme-default.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 112, /HTML/scss/theme-default.scss */
h3 {
  font-size: 24px;
}

/* line 116, /HTML/scss/theme-default.scss */
.mb-65 {
  margin-bottom: 67px;
}

/* line 120, /HTML/scss/theme-default.scss */
.black-bg {
  background: #001F3F !important;
}

/* line 124, /HTML/scss/theme-default.scss */
.white-bg {
  background: #ffffff;
}

/* line 127, /HTML/scss/theme-default.scss */
.gray-bg {
  background: #f5f5f5;
}

/* line 132, /HTML/scss/theme-default.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider01.jpg);
}

/* line 135, /HTML/scss/theme-default.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 138, /HTML/scss/theme-default.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 143, /HTML/scss/theme-default.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 147, /HTML/scss/theme-default.scss */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #001F3F;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

/* line 159, /HTML/scss/theme-default.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 163, /HTML/scss/theme-default.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #001F3F;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

/* line 175, /HTML/scss/theme-default.scss */
.overlay_skyblue {
  position: relative;
  z-index: 0;
}

/* line 179, /HTML/scss/theme-default.scss */
.overlay_skyblue::before {
  position: absolute;
  content: "";
  background-color: #0D63A5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

/* line 192, /HTML/scss/theme-default.scss */
.bradcam_overlay {
  position: relative;
  z-index: 0;
}

/* line 196, /HTML/scss/theme-default.scss */
.bradcam_overlay::before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0D63A5+0,7db9e8+100&1+24,0+96 */
  background: -moz-linear-gradient(left, #0D63A5 0%, #0D63A5 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0D63A5 0%, #0D63A5 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0D63A5 0%, #0D63A5 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0D63A5', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

/* line 212, /HTML/scss/theme-default.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 216, /HTML/scss/theme-default.scss */
.pt-120 {
  padding-top: 120px;
}

/* button style */
/* line 222, /HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #fff;
  left: 140px;
}

/* line 249, /HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 140px;
}

/* line 254, /HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

/* line 261, /HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

/* line 271, /HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 274, /HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #0D63A5;
  border: 1px solid transparent;
}

/* line 284, /HTML/scss/theme-default.scss */
.mb-20px {
  margin-bottom: 20px;
}

/* line 288, /HTML/scss/theme-default.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 291, /HTML/scss/theme-default.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 1, /HTML/scss/_btn.scss */
.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #0D63A5;
  letter-spacing: 3px;
  text-align: center;
  color: #0D63A5 !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 17, /HTML/scss/_btn.scss */
.boxed-btn:hover {
  background: #0D63A5;
  color: #fff !important;
  border: 1px solid #0D63A5;
}

/* line 22, /HTML/scss/_btn.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 25, /HTML/scss/_btn.scss */
.boxed-btn.large-width {
  width: 220px;
}

/* line 29, /HTML/scss/_btn.scss */
.boxed-btn3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0D63A5+0,FFD717+100 */
  background: #0D63A5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0D63A5 0%, #FFD717 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0D63A5 0%, #FFD717 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0D63A5 0%, #FFD717 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0D63A5', endColorstr='#FFD717',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/* line 51, /HTML/scss/_btn.scss */
.boxed-btn3:hover {
  background: #fff;
  color: #0D63A5 !important;
  border: 1px solid #0D63A5;
}

/* line 56, /HTML/scss/_btn.scss */
.boxed-btn3:focus {
  outline: none;
}

/* line 59, /HTML/scss/_btn.scss */
.boxed-btn3.large-width {
  width: 220px;
}

/* line 64, /HTML/scss/_btn.scss */
.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/* line 80, /HTML/scss/_btn.scss */
.boxed-btn3-white:hover {
  background: #fff;
  color: #0D63A5 !important;
  border: 1px solid transparent;
}

/* line 85, /HTML/scss/_btn.scss */
.boxed-btn3-white:focus {
  outline: none;
}

/* line 88, /HTML/scss/_btn.scss */
.boxed-btn3-white.large-width {
  width: 220px;
}

/* line 93, /HTML/scss/_btn.scss */
.boxed-btn3-white-2 {
  color: #FFD717 !important;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border: 1px solid #FFD717;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/* line 108, /HTML/scss/_btn.scss */
.boxed-btn3-white-2:hover {
  background: #FFD717;
  color: #fff !important;
  border: 1px solid transparent;
}

/* line 113, /HTML/scss/_btn.scss */
.boxed-btn3-white-2:focus {
  outline: none;
}

/* line 116, /HTML/scss/_btn.scss */
.boxed-btn3-white-2.large-width {
  width: 220px;
}

/* line 120, /HTML/scss/_btn.scss */
.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 132, /HTML/scss/_btn.scss */
.boxed-btn2:hover {
  background: #fff;
  color: #131313 !important;
}

/* line 136, /HTML/scss/_btn.scss */
.boxed-btn2:focus {
  outline: none;
}

/* line 140, /HTML/scss/_btn.scss */
.line-button {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* line 148, /HTML/scss/_btn.scss */
.line-button::before {
  position: absolute;
  content: "";
  background: #999999;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

/* line 157, /HTML/scss/_btn.scss */
.line-button:hover {
  color: #0D63A5;
}

/* line 160, /HTML/scss/_btn.scss */
.line-button:hover::before {
  background: #0D63A5;
}

/* line 164, /HTML/scss/_btn.scss */
.book_now {
  display: inline-block;
  font-size: 14px;
  color: #0D63A5;
  border: 1px solid #0D63A5;
  text-transform: capitalize;
  padding: 10px 25px;
}

/* line 171, /HTML/scss/_btn.scss */
.book_now:hover {
  background: #0D63A5;
  color: #fff;
}

/* line 2, /HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #001F3F;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
}

/* line 10, /HTML/scss/_section_title.scss */
.section_title h3::before {
  position: absolute;
  left: 0;
  background: #FFD717;
  height: 2px;
  width: 50px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 2, /HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, /HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 29, /HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

/* line 35, /HTML/scss/_section_title.scss */
.section_title p {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 40, /HTML/scss/_section_title.scss */
  .section_title p br {
    display: none;
  }
}

/* line 48, /HTML/scss/_section_title.scss */
.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 48, /HTML/scss/_section_title.scss */
  .mb-100 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 4, /HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13, /HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28, /HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #0D63A5;
}

/* line 32, /HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #0D63A5;
}

@media (max-width: 767px) {
  /* line 35, /HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, /HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, /HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55, /HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, /HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72, /HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, /HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92, /HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -36px;
}

/* line 1, /HTML/scss/_header.scss */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1, /HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, /HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 15, /HTML/scss/_header.scss */
.header-area .main-header-area {
  padding: 18px 0;
  background: #fff;
}

/* line 31, /HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 31, /HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, /HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 31, /HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 45, /HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, /HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

/* line 57, /HTML/scss/_header.scss */
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* line 63, /HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

/* line 66, /HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #CCCCCC;
  margin: 0 10px;
  font-size: 15px;
}

/* line 70, /HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

/* line 77, /HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 77, /HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 77, /HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

/* line 85, /HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a {
  background: #0D63A5;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 85, /HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

/* line 96, /HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #fff;
  color: #0D63A5;
  border: 1px solid #0D63A5;
}

/* line 104, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

/* line 108, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

/* line 118, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #999999;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 118, /HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 118, /HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 137, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 137, /HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 137, /HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 146, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 158, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 163, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 168, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
  color: #001F3F;
}

/* line 172, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 184, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 186, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 192, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 196, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/* line 201, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/* line 206, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 210, /HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 216, /HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
  /* line 216, /HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 216, /HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 216, /HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 216, /HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

/* line 242, /HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 248, /HTML/scss/_header.scss */
.header-area .header-top_area {
  padding: 12px 0;
  background: #F5FBFF;
  background: #0D63A5;
  background: #083358;
}

@media (max-width: 767px) {
  /* line 251, /HTML/scss/_header.scss */
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

/* line 255, /HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #CCCCCC;
  margin-right: 12px;
}

/* line 259, /HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a:hover {
  color: #FFD717;
}

/* line 264, /HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 264, /HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

/* line 270, /HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

/* line 272, /HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #999999;
  margin-left: 50px;
}

@media (max-width: 767px) {
  /* line 272, /HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

/* line 281, /HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a i {
  color: #FFD717;
  margin-right: 7px;
}

/* line 1, /HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(../img/banner/slider01.png);
}

/* line 4, /HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/banner/slider02.png);
}

/* line 8, /HTML/scss/_slider.scss */
.slider_area .single_slider {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 8, /HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: 420px;
  }
}

/* line 17, /HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 {
  color: #001F3F;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
}

/* line 24, /HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 17, /HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 33px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, /HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 17, /HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 35px;
    letter-spacing: 3px;
  }
}

/* line 39, /HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 39, /HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 39, /HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

/* line 1, /HTML/scss/_about.scss */
.welcome_docmed_area {
  padding-top: 120px;
  padding-bottom: 220px;
}

@media (max-width: 767px) {
  /* line 1, /HTML/scss/_about.scss */
  .welcome_docmed_area {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1, /HTML/scss/_about.scss */
  .welcome_docmed_area {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, /HTML/scss/_about.scss */
  .welcome_docmed_area {
    padding-bottom: 100px;
  }
}

/* line 13, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_thumb {
  position: relative;
}

/* line 15, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_thumb .thumb_1 {
  left: 0;
}

/* line 17, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_thumb .thumb_1 img {
  width: 60%;
}

@media (max-width: 767px) {
  /* line 17, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_thumb .thumb_1 img {
    width: 100%;
  }
}

/* line 24, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_thumb .thumb_2 {
  position: absolute;
  bottom: -94px;
  right: -37px;
}

@media (max-width: 767px) {
  /* line 24, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_thumb .thumb_2 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_thumb .thumb_2 {
    position: absolute;
    right: 0;
    bottom: -40px;
  }
}

/* line 39, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_thumb .thumb_2 img {
  width: 89%;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 39, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_thumb .thumb_2 img {
    width: 100%;
  }
}

/* line 47, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_docmed_info {
  padding-left: 90px;
}

@media (max-width: 767px) {
  /* line 47, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_docmed_info {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 47, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_docmed_info {
    padding-left: 0;
    margin-top: 100px;
  }
}

/* line 57, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_docmed_info h2 {
  font-size: 18px;
  font-weight: 400;
  color: #001F3F;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  padding-bottom: 9px;
}

/* line 65, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_docmed_info h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #FFD717;
}

/* line 76, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_docmed_info h3 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 76, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_docmed_info h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 83, /HTML/scss/_about.scss */
  .welcome_docmed_area .welcome_docmed_info h3 br {
    display: none;
  }
}

/* line 89, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_docmed_info p {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}

/* line 94, /HTML/scss/_about.scss */
.welcome_docmed_area .welcome_docmed_info ul {
  margin-bottom: 40px;
}

/* Continuación con los nuevos colores aplicados consistentemente */

/* Acentos amarillos en elementos clave */
.section_title h3::before {
  background: #FFD717;
}

.welcome_docmed_area .welcome_docmed_info h2:before {
  background: #FFD717;
}

/* Botones principales con azul primario y acento amarillo */
.book_now {
  color: #0D63A5;
  border: 1px solid #0D63A5;
}

.book_now:hover {
  background: #0D63A5;
  color: #fff;
}

/* Header top icons y hover */
.header-area .header-top_area .short_contact_list ul li a i {
  color: #FFD717;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #FFD717;
}

/* Líneas decorativas y hover en menú */
.line-button:hover {
  color: #0D63A5;
}

.line-button:hover::before {
  background: #0D63A5;
}

/* Owl carousel navigation hover */
.owl-carousel:hover .owl-nav div:hover {
  background: #0D63A5;
  border-color: transparent;
}

/* Slicknav mobile menu hover/active */
.slicknav_menu .slicknav_nav a:hover,
.slicknav_menu .slicknav_nav a.active {
  color: #0D63A5;
}

/* Colores de texto secundario más suaves */
p,
.section_title p,
.welcome_docmed_area .welcome_docmed_info p,
.slider_area .single_slider .slider_text p {
  color: #666666;
}

/* Labels y placeholders */
label,
*::placeholder {
  color: #999999;
}

/* Menú principal colores */
.header-area .main-header-area .main-menu ul li a {
  color: #666666;
}

.header-area .main-header-area .main-menu ul li a:hover,
.header-area .main-header-area .main-menu ul li a.active {
  color: #001F3F;
}

/* Social icons en header */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #999999;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #FFD717;
}

/* Sección de títulos */
.section_title h3 {
  color: #001F3F;
}

/* Overlay gradients actualizados */
.bradcam_overlay::before {
  background: -moz-linear-gradient(left, #0D63A5 0%, #083358 24%, rgba(13, 99, 165, 0) 96%, rgba(8, 51, 88, 0) 100%);
  background: -webkit-linear-gradient(left, #0D63A5 0%, #083358 24%, rgba(13, 99, 165, 0) 96%, rgba(8, 51, 88, 0) 100%);
  background: linear-gradient(to right, #0D63A5 0%, #083358 24%, rgba(13, 99, 165, 0) 96%, rgba(8, 51, 88, 0) 100%);
}

/* Botón principal con gradiente azul a amarillo */
.boxed-btn3 {
  background: #0D63A5;
  background: -moz-linear-gradient(left, #0D63A5 0%, #FFD717 100%);
  background: -webkit-linear-gradient(left, #0D63A5 0%, #FFD717 100%);
  background: linear-gradient(to right, #0D63A5 0%, #FFD717 100%);
}

/* Hover del gradiente */
.boxed-btn3:hover {
  background: #fff;
  color: #083358 !important;
  border: 1px solid #0D63A5;
}

/* Botones secundarios con amarillo */
.boxed-btn3-white-2 {
  color: #FFD717 !important;
  border: 1px solid #FFD717;
}

.boxed-btn3-white-2:hover {
  background: #FFD717;
  color: #001F3F !important;
}

/* Blog part - acentos */
.blog_part .single-home-blog .card .dot:after {
  background-color: #FFD717;
}

.blog_part .single-home-blog .card .card-body a {
  color: #0D63A5;
}

.blog_part .single-home-blog .card .card-body a:hover {
  background: -webkit-linear-gradient(131deg, #0D63A5 0%, #FFD717 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog_part .single-home-blog .card h5:hover {
  background: -webkit-linear-gradient(131deg, #0D63A5 0%, #FFD717 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Tag cloud hover */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #0D63A5;
  color: #fff !important;
}

/* Pagination y otros elementos interactivos */
.blog-pagination .page-item.active .page-link {
  background-color: #f5f5f5;
  border-color: #0D63A5;
  color: #0D63A5;
}

/* Comentarios y formularios */
.comments-area .btn-reply {
  background-color: transparent;
  color: #666666;
  border: 1px solid #ddd;
}

.comments-area .btn-reply:hover {
  background: #0D63A5;
  color: #fff;
  border-color: #0D63A5;
}

/* Footer (si existe en el template original) - asumiendo colores oscuros */
footer {
  background: #001F3F;
  color: #cccccc;
}

footer a:hover {
  color: #FFD717;
}

footer .footer-menu li a:hover {
  color: #FFD717;
}

/* Colores adicionales de grises para jerarquía y atractivo */
.text-muted { color: #999999 !important; }
.text-light { color: #cccccc !important; }
.bg-light { background-color: #f8f9fa !important; }
.border-light { border-color: #e9ecef !important; }

/* Sección causes / blog cards */
.causes_item .causes_img .c_parcent span {
  background: #0D63A5;
}

.causes_item .causes_img .c_parcent span:before {
  color: #001F3F;
  background: #FFD717;
}

.causes_item .causes_bottom a {
  background: #0D63A5;
  color: #fff;
}

.causes_item .causes_bottom a + a:hover {
  background: #FFD717;
  color: #001F3F;
}

/* ADMISION 2026 */

.info-card {
    background: linear-gradient(135deg, #0D63A5, #083358);
    padding: 50px 40px;
    transition: all 0.3s ease;
}

.calendario-card {
    background: linear-gradient(135deg, #083358, #001F3F);
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 31, 63, 0.25);
}

/* Íconos centrados */
.info-card .icon {
    font-size: 60px;
    color: #FFD717;
    margin-bottom: 25px;
}

/* Títulos blancos */
.info-card h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Texto */
.info-card p {
    color: #E5E7EB;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

/* Botón CTA sin bordes redondeados */
.btn-cta {
    background-color: #FFD717;
    color: #001F3F;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 0; /* SIN redondeo */
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background-color: #ffffff;
    color: #0D63A5;
}

/* ICONOS FLATICON VISIBLES */
.info-card .icon {
    font-size: 70px;          /* tamaño grande */
    color: #ffffff !important; /* BLANCO forzado */
    margin-bottom: 25px;
    line-height: 1;
    display: flex;
    justify-content: center;
}

/* Refuerzo por si flaticon usa ::before */
.info-card .icon i::before {
    color: #ffffff !important;
    font-size: 70px;
}


/* CONTENEDOR TARJETA */
.single_department {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.single_department:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 31, 63, 0.25);
}

/* IMAGEN */
.department_thumb {
    position: relative;
    overflow: hidden;
}

.department_thumb img {
    width: 100%;
    transition: transform 0.5s ease;
}

/* MOVIMIENTO DE IMAGEN */
.single_department:hover .department_thumb img {
    transform: scale(1.08) translateY(-8px);
}

/* OVERLAY */
.department_thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 31, 63, 0.15),
        rgba(0, 31, 63, 0.75)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.single_department:hover .department_thumb::after {
    opacity: 1;
}

/* TITULO CENTRADO */
.thumb_title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.thumb_inner {
    text-align: center;
}

/* ICONOS ACADEMICOS */
.thumb_inner i {
    font-size: 38px;
    color: #FFD717;
    margin-bottom: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.single_department:hover .thumb_inner i {
    transform: translateY(-4px);
}

/* TITULO */
.thumb_title h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

/* CONTENIDO */
.department_content {
    padding: 25px;
    text-align: center;
}

.department_content p {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* BOTON CTA */
.learn_more {
    display: inline-block;
    padding: 10px 26px;
    background-color: #0D63A5;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.learn_more:hover {
    background-color: #083358;
    color: #ffffff;
}

/* PROYECTOS */

.project_item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px; /* Bordes más rectos para look moderno */
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.project_img {
    position: relative;
    height: 150px; /* Altura reducida al 50% */
}

.project_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project_overlay {
    position: absolute;
    inset: 0;
    /* Gradiente sutil para legibilidad */
    background: linear-gradient(to top, rgba(0, 31, 63, 0.8), rgba(0, 31, 63, 0.2));
    display: flex;
    align-items: center; /* Título centrado verticalmente */
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.project_overlay h4 {
    color: #ffffff;
    font-size: 14px; /* Fuente ajustada al nuevo tamaño */
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project_item:hover .project_img img {
    transform: scale(1.05);
}


/* 1. Logo y Textos */
.logo-custom-color {
    max-width: 100%;
    /* Filtro CSS para convertir blanco/negro a #FFD717 aproximadamente */
/*    filter: invert(85%) sepia(35%) saturate(2000%) hue-rotate(3deg) brightness(105%) contrast(105%);*/
    filter: brightness(0) invert(1);

}


.footer-text-light {
    color: #ccc !important;
    font-size: 14px;
    line-height: 1.6;
}

.footer_title_yellow {
    color: #FFD717 !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* 2. Redes Sociales Grandes */
.socail_links_large ul li {
    display: inline-block;
    margin-right: 15px;
}

.socail_links_large ul li a {
    color: #ccc;
    font-size: 20px; /* Tamaño solicitado */
    transition: 0.3s;
}

.socail_links_large ul li a:hover {
    color: #FFD717;
}

/* 3. Galería de 9 imágenes (Grid) */
.footer_gallery_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 200px; /* Ajusta según prefieras el ancho */
}

.footer_gallery_grid img {
    width: 100%;
    aspect-ratio: 1; /* Cuadradas */
    object-fit: cover;
    border-radius: 2px;
    transition: 0.3s;
}

.footer_gallery_grid img:hover {
    filter: brightness(1.2);
}

/* 4. Contacto e Iconos Amarillos */
.contact_info_custom p {
    color: #ccc !important;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact_info_custom p i {
    color: #FFD717; /* Color solicitado */
    margin-right: 12px;
    margin-top: 4px;
    font-size: 16px;
}

/* 5. Contador */
.visitor_counter_box {
    background: rgba(13, 99, 165, 0.1);
    border-left: 3px solid #FFD717;
    padding: 15px;
}

.counter_label {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.counter_number {
    font-family: 'Courier New', monospace;
    font-size: 20px;
    color: #FFD717;
    font-weight: bold;
    letter-spacing: 2px;
}

/*MODAL*/

/* Estilos para el Modal */
.white-popup-block {
    background: #FFF;
    padding: 40px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    border-top: 5px solid #FFD717; /* Acento amarillo superior */
    border-radius: 4px;
}

.form-label-custom {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #001F3F; /* Azul primario para etiquetas */
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

#test-form input, 
#test-form select {
    width: 100%;
    height: 45px;
    border: 1px solid #E8E8E8;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
}

#test-form input:focus {
    border-color: #0D63A5;
    outline: none;
}

/* Ajuste para el plugin NiceSelect si lo usas */
.select-custom {
    margin-bottom: 20px;
}

/*GALERIA*/

.footer_gallery_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.footer_gallery_grid a {
    position: relative;
    overflow: hidden;
    display: block;
}

.footer_gallery_grid img {
    width: 100%;
    border-radius: 4px;
    transition: all 0.35s ease;
}

/* Hover académico */
.footer_gallery_grid a::after {
    content: "+";
    position: absolute;
    inset: 0;
    background: rgba(13, 99, 165, 0.75);
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer_gallery_grid a:hover::after {
    opacity: 1;
}

.footer_gallery_grid a:hover img {
    transform: scale(1.08);
}


/* Final del archivo  */