@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*font-family: "Inter", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Inter", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Comon css start ####*/
.btn-light {
  position: relative;
  padding: 10px 15px;
  background-color: #fff;
  border-color: #fff;
  color: #000000;
  border-radius: 30px;
}

.btn-primary {
  position: relative;
  padding: 10px 15px;
  background-color: #0596D9;
  border-color: #0596D9;
  color: #fff;
  border-radius: 30px;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 40px;
  margin-bottom: 15px;
}

/*####### animation #########*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*####### animation end #########*/
/*#### Header css start ####*/
.header-wrapper.sticky {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  animation: smoothScroll 1s forwards;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.header-wrapper.sticky .navbar .logo-wrap img {
  height: 70px;
  width: auto;
}

.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 0px;
  z-index: 9;
}
.header-wrapper .navbar {
  position: relative;
}
.header-wrapper .navbar .logo-wrap {
  position: relative;
}
.header-wrapper .navbar .navbar-nav {
  position: relative;
}
.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 15px;
}
.header-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  font-family: "Open Sans", sans-serif;
}
.header-wrapper .navbar .navbar-nav li a:hover {
  color: #1F4288;
  border-bottom-color: #1F4288;
  transition: all 0.5s;
}
.header-wrapper .navbar .head-right-btn {
  position: relative;
}
.header-wrapper .navbar .head-right-btn ul {
  position: relative;
  margin-bottom: 0px;
}
.header-wrapper .navbar .head-right-btn ul .call-btn1 {
  position: relative;
  color: #000;
  font-size: 16px;
  border: 1px solid #0596D9;
  border-radius: 30px;
  display: inline-block;
  padding: 8px 15px;
}
.header-wrapper .navbar .head-right-btn ul .call-btn1 i {
  color: #0596D9;
}

/*#### Header css end ####*/
/*#### Banner css start ###*/
.banner-wrapper {
  position: relative;
  width: 100%;
  padding: 150px 0px 60px 0px;
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
}

.banner-wrapper .banner-left-content {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-left-content h3 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 60px;
  margin-bottom: 10px;
}
.banner-wrapper .banner-left-content p {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 16px;
  margin-bottom: 10px;
}

.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-wrapper .banner-right-img {
  position: relative;
  width: 100%;
  margin-bottom: -60px;
}

/*#### Banner css end ###*/
/*#### About us section css start ####*/
.about-ajay-dhawan-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.about-left-img {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1F4288;
}
.about-right-content h5 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 16px;
}
.about-right-content h5::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: #0596D9;
}

.about-right-content .quote {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.about-right-content .quote span {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #1F4288;
  border: 1px solid #1F4288;
  border-radius: 5px;
}

.about-info-list {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #85CEF1;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
}
.about-info-list .icon {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.about-info-list h4 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
}
.about-info-list p {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.im-ajay-dhawan-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/gradient-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.im-ajay-dhawan-wrapper .im-ajay-dhawan-wrap {
  position: relative;
  width: 100%;
}
.im-ajay-dhawan-wrapper .im-ajay-dhawan-wrap h4 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px;
}

/*#### About us section css end ####*/
/*#### Services section css start ####*/
.our-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.services-img-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.services-content-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  background-color: #EFFAFF;
  border-radius: 10px;
  padding: 20px 30px;
  align-items: center;
}
.services-content-wrap .services-inner-content {
  position: relative;
  width: 100%;
}
.services-content-wrap .services-inner-content h3 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 30px;
  margin-bottom: 15px;
}
.services-content-wrap .services-inner-content > ul {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.services-content-wrap .services-inner-content > ul li {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #000000;
  padding-left: 35px;
  margin-bottom: 20px;
}
.services-content-wrap .services-inner-content > ul li::before {
  content: "\f00c";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1F4288;
}
.services-content-wrap .services-inner-content .services-bottom-contact-info {
  position: relative;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #0596D9;
}
.services-content-wrap .services-inner-content .services-bottom-contact-info ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 0px;
}
.services-content-wrap .services-inner-content .services-bottom-contact-info ul li {
  position: relative;
}
.services-content-wrap .services-inner-content .services-bottom-contact-info ul li span {
  color: #000000;
  font-size: 16px;
}
.services-content-wrap .services-inner-content .services-bottom-contact-info ul li span a {
  color: #1F4288;
}

/*#### Services section css end ####*/
/*#### Map css start ####*/
.map-wrapper {
  position: relative;
  width: 100%;
/*   background-color: rgba(0, 0, 0, 0.9490196078); */
}
.map-wrapper iframe {
  position: relative;
  width: 100%;
  height: 500px;
/*   filter: grayscale(1);
  opacity: 1;
  mix-blend-mode: hard-light; */
  margin-bottom: -6px;
}

/*#### Map css end ####*/
/*### book-appointment css start ####*/
.book-appointment-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #0596D9;
  background-image: url(../images/book-appointment-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.book-appointment-content {
  position: relative;
  width: 100%;
}
.book-appointment-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}
.book-appointment-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
.book-appointment-content h5 {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 25px;
}
.book-appointment-content h5 a {
  color: #fff;
}

/*### book-appointment css end ####*/
/*#### our-testimonials css start ###*/
.our-testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.testimonials-left-content {
  position: relative;
  width: 100%;
}
.testimonials-left-content h3 {
  position: relative;
  width: 100%;
  font-size: 40px;
  color: #1F4288;
  font-size: 600;
  margin-bottom: 15px;
}
.testimonials-left-content p {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
}

.testimonials-right-wrap {
  position: relative;
  width: 100%;
}

#testimonials-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: rgb(233, 248, 255);
  background: linear-gradient(0deg, rgba(233, 248, 255, 0.1881127451) 0%, rgba(233, 248, 255, 0.6699054622) 50%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

#testimonials-slider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(233, 248, 255, 0.6699054622) 50%, rgba(233, 248, 255, 0.1881127451) 100%);
}

.testimonials-sld-items {
  margin-bottom: 10px;
  position: relative;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  padding: 25px 20px;
  background-color: #E9F8FF;
}
.testimonials-wrap .quote {
  position: relative;
  width: 100%;
  margin-bottom: 3px;
  text-align: right;
}
.testimonials-wrap .quote span {
  font-size: 40px;
  line-height: 40px;
  color: #0596D9;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
}
.testimonials-wrap h4 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 18px;
}

#testimonials-slider .slick-dots {
  position: absolute;
  bottom: 0;
}

/*#### our-testimonials css end ###*/
/*#### Contact us css start ####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(110, 218, 251) 100%);
}

.contact-left-wrap {
  position: relative;
  width: 100%;
}
.contact-left-wrap h3 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 40px;
  margin-bottom: 15px;
}
.contact-left-wrap .contact-info-list {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.contact-left-wrap .contact-info-list h4 {
  position: relative;
  width: 100%;
  color: #0596D9;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-left-wrap .contact-info-list h5 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-left-wrap .contact-info-list h5 a {
  color: #000000;
}
.contact-left-wrap .contact-info-list p {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-left-wrap .contact-info-list p span {
  color: #0596D9;
}
.contact-left-wrap .contact-info-list p a {
  color: #000;
}

.contact-form-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.contact-form-wrap .title {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.contact-form-wrap .title h4 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-form-wrap .title h5 {
  position: relative;
  width: 100%;
  color: #0596D9;
  font-size: 25px;
  margin-bottom: 5px;
}
.contact-form-wrap .form-group {
  position: relative;
  width: 100%;
}
.contact-form-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  background-color: #F7FAFD;
  border: 1px solid #F2F2F4;
  padding: 12px 10px;
  border-radius: 3px;
  color: #5A72A2;
}
.contact-form-wrap .form-group .form-control::-moz-placeholder {
  color: #5A72A2;
}
.contact-form-wrap .form-group .form-control::placeholder {
  color: #5A72A2;
}
.contact-form-wrap .form-group .btn-primary {
  padding: 8px 20px;
}

/*#### Contact us css end ####*/
/*#### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px;
  background-color: #fff;
}

.footer-logo.mobile {
  display: none;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 25px;
  margin-bottom: 20px;
}
.footer-inner-wrap h4 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
  text-align: right;
}
.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}
.footer-menu ul li a {
  color: #000000;
  font-size: 15px;
}

.footer-logo {
  position: relative;
  width: 100%;
  text-align: center;
}

.foot-contact-info-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.foot-contact-info-wrap h5 {
  position: relative;
  width: 100%;
  color: #1F4288;
  font-size: 18px;
  margin-bottom: 10px;
}
.foot-contact-info-wrap h4 {
  position: relative;
  width: 100%;
  color: #1F4288;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.foot-contact-info-wrap h4 a {
  color: #1F4288;
}

.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  padding: 0px 5px;
}

.footer-social-icon ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ECF9FF;
  color: #0596D9;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: all 0.5s;
}
.footer-social-icon ul li a:hover {
  background-color: #0596D9;
  color: #fff;
}

/*###*/
.footer-copyright {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid #80CCEF;
}
.footer-copyright p {
  position: relative;
  width: 100%;
  color: #4E8DAB;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px;
}

/*#### Footer css end ####*//*# sourceMappingURL=style.css.map */

.map-wrapper iframe {
    filter: inherit;
}