@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Candal&amp;display=swap');

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
 background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

img {
  max-width: 100%;
}

body {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.hdd {
  font-family: "Candal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
}

.header2 img {
  width: 85%;
}


.topbar {
  background-color: #00421b;
  float: left;
  width: 100%;
}

.details {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  padding: 0 20px;
  float: left;
  text-align: center;
  margin-top: 7px;
}

.details .info a {
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}


.details .social_media a i {
  margin-left: 10px;
  color: #ffc603;
  font-size: 16px;
  font-weight: 500;
}


.details .info a i {
  font-size: 17px;
  margin-right: 5px;
  color: #ffc603
}

.topbar_slider {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  background-color: #ffc603;
}

.topbar_slider .text_slide {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  padding-top: 8px;
  transition: 0.5s ease-in-out all;
  letter-spacing: 1px;
}

.topbar_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 6px 10px;
  background-color: #00421b;
  float: left;
}

.topbar_title h4 {
  color: #fff;
  margin-top: 5px;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}



.mission {
  height: auto;
  width: 100%;
  background-color: #00421b;
  padding: 50px 0px;
  margin: 0;
  overflow: hidden;
  float: left;
}

.mission h3 {
  color: #fff;
  font-size: 36px;
  text-align: end;
  border-right: 1px solid #fff;
  padding-right: 35px;
}

.mission p {
  color: #fff;
  text-align: start;
  font-size: 17px;
  padding-left: 35px;
  margin-top: 40px;
}

.mission .fa-quote-left {
  margin-right: 5px;
  font-size: 20px;
  color: #ffc603;
}

.mission .fa-quote-right {
  margin-left: 5px;
  color: #ffc603;
  font-size: 20px;
}

.mission:hover i {
  animation: shakeX 0.6s ease-in-out;
}

@keyframes shakeX {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-3px);
  }

  40% {
    transform: translateX(3px);
  }

  60% {
    transform: translateX(-2px);
  }

  80% {
    transform: translateX(2px);
  }
}




.our_features {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  z-index: 1;
  background-image: url('../images/bg2.jpg');
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  float: left;
}

.our_features h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #00421b;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.our_features p:first-child {
  font-size: 14px;
  text-align: start;
  margin-bottom: 0;
  color: #fb0003;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 15px;
  text-transform: uppercase;
}

.our_features h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 10%;
  border-radius: 100%;
  background-color: #fb0003;
  display: block;
  margin: auto;
  bottom: 0;
  left: 0;
}

.our_features .features_box {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  overflow: hidden;
  margin-top: 20px
}

.our_features .features_box .features_img {
  height: 70px;
  width: 70px;
  margin-bottom: 12px;
  transition: 0.5s ease-in-out;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
  filter: drop-shadow(2px 3px 4px rgb(0, 0, 0, 0.2));
}

.our_features .features_box .features_img img {
  height: 100%;
  width: 100%;
  transition: 0.5s ease-in-out;
  object-position: center;
  object-fit: cover;
}

.our_features .features_box:hover .features_img {
  transition: 0.5s ease-in-out;
  filter: grayscale(0);
  transform: translateY(-4px) rotateY(360deg);
  filter: drop-shadow(2px 3px 4px rgb(0, 0, 0, 0.3));
}

.our_features .features_content {
  overflow: hidden;
}

.our_features .features_content h4 {
  font-size: 25px;
  font-weight: 600;
  color: #fb0003;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-decoration: none;
}

.our_features .features_content p {
  font-size: 17px;
  color: #333;
}

.why_choose {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  z-index: 1;
  background-color: #031e00;
  overflow: hidden;
  float: left;
}

