:root {
  --main-color: #FF3131;
  --heading-color:#232331;
  --text-color: #1E1E1E;
  --white-color:#fff;
  --black-color:#000;
  --main-font: "Inter", sans-serif;
  --heading-font: "Syne", sans-serif;
  --button-font: "Inter", sans-serif;
}
html, body{
  font-family: var(--main-font);
}
a{
  text-decoration: none;
}
.container-fluid{
padding: 0 4%;
}
@media (min-width:1450px){
  .container{
      max-width: 1500px;
  }
}
h1, h2, h3, h5, h6{
font-family: var(--heading-font);
}
p{
  font-family: var(--main-font);
}
.main_menu_hdr{
  background: none;
  z-index: 99;
  position: relative;
  width: 100%;
  left: 0;
  top: 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;
}
.logo a{
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 10px 10px rgb(0 0 0 / 20%);
  padding: 10px;
  margin-bottom: -22px;
}
.logo a img{
  width: 100%;
}
.right_login{
  background: var(--white-color);
  padding: 0px 10px 7px;
}
.right_top{
  display: block;
}
.call a{
  color: var(--white-color);
  text-decoration: none;
  font-size: 20px;
}
.icon_c a{
  color: #145FC2;
  padding: 6px 18px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  background: rgb(20 95 194 / 10%);
}
.icon_c a i{
  margin-right: 5px;
}
.login{
  position: relative;
}
.login a{
  color: var(--text-color);
  text-decoration: none;
  transition: all ease-in 0.3s;
}
.login a i{
  color: var(--main-color);
}
.banner_sec{
  width: 100%;
  background-size: cover;
  position: relative;
}
.bg_slid{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 999;
}
.bg_slid img{
  width: 100%;
}
.slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 38%), transparent);
}
.slider, .slide {
  height: 90vh;
}
.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:40%;
}
.slide .slide__content.slide__content__left {
  left: 20%;
  transform: translate(-20%, -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;
  animation:fadeInLeft 0.5s both 1.5s;
}
.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: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  animation:fadeInLeft 1s both 1.5s;
}
.slide .slide__content--headings .title {
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
}
.slidebottomleft{
  animation:fadeInUp 1.5s both 1.5s;
}
.slick-dotted .slick-slider {
margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  top: 50%;
  right: 34px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0px, -50%);
}
.slick-dots li {
position: relative;
display: inline-block;
margin: 0px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
display: block;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
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;
}
.simple-dots .slick-dots li.slick-active button {
color: white;
opacity: 0.75;
}

.stick-dots .slick-dots li {
height: 3px;
width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 1;
  width: 35px;
  height: 3px;
  padding: 0;
  border-radius: 30px;
}
.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: var(--main-color);
opacity: 1;
width: 50px;
background: var(--main-color);
}
.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%;
}
.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%;
border: 2px solid var(--border);
}
.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);
}
}
.banner_sec{
  position: relative;
}
.banner_left_img{
  width: 125px;
  position: absolute;
  left: 30px;
  top: 10%;
  z-index: 1;
}
.banner_left_img img{
  width: 100%;
}
.banner_btm_img{
  width: 125px;
  position: absolute;
  left: 0px;
  bottom: 0%;
  z-index: 1;
}
.banner_btm_img img{
  width: 100%;
}
.banner_btm_mid{
  width: 100px;
  position: absolute;
  left: 25%;
  bottom: 5%;
  z-index: 1;
}
.banner_btm_mid img{
  width: 100%;
}
.banner_mid_mid {
  width: 300px;
  position: absolute;
  right: 25%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}

@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}
.banner_mid_mid img{
  width: 100%;
}
.banner_right_top {
  width: 300px;
  position: absolute;
  right: 15%;
  top: 10%;
  z-index: 1;
  transform: translate(0, -10%);
}
.banner_right_top img{
  width: 100%;
}

