@font-face {
  font-family: Muli;
  src: url(../fonts/Muli.ttf);
}

body {
  font-family: Muli;
  overflow-x: hidden;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.imgsc {
  position: relative;
  overflow: hidden;
  transition: .5s;
}
img{
  max-width: 100%;
}
.imgsc img {
  transition: 2s;
  width: 100%;
}

.imgsc:hover img {
  transform: scale(1.02);
}

.header-section {
  background-color: #c75f94;
  padding: 0px;
}
.h-app {
  text-align: center;
}
.h-service {float: left;}
.h-no {float:right;}

.header-section a {
  color: #fff;
  font-size: 16px;
  margin-right: 13px;
}

.header-section .fa {
  color: #fff;
}

.nav-link {
  color: #000 !important;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  margin-left: 14px;
  transition: 1s;
}

.nav-link:hover {
  color: #c75f94 !important;

}

.navbar-brand h3 {
  color: #c75f94;
  font-style: italic;
  font-weight: bold;
  font-size: 36px;
}

.contact .form-control{
  border: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
}

.submit-btn {
  background: #c75f94;
  border: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
}

.appointmentform {
  background-color: #ffffffc5;
  padding: 25px;
  border-radius: 9px;
}
.appointmentform h4{
  margin-bottom: 20px;
  color: #000; 
  font-weight: bold;
}
.form-img img {
  width: 100%;
  margin-top: -30px;
}

.appointment {
  background-color: #fe5e14;
  color: #fff !important;
  position: absolute;
  /* height: 76px; */
  margin-top: 12px;
  /* padding: 21px; */
  padding: 12px !important;
  border-radius: 26%;
  margin-left: 50px;
}

.appointment .fa {
  background-color: #90360c;
  padding: 20px;
  position: absolute;
  left: -30%;
  top: -10%;
  border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 26px !important;
  box-shadow: 0 6px 7px -2px #000000;
}

.appointment:hover {
  background-color: #000;
}

.fa-1 {
  font-size: 25px;
  color: #343a40;
  padding: 20px;
}

.call-1 {
  font-size: 24px;
}

.caption h2 {
  position: absolute;
  z-index: 9999;
  left: 10%;
  color: #fff;
  top: 40%;
  font-family: GlacialIndifference-Regular;
  font-size: 52px;
  font-weight: 600;
  color: #008fd5;
}

.caption h3 {
  position: absolute;
  z-index: 9999;
  left: 10%;
  color: #fff;
  top: 53%;
  font-family: GlacialIndifference-Regular;
  font-size: 45px;
  font-weight: 600;
  color: #73b910;
}

.caption p {
  position: absolute;
  z-index: 9999;
  left: 10%;
  color: #fff;
  top: 55%;
  font-family: GlacialIndifference-Regular;
  font-weight: 600;
  color: #0c0c0c;
  font-size: 19px;
}

.block {
  background-color: #f8f9fa;
  color: #000;
  font-family: GlacialIndifference-Regular;
  padding: 16px;
  /* position: relative; */
  padding-left: 60px;
  border: 1px solid #73b910;
  /* top: -20px; */
  /* margin-top: -1px; */
  position: relative;
  margin-top: -38px;
  box-shadow: 0 6px 7px -2px #695e5e;
  border-radius: 25%;
  text-align: center;
  transition: 3s;
  height: 222px;
}

.block:hover {
  border: 1px solid #008fd5;
}

.block:hover.block:before {
  border-right: 122px solid transparent;
  border-top: 120px solid #008fd5;
}

.block h2 {
  text-align: center;
}

.block p {
  text-align: center;
}

.block:before {
  content: '';
  /* padding-left: 17px; */
  position: absolute;
  border-right: 122px solid transparent;
  border-top: 120px solid #73b910;
  top: 0%;
  left: 0%;
}

.block img {
  top: 10px;
  left: 9px;
  position: absolute;
}

.block a {
  color: #325008;
  font-size: 18px;
}

.padding {
  padding: 40px 0px;
}

h1,
.about span {
  color: #c75f94;
  font-size: 30px;
}

.about p {
  text-align: justify;
  color: #252525;
  font-size: 17px;
  line-height: 30px;
}


/* ===========================================================
                        about-us-sec
=========================================================== */

.enquiry-now a{
  display: inline-block; background-color: #c75f94; border-radius: 5px; color: #fff; padding: 10px 30px;
}

.header-section .row{align-items: center;}
header .navbar .navbar-brand{width: 9% !important;}

#about-us-sec{padding: 30px 0px;}
#about-us-sec .row{align-items: center; row-gap: 25px;}
#about-us-sec .content h4{font-size: 20px; color: #000; font-weight: bold;}
#about-us-sec .content h5{font-size: 25px; color: #000; font-weight: bold;}
#about-us-sec .content h6{font-size: 16px; color: #000; font-weight: bold;}
#about-us-sec .content h2{font-size: 30px; font-weight: bold; color: #c75f94;}
#about-us-sec .content p{font-size: 16px; text-align: justify;} 
#about-us-sec .imgs img{width: 100%; border-radius: 15px;}



/* ===========================================================
                         --------
=========================================================== */

.header-top-bar {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  top: 0%;
}

.service {
  color: #fff;
}

.service h1 {
  margin-bottom: 30px;
}

.service {
  padding-top: 30px;
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 80px;
}

.service span {
  color: #4ec5ff;
}

.service h3 {
  font-size: 20px;
  color: #000;
  /* padding: 23px; */
  padding-top: 23px;
}

.service .item {
  padding: 10px;
  height: 300px;
}

.service .item:hover {
  height: 250px;
}

.service .item:hover .figurecaption {
  top: 4%;
}

.service .fa-medkit:before {
  background-color: #008fd5;
  color: #fff;
  font-size: 23px;
  padding: 13px;
  border-radius: 54%;
  position: absolute;
  left: 40%;
  top: -15%;
}

.service p {
  position: absolute;
  color: #272727;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  /* font-family: 'Raleway', sans-serif; */
  text-align: justify;
  background: #ffffffd1;
  padding: 25px;
  /* padding-left: 0px; */
  width: 100%;
}

.bg-contact {
  background-image: url(../img/contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contact:before {
  content: '';
  border-left: 122px solid transparent;
  border-top: 415px solid #73b910;
  left: 38%;
  position: absolute;
  /* top: 0%; */
  /* bottom: 20%; */
  margin-top: 0px;
  /* top: 204%; */
  /* z-index: 999; */
  width: 62%;
}

.contact-form {
  background-color: #73b910;
  color: #fff;
  padding: 30px;
}

.form-group textarea {
  height: 68px;
}

.btn-1 {
  background-color: #00963f;
  color: #fff;
  font-size: 14px;
}

#testimonial4 {
  overflow: hidden;
  min-height: 458px;
  position: relative;
  background: #e1e1e1;
}

#testimonial4 .carousel-inner {
  width: 75%;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #fe3d0a;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 30%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: -12%;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #fe410b;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  background-color: #ffffff;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #1b1919;
  font-size: 19px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #90360c;
  font-size: 24px;
  font-weight: bold;
}

.testimonial-section .fa-quote-left {
  font-size: 39px;
  color: #363636;
}


/* contact */

#contact .iner{background-color: #fff; padding: 40px 20px; border-radius: 10px;}
#contact .iner ul{margin-bottom: 50px;}

.footer-section {
  background-color: #fff;
  color: #fff;
  padding: 50px 0; 
}
.footerlink {padding-left: 20px;}
.footerlink li{
  margin-bottom: 8px;
}

.footerlink.footerlink-a{columns: 2;}

.footer-section .fa-footer {
  font-size: 20px;
  padding: 5px;
  border-radius: 56%;
  color: #c75f94;
}

.fa-social {
  border-radius: 52%;
  padding: 10px;
  color: #c75f94;
  font-size: 20px;
}

.mobile-form h2 {
  margin-bottom: 26px;
  /* margin-top: 10px; */
}

footer {
  background-color: #c75f94;
  padding: 6px 0;
  color: #000 !important;
}
footer p{
  margin: 0;
}

.footer-section h3 {
  color: #c75f94;
  font-weight: bold;
  font-size: 22px !important;
  margin-bottom: 24px; 
}
.footer-section a, .footer-section p{
  color: #000;
}
.footer-section a:hover{
  color: #c75f94;
}
.footer-section .timings, .footer-section .timings b{
  color: #000;
}
footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {

  .testimonial4_control_button .carousel-control {
    display: none;
  }

  .testimonial4_header {
    width: 95%;
  }

  .testimonial4_header h4 {
    font-size: 20px;
  }

  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 23%;
  }

  #testimonial4 .carousel-inner {
    width: 100% !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .testimonial4_control_button .carousel-control.left {
    left: 2%;
  }

  .testimonial4_control_button .carousel-control.right {
    right: 2%;
  }

  .testimonial4_header {
    width: 95%;
  }

  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }

  .block {
    margin-top: 11px;
  }

  .block img {
    width: 8%;
  }

  .caption h2 {
    font-size: 36px;
  }

  .MultiCarousel .MultiCarousel-inner .item>div {
    width: 226px !important;
  }

  .service p {
    font-size: 12px;
  }

  .fa-social {
    width: 7% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial4_control_button .carousel-control.left {
    left: 5%;
  }

  .testimonial4_control_button .carousel-control.right {
    right: 5%;
  }

  .block {
    margin-top: 11px;
  }

  .block img {
    width: 8%;
  }

  .caption h2 {
    font-size: 36px;
  }

  .MultiCarousel .MultiCarousel-inner .item>div {
    width: 226px !important;
  }

  .service p {
    font-size: 12px;
  }

  .fa-social {
    width: 7% !important;
  }
}

