:root {
  --main-color: #DE599F;
  --heading-color: #27477D;
  --text-color: #1E1E1E;
  --white-color: #fff;
  --black-color: #000;
  --btn-color: #82B8F5;
  --main-font: "Raleway", serif;
  --heading-font: "Raleway", serif;
  --button-font: "Raleway", serif;
  --sub-font: "Tillana", serif;
}

html,
body {
  font-family: var(--main-font);
}
a {
  text-decoration: none;
}

    
  .container-fluid {
    padding: 0 8%;
  }
  .container{
    padding: 0 8%;
    max-width: 100%;
  }


h1,
h2,
h3,
h5,
h6 {
  font-family: var(--heading-font);
}
p {
  font-family: var(--main-font);
}
.main_menu_hdr {
  background: #fff;
  z-index: 99;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
}

.left_top {
  display: flex;
  justify-content: flex-start;
}

.main_menu {
  display: block;
  position: relative;
  background: #fff;
  padding: 0px;
  border-radius: 15px;
}

.main_menu .navigation.navbar {
  padding: 0;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.logo {
  display: block;
  padding: 0px 0px;
}

.logo a {
  position: relative;
  z-index: 1;
  width: 300px;
  display: inline-block;
}

.logo a img {
  width: 100%;
}
.top_call{
  position: relative;
  padding: 0 15px;
}

.login_hdr a{
  color: #1E1E1E;
}
.register_hdr a{
  
}

/*--- spliting ----*/

.splitting .char {
  animation: slide-in .7s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}



.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--- spliting ----*/



.banner_sec {
  width: 100%;
  background-size: cover;
  position: relative;
}

/* .slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%);
} */

.banner_sec .slick-nav i{
  background: url(../images/slid_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -9px 0 0 -4px;
  height: 18px;
  z-index: 1;
}
.banner_sec .slick-nav:before, .banner_sec .slick-nav:after {
  background: var(--main-color);
  border: none;
}
  .slider,
  .slide {
    height: 768px;
  }


.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.slide .slide__content.slide__content__left {
  left: 0%;
  transform: translate(0%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #FFF;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  letter-spacing: 0px;
}

.slide .slide__content--headings h5 {
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: var(--main-font);
  font-size: 22px;
  font-weight: 500;
  color: var(--white-color);
}

.slide .slide__content--headings .title {
  font-size: 80px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white-color);
}
.slide .slide__content--headings h4 {
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 400;
}

.slide .slide__content--headings .title span {
  color: var(--green-color);
}
.slide__content--headings {
  position: relative;
  width: 60%;
}
.slidebottomleft {
  animation: fadeInUp 1.5s both 1.5s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0%, -50%);
}
.slick-dots li {
  position: relative;
  display: flex;
  margin: 0px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}



.stick-dots .slick-dots li {
  height: 50px;
  width: 50px;
  padding: 0px 5px;
}

.stick-dots .slick-dots li button {  
  color: #000;
  background: none;
  border: none;
  margin: 0px 0px;
  font-size: 20px;
  font-family: var(--text-font);
  position: relative;
  width: 25px;
  height: 25px;
}
.slick-dots li.slick-active button {
  color: var(--green-color);
}
.slick-dots li.slick-active button::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: var(--green-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.slick-dots li.slick-active button::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--green-color);
  width: 100%;
  height: 2px;
  border-radius: 50%;
}




.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  /* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}


.slider .slide.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 1;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  background: url(../images/slid_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

/* .slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
} */

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  background: var(--main-color);
  border: none;
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}



/*-------- button Effect-------*/
.red_btn {
  display: flex;
  box-sizing: border-box;
  padding: 10px 26px;
  border-radius: 10px;
  position: relative;
  color: var(--white-color);
  background: var(--btn-color);
  text-transform: capitalize;
  text-decoration: none;
  overflow: hidden;
  border: none;
  align-items: center;
  justify-content: space-between;
}