.why_choose .why_choose_box {
  height: auto;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.why_choose .why_choose_box .why_choose_img {
  margin-bottom: 20px;
  height: 55px;
  width: 55px;
  object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.why_choose .why_choose_box .why_choose_img img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.why_choose .why_choose_box:hover .why_choose_img {
  transition: 0.5s ease-in-out;
  transform: translatey(-8px);
}

.why_choose .why_choose_box h5 {
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  color: #ffc603;
  letter-spacing: 0.5px;
}

.why_choose .why_choose_box p {
  font-size: 17px;
  color: #fff;
}









.astro_solution {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  z-index: 1;
  background-image: url('../images/bg.png');
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  float: left;
}

.astro_solution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.astro_solution .container {
  position: relative;
}

.astro_solution h2 {
  font-size: 35px;
  padding-bottom: 20px;
  color: #00421b;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.astro_solution p:first-child {
  font-size: 14px;
  text-align: start;
  margin-bottom: 0;
  color: #fb0003;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 15px;
  text-transform: uppercase;
}

.astro_solution h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 8%;
  border-radius: 100%;
  background-color: #fb0003;
  display: block;
  margin: auto;
  bottom: 0;
  left: 0;
}

.astro_solution .solution_card {
  border: 1px solid rgb(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 9px rgb(0, 0, 0, 0.1);
  
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 30px;
}

.astro_solution .solution_card .solution_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
 
  position: relative;
  transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.829);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  text-decoration: none;
}

.astro_solution .solution_card .solution_img:hover a {
  opacity: 1;
  transform: translateY(0);
}

.astro_solution .solution_card .solution_img a span {
  background-color: #00421b;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.astro_solution .solution_card .solution_img a span:hover {
  background-color: #fb0003;
}

.astro_solution .solution_card .solution_btn a span i {
  margin-left: 2px;
}


.astro_solution .solution_card:hover a {
  opacity: 1;
  transform: translateY(0);
}

.astro_solution .solution_card:hover img {
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_content {
  height: auto;
  width: 100%;
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  overflow: hidden;
}

.astro_solution .solution_card .solution_content h3 {
  font-size: 24px;
  color: #fb0003;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.astro_solution .solution_card .solution_content p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.astro_solution .solution_card .solution_content .btn {
  color: #fff;
  background-color: #00421b;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 7px 87px;
  transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_content .btn:hover {
  background-color: #fb0003;
  transition: 0.5s ease-in-out;
}





.mainservices-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.mainservices-section h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #00421b;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.mainservices-section p:first-child {
  font-size: 14px;
  text-align: start;
  margin-bottom: 0;
  color: #fb0003;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 15px;
  text-transform: uppercase;
}

.mainservices-section h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 10%;
  border-radius: 100%;
  background-color: #fb0003;
  display: block;
  margin: auto;
  bottom: 0;
  left: 0;
}



.main-services1 {
  padding: 15px;
  margin-top: 20px;
}

.main-services3 {
  padding: 0 30px;
  overflow: hidden;
}

.main-services3 img {
  border-radius: 10px;
  transition: 0.5s ease-in;
}

.main-services4 {
  padding: 50px 30px 30px 0;
  box-shadow: 0 0 10px #7d7c7c52;
  margin: -30px 0 0;
}

.main-services4 strong {
  font-size: 26px;
  padding: 0px 0px 0 30px;
  color: #00421b;
  margin: 0px 0 0px 0;
  display: block;
  text-transform: capitalize;
}

.main-services4 p {
  color: #424242;
  font-size: 15px;
  line-height: 27px;
  padding: 7px 0px 17px 30px;
}

.main-services4 a {
  background: #ffc603;
  display: block;
  font-size: 17px;
  width: fit-content;
  margin: 0 auto 0 0;
  font-weight: 600;
  color: #000000;
  padding: 5px 10px;
  text-transform: capitalize;
}

.main-services4:hover a {
  background: #fb0003;
  color: #fff;
}


.testi {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testi h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #00421b;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.testi p:first-child {
  font-size: 14px;
  text-align: start;
  margin-bottom: 0;
  color: #fb0003;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 15px;
  text-transform: uppercase;
}

.testi h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 10%;
  border-radius: 100%;
  background-color: #fb0003;
  display: block;
  margin: auto;
  bottom: 0;
  left: 0;
}

.testimonials1 {
  padding: 10px 18px 30px;
  margin-top: 20px;
}

.testimonials2 {
  padding: 20px 20px 40px;
  position: relative;
  background: #fff;
  box-shadow: -1px 1px 5px #00000036;
  border-radius: 10px;
}