@-webkit-keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .nav-link {
    font-size: 14px;
    margin-left: 21px;
  }

  .block {
    height: 248px;
  }

  .MultiCarousel .MultiCarousel-inner .item>div {
    width: 229px !important;
  }
}

@media only screen and (max-width: 450px) {
  .footer-section {
    padding: 30px 0px 10px;
  }

  .contact-footer {
    width: 100% !important;
  }

  .contact-footer a {
    font-size: 15px !important;
    font-weight: 600;

  }

  .caption h2 {
    left: 16%;
    font-size: 17px;
  }

  .block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .padding {
    padding: 0px;
  }

  .nav-link {
    margin-left: 10px;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f1f1f1;
  }

  /* .footer-section .fa-footer {
    font-size: 22px;
    width: 13%;
  } */

  .fa-social {
    width: 16%;
    padding: 18px;
    margin: 0px;
    background: none;
  }

  .about p {
    font-size: 15px;
  }

  .MultiCarousel .MultiCarousel-inner .item>div {
    width: 375px !important;
  }

}

@media (max-width: 375px) and (min-width: 320px) {
  .MultiCarousel .MultiCarousel-inner .item>div {
    width: 325px !important;
  }
}




.slider-contact-form {
  background-color: #0a448485 !important;
  padding: 18px;
  top: 24%;
  position: fixed !important;
  right: 0%;
  width: 22%;
  z-index: 111;
  border: 1px solid #00963f;
  padding: 26px;
}

