*,
::after,
::before {
  box-sizing: border-box;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  color: #fff;
  background-color: var(--theme-skyblue-color);
}
::-moz-selection {
  color: #fff;
  background-color: var(--theme-skyblue-color);
}
body {
  font-family: var(--theme-primary-font-family);
  font-weight: 400;
  color: var(--theme-black-color);
  background-color: #ffffff;
  overflow-x: hidden;
}
html,
body {
  scroll-behavior: smooth;
}
:root {
  --theme-blue-color: #011868;
  --theme-skyblue-color: #0e86d4;
  --theme-yellow-color: #fea700;
  --theme-white-color: #ffffff;
  --theme-black-color: #000000;
  --theme-dark-blue-color: #111214;
  --theme-black-color: #161616;
  --theme-gray-color: #414141;
  --theme-gray-light-color: #707070;
  --theme-gray-light-2-color: #414141;
  --theme-gray-light-3-color: #f7f7f7;
  --theme-header-font-family: "IBM Plex Sans";
  --theme-primary-font-family: "Roboto";
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
a,
a:focus {
  text-decoration: none;
}
a:focus {
  color: initial;
}
.cmn-img img {
  width: 100%;
}
.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success {
  background-color: var(--theme-pink-color);
  --bs-btn-border-color: var(--theme-pink-color);
  --bs-btn-hover-bg: #2d802b;
  --bs-btn-hover-border-color: #2d802b;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.noscroll {
  overflow: hidden;
  height: 100vh;
}
.layout_padding {
  padding: 80px 0;
}
.cmn_btn {
  display: inline-block;
  padding: 12px 25px;
  background: var(--theme-yellow-color);
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}
.cmn_btn:hover {
  color: var(--theme-black-color);
  background-color: var(--theme-yellow-color);
}
.cmn_btn2 {
  display: inline-block;
  padding: 12px 25px;
  background: transparent;
  border: 1px solid var(--theme-blue-color);
  color: var(--theme-blue-color);
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: uppercase;
}
.cmn_btn2:hover {
  color: var(--theme-white-color);
  background-color: var(--theme-blue-color);
  border: 1px solid var(--theme-blue-color);
}
.cmn_btn3 {
  display: inline-block;
  padding: 5px 18px;
  background: var(--theme-blue-color);
  border: 1px solid var(--theme-blue-color);
  color: var(--theme-white-color);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.cmn_btn3 .bi {
  font-size: 24px;
}
.cmn_btn3:hover {
  color: var(--theme-blue-color);
  background-color: transparent;
  border: 1px solid var(--theme-blue-color);
}
h1.title-bg {
  font-size: 95px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.08;
  color: var(--theme-black-color);
  font-family: var(--theme-header-font-family);
}
h1.title-bg2 {
  font-size: 95px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.08;
  color: var(--theme-white-color);
  font-family: var(--theme-header-font-family);
  position: relative;
  z-index: 1;
}
.heading_container h2 {
  font-weight: 600;
  font-size: 46px;
  font-family: var(--theme-primary-font-family);
  color: var(--theme-skyblue-color);
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.heading_container h4 {
  font-size: 20px;
  color: var(--theme-black-color);
}
.heading_container p {
  font-size: 18px;
  color: var(--theme-gray-color);
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.heading_container p:last-child {
  margin-bottom: 0;
}
.heading_container ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--theme-blue-color);
  font-size: 18px;
}
.heading_container ul li {
  margin: 0px;
  padding-left: 20px;
  position: relative;
}
.heading_container ul li p {
  font-size: 16px;
  margin-top: 5px;
}
.heading_container_2 {
  position: relative;
  z-index: 3;
}
.heading_container_2 h2 {
  font-weight: 600;
  font-size: 46px;
  font-family: var(--theme-primary-font-family);
  color: var(--theme-skyblue-color);
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
ul.dpt-list {
  list-style: circle;
  margin: 0;
  padding-left: 30px;
}
ul.dpt-list li {
  margin-top: 5px;
  font-size: 16px;
}
ul.dpt-list li::marker {
  color: var(--theme-yellow-color);
}
.heading_container_2 p {
  font-size: 16px;
  color: var(--theme-gray-color);
  line-height: 24px;
}
.heading_container_2 a span.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--theme-pink-color);
  color: var(--theme-black-color);
  display: inline-block;
  text-align: center;
  line-height: 60px;
}
.heading_container_2 a span.icon-box .bi {
  color: var(--theme-white-color);
  font-size: 30px;
}
.heading_container_2 a {
  color: var(--theme-yellow-color);
}
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  box-shadow: 0px 2px 5px rgb(51 51 51 / 58%);
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: var(--theme-blue-color);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--theme-white-color);
}
#scroll:hover {
  background: var(--theme-skyblue-color);
  opacity: 0.8;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next {
  right: 50px;
  font-family: "bootstrap-icons";
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
  font-family: "bootstrap-icons";
}
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next {
  right: 30px;
  font-family: "bootstrap-icons";
}
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  font-family: "bootstrap-icons";
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next:hover {
  color: var(--theme-skyblue-color);
  border: 1px solid var(--theme-skyblue-color);
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--theme-skyblue-color);
  border: 1px solid var(--theme-skyblue-color);
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme-yellow-color);
  color: var(--theme-yellow-color);
  font-size: 30px;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next img,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev img {
  width: 78%;
}
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next:hover,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.8;
}
.cmn-owl-dots-btn .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
.cmn-owl-dots-btn .owl-carousel button.owl-dot span {
  width: 14px;
  height: 15px;
  margin: 5px;
  background: var(--theme-white-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.4s ease;
  border-radius: 30px;
}
.cmn-owl-dots-btn .owl-carousel button.owl-dot.active span,
.cmn-owl-dots-btn .owl-carousel button.owl-dot:hover span {
  background: var(--theme-yellow-color);
  position: relative;
}
.header_top {
  background-color: var(--theme-gray-light-3-color);
  padding: 5px 0;
}
.header_top .nav-list {
  gap: 10px !important;
}
.header_top li.nalist-item {
  padding: 0;
  margin-bottom: 0;
}
.header_top li.nalist-item a {
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-black-color);
}
.header_top li.nalist-item a:hover {
  color: var(--theme-skyblue-color);
}
.header_top li.nalist-item a span {
  font-size: 16px;
  color: var(--theme-skyblue-color) !important;
  margin-right: 5px;
  display: inline-block;
}
.header_top .social_items a {
  width: 24px;
  height: 24px;
  background-color: var(--theme-blue-color);
  border-radius: 50%;
  line-height: 24px;
  font-size: 10px;
  color: var(--theme-white-color);
  gap: 5px;
  display: inline-block;
  text-align: center;
}
.header_top .social_items a:hover {
  background-color: var(--theme-skyblue-color);
  color: var(--theme-white-color);
}
.header_mdl {
  padding: 10px 0;
}
.header_mdl img.hdr-logo {
  width: 100%;
}
.hero-slider .slide-item {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hero-slider .slide-content {
  position: absolute;
  z-index: 2;
  text-align: left;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.hero-slider .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 15px;
  animation: fadeInDown 1s;
  color: var(--theme-blue-color);
}
.hero-slider p {
  font-size: 18px;
  margin-bottom: 20px;
  animation: fadeInUp 1.2s;
  color: var(--theme-gray-color);
}
.hero-slider .btn {
  padding: 10px 25px;
  border-radius: 50px;
}
.consultants-box {
  border-radius: 10px;
  border: 1px solid var(--theme-blue-color);
  padding: 15px;
  height: 100%;
}
.consultants-box .consultants-icon {
  width: 60px;
  margin: auto;
}
.consultants-box .consultants-icon img {
  width: 100%;
}
.consultants-box h4 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-black-color);
  text-transform: uppercase;
}
.services-sec {
  background: #f6f6f6;
}
.services-area2 {
  display: grid;
  list-style-type: none;
  padding: 0;
  margin: 0;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
}
.services-area2 figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.wide {
  grid-column: span 2;
}
.tall {
  grid-row: span 2;
}
.services-area2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.services-area2 figure {
  overflow: hidden;
}
.services-area2 img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}
.services-area2 figure figcaption {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  display: grid;
  align-content: center;
  text-align: center;
  pointer-events: none;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}
