@import url('../../fonts.googleapis.com/css2%3Ffamily=Patua+One&display=swap.css');
@import url('../../fonts.googleapis.com/css2%3Ffamily=Outfit:wght@100..900&display=swap.css');

body {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.hdd {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-style: normal;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}


.header {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 0px;
  text-align: center;
}









.headline-section {
  border-top: 1px solid #cae10452;
  float: left;
  width: 100%;
}

.headerline-section1 ul li {
  color: #000000d6;
  font-size: 19px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  border-right: 1px solid #cae10452;
  padding: 5px 15px 5px;
}

.headerline-section1 ul li:last-child {
  border: 0;
}



.otherservices {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.otherservices-1 {
  padding: 12px;
  text-align: center;
  margin-top: 20px;
}

.otherservices-2 i {
  display: block;
  padding: 0 0 10px;
}

.otherservices-2 strong {
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  color: #ffffff;
  padding: 5px 10px 5px;
  background: linear-gradient(45deg, #012d09, #cae104);
}











.why-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.whyus-heading strong {
  display: inline-block;
  color: #000000;
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 3px 0 3px;
  border-radius: 0 0 25px 25px;
}

.counter-1 {
  padding: 12px;
  width: 20%;
  text-align: center;
  position: relative;
}

.counter-2 {
  position: relative;
  padding: 12px;
}

.counter-2 span {
  position: relative;
  display: inline-block;
  padding: 5px;
}

.counter-2 i {
  height: 62px;
  background: #e0051a;
  width: 62px;
  line-height: 62px;
  border-radius: 50%;
  display: inline-block;
  z-index: 0;
  position: relative;
  color: #fff;
  font-size: 25px;
}

.counter-2 i {
  transition: all 0.35s ease-in-out 0s;
}

.counter-2 span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: conic-gradient(transparent 50%, #e0051a 100%);
  border-radius: 50%;
  opacity: 0;
  transform: rotate(0deg);
  transition: all 0.35s ease-in-out 0s;
  z-index: 0;
}

.counter-2:hover span:before {
  background: conic-gradient(transparent 0%, #e0051a 50%);
  opacity: 1;
  transform: rotate(360deg);
}

.counter-2:hover span i svg {
  transform: scale(1.2);
}

.counter-2 p {
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 0 0;
  display: block;
}

.counter-1:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 55%;
  background-color: #0000001f;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.counter-1:last-child:before {
  display: none;
}

.why-box {
  padding: 12px;
  position: relative;
}

.why-box img {
  border-radius: 300px;
  width: 100%;
}

.why-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #202020;
  text-align: justify;
}

.why-content strong {
  font-size: 35px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
}

.why-content span {
  color: #3e3e3e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 1px;
  display: block;
  text-align: right;
}

.why-content ul li {
  list-style: none;
  padding: 0px 0 28px 0;
}

.why-content ul li p {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
}

.why-content ul li p b {
  position: absolute;
  left: 0;
  text-align: right;
  top: 0;
  font-weight: 700;
  color: #000000;
}

.why-content ul li span {
  height: 10px;
  margin: 4px 0 0;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.why-content ul li span i {
  width: 99%;
  background: #2d90d0;
  display: block;
  height: 100%;
}

.why-content ul li:nth-child(2) span i {
  width: 82%;
  background: #f76f00;
}

.why-content ul li:nth-child(3) span i {
  width: 95%;
  background: #f71b71;
}

.why-content ul li:nth-child(4) span i {
  width: 89%;
  background: #88b31f;
}

.why-title span {
  font-size: 15px;
  padding: 0 0 5px;
  color: #4c4c4c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: block;
}

.other-sv-title2 strong {
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  color: #000;
  text-transform: capitalize;
  display: block;
}

.other-sv-title2 p {
  text-transform: capitalize;
  padding: 12px 0 30px;
  color: #454545;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.other-sv-title2 a {
  text-align: center;
  overflow: hidden;
  display: inline-flex;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 20px 12px;
  gap: 14px;
  color: #fff;
  background: linear-gradient(45deg, #012d09, #cae104);
}

.other-sv-title2 a i {

  color: #e0051a;
  position: relative;
  z-index: 1;
  display: inline-flex;
}

.other-sv-title2 a i img {
  width: 25px;
  height: 25px;
  margin-top: 3px;
}

.other-sv-title2 a i:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  left: -5px;
  top: -2px;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  transform: perspective(0px) rotateZ(45deg) scale(1);
  transition: .5s all ease-in-out;

}

.other-sv-title2 a:hover i:before {
  border-radius: 22px 0;
  transform: rotateZ(45deg) scale(2.6) translate(-12px, 12px);
}









.ourservices-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.ourservices-section1 {
  padding: 0px;
}

.our-services1 {
  padding: 10px 0 0;
}

.our-services2 {
  padding: 10px;
}

.our-services3 {
  padding: 15px 0px;
}

.counter {
  color: #980000;
  text-align: center;
  width: 220px;
  transition: 0.5s;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.counter:before {
  content: "";
  background: linear-gradient(45deg, #012d09, #cae104);
  width: 50%;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  transition: 0.5s;
  z-index: -1;
  clip-path: polygon(100% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

.counter .counter-content {
  background-color: #fff;
  width: 200px;
  height: 200px;
  padding: 5px;
  margin: 0 auto;
  transition: 0.5s;
  border-radius: 50%;
  box-shadow: 6px 6px 6px rgb(0 0 0 / 30%), 0 0 0 15px #012d09, 10px 20px 20px rgb(0 0 0 / 30%);
}

.counter-content img {
  border-radius: 50%;
  transition: 0.9s;
  width: 100%;
}

.our-services2:hover .counter-content img {
  transform: rotateZ(360deg);
  transition: 0.9s;
}

.our-services4 {
  padding: 20px 0 0;
  text-align: center;
}

.our-services4 strong {
  text-transform: capitalize;
  font-size: 25px;
  margin: 0;
  color: #e0051a;
}

.our-services4 p {
  color: #000;
  line-height: 29px;
  font-size: 15px;
}

.contact-sv {
  display: flex;
  justify-content: center;
}

.our-services4 a.ptkk-1 {
  left: 0;
  width: 111px;
}

.our-services4 a.ptkk-2 {
  background: #459f09;
  right: 0;
  width: 160px;
}

.our-services4 a {
  color: #ffffff;
  padding: 5px 15px 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background: #e0051a;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  margin: 10px;
}


.aboutus-head {
  padding: 0;
  text-align: center;
}

.aboutus-head strong {
  text-transform: capitalize;
  font-size: 55px;
  margin: 0;
  font-weight: 600;
  color: #e0051a;
}

.aboutus-head p {
  color: #000;
  font-size: 16px;
  padding: 0px 0 0px 0;
  margin: -8px 0 0 0;
  text-transform: capitalize;
}


.footer {
  padding: 0 15px 0;
  background: linear-gradient(45deg, #012d09, #cae104);
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
}

.footer-left {
  padding: 0;
}

.footer-left-1 {
  padding: 0;
  text-align: center;
}

.footer-contact1 {
  padding: 0;
}

.footer-contact2 {
  padding: 20px 4px;
  text-align: center;
  margin: 0 auto;
}

.footer-contact2 span {
  height: 100px;
  width: 100px;
  line-height: 90px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
  animation: pulse2 2s linear infinite;
  border: 6px solid #cae104;
  color: #e0051a;
  font-size: 39px;
}

.footer-contact2 span i {
  font-weight: 400;
}

.footer-contact2 a {
  display: block;
  padding: 22px 0px 0;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.footer-right {
  padding: 0 0 0 20px;
}

.footer-right-1 {
  padding: 0;
}

.disclimer {
  padding: 0;
  text-align: center;
  z-index: 0;
  position: relative;
}

.disclimer p {
  color: #222222;
  padding: 20px 15px 15px;
  line-height: 27px;
  font-weight: 500;
  font-size: 14px;
  background: #cae104;
}

.dis-sec {
  padding: 0;
}

.copyryt {
  padding: 30px 0 0;
}

.copyryt span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  padding: 8px 10px 6px;
  display: block;
  border-top: 1px solid #ffffff33;
}

.footer:after {
  content: "";
  width: 100%;
  height: 43px;
  background: #cae104;
  top: 0;
  left: 0;
  margin: auto 0;
  position: absolute;
  z-index: -1;
}



.head-maquee1 {
  padding: 0px;
  float: left;
  width: 100%;
  background-color: #cae104;
}

.head-maquee2 {
  position: relative;
  z-index: 9;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 10px 0px;
  background: #cae104;
  color: #000;
}



.testimonials {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.client-testi {
  padding: 12px 0 0;
}

.testimonails-1 {
  padding: 12px;
  margin-top: 20px;
}

.testimonails-2 {
  padding: 0px 0 30px;
  border-radius: 0px 30px 30px 30px;
  position: relative;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 9px 0px #e7e7e7;
  overflow: hidden;
}

.testimonails-2 p {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 25px;
}

.testimonails-2 span {
  display: block;
  font-size: 18px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  margin: 10px 0px 0px auto;
  width: 50%;
}

.testimonails-2 strong {
  display: block;
  padding: 15px 0 0 0;
}

.testimonails-2 strong i {
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 20px;
  padding: 0 7px;
}






.religions-about {
  background-image: url(../images/bg2.jpg.html);
  padding-top: 50px;
  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: linear-gradient(45deg, #012d09, #cae104);
}

.knowAbout h1 {
  background: #fdf4e5;
  padding: 8px 15px;
  font-size: 35px;
  color: #e0051a;
  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: #e0051a;
  font-size: 18px;
}

.about {
  background: #cae104;
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
}

.btn-link2:hover {
  color: #fff;
}



@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .header2 {
    display: none;
  }

  .header .col-sm-4 {
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .header2 {
    display: none;
  }

  .counter-1 {
    width: 100%;
  }

  .testimonails-1 {
    float: left;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .header2 {
    display: none;
  }

  .counter-1 {
    width: 100%;
  }

  .testimonails-1 {
    float: left;
  }
  .header .container-fluid {
  padding: 0;
}
.header .col-sm-4 {
  padding: 0;
}
.aboutus-head strong {
  font-size: 38px;
}
}

@media(min-width:320px) and (max-width:479px) {
  .header2 {
    display: none;
  }

  .counter-1 {
    width: 100%;
  }

  .headerline-section1 ul li {
    font-size: 15px;
  }

  .our-services4 a {
    font-size: 17px;
  }

  .otherservices-1 {
    float: left;
  }

  .testimonails-1 {
    float: left;
  }
  .header .container-fluid {
  padding: 0;
}
.header .col-sm-4 {
  padding: 0;
}
.aboutus-head strong {
  font-size: 38px;
}
}