.about strong {
  font-size: 20px;
}

.service-section {
  background: linear-gradient(#c75f943b, #c75f9454), url(../img/service-bg.jpg);
  padding: 50px 0px; 
  background-size: 100%;
  background-repeat: no-repeat;
}
.service-section h2{
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
}
.service-section .row{
  row-gap: 20px;
}
.service-block {
  border-top: 3px solid #c75f94;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  transition: all 1s;
}

.service-block:hover {
  background: #c75f94;
  border-color: #1f3d48;
}

.service-block:hover h6 {
  color: #fff;
}

.service-block img {
  border-radius: 50%;
  width: 70%;
  border: 3px solid #c75f94;
}

.service-block a {
  background-color: #fe450b;
  padding: 10px;
}

.service-block h6 {
  padding-top: 10px;
  font-size: 17px;
  color: #000000;
  margin: 0;
  font-weight: 600;
}

.appointment-section {
  background-image: url(../img/background.jpg);
  text-align: center;
  background-size: cover;
  color: #fff;
  padding: 36px;
  background-attachment: fixed;
}

.appointment-section h2 {
  font-size: 25px;
  color: #ff4514;
}

.appointment-section a {
  font-size: 20px;
  margin-bottom: 11px;
}

.appointment-section .btn-1:hover {
  background-color: #fff;
}

.modal {
  top: 10%;
}

.service-section .btn {
  background-color: #fe3b0a;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.choose-inner {
  text-align: center;
  font-size: 15px;
  line-height: 17px;
}

.association {
  background-color: #fff;
  padding: 50px 0px;
}
.association img {
border: 1px solid #c75f94;
    padding: 10px;
    margin-bottom: 10px;
}
.association h2 {
  margin-bottom: 30px;
  font-weight: bold;
}

.associ {
  width: 200px;
  margin: auto;
}

/* testimonial */
#testimonial {
  padding: 60px 0;
}

#testimonial h2 {
  color: #c75f94;
}

#testimonial .row {
  row-gap: 20px;
}

#testimonial .testimonialslider .owl-item {
  border: 1px solid gray;
  padding: 20px;
  height: 270px;
  overflow-y: scroll;
}

#testimonial .testimonialslider .owl-item::-webkit-scrollbar {
  width: 1px;
  height: 100%;
}