.services-area2 figure h1,
.services-area2 figure p {
  opacity: 0;
  transition: all 0.4s;
}
.services-area2 figure h1 {
  transform: translate3d(0, -1rem, 0);
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.services-area2 figure h1 span {
  font-size: 36px;
  font-weight: 800;
  color: var(--theme-skyblue-color);
}
.services-area2 figure p {
  font-size: 18px;
  transform: translate3d(0, 1rem, 0);
}
.services-area2 figure:hover img {
  transform: scale(1);
}
.services-area2 figure:hover figcaption {
  transform: scale(1);
  background: rgb(0 0 0 / 60%);
}
.services-area2 figure:hover figcaption h1,
.services-area2 figure:hover figcaption p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.services-box {
  background: var(--theme-white-color);
  border: 1px solid var(--theme-white-color);
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
}
.services-box:hover {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  border: 1px solid var(--theme-skyblue-color);
}
.serv-icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 80px;
  background: var(--theme-yellow-light-color);
  padding: 10px;
  margin: 0 auto 15px auto;
}
.services-box .serv-icon svg {
  width: 50px;
  height: 50px;
}
.services-box h4 {
  color: var(--theme-gray-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--theme-header-font-family);
}
.services-box:hover h4 {
  color: var(--theme-skyblue-color);
}
.services-box p {
  color: var(--theme-black-color);
  font-size: 14px;
  font-weight: 400;
}
.lftrgt_content_section .sidecnt-img img {
  border-radius: 24px;
}
.lftrgt_content_section .sidecnt h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--theme-black-color);
  margin-bottom: 15px;
}
.lftrgt_content_section .sidecnt h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-black-color);
  margin-bottom: 10px;
}
.lftrgt_content_section p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lftrgt_content_section p:last-child {
  margin-bottom: 0;
}
.lftrgt_content_section ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--theme-blue-color);
  font-size: 18px;
}
.lftrgt_content_section ul li {
  margin: 0px;
  padding-left: 20px;
  position: relative;
}
.lftrgt_content_section ul li p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.dr-box {
  background-color: var(--theme-white-color);
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 15px;
  overflow: hidden;
}
.dr-box .dr-img {
  height: 280px;
  overflow: hidden;
}
.dr-box .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.dr-box .dr-img:hover img {
  transform: scale(1.07);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.dr-box .dr-dtls {
  padding: 20px;
}
.dr-box .dr-dtls h3 {
  font-size: 20px;
  color: var(--theme-black-color);
  text-transform: uppercase;
  font-family: var(--theme-header-font-family);
}
.dr-box .dr-dtls p {
  font-size: 16px;
  color: var(--theme-gray-color);
  font-family: var(--theme-primary-font-family);
  font-weight: 400;
}
.dr-box .dr-dtls p span {
  font-size: 12px;
  color: var(--theme-skyblue-color);
  font-family: var(--theme-primary-font-family);
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  margin: 5px;
  display: inline-block;
  width: 60px;
}
.doctors-slider .slide-item {
  margin: 15px;
}
.doctors-slider .owl-dots {
  text-align: center;
}
.doctors-slider .owl-dots .owl-dot.active span,
.doctors-slider .owl-dots .owl-dot:hover span {
  border: 1px solid var(--theme-skyblue-color);
  background: var(--theme-white-color);
  position: relative;
}
.doctors-slider .owl-dots .owl-dot.active span:after,
.doctors-slider .owl-dots .owl-dot:hover span:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: var(--theme-skyblue-color);
}
.doctors-slider .owl-dots .owl-dot span {
  width: 21px;
  height: 21px;
  margin: 5px 7px;
  border: 1px solid var(--theme-skyblue-color);
  background: var(--theme-white-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.4s ease;
  border-radius: 30px;
}
.facilities-sec {
  background: url(../images/facilities-bg.jpg) center center no-repeat;
  background-size: cover;
}
.facilities-container {
  width: 80%;
  margin: 30px auto 0 auto;
}
.facilities-mdl {
  position: relative;
  height: 100%;
}
.facilities-mdl img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.facilities-box {
  background: var(--theme-white-color);
  border: 1px solid var(--theme-white-color);
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
}
.facilities-box:hover {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  border: 1px solid var(--theme-skyblue-color);
}
.fac-icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 80px;
  background: #f1f1f1;
  padding: 10px;
  margin: 0 auto 15px auto;
}
.facilities-box .fac-icon svg {
  width: 50px;
  height: 50px;
}
.facilities-box h4 {
  color: var(--theme-gray-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--theme-header-font-family);
}
.facilities-box:hover h4 {
  color: var(--theme-skyblue-color);
}
.programs-sec {
  background: #f6f6f6;
}
.programs-catagory .nav-tabs {
  border-bottom: 1px solid var(--theme-gray-light-color);
}
.programs-catagory .nav-tabs .nav-link {
  color: var(--theme-black-color);
  text-transform: uppercase;
  border: none;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid var(--theme-skyblue-color);
  color: var(--theme-skyblue-color);
}
.programs-catagory .nav-tabs .nav-item.show .nav-link,
.programs-catagory .nav-tabs .nav-link.active {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid var(--theme-skyblue-color);
  color: var(--theme-skyblue-color);
}
.programs {
  overflow: hidden;
}
.programs iframe {
  width: 100%;
  height: 220px;
  border-radius: 20px;
}
.gallery-list {
  overflow: visible;
}
.gallery-list .sk-box {
  position: relative;
  overflow: hidden;
  background: #0e86d4 !important;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.gallery-list .sk-box a {
  display: block;
  color: inherit;
}
.gallery-list .sk-box figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 64%;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 0;
}
.gallery-list .sk-box figure img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(1.01);
  transform: translate(0, -50%) scale(1.01);
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  object-fit: cover;
}
.sk-box:hover a figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-list .sk-box .sk-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  margin: 0 auto;
  text-align: center;
}
.gallery-list .sk-box:hover .sk-text {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gallery-list .readmore {
  width: 50px !important;
  height: 50px !important;
  display: block;
  margin: auto;
  background: #fff !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  color: #0e86d4 !important;
  font-size: 0;
  position: relative;
}
.gallery-list .readmore:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-list .sk-video-box .readmore:before {
  content: "\f16a";
}
.gallery-list .readmore:hover {
  color: #4f5cc5;
}
.gallery-list .sk-box .sk-text .subheading {
  text-align: inherit;
  color: inherit;
  text-transform: uppercase;
  font-size: 20px;
}
.gallery-list .sk-box:hover figure img {
  -webkit-transform: translate(0, -50%) scale(1.1);
  transform: translate(0, -50%) scale(1.1);
  opacity: 0.1;
}
.gallery-list .sk-box:hover .sk-text .readmore {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  margin: 0 auto;
}
.call-bg {
  background: url(../images/call-bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.contact-sec .btn-area {
  padding: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-mdl {
  margin-top: -113px;
}
.call-mdl img {
  width: 267px;
}
.contact-sec .donate-btn {
  display: inline-block;
  color: var(--theme-skyblue-color);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 75px;
  background: var(--theme-white-color);
  border-radius: 50px;
  transition: 0.3s;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.contact-sec .callnow-btn {
  display: inline-flex;
  color: var(--theme-black-color);
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 600;
  background: #e8c020;
  border-radius: 50px;
  transition: 0.3s;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.contact-sec .callnow-btn:hover {
  opacity: 0.9;
}
.contact-sec .callnow-btn div.callnow {
  padding: 25px 50px 25px 25px;
}
.contact-sec .callnow-btn span svg {
  width: 95px;
  height: 95px;
}
.call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eabf25;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  padding: 25px 40px 25px 110px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.call-btn:hover {
  background-color: #d4a919;
}
.call-btn i {
  background: #fff;
  color: #eabf25;
  border-radius: 50%;
  padding: 20px;
  margin-right: 12px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 2px;
}
.testimonial-sec {
  background: url(../images/testimonial.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.testimonial-sec .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.73);
}
.testimonial-container {
  position: relative;
}
.testimonial-item {
  padding: 30px 0 0 0;
}
.testimonial-inner {
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: var(--theme-blue-color);
  position: relative;
}
.testimonial-inner::before {
  content: "\F6B0";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 20px;
  top: -43px;
  color: var(--theme-skyblue-color);
  font-size: 70px;
}
.testimonial-item .testimonial-text {
  padding: 30px;
}
.testimonial-item .testimonial-text p {
  font-size: 16px;
  color: var(--theme-white-color);
  margin-bottom: 0;
}
.testimonial-item .testimonial-text .testimonial-rating {
  margin-top: 15px;
}
.testimonial-item .testimonial-text .testimonial-rating span {
  color: #f09d21;
}
.testimonial-item .testimonial-img {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-item .testimonial-img img {
  border-radius: 50px;
  width: 100px !important;
  height: 100px;
  margin: auto;
}
.testimonial-item .testimonial-text .client-detail {
  margin-top: 15px;
}
.testimonial-item .testimonial-text .client-detail h6 {
  margin-bottom: 5px;
  color: var(--theme-white-color);
}
.testimonial-item .testimonial-text .client-detail span {
  color: var(--theme-skyblue-color);
  opacity: 0.8;
}
.testimonial-item {
  margin: 15px;
}
.testimonial-slider .owl-dots {
  text-align: center;
}
.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
  border: 1px solid var(--theme-skyblue-color);
  background: var(--theme-white-color);
  position: relative;
}
.testimonial-slider .owl-dots .owl-dot.active span:after,
.testimonial-slider .owl-dots .owl-dot:hover span:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: var(--theme-skyblue-color);
}
.testimonial-slider .owl-dots .owl-dot span {
  width: 21px;
  height: 21px;
  margin: 5px 7px;
  border: 1px solid var(--theme-skyblue-color);
  background: var(--theme-white-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.4s ease;
  border-radius: 30px;
}
.media-sec {
  padding-top: 270px;
}
.media-sec .media-card {
  border: 1px solid var(--theme-skyblue-color);
  background: var(--theme-white-color);
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  height: 100%;
}
.media-sec .media-card .media-card-hdr {
  border-bottom: 1px solid var(--theme-skyblue-color);
  padding: 15px 10px;
  text-align: center;
}
.media-sec .media-card .media-card-hdr h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--theme-black-color);
  font-family: var(--theme-header-font-family);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-sec .media-card .media-card-hdr h3 span {
  margin-right: 10px;
}
.media-sec .media-card .media-card-body {
  padding: 20px;
  height: 100%;
}
.media-sec .media-card .media-card-body .news-events-item img {
  border-radius: 10px;
  width: 100%;
  min-height: 150px;
  object-fit: cover;
}
.media-sec .media-card .media-card-body .news-events-cnt .date-time {
  padding-right: 5px;
  margin-top: 10px;
}
.media-sec .media-card .media-card-body .news-events-cnt .date-time p {
  color: var(--theme-blue-color);
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
  margin-bottom: 0;
}
.media-sec .media-card .media-card-body .news-events-cnt {
  margin-top: 15px;
}
.media-sec .media-card .media-card-body .news-events-cnt h4 {
  font-size: 18px;
  color: var(--theme-blue-color);
}
.media-sec .media-card .media-card-body .news-events-cnt p {
  font-size: 14px;
  color: var(--theme-gray-color);
}
.media-sec .media-card .media-card-body .news-events-cnt .date-time p span {
  margin-right: 5px;
}
.news-events-slider .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  display: block;
  background: var(--theme-gray-light-color);
  margin-right: 5px;
}
.news-events-slider .owl-dots .owl-dot.active span,
.news-events-slider .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  display: block;
  background: var(--theme-skyblue-color);
}
.newsTickerCon {
  width: 100%;
  height: 322px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.newsTickerCon ul {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.newsTickerCon ul li {
  margin: 10px 0;
  border-bottom: 0px solid #a1a9a5;
  position: relative;
}
.newsTickerCon ul li:after {
  content: "\F309";
  font-family: "bootstrap-icons";
  position: absolute;
  left: -15px;
  top: -14px;
  font-size: 36px;
  color: var(--theme-blue-color);
}
.newsTickerCon ul li a {
  padding-left: 15px;
  color: var(--theme-blue-color);
  font-size: 14px;
  font-family: var(--theme-header-font-family);
  font-weight: 600;
}
.newsTickerCon ul li a:hover,
.newsTickerCon ul li:hover:after {
  color: var(--theme-skyblue-color);
}
.bmw-report-cnt {
  overflow-y: auto;
  height: 400px;
}
.bmw-report-cnt .list-group-flush > .list-group-item a {
  color: var(--theme-blue-color);
}
.bmw-report-cnt .list-group-flush > .list-group-item a:hover {
  color: var(--theme-skyblue-color);
}
.bmw-report-cnt .list-group-flush > .list-group-item .bi {
  color: red;
}
.bmw-report-cnt .accordion-flush > .accordion-item > .accordion-collapse,
.bmw-report-cnt
  .accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button,
.bmw-report-cnt
  .accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 5px;
}
.bmw-report-cnt .accordion-button:not(.collapsed) {
  color: var(--theme-black-color);
  background-color: #b8e1f5;
  box-shadow: none;
}
.bmw-report-cnt
  .accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button:hover {
  color: var(--theme-skyblue-color);
}
.bmw-report-cnt .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.client-slider .client-item {
  overflow: hidden;
}
.client-slider .client-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  max-width: 94%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.client-slider .client-item:hover img {
  transform: scale(1.07);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  filter: grayscale(100);
}
.footer-main {
  background: url(../images/footer-1.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.footer-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #00000099;
  --background-overlay: "";
  z-index: 1;
}
.footer-top-sec {
  position: relative;
  background-color: var(--theme-blue-color);
  position: relative;
  z-index: 2;
}
.footer-top-sec .ftr-contact h1 {
  font-size: 46px;
  font-weight: 600;
  color: var(--theme-skyblue-color);
  font-family: var(--theme-header-font-family);
}
.footer-top-sec .ftr-contact p {
  font-size: 16px;
  color: var(--theme-white-color);
}
.footer-top-sec .ftr-contact .cnt-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer-top-sec .ftr-contact .cnt-list:last-child {
  margin-bottom: 0;
}
.footer-top-sec .ftr-contact .cnt-list figure {
  width: 75px;
  height: 75px;
  background: rgb(255 255 255 / 6%);
  border-radius: 15px;
  margin: 0;
  position: relative;
}
.footer-top-sec .ftr-contact .cnt-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-top-sec .ftr-contact .cnt-text {
  width: calc(100% - 110px);
  text-align: left;
  padding-left: 15px;
}
.footer-top-sec .ftr-contact .cnt-text h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
  margin-bottom: 10px;
}
.footer-top-sec .ftr-contact .cnt-text a,
.footer-top-sec .ftr-contact .cnt-text p {
  font-size: 16px;
  color: var(--theme-white-color);
  line-height: 20px;
}
.footer-top-sec .ftr-contact .cnt-text a:hover {
  color: var(--theme-skyblue-color);
}
.footer-top-sec .ftr-contact .cnt-text p.text-conpany {
  text-transform: capitalize;
  color: var(--theme-white-color);
  margin-bottom: 5px;
}
.footer-top-sec .ftr-contact .g-map iframe {
  border-radius: 15px;
  overflow: hidden;
}
.subscribe-btn {
  background-color: var(--theme-white-color);
  border-radius: 8px;
  font-family: var(--theme-header-font-family);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.subscribe-btn .btn-text {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-btn .dis-icon2 {
  margin-left: 38px;
}
.subscribe-btn .dis-icon2::before,
.subscribe-btn .dis-icon2::after {
  content: "→";
  display: block;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 45%;
  right: 14px;
  margin: auto;
  color: var(--theme-yellow-color);
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}
.subscribe-btn .dis-icon2::before,
.subscribe-btn .dis-icon2::after {
  font-weight: 600;
}
.subscribe-btn .dis-icon2::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}
.subscribe-btn:hover .dis-icon2::before {
  opacity: 1;
  transform: translate(0, -50%);
}
.subscribe-btn:hover .dis-icon2::after {
  opacity: 0;
  transform: translate(100%, -50%);
}
.newsletter .input-group-text .bi {
  color: var(--theme-yellow-color);
  font-size: 20px;
}
.newsletter .form-control {
  padding: 1rem;
  border: none;
}
.newsletter .input-group-text {
  padding-left: 1rem;
}
.newsletter .form-control:focus {
  box-shadow: none;
}
.footerbtm {
  border-top: 1px solid #ffffff1a;
  margin-top: 50px;
  padding-top: 60px;
}
.ftr-logo {
  width: 50%;
}
.footerbtm p.ftr-abt {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-white-color);
}
.footerbtm h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-skyblue-color);
  font-family: var(--theme-primary-font-family);
}
.footerbtm .ftr-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.footerbtm .ftr-link ul li {
  margin: 0 8px 5px 0;
}
.footerbtm .ftr-link ul li a {
  color: var(--theme-white-color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;
}
.footerbtm .ftr-link ul li a:hover {
  color: var(--theme-yellow-color) !important;
  padding-left: 5px;
}
.footerbtm .ftr-contact {
  margin-top: 20px;
}
.footerbtm .ftr-contact a {
  color: var(--theme-white-color);
}
.footerbtm .ftr-contact a.phone {
  font-size: 26px;
  font-weight: 800;
  color: var(--theme-skyblue-color);
}
.footerbtm .ftr-contact a:hover {
  color: var(--theme-yellow-color) !important;
}
.footerbtm .ftr-contact p {
  font-size: 16px;
  color: var(--theme-white-color);
}
.footerbtm .ftr-contact p a {
  font-size: 18px;
  color: var(--theme-white-color);
}
.footerbtm {
  position: relative;
}
.ftr_social_items a {
  width: 50px;
  height: 50px;
  background-color: rgb(255 255 255 / 6%);
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-skyblue-color);
  gap: 5px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.ftr_social_items a:hover {
  background-color: var(--theme-skyblue-color);
  color: var(--theme-white-color);
}
.copy-cnt {
  position: relative;
  z-index: 3;
}
.ftr-copy-info {
  padding: 30px 0;
}
.copy-info p {
  color: var(--theme-white-color);
  margin-top: 0px;
  margin-bottom: 0;
}
.copy-info a {
  color: var(--theme-yellow-color);
}
.legal-link a {
  font-size: 14px;
  color: var(--theme-white-color);
  margin: 5px 10px;
}
.legal-link a:hover {
  color: var(--theme-skyblue-color);
}
.ftr-btm {
  border-top: 1px solid #43536a;
  padding-top: 30px;
  margin-top: 30px;
}
.ftr-btm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ftr-btm ul li {
  display: inline-block;
  color: var(--theme-white-color);
  margin: 0 10px;
}
.ftr-btm ul li a {
  font-size: 16px;
  color: var(--theme-white-color);
}
.ftr-btm ul li a:hover {
  color: var(--theme-pink-color);
}
.inner-hero {
  position: relative;
}
.inner-hero img {
  width: 100%;
}
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 41%);
}
.overlay-content h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--theme-white-color);
  text-transform: uppercase;
}
.contact-form-area {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  background-color: #ffffff;
}
.contact-form-content {
  position: relative;
  display: block;
  padding-top: 70px;
  padding-right: 100px;
  padding-bottom: 70px;
  z-index: 1;
}
.contact-form-content:before {
  position: absolute;
  top: 0;
  left: 100px;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  -webkit-box-shadow: 0px 4px 10px 2px #e9e9e9;
  box-shadow: 0px 4px 10px 2px #e9e9e9;
  border-radius: 15px;
}
.contact-information-box {
  position: relative;
  display: block;
  padding: 53px 50px 53px;
  background-image: url(../images/pattern-bg-2.png);
  max-width: 400px;
  width: 100%;
}
.contact-information-box {
  background-color: var(--theme-yellow-color);
}
.contact-information-box .sec-title {
  padding-bottom: 42px;
}
.contact-information-box .sec-title .big-title {
  padding: 0 0 11px;
}
.contact-information-box .sec-title .big-title h2 {
  font-size: 36px;
}
.contact-information-box .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-information-box .sec-title .border-box .linebottom {
  background: #ffffff;
}
.contact-information-box .contact-us {
  position: relative;
  display: block;
}
.contact-information-box .contact-us li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-information-box .contact-us li:last-child {
  margin-bottom: 0;
}
.contact-information-box .contact-us li .icon {
  position: relative;
  top: 1px;
  width: 50px;
}
.contact-information-box .contact-us li .icon i {
  color: #000000;
  font-size: 26px;
}
.contact-information-box .contact-us li .icon,
.contact-information-box .contact-us li .text {
  display: table-cell;
  vertical-align: top;
}
.contact-information-box .contact-us li .text p {
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.contact-information-box .contact-us li .text a {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-information-box .contact-us li .text a:hover {
  color: #f5f5f5;
}
.contact-information-box .follow-us {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 44px;
}
.contact-information-box .follow-us .text {
  position: relative;
  display: block;
}
.contact-information-box .follow-us .text h3 {
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.contact-information-box .follow-us .social-links {
  position: relative;
  display: block;
  padding-left: 20px;
}
.contact-information-box .follow-us .social-links ul {
  overflow: hidden;
}
.contact-information-box .follow-us .social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.contact-information-box .follow-us .social-links ul li:last-child {
  margin-right: 0;
}
.contact-information-box .follow-us .social-links ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-information-box .follow-us .social-links ul li a:hover {
  color: var(--theme-blue-color);
}
.contact-form {
  position: relative;
  display: block;
  padding-left: 40px;
}
.contact-form .title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 40px;
}
.contact-form .title h2 {
  color: #222222;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.contact-form .title p {
  margin: 0;
}
.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 100%;
  height: 50px;
  color: var(--theme-blue-color);
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 30px;
  transition: all 500ms ease;
}
.contact-form form textarea {
  height: 50px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 30px;
  margin-bottom: 25px;
}
.contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: rgb(1 24 104 / 57%);
}
.contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: rgb(1 24 104 / 57%);
}
.contact-form form textarea:focus {
  color: #222222;
  border-color: rgb(1 24 104 / 57%);
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #777777;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #777777;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #777777;
}
.contact-form form textarea:-moz-placeholder {
  color: #777777;
}
.contact-form form textarea::-moz-placeholder {
  color: #777777;
}
.contact-form form textarea:-ms-input-placeholder {
  color: #777777;
}
.contact-form form button {
  padding: 12px 25px;
  background: var(--theme-yellow-color);
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-form form button:hover {
  color: var(--theme-black-color);
}
.awards-section {
  background: #ffffff;
  padding: 60px 15px;
}
.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 40px;
}
.awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.awards-wrapper img {
  max-height: 110px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.awards-wrapper img:hover {
  transform: scale(1.05);
}
.soft-box {
  background: #eaf6fb;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  height: 100%;
}
.title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--theme-blue-color);
}
.sub-text {
  color: var(--theme-gray-color);
  font-size: 16px;
}
.icon-list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.icon-list i {
  color: #1aa3b8;
  margin-right: 10px;
}
.rounded-img {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
}
.link-arrow {
  color: #1aa3b8;
  font-weight: 600;
  text-decoration: none;
}
.link-arrow i {
  transition: 0.3s;
}
.link-arrow:hover i {
  transform: translateX(5px);
}
.filter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 12px 22px;
  border-radius: 30px;
  border: 1px solid var(--theme-gray-light-color);
  background: #fff;
  color: #0b5c80;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--theme-skyblue-color);
  color: #fff;
  border-color: var(--theme-skyblue-color);
}
.job-card {
  border: 1px solid var(--theme-gray-light-color);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.job-left h2 {
  margin: 0;
  color: var(--theme-gray-color);
}
.badge {
  display: inline-block;
  margin-left: 10px;
  background: #3b8cff;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
}
.job-desc {
  margin-top: 15px;
  color: #444;
  line-height: 1.6;
  max-width: 650px;
}
.job-right {
  min-width: 200px;
}
.job-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7f90;
  margin-bottom: 15px;
  font-size: 15px;
}
.job-meta i {
  color: #8aaed3;
}
.divider {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0 30px;
}
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.client-logo img {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  transition: 0.3s;
  opacity: 1;
}
.client-logo img:hover {
  transform: scale(1.07);
  filter: grayscale(100%);
  opacity: 0.8;
}
.map-section {
  background: #f6f2f9;
  padding: 60px 0;
  text-align: center;
}
.map-section img {
  width: 100%;
}