.red_btn span {
  font-weight: 600;
  position: relative;
  font-family: var(--button-font);
  /* letter-spacing: 1px; */
  color: var(--white-color);
  font-size: 18px;
}
.red_btn .img_right_icon{
  padding: 4px;
  position: relative;
  display: flex;
  transition: all ease-in 0.3s;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.red_btn:before {
  content: "";
  height: 0;
  width: 100%;
  transform: translateX(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--green-color);
  border-radius: 0px;
  transition: all ease-in 0.3s;
}

.red_btn:hover:before {
  bottom: 0;
  transition: all ease-in 0.3s;
  height: 100%;
}
.red_btn:hover img{
  transform: rotate(45deg);
  transition: all ease-in 0.3s;
}
.red_btn:hover span {
  color: var(--white-color);
}

.red_btn.white_bg {
  color: var(--black-color);
  background: var(--white-color);
}

.red_btn.white_bg:before {
  background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg span {
  color: var(--black-color);
}

.red_btn.black_bg {
  color: var(--white-color);
  background: var(--black-color);
}

.red_btn.black_bg:before {
  background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
  color: var(--white-color);
}



/*-------- button Effect-------*/
.heading_hp h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--heading-color);
  position: relative;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.heading_hp h6 {
  font-weight: 500;
  color: var(--main-color);
  margin-bottom: 15px;
  letter-spacing: 0px;
  font-size: 20px;
  position: relative;
  font-family: var(--sub-font);
}

.heading_hp p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}

.heading_hp.text_white h2,
.heading_hp.text_white p {
  color: var(--white-color);
}

.border_h2 h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.border_h2 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: var(--main-color);
}
.left_line{
  width: 60px;
  height: 2px;
  display: inline-block;
  background: var(--main-color);
  vertical-align: middle;
}


.right_box{
  position: relative;
  display: flex;
  justify-content: end;
}
.one_box{
  width: 400px;
  padding: 20px 90px 20px 20px;
  margin-top: -50px;
  display: flex;
  background: var(--btn-color);
  align-items: center;
  border-radius: 15px 0 0 15px;
}

.call_icon{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.call_icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.call_text h4{
  font-size: 15px;
  font-family: var(--sub-font);
  margin-bottom: 0;
}
.call_text a{
  color: var(--white-color);
  font-size: 25px;
  font-weight: 600;
}


/*---- about ----*/

.about_sec{
  padding: 45px 0 0px 0px;
}
.left_abt_box{
  border: 1px solid var(--btn-color);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all ease-in 0.3s;
}
.abt_icon_img{
  margin-bottom: 30px;
}
.left_abt_box h4{
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 600;
}

.left_abt_box:hover .abt_icon_img{
  transform: translate(0, 0%);
  -webkit-animation: leftmover 2s infinite alternate;
  animation: leftmover 2s infinite alternate;
}

@-webkit-keyframes leftmover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-20px); }
}
@keyframes leftmover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-20px); }
}