#testimonial .owl-item h5 {
  color: #c75f94;
  margin: 0px;
  font-size: 17px;
}

#testimonial .owl-item p {
  font-size: 14px;
}

#testimonial .iner .google {
  width: 40%;
}

#testimonial .iner ul li {
  font-size: 35px;
  color: #f6bb06;
}

#testimonial .iner h4 {
  margin-top: 10px;
}

#testimonial .testimonialslider .star li {
  color: #f6bb06;
  font-size: 16px;
}

#testimonial .testimonialslider .profile {
  margin-bottom: 8px;
  gap: 20px;
}

#testimonial .testimonialslider .profile li p {
  margin-bottom: 0px;
}

#testimonial .testimonialslider .profile li:first-child p {
  height: 40px;
  width: 40px;
  line-height: 36px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #a7a7a7;
  color: #fff;
}

#testimonial .testimonialslider .profile li span {
  font-size: 14px;
}

#testimonial .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c75f94;
}

.reviewbtn {
  text-align: center;
  margin-top: 20px;
}

.reviewbtn a {
  padding: 10px 15px;
  font-size: 15px;
}


#callme .fa {
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-color: #c75f94;
  width: 70px;
  height: 70px;
  font-size: 44px;
  color: #fff;
  padding: 17px;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #000;
    -webkit-box-shadow: 0 0 3px #000;
  }

  50% {
    background-color: #000;
    -webkit-box-shadow: 0 0 40px #000;
  }

  100% {
    background-color: #000;
    -webkit-box-shadow: 0 0 3px #000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #000;
    -webkit-box-shadow: 0 0 3px #000;
  }

  50% {
    background-color: #000;
    -webkit-box-shadow: 0 0 40px #000;
  }

  100% {
    background-color: #000;
    -webkit-box-shadow: 0 0 3px #000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #000;
    -webkit-box-shadow: 0 0 3px #000;
  }

  50% {
    background-color: #000;
    -webkit-box-shadow: 0 0 40px #000;
  }

  100% {
    background-color: #000;
    -webkit-box-shadow: 0 0 3px #000;
  }
}

@keyframes glowing {
  0% {
    background-color: #007bff;
    -webkit-box-shadow: 0 0 3px #007bff;
  }

  50% {
    background-color: #007bff;
    -webkit-box-shadow: 0 0 40px #007bff;
  }

  100% {
    background-color: #007bff;
    -webkit-box-shadow: 0 0 3px #007bff;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}




#callme {
  width: 66px;
  position: fixed;
  top: 82%;
  right: 15px;
  z-index: 102;
  animation: rotation 5s infinite linear;
  animation-duration: 4s;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#callme i {
  color: #fff
}

#callme a {
  z-index: 999;
}

#callme {
  height: 65px;
  width: 65px;
  background-color: #c75f94;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
}

#callme::before {
  content: "";
  position: absolute;
  border: 1px solid #c75f94;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

#callme::after {
  content: "";
  position: absolute;
  border: 1px solid #c75f94;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0
  }

  50% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(1.3);
    opacity: 0
  }
}

.counter-area {
  background: linear-gradient(#c75f94, #c75f9465), url(../img/counter-bg.jpg);
  padding: 50px 0px; 
}

/*  */







a:hover {
  color: #fff;
}

.step-1 {
  margin-top: 24px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #d4d4d4;
  height: 218px;
}

.step-1 img {
  margin-bottom: 20px;
  font-size: 40px;
  color: #232323;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: transparent;
  border-radius: 27%;
  padding: 23px;
}

.step-1 h5 {
  font-size: 18px;
  font-weight: 600;
}

.contact-footer {
  background: #345e97;
  color: #fff;
  margin-top: -75px;
  border-radius: 18px;
  text-align: center;
  padding: 30px;
  width: 91%;
  font-size: 22px;
}

.contact-footer a {
  color: #ffffff;
  font-size: 19px;
}

.contact-footer p {
  font-size: 17px;
  margin: 10px 0;
}

.phone-top {
  background: #c75f94;
  color: #FFF;
  padding: 2PX;
}

.free-consultation-content {
  background-color: #FFF;
  -webkit-box-shadow: 0px 6px 20px 0px #a7a6a4;
  box-shadow: 0px 6px 20px 0px #a7a6a4;
  padding: 30px;
}

.free-consultation-area {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

a.callnowhome {
  background: #e9373c;
  padding: 15px;
  color: #fff;
  border-radius: 13px;
  text-align: center;
  /* font-weight: bold; */
  font-size: 19px;
  margin: 0 auto;
  display: table;
}

.cta-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg1.jpg) !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
  background-attachment: fixed !important;
}

