@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins_medium/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins_medium/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-reg";
  src: url("../fonts/Poppins_reg/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins_reg/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-light";
  src: url("../fonts/Poppins_light/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins_light/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins_bold/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins_bold/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

.header_main {
  margin: 10px 0;
  padding: 10px 30px;
  background-color: #c6e7f6;
  border-radius: 90px;
}
.header_main .logo a img {
  width: 80px;
  height: 80px;
}
.header_main .navbar_details_md {
  display: none;
}
.header_main .navbar-ul {
  margin: 0;
  padding: 0;
}
.header_main .nav-li {
  margin: 0 20px;
}
.header_main .nav-li .nav_link {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: rgba(33, 33, 33, 0.573);
}
.header_main .nav-li .nav_link.active {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  color: #014766;
}
.header_main .social_details a {
  background-color: #014766;
  color: #f5f5f5;
  padding: 6px 11px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 500;
}

.why-choose {
  padding: 50px 0;
  /* Start Faq CSS */
}
.why-choose .section-title {
  text-align: center;
}
.why-choose .section-title h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
  width: 65%;
  margin: 0 auto;
}
.why-choose .section-title p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  text-align: center;
  margin: 15px 0;
}
.why-choose .choose-left h3 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  color: #014766;
}
.why-choose .choose-left h6 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  color: #036eca;
}
.why-choose .choose-left p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  margin-bottom: 20px;
}
.why-choose .choose-left .list {
  padding: 0;
}
.why-choose .choose-left .list li {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 14px;
}
.why-choose .choose-left .list li i {
  height: 25px;
  width: 25px;
  text-align: center;
  color: #f5f5f5;
  background-color: #014766;
  vertical-align: middle;
  border-radius: 50%;
  padding-top: 6px;
  margin-right: 16px;
}
.why-choose .choose-right {
  height: 100%;
  width: 100%;
  background-image: url("../images/video_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
.why-choose .video {
  color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  font-size: 21px;
  background: #1a76d1;
  padding-left: 4px;
}
.why-choose .video:hover {
  transform: scale(1.1);
}
.why-choose .video-image .waves-block .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #fff;
  opacity: 0;
  border-radius: 100%;
  animation: waves 3s ease-in-out infinite;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}
.why-choose .video-image .waves-block .wave-1 {
  animation-delay: 0s;
}
.why-choose .video-image .waves-block .wave-2 {
  animation-delay: 1s;
}
.why-choose .video-image .waves-block .wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
/*=======================
	End Why choose CSS
=========================*/
.button {
  margin-top: 20px;
}
.button .btn {
  height: 35px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  color: #f5f5f5;
  background: #014766;
  transition: all 0.4s ease;
  border-radius: 0 5px 5px 0;
}

.gallery {
  margin-top: 80px;
}
.gallery .gallery-title {
  text-align: center;
}
.gallery .gallery-title h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
}
.gallery .gallery-title p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  text-align: center;
}
.gallery .gallery-slider {
  margin: 0 auto;
}
.gallery .gallery-slider .single-g {
  position: relative;
}
.gallery .gallery-slider .single-g img {
  width: 100%;
  height: 350px;
}
.gallery .gallery-slider .single-g .btn {
  color: #212121;
  z-index: 3;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  height: 48px;
  width: 150px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  margin-left: -75px;
  margin-top: -24px;
  border-radius: 4px;
}
.gallery .gallery-slider .single-g:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #014766;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}
.gallery .gallery-slider .single-g:hover:before {
  opacity: 0.7;
  visibility: visible;
}
.gallery .gallery-slider .single-g:hover .btn {
  opacity: 1;
  visibility: visible;
}

.getinTouch {
  margin-top: 80px;
}
.getinTouch .getinTouch-title {
  text-align: center;
  margin: 0 auto;
}
.getinTouch .getinTouch-title h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
  margin-bottom: 15px;
}
.getinTouch .getinTouch-title p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  text-align: center;
}
.getinTouch form {
  padding: 50px 30px;
}
.getinTouch form h2 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  color: #014766;
}
.getinTouch form .form-label {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.getinTouch form .form-control,
.getinTouch form .form-select {
  width: 100%;
  height: 50px;
}
.getinTouch .getintouch-image img {
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

footer {
  padding: 50px 30px 20px 30px;
  background: #c6e7f6;
}
footer .footer_top {
  padding-bottom: 50px;
}
footer .footer_top .footer_logo h4 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #014766;
  margin-bottom: 10px;
}
footer .footer_top .footer_logo p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  color: rgba(33, 33, 33, 0.93);
  width: 90%;
  text-align: justify;
  margin-bottom: 20px;
}
footer .footer_top .footer_logo .footer_add h6 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  text-transform: capitalize;
  margin-top: 20px;
}
footer .footer_top .footer_logo .footer_add .fas {
  color: #014766;
  font-size: 1.2rem;
}
footer .footer_top .footer_logo .footer_add span {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  margin-bottom: 10px;
}
footer .footer_top .footer_contact_det .footer_contact .fas {
  color: #014766;
  font-size: 1.2rem;
}
footer .footer_top .footer_contact_det .footer_contact span {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  margin-bottom: 10px;
}
footer .footer_top .footer_contact_det .phone {
  width: 29%;
}
footer .footer_top .footer_social {
  margin: 15px 0 10px 0;
}
footer .footer_top .footer_social span {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: #014766;
}
footer .footer_top .footer_social .fab {
  font-size: 1.2rem;
  background-color: #014766;
  color: #f5f5f5;
  margin: 0 5px;
  padding: 8px 10px;
  border-radius: 50%;
}
footer .footer_bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
footer .footer_bottom .footer_navbar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
footer .footer_bottom .footer_navbar ul li {
  list-style-type: none;
}
footer .footer_bottom .footer_navbar ul li a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  color: #212121;
}
footer .footer_bottom .footer_navbar ul li a .fas {
  margin-right: 5px;
  font-size: 0.9rem;
}
footer .footer_bottom .footer_copyright p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  font-size: 15px;
  text-transform: capitalize;
  text-align: justify;
  color: #212121;
  text-align: end;
  margin: 0;
}

/* Scroll To Top Btn */
#goTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  background-color: #1261b4;
  color: #f5f5f5;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */