html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

.fa-phone {
  transform: rotate(90deg);
}

#desktop_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header {
  background: #211e3b !important;
  padding: 8px 0 0;
  height: 40px;
  font-weight: 500;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #eee;
}

.navbar {
  background: #211e3b;
  box-shadow: none;
}
.navbar .navbar-brand {
  color: #fff;
  font-weight: bold;
}
.navbar .navbar-brand:hover {
  color: #086ad7;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  margin: 0 15px;
  font-weight: 600;
  font-size: 16px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #086ad7;
}

.payment_btn {
  background: #086ad7 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

main #intro .single-slide {
  padding: 330px 0px 225px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main #intro .single-slide {
    padding: 230px 0px 175px;
  }
}
main #intro .bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main #intro .single-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../slide_bg_circle.png);
  width: 60%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.5;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  main #intro .single-slide::before {
    width: 100%;
  }
}
main #intro .hero-contents {
  position: relative;
  z-index: 2;
}
main #intro .single-slide .hero-contents h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;
  color: #211e3b;
}
@media (max-width: 1199px) {
  main #intro .single-slide .hero-contents h2 {
    font-size: 80px;
  }
}
main #intro h2 {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -2px;
}
@media (max-width: 1199px) {
  main #intro .single-slide .hero-contents h1 {
    font-size: 100px;
  }
}
main #intro .single-slide .hero-contents h1 {
  font-weight: 900;
  color: #211e3b;
}
main #intro h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}
main #intro h1 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -2px;
}
main #intro .single-slide .hero-contents p {
  color: #211e3b;
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
}
main #intro .btn-1 {
  color: #fff;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #086ad7;
  border: 1px solid #086ad7;
  text-transform: uppercase;
}
main #intro .slide-top-img {
  width: 771px;
  height: 788px;
  position: absolute;
  z-index: -1;
  background-color: #eee;
  right: 0;
  top: 0;
  content: "";
  -webkit-clip-path: polygon(25% 0, 100% 0%, 101% 70%, 66% 80%, 0% 17%);
  clip-path: polygon(25% 0, 100% 0%, 101% 70%, 66% 80%, 0% 17%);
  background-position: -125px;
}
@media (max-width: 1400px) {
  main #intro .slide-top-img {
    width: 634px;
    height: 652px;
    right: -83px;
    background-position: -90px;
  }
}
main #intro .bg-overlay::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000;
  z-index: -1;
}
main #intro .single-slide .bg-overlay::before {
  background: #211e3b;
  opacity: 0.1;
}
main #intro .slide-bottom-img {
  width: 972px;
  height: 486px;
  position: absolute;
  z-index: -1;
  background-color: #eee;
  right: 30px;
  bottom: 0;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1400px) {
  main #intro .slide-bottom-img {
    width: 672px;
    height: 386px;
    right: 0;
  }
}
main #home_about {
  display: flex;
  justify-content: center;
  align-items: center;
}
main #home_about .subtitle {
  color: #086ad7;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
main #home_about h2 {
  color: #211e3b;
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  margin-bottom: 30px;
}
main #home_about p {
  font-size: 17px;
  font-weight: 400;
  color: #696969;
}
main #home_about img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
}
main #home_services {
  background: #211e3b;
  text-align: center;
}
main #home_services .subtitle {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
main #home_services h2 {
  color: #fff;
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  margin-bottom: 30px;
}
main #home_services .card {
  text-align: center;
  padding: 50px 30px;
  border-width: 2px;
  border-color: #312e49;
  border-style: solid;
  border-radius: 7px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  background-color: #211e3b;
  height: 25rem;
}
main #home_services .card:hover {
  border: 2px solid #2e2a50;
  background-color: #2e2a50;
}
main #home_services img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 30px;
}
main #home_services .card-title {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
main #home_services p {
  margin-top: 10px;
  color: #9a95c0;
}
main #home_services a {
  margin-top: 20px;
  color: #9a95c0;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  line-height: 1;
}
main #testimonials {
  background-color: #f5f5f5;
}
main #testimonials h2 {
  color: #211e3b;
  font-weight: 600;
  line-height: 1.375em;
  text-transform: capitalize;
  font-size: 35px;
}
main #testimonials .btn-1 {
  background: #086ad7;
  color: #fff;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
}
main #testimonials #testimonial-carousel .testimonial-item {
  position: relative;
  transition: 0.5s;
}
main #testimonials #testimonial-carousel .testimonial-item p {
  font-size: 12px;
}
main #testimonials #testimonial-carousel .owl-item.center .testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  animation: pulse 1s ease-out 0.5s;
}
main #testimonials #testimonial-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
main #testimonials #testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #302686;
  border: 5px solid #086ad7;
  border-radius: 15px;
  transition: 0.5s;
}
main #testimonials #testimonial-carousel .owl-dot.active {
  background: #fff;
  border-color: #086ad7;
}
main #team .subtitle {
  color: #086ad7;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
main #team h2 {
  color: #211e3b;
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  margin-bottom: 30px;
}
main #team .single-team-member {
  padding: 0px 30px 30px;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  text-align: center;
  overflow: hidden;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
main #team .single-team-member::before {
  position: absolute;
  background-color: #f5f5f5;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 75%;
  border-radius: 7px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
main #team .single-team-member .member-img {
  border-radius: 7px;
  width: 210px;
  height: 210px;
  background-color: #eee;
  margin: 0 auto;
  margin-bottom: 20px;
  background-position: center top;
}
main #team .single-team-member .member-bio {
  margin-bottom: 20px;
}
main #team .single-team-member .member-bio h4 {
  font-size: 20px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  color: #211e3b;
}
main #team .single-team-member .member-bio p {
  line-height: 1;
  margin-top: 5px;
  color: #696969;
}
main #team .single-team-member a {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #84b5eb;
  color: #84b5eb;
  text-align: center;
  font-size: 15px;
  margin: 0 2px;
}
main #team .single-team-member:hover::before {
  background-color: #086ad7;
}
main #team .single-team-member:hover .member-bio h4,
main #team .single-team-member:hover .member-bio p {
  color: #fff;
}
main #clients h2 {
  color: #211e3b;
  font-size: 30px;
  font-weight: 700;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
main #clients .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
main #clients .item {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 8px;
}
main #clients img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
main #cta {
  background-color: #fff;
}
main #cta .card {
  background: #211e3b url("../cta_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 7px;
  padding: 80px 50px;
}
main #cta .card .card-body h2 {
  color: #fff;
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  text-align: center;
}
main #cta .card .card-body .btn-1 {
  background: #086ad7;
  color: #fff;
  border: none;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
main #cta .card .card-body .btn-2 {
  border: 1px solid #b0cff2;
  background: transparent;
  color: #fff;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

footer {
  background: #fff;
  color: #696969;
}
footer h5 {
  color: #211e3b;
  font-weight: 700;
}
footer p {
  font-weight: 500;
}
footer a {
  color: #696969 !important;
  font-weight: 500;
}
footer a svg {
  color: #086ad7;
}
footer a:hover {
  color: #086ad7 !important;
}
footer .nav-link {
  color: #696969;
  font-weight: 500;
}
footer .nav-link svg {
  color: #086ad7;
}
footer .nav-link:hover {
  color: #086ad7 !important;
}

#about_header {
  height: 50vh;
  background: url("../about_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #211e3b;
  padding-bottom: 160px;
  padding-top: 140px;
  position: relative;
  z-index: 1;
  background-position: 450px;
}
#about_header::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #211e3b;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
#about_header .banner-text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%) rotate(-90deg) translateX(23%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -0.03em;
  left: 110px;
  z-index: 2;
  opacity: 0.15;
  text-transform: uppercase;
}
#about_header h1 {
  font-weight: 700;
}
#about_header .breadcrumb {
  background: transparent;
  padding: 0;
}
#about_header .breadcrumb li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
#about_header .breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
#about_header .breadcrumb li a:hover {
  color: #086ad7;
}

#about_us .subtitle {
  color: #086ad7;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
#about_us h2 {
  color: #211e3b;
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  margin-bottom: 30px;
}
#about_us p {
  font-size: 17px;
  font-weight: 400;
  color: #696969;
}
#about_us img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
}

#vision_mission {
  background-color: #211e3b;
}
#vision_mission p {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
#vision_mission h3 {
  color: #086ad7;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  margin-bottom: 20px;
}
#vision_mission #vision img {
  width: 70px;
  background: #696969;
  border-radius: 10px;
  padding: 10px;
}