@keyframes pulseBig {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
.pulseBig {
  animation-name: pulseBig;
  animation-duration: 1s;
}


/*-------- button Effect-------*/
.red_btn {
display: inline-block;
box-sizing: border-box;
padding: 12px 35px;
border-radius: 30px;
position: relative;
color: var(--white-color);
background: var(--main-color);
text-transform: uppercase;
text-decoration: none;
overflow: hidden;
	border:none;
}
.red_btn span {
font-weight: 500;
position: relative;
font-family: var(--button-font);
letter-spacing: 0px;
color: var(--white-color); 
}
.red_btn span i{
  transform: rotate(323deg);
  transition: all ease-in 0.3s;
}
.red_btn:before {
content: "";
height: 0;
width: 100%;
transform: translateX(0%);
position: absolute;
bottom: 0;
left: 0;
background: var(--heading-color);
border-radius: 30px;
transition: all ease-in 0.3s;
}
.red_btn:hover span i{
  transform: rotate(0deg);
  transition: all ease-in 0.3s;
}
.red_btn:hover:before{
bottom: 0;
transition: all ease-in 0.3s;
height: 100%;
}
.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);
}















.green_btn {
display: inline-block;
box-sizing: border-box;
padding: 12px 35px;
border-radius: 30px;
position: relative;
color: var(--white-color);
background: #145fc2;
text-transform: uppercase;
text-decoration: none;
overflow: hidden;
}
.green_btn span {
font-weight: 500;
position: relative;
font-family: var(--button-font);
letter-spacing: 0px;
color: var(--white-color); 
}
.green_btn span i{
  transform: rotate(323deg);
  transition: all ease-in 0.3s;
}
.green_btn:before {
content: "";
height: 0;
width: 100%;
transform: translateX(0%);
position: absolute;
bottom: 0;
left: 0;
background: var(--heading-color);
border-radius: 30px;
transition: all ease-in 0.3s;
}
.green_btn:hover span i{
  transform: rotate(0deg);
  transition: all ease-in 0.3s;
}
.green_btn:hover:before{
bottom: 0;
transition: all ease-in 0.3s;
height: 100%;
}
.green_btn:hover span{
color: var(--white-color);  
}
.green_btn.white_bg{
color: var(--black-color);
background: var(--white-color);
}
.green_btn.white_bg:before {
background: rgb(255 255 255 / 50%);
}
.green_btn.white_bg span{
color: var(--black-color);
}

.green_btn.black_bg{
color: var(--white-color);
background: var(--black-color);
}
.green_btn.black_bg:before {
background: rgb(0 0 0 / 50%);
}
.green_btn.black_bg span{
color: var(--white-color);
}
/*-------- button Effect-------*/
.heading_hp h2{
  font-size: 42px;
  font-weight: 600;
  color: var(--heading-color);
  position: relative;
}
.heading_hp h6{
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 25px;
}
.heading_hp p{
  font-size: 15px;
  color: #1e1e1e;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}
.heading_hp.text_white h2, .heading_hp.text_white p{
  color: var(--white-color);
}
.about_sec{
  padding: 0px 0px;
}
.img1{
  width: 450px;
  z-index: 999;
  position: relative;
  margin: 0 auto;
}
.img1 img{
  width: 100%;
}
.about_left_btm{
  width: 200px;
  position: absolute;
  left: 15%;
  bottom: 20%;
  transform: translate(0, -20%);
  z-index: 9999;
}
.about_left_btm img{
  width: 100%;
}
.about_left_right{
  width: 100px;
  position: absolute;
  right: 5%;
  top: 15%;
  transform: translate(0, -20%);
  z-index: 9999;
  -webkit-animation: leftmover 2s infinite  alternate;
    animation: leftmover 2s infinite  alternate;
}
.about_left_right img{
  width: 100%;
}
@-webkit-keyframes leftmover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-40px); }
}
@keyframes leftmover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-40px); }
}


/*--- hrart rate -----*/
.img_part{
  width: 100%;
  height: 100%;
  position: relative;
}
.heart-rate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.heart-rate img{
  width: 100%;
  height: auto;
  position: relative;
  margin: 20px auto;
}
.fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  animation: heartRateIn 3.5s linear infinite;
}

