*,
::after,
::before {
  box-sizing: border-box;
}

/*html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}*/

@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: #003060;
  --theme-skyblue-color: #0E86D4;
  --theme-orange-light-color: #FFD9C9;
  --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;
}

/*common css====================================*/
.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-skyblue-color);
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgb(14 134 212 / 46%);
}

.cmn_btn:hover {
  color: var(--theme-skyblue-color);
  background-color: var(--theme-blue-color);
}

.cmn_btn2 {
  display: inline-block;
  padding: 12px 25px;
  background: transparent;
  border: 1px solid var(--theme-skyblue-color);
  color: var(--theme-skyblue-color);
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--theme-skyblue-color);
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgb(14 134 212 / 46%);
}
.cmn_btn2:hover {
  background-color: var(--theme-blue-color);
  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: 15px;
  margin-top: -70px;
  position: relative;
  margin-left: -15px;
  text-transform: capitalize;
}

.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_2 h2 {
  font-weight: 600;
  font-size: 46px;
  font-family: var(--theme-primary-font-family);
  color: var(--theme-skyblue-color);
  margin-bottom: 15px;
  margin-top: -70px;
  position: relative;
  margin-left: -15px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}

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-orange-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-orange-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)";
}

/*Owl Nav Button====================================*/
.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-blue-color);
  color: var(--theme-blue-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;
}

/* Header section ====================================*/
.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 Social Items =================== */
.header_top .social_items a{
    width: 24px;
    height: 24px;
    background-color: var(--theme-gray-light-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 section ====================================*/
.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;
}

/*Services Section==================*/
.services-sec {
  background: #F6F6F6;
}

.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-orange-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;
}

/* Doctors section ===============================*/
.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 .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}
.dr-box .dr-img:hover img{
  transform: scale(1.07);
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .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 section ===========================*/
.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 section ===============================*/
.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;
}


/*Fancybox ===========================================*/
.gallery-list {
  overflow: visible;
}

.gallery-list .sk-box {
  position: relative;
  overflow: hidden;
  background: #0e86d4 !important;
  color: #fff;
  -webkit-border-radius: 4px;
  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;
}

.gallery-list .sk-box:hover figure img {
  -webkit-transform: translate(0, -50%) scale(1.1);
  transform: translate(0, -50%) scale(1.1);
  opacity: 0.5;
}

.gallery-list .sk-box:hover .sk-text {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  margin: 0 auto;
}

/*Contact Section ====================================*/
.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; /* Darker yellow on hover */
  }

  .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 section ===============================*/
.testimonial-sec{
  background: url(../images/testimonial.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
}
.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-slider{
  position: absolute!important;
  top: -268px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.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;
  /*-webkit-box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
          box-shadow: 0 3px 24px rgb(0 0 0 / 10%);*/
          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 section ===============================*/
.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);
}

/*NewsTicker ==================*/
.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 section ===============================*/
.client-slider .client-item {
    overflow: hidden;
}
.client-slider .client-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .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 .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    filter: grayscale(100);
}

/* footer section ===============================*/
.footer-main {
  background: url(../images/footer-1.jpg) center bottom no-repeat;
  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);
  border-radius: 100px;
  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 figure {
    width: 75px;
    height: 75px;
    background: rgb(255 255 255 / 6%);
    border-radius: 50%;
    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 Button===================*/
.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-orange-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-orange-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: 80%;
}
.footerbtm p.ftr-abt{
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-white-color);
}
.footerbtm h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  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-skyblue-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-orange-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: 60px 0;
}
.copy-info p {
  color: var(--theme-white-color);
  margin-top: 0px;
  margin-bottom: 0;
}
.copy-info a {
  color: var(--theme-orange-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);
}