#services_header {
  height: 50vh;
  background: url("../services_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #211e3b;
  padding-bottom: 160px;
  padding-top: 140px;
  position: relative;
  z-index: 1;
  background-position: 450px;
}
#services_header::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #211e3b;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
#services_header .banner-text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%) rotate(-90deg) translateX(23%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -0.03em;
  left: 110px;
  z-index: 2;
  opacity: 0.15;
  text-transform: uppercase;
}
#services_header h1 {
  font-weight: 700;
}
#services_header .breadcrumb {
  background: transparent;
  padding: 0;
}
#services_header .breadcrumb li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
#services_header .breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
#services_header .breadcrumb li a:hover {
  color: #086ad7;
}

#services_page h4 {
  color: #211e3b;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  margin-bottom: 20px;
}
#services_page p {
  text-align: justify;
  font-size: 17px;
}
#services_page .card {
  height: 100%;
  padding: 20px;
}
#services_page .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #211e3b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0.375rem;
}
#services_page .card img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
#services_page img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#gallery_header {
  height: 50vh;
  background: url("../gallery_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #211e3b;
  padding-bottom: 160px;
  padding-top: 140px;
  position: relative;
  z-index: 1;
  background-position: 450px;
}
#gallery_header::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #211e3b;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
#gallery_header .banner-text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%) rotate(-90deg) translateX(23%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -0.03em;
  left: 110px;
  z-index: 2;
  opacity: 0.15;
  text-transform: uppercase;
}
#gallery_header h1 {
  font-weight: 700;
}
#gallery_header .breadcrumb {
  background: transparent;
  padding: 0;
}
#gallery_header .breadcrumb li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
#gallery_header .breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
#gallery_header .breadcrumb li a:hover {
  color: #086ad7;
}

#gallery_images img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #696969;
  padding: 5px;
}

#contact_header {
  height: 50vh;
  background: url("../contact_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #211e3b;
  padding-bottom: 160px;
  padding-top: 140px;
  position: relative;
  z-index: 1;
  background-position: 450px;
}
#contact_header::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #211e3b;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
#contact_header .banner-text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%) rotate(-90deg) translateX(23%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -0.03em;
  left: 110px;
  z-index: 2;
  opacity: 0.15;
  text-transform: uppercase;
}
#contact_header h1 {
  font-weight: 700;
}
#contact_header .breadcrumb {
  background: transparent;
  padding: 0;
}
#contact_header .breadcrumb li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
#contact_header .breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
#contact_header .breadcrumb li a:hover {
  color: #086ad7;
}

#contact_form .card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #211e3b;
}
#contact_form h2 {
  font-weight: 700;
  color: #211e3b;
  text-transform: uppercase;
}
#contact_form #contact_icons {
  color: #fff;
  background: #086ad7;
  padding: 8px;
  width: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
#contact_form a {
  color: #fff;
  text-decoration: none;
}
#contact_form form input,
#contact_form form textarea {
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  background-color: #f5f5f5;
}
#contact_form form .btn {
  background: #211e3b;
  color: #fff !important;
  padding: 15px 60px !important;
  font-weight: 500 !important;
  font-size: 18px;
  border: none;
  border-radius: 10px;
}

@media (max-width: 767px) {
  /* Rules for smartphones only */
  #desktop_header {
    position: static;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 5px;
  }
  #intro {
    height: auto !important;
  }
  #intro h1 {
    font-size: 36px !important;
  }
  #intro_bg .intro_box {
    width: 100% !important;
    position: static !important;
    padding: 20px !important;
    margin: 0px !important;
  }
  #cta .card {
    padding: 5px !important;
  }
}
@media (max-width: 1199px) {
  .banner-text {
    display: none;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #000;
  color: #eee;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #0d3259;
  color: #fff;
}

#whatsappbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 40px;
  padding-top: 4px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#whatsappbtn a {
  color: #fff;
}

#callbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 160px;
  right: 40px;
  padding-top: 4px;
  background-color: #211e3b;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#callbtn a {
  color: #fff;
}

@keyframes sonarAnimation {
  0% {
    box-shadow: 0 0 0 rgba(0, 102, 245, 0.4);
  }
  100% {
    box-shadow: 0 0 5px 50px rgba(0, 168, 232, 0);
  }
}