.fade-out {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -120%;
  animation: heartRateOut 3.5s linear infinite;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

@keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

@keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}
/*--- hrart rate -----*/
.abt_ul{
  position: relative;
  list-style: none;
  padding-left: 0;
}
.abt_ul li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.abt_ul li:before{
  content: "\f178";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0;
  width: 30px;
  height: 30px;
  background: #145FC2;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading_nn{
  background: #fff;
  color: #145FC2;
  box-shadow: 0px 6px 10px rgb(20 95 194 / 28%);
  display: inline-block;
  padding: 6px 17px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.free_schedule{
  padding: 44px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.schu_img_part{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.schu_img_part img{
  width: 100%;
  vertical-align: bottom;
}
.free_schedule h4{
  color: var(--white-color);
  font-size: 25px;
  margin-bottom: 15px;
}

.sche_sec{
 padding: 50px 0;
}

.free_schedule_one{
  height: 353px;
  margin-top: -45px;
}
.free_schedule_two{
  height: 390px;
}
#particles-js{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}
#particles-js canvas{
  width: 100%;
  height: 100%;
}
#particles-js1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}
#particles-js1 canvas{
  width: 100%;
  height: 100%;
}


.our_vision{
  width: 100%;
  position: relative;
  padding: 0px;
  z-index: 2;
  background: url(../images/our_version.png);
  background-repeat: no-repeat;
  background-position: right;
}
.our_vision_text{
  width: 100%;
  z-index: 1;
  position: relative;
  background: #B6D9F0;
  padding: 70px 40px 0px 15%;
  border-radius: 0 30px 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 320px;
}
.vision_box{
  width: 100%;
  background: var(--white-color);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 13px rgb(0 0 0 / 18%);
}
.vision_image{
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-bottom: 15px;
}
.vision_image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vision_box h4{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.vision_box p{
  font-size: 15px;
  margin-bottom: 0;
}
.vision_padding{
  padding: 64px 15px 15px;
  transition: all ease-in 0.3s;
}
.vision_slider .slick-slide:hover .vision_padding{
  margin-top: -50px;
  transition: all ease-in 0.3s;
}
.padding_viss{
  padding: 30px;
}
.padding_viss .slick-arrow{
  border: 1px solid #D9D9D9;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}
.padding_viss .slick-arrow i{
  color: #D9D9D9;
}
.padding_viss .slick-arrow:hover i{
  color: #fff;
}
.padding_viss .slick-arrow:hover{
  background:#D9D9D9;
}
.our_bg{
  width: 100%;
  position: absolute;
  left: 0;
  top: 64%;
  transform: translate(0px, -64%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
.our_bg img{
  width: 100%;
}
.our_bg span{
  position: relative;
  height: 200px;
  width:1px;
  transform-style: preserve-3d;
  background-color: #FF3131;
  margin-left: 20px;
  border: 1px solid #FF3131;
  transform:  perspective(600px);
  animation: animationdna 3.5s linear infinite;
  box-shadow: 10px 5px 50px #dfe6cc;
}
.our_bg span::before{
  content:"";
  position: absolute;
  top:-5px;
  transform-origin: top;
  width:20px;
  height:20px;
  background-color: #FF3131;
  border-radius: 50px;
  left: -8px;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 20px #FF3131,  inset 5px 5px 10px #000;

}
.our_bg span::after{
  content:"";
  position: absolute;
  bottom:0;
  transform-origin: bottom;
  width:20px;
  height:20px;
  background-color: #4b9fd4;
  border-radius: 50px;
  bottom: -5px;
  left: -8px;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 20px #4b9fd4, inset 5px 5px 10px #000 ;
}
.our_bg span:nth-child(1){
  animation-delay: 0.1s;
}
.our_bg span:nth-child(2){
  animation-delay: 0.2s;
}
.our_bg span:nth-child(3){
  animation-delay: 0.3s;
}
.our_bg span:nth-child(4){
  animation-delay: 0.4s;
}
.our_bg span:nth-child(5){
  animation-delay: 0.5s;
}
.our_bg span:nth-child(6){
  animation-delay: 0.6s;
}
.our_bg span:nth-child(7){
  animation-delay: 0.7s;
}
.our_bg span:nth-child(8){
  animation-delay: 0.8s;
}
.our_bg span:nth-child(9){
  animation-delay: 1s;
}
.our_bg span:nth-child(10){
  animation-delay: 1.1s;
}
.our_bg span:nth-child(11){
  animation-delay: 1.2s;
}
.our_bg span:nth-child(12){
  animation-delay: 1.3s;
}
.our_bg span:nth-child(13){
  animation-delay: 1.4s;
}
.our_bg span:nth-child(14){
  animation-delay: 1.5s;
}

.our_bg span:nth-child(15){
  animation-delay: 1.6s;
}
.our_bg span:nth-child(16){
  animation-delay: 1.7s;
}
.our_bg span:nth-child(17){
  animation-delay: 1.8s;
}
.our_bg span:nth-child(18){
  animation-delay: 1.9s;
}
.our_bg span:nth-child(19){
  animation-delay: 2s;
}
.our_bg span:nth-child(20){
  animation-delay: 2.1s;
}
.our_bg span:nth-child(21){
  animation-delay: 2.2s;
}
.our_bg span:nth-child(22){
  animation-delay: 2.3s;
}
.our_bg span:nth-child(23){
  animation-delay: 2.4s;
}
.our_bg span:nth-child(24){
  animation-delay:2.5s;
}
.our_bg span:nth-child(25){
  animation-delay: 2.6s;
}
.our_bg span:nth-child(26){
  animation-delay: 2.7s;
}
.our_bg span:nth-child(27){
  animation-delay: 2.8s;
}
.our_bg span:nth-child(28){
  animation-delay: 2.9s;
}
.our_bg span:nth-child(29){
  animation-delay: 3s;
}
.our_bg span:nth-child(30){
  animation-delay: 3.1s;
}
.our_bg span:nth-child(31){
  animation-delay: 3.2s;
}
.our_bg span:nth-child(32){
  animation-delay: 3.3s;
}
.our_bg span:nth-child(33){
  animation-delay: 3.4s;
}
.our_bg span:nth-child(34){
  animation-delay: 3.5s;
}
.our_bg span:nth-child(35){
  animation-delay: 3.6s;
}
.our_bg span:nth-child(36){
  animation-delay: 3.7s;
}
.our_bg span:nth-child(37){
  animation-delay: 3.8s;
}
.our_bg span:nth-child(38){
  animation-delay: 3.9s;
}
.our_bg span:nth-child(39){
  animation-delay: 4s;
}
.our_bg span:nth-child(40){
  animation-delay: 4.1s;
}
.our_bg span:nth-child(41){
  animation-delay: 4.2s;
}
.our_bg span:nth-child(42){
  animation-delay: 4.3s;
}
.our_bg span:nth-child(43){
  animation-delay: 4.4s;
}
.our_bg span:nth-child(44){
  animation-delay: 4.5s;
}
.our_bg span:nth-child(45){
  animation-delay: 4.6s;
}
.our_bg span:nth-child(46){
  animation-delay: 4.7s;
}
.our_bg span:nth-child(47){
  animation-delay: 4.8s;
}
.our_bg span:nth-child(48){
  animation-delay: 4.9s;
}
.our_bg span:nth-child(49){
  animation-delay: 5s;
}
.our_bg span:nth-child(50){
  animation-delay: 5.1s;
}
.our_bg span:nth-child(51){
  animation-delay: 5.2s;
}
.our_bg span:nth-child(52){
  animation-delay: 5.3s;
}
.our_bg span:nth-child(53){
  animation-delay: 5.4s;
}
.our_bg span:nth-child(54){
  animation-delay: 5.5s;
}
.our_bg span:nth-child(55){
  animation-delay: 5.6s;
}
.our_bg span:nth-child(56){
  animation-delay: 5.7s;
}
.our_bg span:nth-child(57){
  animation-delay: 5.8s;
}
.our_bg span:nth-child(58){
  animation-delay: 5.9s;
}
.our_bg span:nth-child(59){
  animation-delay: 6s;
}
.our_bg span:nth-child(60){
  animation-delay: 6.1s;
}
.our_bg span:nth-child(61){
  animation-delay: 6.2s;
}
.our_bg span:nth-child(62){
  animation-delay: 6.3s;
}
.our_bg span:nth-child(63){
  animation-delay: 6.4s;
}
.our_bg span:nth-child(64){
  animation-delay: 6.5s;
}
.our_bg span:nth-child(65){
  animation-delay: 6.6s;
}
.our_bg span:nth-child(66){
  animation-delay: 6.7s;
}
.our_bg span:nth-child(67){
  animation-delay: 6.8s;
}
.our_bg span:nth-child(68){
  animation-delay: 6.9s;
}
.our_bg span:nth-child(69){
  animation-delay: 7s;
}
.our_bg span:nth-child(70){
  animation-delay: 7.1s;
}
.our_bg span:nth-child(71){
  animation-delay: 7.2s;
}
.our_bg span:nth-child(72){
  animation-delay: 7.3s;
}
.our_bg span:nth-child(73){
  animation-delay: 7.4s;
}
.our_bg span:nth-child(74){
  animation-delay: 7.5s;
}
.our_bg span:nth-child(75){
  animation-delay: 7.6s;
}
.our_bg span:nth-child(76){
  animation-delay: 7.7s;
}
.our_bg span:nth-child(77){
  animation-delay: 7.8s;
}
.our_bg span:nth-child(78){
  animation-delay: 7.9s;
}
.our_bg span:nth-child(79){
  animation-delay: 8s;
}
.our_bg span:nth-child(80){
  animation-delay: 8.1s;
}
.our_bg span:nth-child(81){
  animation-delay: 8.2s;
}
.our_bg span:nth-child(82){
  animation-delay: 8.3s;
}
.our_bg span:nth-child(83){
  animation-delay: 8.4s;
}
.our_bg span:nth-child(84){
  animation-delay: 8.5s;
}
.our_bg span:nth-child(85){
  animation-delay: 8.6s;
}
.our_bg span:nth-child(86){
  animation-delay: 8.7s;
}
.our_bg span:nth-child(87){
  animation-delay: 8.8s;
}
.our_bg span:nth-child(88){
  animation-delay: 8.9s;
}
.our_bg span:nth-child(89){
  animation-delay: 9s;
}
.our_bg span:nth-child(90){
  animation-delay: 9.1s;
}
.our_bg span:nth-child(91){
  animation-delay: 9.2s;
}
.our_bg span:nth-child(92){
  animation-delay: 9.3s;
}

@keyframes animationdna {
  0%{
      transform: perspective(600px) rotateX(0deg);
  }
  100%{
      transform: perspective(600px) rotateX(360deg);
  }
}

.our_bg:before{
  position: absolute;
  content: '';
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  background:rgb(255 255 255 / 87%);
  z-index: 1;
}

.our_mission:before{
  content: '';
  position: absolute;
  left: -200px;
  top: -226px;
  background: radial-gradient(#c5ffcc, transparent 65%);
  border-radius: 50%;
  width: 800px;
  height: 800px;
  z-index: 1;
}
.our_mission:after{
  content: '';
  position: absolute;
  right: -173px;
  bottom: -212px;
  background: radial-gradient(#B6D9F0, transparent 65%);
  border-radius: 50%;
  width: 600px;
  height: 600px;
  z-index: 1;
}
.our_mission{
  padding: 213px 0 100px;
  position: relative;
  overflow: hidden;
}
.bg_white{
  background: var(--white-color);
}
.box_sec{
  position: relative;
}
.our_mis{
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.our_mis:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 0;
  height: 79%;
  border: 1px solid #7B7A7A;
  transform: translate(-50%, -50%);
}


.box_sec h4{
  font-size: 20px;
}
.box_sec p{
  margin-bottom: 0;
  font-size: 15px;
}

.dor_ber{
  width: 100%;
  position: relative;
}
.dor_ber span{
  width: 35px;
  height: 35px;
  content: '';
  background: #145FC2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_year span{
  width: 90px;
  height: 90px;
  display: inline-block;
  background: #B6D9F0;
  border-radius: 50%;
  padding: 18px;
}
.box_year span img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ucm_map{
  width: 100%;
  padding: 0px 0;
  position: relative;
  margin-top: -147px;
}
.about_counter{
  position: relative;
  z-index: 1;
  padding: 30px 75px 30px 30px;
}
.about_counter:before{
  content: '';
  position: absolute;
  background: rgb(255 255 255 / 10%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  backdrop-filter: blur(9px);
  border: 2px solid #fff;
  border-radius: 30px 0 0 0;
}
.ucm_map .heading_hp{
  position: relative;
  z-index: 1;
}
.ucm_map .heading_hp h2{
  font-size: 60px;
}

.counter-part {
  position: relative;
  width: 100%;
  z-index: 99;
}
.count-div {
  padding: 10px;
}
.count-text h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--white-color);
}
.count_plus {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: var(--white-color);
}


.latest_project_sec{
  padding: 70px 0;
  position: relative;
}
.latest_po{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.latest_po img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.po_zi{
  position: relative;
  z-index: 1;
}
.ser_padding{
  padding: 0 10px;
}
.ser_line{
  padding: 0px 15px;
}
.img_box_card h4{
  color: var(--text-color);
  font-size: 18px;
  font-family: var(--main-font);
  font-weight: 600;
  min-height: 46px;
}
.img_box_card{
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: rgb(255 255 255 / 21%);
  backdrop-filter: blur(7px);
  margin-bottom: 20px;
  transition: 0.6s;
}


.img_servic{
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}
.img_servic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.ser_btn{
  padding: 0px 20px;
  color: var(--main-color);
  background: rgb(255 49 49 / 28%);
  font-size: 22px;
  border-radius: 30px;
}
.ser_btn i{
  line-height: 0;
}
.z-index-2{
  z-index: 2;
}
.call_bg{
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.call_to_action{
  position: relative;
  z-index: 1;
  background: #145FC2 url(../images/call_bg.png);
  border-radius: 10px;
  padding: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.call_to_action h2{
  color: var(--white-color);
  margin-bottom: 30px;
}
.call_to_img{
  width: 500px;
  position: absolute;
  bottom: 0;
}
.call_to_img img{
  width: 100%;
}


/*---faq--*/

.faq_section{
  padding: 0;
}
.faq_img, .faq_img img{
  width: 100%;
}
.faq_sec .accordion-header .accordion-button{
  background: none;
  border-radius: 5px;    
  font-size: 22px;
  font-weight: 600;
  font-family: var(--heading-font);
  padding: 5px 0;
}
.faq_sec .accordion-body{
  padding: 15px 0; 
}
.faq_sec .accordion-header .accordion-button.collapsed{
  color: #212324;
}
.faq_sec .accordion-header .accordion-button{
  color: var(--black-color);
}

.faq_sec .accordion-button:not(.collapsed){
  box-shadow: none;
}
.faq_sec .accordion-item{
  margin-bottom: 21px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all ease-in 0.3s;
}
.faq_sec .accordion-button:focus{
  border: none;
  box-shadow: none;
}
.faq_sec .accordion-button::after{
  background: none;
}
.faq_sec .accordion-button:not(.collapsed)::after{
  background: none;
}
.faq_sec .acc_icon_group{
  position: absolute;
  right: 5px;
  padding: 3px;
  width: 28px;
  height: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq_sec .accordion-item .accordion-button.collapsed .acc_icon_group .fa-x {
  display: none;
}
.faq_sec .accordion-item .accordion-button .acc_icon_group .fa-up-arr {
  display: none;
}
.faq_sec .accordion-item .accordion-button.collapsed .acc_icon_group .fa-up-arr {
  display: block;
}
.faq_sec .accordion-item .accordion-button .acc_icon_group i{
  font-size: 15px;
}
.accordion-item:hover{
  background: #D2EAEF;
  transform: translate(45px, 0px);
  transition: all ease-in 0.3s;
}
/*---faq---*/

.choose_servi_box{
  background: var(--white-color);
  border-radius: 15px;
  box-shadow: 0 -12px 10px rgb(197 222 255 / 29%);
  padding: 15px 60px;
  position: relative;
  display: block;
  margin-bottom: -123px;
  z-index: 1;
}

.send_btn{
  border: none;
  background: var(--main-color);
  padding: 4px 12px;
  border-radius: 30px;
  width: 135px;
  height: 46px;
  color: var(--white-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-family: var(--main-font);
  text-transform: uppercase;
}
.form_fooo .form-control{
  border-radius: 30px;
  background: #fff;
  border: 1px solid #AFAEAE;
}
.choose_img{
  position: absolute;
  width: 300px;
  bottom: 0;
  left: 66px;
}
.choose_img img{
  width: 100%;
}





.ftr_form .hero-form-input {
  display: flex;
  position: relative;
}

.ftr_form .hero-form-input .hero-email-input {
  background: transparent;
  padding: 10px 15px;
  outline: none;
  border-radius: 30px;
  border: 1px solid rgb(0 0 0 / 36%);
  width: 100%;
  color: var(--heading-color);
  font-family: var(--main-font);
}

.ftr_form .hero-form-submit {
  border: none;
  background: var(--main-color);
  padding: 4px 12px;
  border-radius: 30px;
  width: 135px;
  height: 46px;
  color: var(--white-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-family: var(--main-font);
  text-transform: uppercase;
  margin-left: -100px;
}

.ftr_form .hero-email-input::-webkit-input-placeholder {
  /* Edge */
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  font-family: var(--text-font);
  color: var(--text-color);
}

.ftr_form .hero-email-input:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  font-family: var(--text-font);
  color: var(--text-color);
}

.ftr_form .hero-email-input::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  font-family: var(--text-font);
  color: var(--text-color);
}





.footer_sec{
  background: #D2EAEF;
  padding: 200px 0 0px;
  position: relative;
  overflow: hidden;
}
.footer_sec:before{
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 49, 49, 1) 0%, rgba(255, 255, 255, 0) 65%);
  opacity: 0.4;
  top: -250px;
  left: -150px;
}
.footer_sec:after{
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,95,194,1) 0%, rgba(255, 255, 255, 0) 65%);
  opacity: 0.4;
  bottom: -250px;
  right: -150px;
}
.copyright{
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding: 30px 0;
}
.read_more_ftr{
  color: var(--main-color);
  font-size:14px;
  margin-bottom: 20px;
  display: inline-block;
}
.ftr_logo_sec .ftr_logo{
  width: 150px;
  display: block;
  margin-bottom: 20px;
}
.ftr_logo_sec a img{
  width: 100%;
}
.ftr_logo_sec p{
  color: var(--white-color);
  margin-bottom: 0;
}
.ftr_logo_sec ul{
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ftr_logo_sec ul li{
  padding-right: 5px;
}
.ftr_logo_sec ul li a{
  background: #145FC2;
  width: 35px;
  height: 35px;
  display: flex;
  color: var(--white-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
.ftr_logo_sec ul li a:hover{
  color: var(--main-color);
  transition: all ease-in 0.3s;
}
.find-us h4{
  color: var(--text-color);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.add-icon span i{
  color: var(--main-color);
}
.add-text h4{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px; 
  color: var(--white-color);
  font-family: var(--text-font);
  margin-bottom: 5px;
}
.add-text p, .add-text a{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  text-decoration: none;
  font-family: var(--text-font);
  margin-bottom: 0;
}
.add-icon{
  padding-right: 15px;
}
.add{
  padding-bottom: 15px;
}
.ftr-frm form .form-group .form-control{
  background: rgb(255 255 255 / 10%);
  border-radius: 30px;
  border: none;
  margin-bottom: 5px;
}
.ftr-frm form .form-group textarea.form-control{
  border-radius: 5px;
}
.ftr-frm .form-group .form-control::-webkit-input-placeholder { /* Edge */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.ftr-frm .form-group .form-control:-ms-input-placeholder { /* Internet Explorer */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.ftr-frm .form-group .form-control::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.quick_links {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  margin-bottom: 15px;
  padding-bottom: 0;
}
.quick_links h5{
  color: var(--white-color);
  margin-bottom: 0;
  padding-bottom: 15px;
}
.quick_links_ul ul{
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  columns: 3;
}
.quick_links_ul ul li{
  margin-bottom: 5px;
  padding: 0 0px;
}
.quick_links_ul ul li a{
  color: var(--text-color);
  text-decoration: none;
}
.copy_1{
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
}
.copy_1 p{
  color: rgb(0 0 0 / 100%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.copy_1 p a{
  text-decoration: none;
  color: rgb(0 0 0 / 100%);
}


/*------------- Inner Page ----------------- */


.inner_banner_sec {
  padding: 180px 0 180px 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 h2{
  font-size: 50px;
  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;
}
.inr_abt_img{
  width: 100%;
  height: 450px;
}
.inr_abt_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inr_about_sec{
  padding: 50px 0;
}









.contact-us{
  position: relative;
}
.contact-wrap-main{
margin: 50px 0px;
}

.contact-left p{
  font-size: 20px;
}
.contact-form{
margin: 20px 0px;  
padding: 0px 60px 0px 0px;
}
.contact-us .form-group-wrap{
margin: 14px 0px;
}
.contact-us .contact-form .form-control{
padding: 10px 10px;
}
.contact-us .contact-form .send-msg .btn{
  background: #145fc2;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  padding: 10px 0px;
  width: 100%;
}
.contact-right{
  position: relative;
  padding: 27px 40px;
  box-shadow: 10px 25px 50px rgb(0 0 0 / 13%);
  border-radius: 10px;
  margin-top: 50px;
}
.contact-info{
 margin-bottom: 48px;   
 padding: 30px 0px;
 border-bottom: 1px solid rgb(0 0 0 / 50%);
}
.contact-info:last-child{
border: none;
margin: 0px;  
}
.contact-us .con-icon{
  width: 60px;
    height: 60px;
    background: #145fc2;
    padding: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-right: 20px;
}
.contact-us .con-text{
	margin-top: 10px;
}
.contact-us .con-text a{
	color: #161723;
	text-decoration: none;
	font-size: 17px;
}
.contact-us .con-text h3{
	font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-size: 18px;
}
.map-sec iframe{
	filter: grayscale(1);
}


.schedule_free_consultion{
  padding: 100px 0;
}

.form_heading h4{
  color: #145fc2;
  border-bottom: 1px solid rgb(0 0 0 / 18%);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 7px;
  display: inline-block;
  width: 100%;
}
.form_group_wrap{
  margin-bottom: 15px;
}

.about_text_inr ul li{
  margin-bottom: 10px;
}

.about_text_inr h3{
  color: #145FC2;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/*.hide {
  display: none;
}*/
.form-check{
  display: inline-block;
  margin-right: 15px;
}

.form-label{
  width: 100%;
  display: block;
}

.add_more_filds{
  background: var(--main-color);
  color: var(--white-color);
  padding: 5px 20px;
  display: inline-block;
  border-radius: 30px;
}
.add_more_filds:hover{
  background: var(--heading-color);
  color: var(--white-color);
}
.tire_table{
  text-align: center;
}
.tire_table thead th{
  background: #145FC2;
  color: var(--white-color);
  vertical-align: middle;
}


/* css by pramesh  */
.md_form .form-check{
	padding-left:0px !important;
}
.md_form .wpcf7-list-item{
	margin-right:1em !important;
}
.md_form .form-label{
	font-weight:500;
}
.md_form .form_group_wrap p{
	margin-bottom:5px;
}
.wpcf7-list-item{
  margin: 0 0 0 0em !important;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
  min-width: 100%;
}

.repeater-field-item p .repeater-field-header-count{display:none;}
.repeater-field-button-add{
	background: var(--main-color) !important;
    color: var(--white-color) !important;
    padding: 5px 20px !important;
    display: inline-block !important;
    border-radius: 30px !important;
}

/*css by pramesh */
.basic_md_form .form_group_wrap .form-check{
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 40px;
    margin-bottom:10px;
}
.basic_md_form .form_group_wrap .form-check .form-check-input{
    display:none;
}
.modal-backdrop.show{
    opacity: 0.5 !important;
}
.disclaimor{
    background: var(--color-primary) !important;
    color: var(--white-color) !important;
    padding: 5px 20px !important;
    display: inline-block !important;
    border-radius: 30px !important;
    margin-bottom: 15px;
}

.filter_view{
  padding: 30px 0;
}

.filter_map {
  z-index: 9;
}

.ifreame_map {
  height: 83vh;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 10px;
    border-radius: 10px;
	position:relative;
}

.ifreame_map iframe {
  height: 100%;
  width: 100%;
}

.filter_map{
  position: absolute;
  right: 15px;
	top:15px;
	width:480px;
}


.subscribe-area-start .subscribe-area input{
    color: #000 !important;
}

.rts-btn.btn_popup{
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 30px;
    border: none;
}





