.abt_ul{
  position: relative;
  list-style: none;
  padding-left: 0;
}
.abt_ul li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  color: var(--text-color);
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 15px;
}
.abt_ul li:before{
  content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    width: 25px;
    height: 25px;
    background: var(--heading-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/*---- about ----*/

/*---- who we are ----*/

/* gallry page css video  */
.modal-dialog {
  max-width: 1200px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 32px;
  font-weight: normal;
  color: red;
  opacity: 1;
  background: white;
}

.play-btn {
  width: 100px;
  height: 100px;
  background: var(--btn-color);
  border-radius: 50%;
  position: relative;
  display: block;
  /* margin: 40px 0px; */
  box-shadow: 0px 0px 25px 3px #fff;
  user-select: none;
  -webkit-user-drag: none;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid var(--white-color);
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid var(--white-color);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

.video-box {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #ccc;
  border-radius: 15px;
  border: 5px solid var(--white-color);
}

.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.video-box .video-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-box .video-img button {
  padding: 0px;
  margin-bottom: 0px;
  line-height: 0px;
  border: 0px !important;
  background-color: transparent !important;
}

/*---- who we are ----*/

/*---- gallery ----*/
.gallery_sec{
  padding: 80px 0;
}
.galley_padding{
  padding: 0 20px;
}
.gallery_box{
  border-radius: 10px;
  position: relative;
  height: 350px;
}
.gallery_box img{
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter-button-group{
  margin: 20px auto 45px;
}

.gallery_sec .slick-slide .gallery_box:before{
  content: '';
  position: absolute;
  right: 0;
  top:0;
  background: linear-gradient(270deg, #1C4559, transparent);
  width: 45%;
  height: 100%;
  border-radius: 10px;
}
.gallery_sec .slick-slide.slick-center + .slick-slide .gallery_box:before{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  background: linear-gradient(90deg, #1C4559, transparent);
  width: 45%;
  height: 100%;
  border-radius: 10px;
}
.gallery_sec .slick-slide.slick-current.slick-active.slick-center .gallery_box:before{
  content: none;
}
.gallery_sec .slick-nav i{
  background: url(../images/slid_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -9px 0 0 -4px;
  height: 18px;
  z-index: 1;
}
.gallery_sec .slick-nav.next-arrow{
  right: 20%;
}
.gallery_sec .slick-nav.prev-arrow{
  left: 20%;
}
.gallery_sec .slick-nav:before, .gallery_sec .slick-nav:after{
  border: none;
}
.gallery_sec .img-wrapper{
  height: 100%;
}
.gl-box {
  position: relative;
  display: block;
  height: 300px;
  width: 31%;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-grid{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin-left: 65px;
}
.gallery-grid .gl-box:nth-child(7){
 height: 300px;
}
.gallery-grid .gl-box:nth-child(2){
 height: 300px;
}
.gallery-grid .gl-box:nth-child(3){
 height: 620px;
}
.gallery-grid .gl-box:nth-child(4){
 height: 300px;
}
.gallery-grid .gl-box:nth-child(5){
 height: 300px;
}
.gallery-grid .gl-box:nth-child(6){
 height: 300px;
}
.gl-box .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.gl-box:hover .overlay{
  opacity: 1;
  transition: 0.5s;
}
.gl-box .img-overlay { 
  width: 80px;
  height: 80px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.gl-box .img-overlay i {
  transform: rotate(-45deg);
  font-size: 30px;
  color: var(--white-color);
}
.gl-box:hover .overlay{
  opacity: 1;
  transition: 0.5s;
}
.bi{
  display: none;
}
.button-group{
  text-align: center;
}

.gl-box .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #15181B;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}
.gl-box:hover .text-box{
  opacity: 1;
  transition: .5s;
}
.gl-box:hover .text-box p,
.gl-box:hover .text-box h5{
  color: #fff;
}

.gallery-grid .img-wrapper img{
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery_sec .btn{
  background-color: var(--btn-color);
  padding: 9px 28px;
  border-radius: 10px;
  font-family: var(--main-font);
  /* text-transform: uppercase; */
  color: var(--white-color);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 0 7px;
}
.gallery_sec .btn:hover{
  background-color: var(--btn-color);
}
.gallery_sec .img-wrapper a{
  color: #fff;
}
/*---- gallery ----*/
/*---- services ----*/
.services_sec{
  padding: 80px 0;
}
.ser_padding{
  padding: 15px 15px;
}
.ser_box{
  background: var(--white-color);
  width: 100%;
  display: block;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 16px rgb(0 0 0 / 12%);
  text-align: center;
  border: 1px solid var(--btn-color);
}
.ser_box img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}
.ser_text span {
  position: relative;
  margin: -50px auto 15px;
  width: 70px;
  height: 70px;
  background: var(--white-color);
  display: block;
  padding: 13px;
  border-radius: 50%;
  border: 3px solid var(--btn-color);
}
.ser_text span img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.ser_text h4{
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 700;
}
.ser_text p{
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
}
.ser_text .readmore{
  color: var(--btn-color);
  font-size: 16px;
  font-weight: 600;
}

.ser_text{
  padding: 15px 0 0;
}
.services_sec .slick-nav i{
  background: url(../images/slid_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -9px 0 0 -4px;
  height: 18px;
  z-index: 1;
}
.services_sec .slick-nav.next-arrow{
  right: -3%;
}
.services_sec .slick-nav.prev-arrow{
  left: -3%;
}
.services_sec .slick-nav:before, .services_sec .slick-nav:after{
  background: var(--main-color);
  border: none;
}
.services_sec .slick-nav:hover:before, .services_sec .slick-nav:hover:after{
  background: var(--main-color);
}

.services_sec .slick-nav:hover i{
  filter:  brightness(0) invert(1);
}
/*---- services ----*/

/*---- blog ----*/
.blog_sec{
  padding: 80px 0;
}
.blog_padding{
  padding: 15px;
}
.blog_sec .news_img {
  height: 240px;
  position: relative;
}
.blog_sec .news_img img{
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}   
.latest_news_box{
  box-shadow: 0px 2px 21px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.blog_sec .news_text {
  background: rgb(255 255 255 / 100%);
  padding: 25px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--btn-color);
  border-top: 0;
}
.blog_sec .news_text h4{
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  /* overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 50px; */
}
.news_name h6{
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 5px;
}
.news_text a{
  color: var(--btn-color);
  font-weight: 600;
}
.news_date{
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 0 0 10px 10px;
  border-top: 3px solid var(--btn-color);
  text-align: center;
  line-height: 1;
}
.news_date span{
  color: var(--heading-color);
  font-size: 25px;
  font-weight: 600;
}
/*---- blog ----*/

/*---- testimonial ----*/
.testimonial_sec{
  padding: 80px 0;
  background: url(../images/testi_bg.png);
}
.testi_box{
  background: var(--white-color);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}
.testi_box ul{
  padding-left: 0;
  display: flex;
  list-style: none;
}
.testi_box ul li{
  color: #FCD80C;
  padding-right: 5px;
}
.testi_box p{
  font-style: italic;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.testi_text h4{
  margin-bottom: 0px;
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600;
}
.testi_padding{
  padding: 15px;
}
.textimonial_nav{
  width: 70%;
}
.testi_nav span{
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}
.testi_nav span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi_img span{
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 7px rgb(0 0 0 / 15%);
  margin-right: 5px;
}
.testi_img span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.textimonial_nav .slick-nav.next-arrow{
  left: 20%;
}
.textimonial_nav .slick-nav {
  top: auto;
  bottom: -68px;
}
.textimonial_nav .slick-nav i{
  background: url(../images/slid_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -9px 0 0 -4px;
  height: 18px;
  z-index: 1;
}
.textimonial_nav .slick-nav:before, .textimonial_nav .slick-nav:after{
  background: var(--main-color);
  border: none;
}
.textimonial_nav .slick-nav:hover:before, .textimonial_nav .slick-nav:hover:after{
  background: var(--main-color);
}
.textimonial_nav .slick-nav:hover i{
  filter:  brightness(0) invert(1);
}
/*---- testimonial ----*/

.count_sec{
  position: relative;
  padding-bottom: 20px;
}
.counter_js{
  position: relative;
}
.counter_js #counter {
  padding-left: 0px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.counter_js #counter li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  border-radius: 10px;
  color: var(--white-color);
  width: 290px;
  padding: 5px 15px;
}
.count, .plus_count{
  font-size: 35px;
  font-family: "Roboto", serif;
  line-height: 35px;
}
.counter_js #counter li span{
  display: block;
}
.counter_js #counter li h4{
  margin-bottom: 0;
  font-size: 20px;
}
.round_icon{
  background: var(--white-color);
  padding: 18px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
}
.round_icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newsletter_sec{
  position: relative;
  background:var(--btn-color);
  padding: 80px 0;
  display: inline-block;
  width: 100%;
}
.newsletter_sec:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(39 71 125 / 76%);
}
.news_letter_bg{
  padding: 30px 0 0;
  position: relative;
}
.newsletter_sec .heading_hp.text_white h6{
  color: var(--white-color);
}
.news_leter_form{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.news_leter_form .form-control{
  background: var(--white-color);
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 10px !important;
  padding: 20px 20px;
  font-size: 18px;
  color: var(--text-color);
}
.news_leter_form .form-control::placeholder {
  color: #848484;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
}

.news_leter_form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #848484;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px; 
}
.news_leter_form .news_letter {
  position: absolute;
  top: 28%;
  right: 2px;
  background: var(--btn-color) url(../images/send.png);
  border: none;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0px;
  letter-spacing: 2px;
  width: 66px;
  height: 66px;
  background-size: 30px;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
  background-position: center center;
}

/*--- footer ---*/
.footer_sec{
  width: 100%;
  background: var(--heading-color);
  padding: 50px 0 0px 0;
}
.left_logo span{
  color: #fff;
}
.ftr_logo img{
  width: 100%;
  max-width: 280px;
}
.left_ali{
  width: 100%;
}
.left_ali h4{
  position: relative;
  color: var(--white-color);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}
.left_ali p, .left_ali a{
  color: var(--white-color);
  text-decoration: none;
  font-size: 15px;
}
.read_more{
  color: #0C7682;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
.icon_map{
  margin-right: 10px;
}
.icon_map span{
  color: #0C7682;
  font-size: 20px;
}
.ftr_text_h p{
  margin: 0;
}
.left_aa ul{
  list-style: none;
  padding-left: 0;
}
.left_aa ul li a{
  color: var(--white-color);
  padding: 4px 0 4px 25px;
  display: block;
  line-height: 20px !important;
  position: relative;
}
.left_aa ul li a:before{
  content:"\f105";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--white-color);
  transform: translate(0px, -50%);
}

.ftr_text_h span{
  font-size: 13px;
  color: rgb(255 255 255 / 60%);
  display: block;
}
.left_ali ul{
  list-style: none;
  padding-left: 0;
}
.left_ali ul li a{
  line-height: 40px;
}
.left_logo p{
  color: rgb(255 255 255 / 80%);
  margin-bottom: 15px;
  font-size: 14px;
}
.left_logo ul{
  list-style: none;
  padding-left: 0;
  display: flex;
}
.left_logo ul li{
  margin-right: 5px;
}
.left_logo ul li a{
  color: #ffffff;
    padding: 8px;
    display: flex;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    background: var(--btn-color);
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}
.left_logo ul li a:hover{
  background: rgb(12 118 130 / 20%);
  color: #0C7682;
}
.frt_btm ul{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.frt_btm ul li{
  padding: 0 10px;
}
.frt_btm ul li a{
  font-size: 15px;
  color: var(--white-color);
  text-decoration: none;
  text-transform: uppercase;
}
.copy_right{
  font-size: 15px;
  color: rgb(255 255 255 / 80%);
  margin-bottom: 0;
  font-weight: 500;
}
.copy_right a{
  color: rgb(255 255 255 / 50%);
  text-decoration: none;
}

.btm_ftr{
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgb(255 255 255 / 50%);
  margin-top: 22px;
}


/*------------- Inner Page ----------------- */
.inner_banner_sec {
  padding: 100px 0 100px 0;
  position: relative
}
.inner_banner_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.inner_banner_ontent {
  position: relative;
  z-index: 9
}
.inner_banner_ontent h1{
  font-size: 48px;
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 0;
}
.inner_banner_ontent h4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 300
}
.inner_banner_ontent p{
  color: var(--white-color);
}
.inr_latest:before{
  content: none;
}
/*------ inner about page ------*/
.inr_abt{
  width: 100%;
  display: inline-block;
}
.inr_abt .abt_right_img {
  width: 700px;
  position: relative;
  float: right;
  margin-bottom: 50px;
  padding-left: 50px;
}
.inr_abt .abt_right_img img{
  width: 100%;
  position: relative;
}
/*------ inner about page ------*/
/*------ contact page ------*/

.contact_us {
  position: relative;
}

.contact_wrap_main {
  margin: 50px 0px 0;
}
.contact_left{
  margin-bottom: 80px;
}

.contact_left p {
  font-size: 15px;
}

.contact_form {
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
}

.contact_us .form_group_wrap {
  margin: 0px 0px 15px;
}
.contact_us .form_group_wrap p{
	margin-bottom:5px;
}
.contact_us .contact_form .form-control {
  padding: 10px 10px;
}

.contact_us .contact_form .send-msg .btn {
  background: var(--main-color);
  color: var(--white-color);
  font-size: 16px;
  box-shadow: none;
  outline: none;
  padding: 10px 0px;
  width: 100%;
}

.contact_right {
  position: relative;  
  margin-top: 0px;
}

.contact_info {
  padding: 30px 25px;
  border-bottom: 5px solid var(--btn-color);
  box-shadow: 10px 25px 50px rgb(0 0 0 / 13%);
  border-radius: 10px;
  background: #fff;
  min-height: 135px;
}

.contact_us .con_icon {
  width: 45px;
  height: 45px;
  background: var(--main-color);
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-right: 10px;
}

.contact_us .con_text {
  margin-top: 0px;
}

.contact_us .con_text a {
  color: #161723;
  text-decoration: none;
  font-size: 17px;
}

.contact_us .con_text h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.contact_us .con_text p{
  margin-bottom: 0;
}

/*------ contact page ------*/



/*------ blog Details ------*/
.blog_details .news_img{
  height: 400px;
}

.blog_details .news_img img{
  border-radius: 0;
}
.blog_details .latest_news_box{
  box-shadow: none;
}
.blog_details .news_text{
  background: none;
  border: none;
  padding: 0;
}
.blog_deail_padding{
  padding: 20px;
}
.blog_details .slick-nav i{
  background: url(../images/slid_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -9px 0 0 -4px;
  height: 18px;
  z-index: 1;
}
.blog_details .slick-nav.next-arrow{
  right: -3%;
}
.blog_details .slick-nav.prev-arrow{
  left: -3%;
}
.blog_details .slick-nav:before, .blog_details .slick-nav:after{
  background: var(--main-color);
  border: none;
}
.blog_details .slick-nav:hover:before, .blog_details .slick-nav:hover:after{
  background: var(--main-color);
}

.blog_details .slick-nav:hover i{
  filter:  brightness(0) invert(1);
}

/*------ blog Details ------*/


/*------ Gallery Page ------*/
.img-wrapper {
  overflow: hidden;
}
.img-wrapper img{
  transition: transform .5s ease;
}
.img-wrapper img:hover{
  transform: scale(1.5);
  cursor: zoom-in;
}
.gallery_page .img-wrapper img{
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

/*------ Gallery Page ------*/
/*------ pregnency Page ------*/

.abt_left_img{
  width: 700px;
  position: relative;
  float: left;
  margin-bottom: 50px;
  padding-right: 50px;
}
.abt_left_img img{
  width: 100%;
}
.symptoms_sec{
  padding: 80px 0;
}


/*------ pregnency Page ------*/
/*------ birth Page ------*/

.min_height_box{
  min-height: 170px;
  height: 100%;
}
.min_height_box p{
  margin-bottom: 0;
}