.testimonials4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 0 10px;
  border-bottom: 0;
  flex-direction: row;
}

.testimonials4 .testi-pic {
  width: 30%;
  padding: 0 0 0 9px;
}

.testimonials4 .testi-pic img {
  border-radius: 50%;
  border: 7px solid #52025e1f;
}

.testimonials4 .testi-text {
  width: 70%;
  padding: 0 0 0 20px;
  text-align: left;
}

.testi-text strong {
  font-size: 17px;
  margin: 0;
  color: #fb0003;
  font-weight: 600;
  text-transform: capitalize;
}

.testi-text strong span {
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: block;
}

.testimonials3 {
  padding: 14px 7px;
  border: 2px solid #ffc603;
  position: relative;
}

.testimonials3 {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.qq i {
  right: 29px;
  font-size: 42px;
  position: absolute;
  color: #ffc603;
  bottom: -22px;
}



.religions-about {
  background-image: url(../images/bg2.jpg);
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.religions {
  background: #fdf4e5;
  padding: 0;
}

.religions img {
  width: 100%;
}

.moreAbout {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: fit-content;
  margin: 12px auto;
  padding: 10px 15px;
  border-radius: 48px;
  background: #00421b;
}

.knowAbout h1 {
  background: #fdf4e5;
  padding: 8px 15px;
  font-size: 35px;
  color: #fb0003;
  font-weight: 800;
  margin-bottom: 20px;
}

.knowAbout .white-text {
  padding: 0 15px;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  line-height: 35px;
}

.btn-link2 {
  padding: 15px 25px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  background: #fb0003;
  font-size: 18px;
}

.about {
  background: #ffc603;
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
}

.btn-link2:hover {
  color: #fff;
}




.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #00421b;
}
.text-contact1 {
    padding: 0px 0 0;
}
.text-contact2 {
    padding: 20px 35px 20px 0px;
    border: 1px solid #dcdcdc;
    background: #fff;
}
.text-form {
    padding: 10px 0 0;
    text-align: center;
}
.text-form p {
    color: #00421b;
    text-transform: capitalize;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
    padding: 0;
}
.text-whatsapp {
    padding: 0;
    text-align: center;
}
.text-whatsapp a {
    background: green;
    color: #fff;
    padding: 14px 30px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 0px;
    font-size: 22px;
}
.footer-left {
    float: left;
    width: 100%;
}
.footer-right {
    float: left;
    width: 100%;
}
.footer-right img {
    float: none;
    display: table;
    margin: 0 auto;
    padding-top: 30px;
    float: left;
    width: 100%;
}
.contact-details1 {
    padding: 0;
    float: left;
    width: 100%;
}
.cccc {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
}
.contact-details2 {
    padding: 20px;
    text-align: center;
    background: #fff;
}
.contact-details3 {
    padding: 0px;
}
.contact-details3 i {
    font-size: 25px;
    color: #fff;
    background: #fb0003;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 30px;
}
.contact-details4 {
    padding: 14px 0 0;
}
.contact-details4 strong {
    color: #fb0003;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.contact-details4 p a{
    color: #000;
    font-size: 18px;
    border-top: 2px solid #00421b;
    margin: 0;
    padding: 10px 0 0;
}



@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
  .astro_solution .col-lg-4{width: 50%;}
  .footer .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
  .header2 {
  display: none;
}
.topbar_title h4 {
  font-size: 17px;
}

.our_features {
  padding: 50px 10px;
}
.testimonials2 {
  margin-bottom: 30px;
}
.details .info a {
  font-size: 14px;
}
}
@media(min-width:480px) and (max-width:639px)
{.header2 {
  display: none;
}
.topbar_title h4 {
  font-size: 17px;
}

.our_features {
  padding: 50px 10px;
}
.testimonials2 {
  margin-bottom: 30px;
}
.details .info a {
  font-size: 14px;
}
}
@media(min-width:320px) and (max-width:479px)
{
.header2 {
  display: none;
}
.topbar_title h4 {
  font-size: 17px;
}

.our_features {
  padding: 50px 10px;
}
.testimonials2 {
  margin-bottom: 30px;
}
.details .info a {
  font-size: 14px;
}
}