.cta-content .call-us {
  display: inline-block;
  color: #ffffff;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 400;
}

.free-consultation-content .btn {
  padding: 9px;
  margin-top: 10px;
  font-size: 20px;
  background-color: #c75f94;
  border-color: #c75f94
}

.contact {
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-attachment: fixed;
  padding: 50px 0;
}

.contact .btn {
  width: 100%;
  padding: 11px;
  margin-top: 10px;
  font-size: 20px;
  background-color: #c75f94;
  border-color: #c75f94;
}

.contact label {
  font-size: 18px;
  margin-bottom: 0;
}

.bg-1 {
  background: #c75f94;
  padding: 20px;
  color: #fff;
  font-size: 24px;
}

.assetBlock {
  margin: auto;
  padding: 7px 0px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 19px;
  margin-left: -15px;
}

.assetBlock #slideshow {
  height: 20px;
  overflow: hidden;
}

.assetBlock #slideshow1 {
  height: 20px;
  overflow: hidden;
}

.counter {
  background-color: #ebf5f5;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 17px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-3x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #c75f94;
}

.counter span {
  font-size: 30px;
}






/* light-box */
#gallery{padding: 50px 0;}
#gallery h2{
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 33px;
}

#gallery .img-wrapper {
  position: relative;
  margin: 8px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}
#gallery .img-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
} 
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 27%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 1%;
}  
#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 1;
}
#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
#exitButton i {
  color: #fff;
  font-size: 2em;
  /* transition: opacity 0.8s; */
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {opacity: 1;      }
#gallery .owl-dots{display: none;}

#gallery button.owl-prev span{bottom: 4px; position: relative;}
#gallery button.owl-prev{position: absolute;
  text-align: center;
  padding: 0px;
  color: #fff;
  top: 50%;
  font-size: 30px;
  left: 15px;
  background-color: #c75f94;
  width: 30px;
  height: 30px;
  line-height: 30px; 
  border-radius: 50%;
}
#gallery button.owl-next span{bottom: 4px; position: relative;}
#gallery button.owl-next{position: absolute;
  text-align: center;
  padding: 0px;
  color: #fff;
  top: 50%;
  font-size: 30px;
  right: 15px;
  background-color: #c75f94;
  width: 30px;
  height: 30px;
  line-height: 30px; 
  border-radius: 50%;
}
#gallery button.owl-prev:focus, #gallery button.owl-next:focus{outline: none;}



/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 68%;
  right: 15px;
  z-index: 102;
}



@media only screen and (max-width: 991px) {

  button:focus{outline: none;}
  
.associ {
  width: 100%;
}
.counter {
  margin-bottom: 15px;
}

header .navbar .navbar-brand{
  width: 26%;
}

.footerlink.footerlink-a{columns: 1;}

}

@media only screen and (max-width: 768px) {
  
.footer-box {margin-bottom: 10px;}
.footer-section h3 {margin-bottom: 11px;}
.service-block h6 {font-size: 14px;}

.h-no, .h-service, .h-app {text-align: center;float: inherit;}

}


@media only screen and (max-width: 480px) { 

  header .navbar .navbar-brand{width: 17% !important;}
  .enquiry-now a{font-size: 10px; padding: 8px 5px;}

  #about-us-sec .content h2 {font-size: 24px;}

  #contact .iner {padding: 40px 20px 1px;}

  #about-us-sec .content p{font-size: 14px;}

  .service-block{padding: 20px 5px;}

  .footer-section {font-size: 14px;}

  #callme .fa {width:40px; height:40px; font-size:27px; padding:8px;} 

  .counter { margin-bottom: 5px;} 

  .free-consultation-content {padding:20px 15px;border-radius: 10px;}
  .appointmentform {padding:20px 15px;}
  .g-recaptcha>div {width: 100%;}
  h1, .about span {font-size: 22px;}

  #overlay img{width: 75%;}

#testimonial {padding: 26px 0;}

.service-section {padding: 22px 0px;}
.service-section h2 {font-size: 27px; margin-bottom: 10px;}

#gallery {padding: 23px 0;}
#gallery h2 {margin-bottom: 14px; font-size: 24px;}
#gallery .img-wrapper img {height: 150px;}
#gallery button.owl-prev, #gallery button.owl-next {top: 38%;}

#about-us-sec .content h5 {font-size: 17px;}

.footerlink {padding-left: 4px;}




}



@media only screen and (max-width: 380px) {
  h1, .about span {font-size: 18px;}
}


