@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Roboto", sans-serif !important;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.container {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.section-title {
  margin-bottom: 10px;
}

.section-title h2 {
  text-transform: capitalize;
}

.banner-carousel img {
  position: relative;
  width: 100%;
}

.quick-services {
  padding: 60px 0;
  position: relative;
  background-color: #f3f3f3;

}

.quick-services .service {
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.4s;
}

.quick-services .service.active {
  background-color: #ff4800;
}

.quick-services .service .img {
  width: 100%;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
}

.quick-services .service:hover {
  background-color: #ff4800;
}

.quick-services .service:hover img {
  transform: scale(1.15);
  filter: grayscale(100%);
}

.quick-services .service .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
}

.quick-services .service p {
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  color: #ff4800;
}

.quick-services .service.active p,
.quick-services .service:hover p {
  color: #fff;

}

.quick-services .owl-stage {
  padding: 20px 0 40px;
}


.cta-box {
  padding: 80px 0;
  position: relative;
  text-align: center;
  background: url(../images/cta-bg.webp);
  background-attachment: fixed;
  background-size: cover;
}

.cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.cta-box h2 {
  color: #fff;
  font-size: 46px;
}

.cta-box h2 span {
  color: #ff4800;
}

.cta-box p {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}

.cta-box a {
  display: inline-block;
  padding: 14px 20px;
  background-color: #ff4800;
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.4s;
}

.cta-box a:hover {
  transform: scale(1.1);
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

@media (max-width:992px) {
  .cta-box p {
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width:568px) {
  .cta-box h2 {
    color: #fff;
    font-size: 32px;
  }
}




.main-service {
  padding: 50px 0;
}

.main-service .heading-box {
  background-color: #000;
  padding: 20px;
  margin-top: 20px;
}

.main-service .heading-box a.main-btn {
  background-color: #ffc400;
  border: transparent;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translateY(0);
  transition: all 0.5s;
  margin: 10px 0;
  color: #000;
  font-weight: 600;
  display: inline-block;

}

.main-service .heading-box p {
  margin-top: 10px;
  line-height: 1.6;
}

.main-service .heading-box h2 {
  margin-top: 10px;

}





.main-service .service-box .img-box,
.main-service .service-box1 .img-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 270px;
}

.main-service .service-box .img-box img,
.main-service .service-box1 .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}

.main-service .service-box:hover .img-box img {
  transform: scale(1.15);
}

.main-service .heading-box h2 {
  color: #ffc400;
  font-weight: 700;
  font-size: 50px;
}

.main-service .heading-box h2 span {
  color: #fff;
  display: block;
}

.main-service .heading-box p {
  color: #fff;
  text-align: start;
}

.main-service .service-box {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  margin-top: 20px;
}

.main-service .service-box h3 {
  color: #ff4800;
  font-weight: 700;
  margin: 10px 0;
}

.main-service .service-box .text-content {
  padding: 0 20px;
}

.main-service .service-box1 {
  text-align: center;
  background-color: #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  margin-top: 20px;
}

.main-service .service-box1 h3 {
  color: rgb(255, 230, 0);
  font-weight: 700;
  margin: 10px 0;
}

.main-service .service-box1 .text-content {
  padding: 0 20px;
}

.main-service .service-box1 p {
  color: #fff;
}


.main-service .service-box1 .img-box {
  overflow: hidden;
  position: relative;
}

.main-service .service-box1 .img-box img {
  transition: all 0.5s;
  transform: scale(1);
}

.main-service .service-box1:hover .img-box img {
  transform: scale(1.15);
}

.main-service .service-box a.chat-btn {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #ff4800;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  transition: all 0.4s;
}

.main-service .service-box a.chat-btn svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.main-service .service-box1 a.chat-btn svg {
  width: 20px;
  height: 20px;
  color: #000;
}

.main-service .service-box1 a.chat-btn {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  transition: all 0.4s;
}

.main-service .service-box a:hover {
  transform: scale(1.1);
  background-color: #000;
  color: #fff;
}

.main-service .service-box1 a.chat-btn:hover {
  background-color: #ffc400;
  color: #000;
  transform: scale(1.1);
}

.main-service .service-box a:hover svg {
  color: #fff;
}

.main-service .service-box1 a.chat-btn:hover svg {
  color: #000;
}

@media (min-width:992px) and (max-width:1200px) {
  .main-service .heading-box h2 {
    color: #ffc400;
    font-weight: 700;
    font-size: 34px;
  }

  .main-service .heading-box h2 span {
    color: #fff;
    display: inline-block;
  }

}

@media (max-width:1200px) {
  .main-service .heading-box h2 {
    color: #ffc400;
    font-weight: 700;
    font-size: 32px;
  }

}

.mid-banner img {
  width: 100%;
  height: 100%;
  position: relative;
}

.mid-ad {
  padding: 16px 0;
  background-color: #ff4800;
  display: flex;
  align-items: center;
}

.mid-ad marquee {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.about-section {
  padding: 40px 0;
  position: relative;
}


.about-section .left-content .heading h6 {
  color: #7a7a7a;
}

.about-section .left-content .heading h2 {
  font-size: 42px;
  color: #ff4800;
  font-weight: 700;
}

.about-section .left-content .heading p.tagline {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
  border-left: 3px solid #ff4800;
  letter-spacing: 1px;
  font-style: italic;
  color: #292929;
}

.about-section .left-content p.about {
  line-height: 28px;
  letter-spacing: 1px;
  padding-right: 20px;
  color: #3b3b3b;
}

.about-section .left-content a {
  display: inline-block;
  padding: 14px 26px;
  font-size: 18px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;

}

.about-section .left-content a:hover {
  background-color: #ff4800;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-section .right-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-section .right-content .img-box {
  width: 70%;
  margin: 0 auto;
  height: 100%;
}

.about-section .right-content .img-box img {
  width: 100%;
  height: 100%;
}

@media (min-width:992px) and (max-width:1200px) {
  .about-section .right-content .img-box {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
}

@media (max-width:992px) {
  .about-section .right-content .img-box {
    width: 60%;
    margin: 0 auto 35px;
    height: 100%;
  }

  .about-section .left-content p.about {
    line-height: 26px;
    padding-right: 0;
  }
}

@media (max-width:768px) {
  .about-section .right-content .img-box {
    width: 70%;
  }

  .about-section .left-content p.about {
    letter-spacing: 0;
  }

}

@media (max-width:568px) {
  .about-section .right-content .img-box {
    width: 90%;
  }

  .about-section .left-content .heading h2 {
    font-size: 32px;
    color: #ff4800;
    font-weight: 700;
  }

}



.testimonial-section {
  padding: 70px 0;
  position: relative;
  background: url(../images/cta-bg.webp);
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.testimonial-section .section-title h2 {
  color: #fff;
}

.testimonial-section .section-title p {
  color: #f3f3f3;
  margin-bottom: 35px;
}

.counter-wrapper-section {
  margin-top: 40px;
  padding: 10px 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff9e1;
}

.counter-wrapper-section .counter-box {
  padding: 50px 30px;
  text-align: center;
  border-right: 2px dashed #ff4800;
  height: 100%;
}

.counter-wrapper-section .counter-box.b-none {
  border-right: none;

}

.counter-wrapper-section .counter-box h4 {
  font-size: 56px;
  font-weight: 700;
  color: #ff4800;
}

.counter-wrapper-section .counter-box p {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
  color: #3b3b3b;
}

@media (max-width:1400px) {
  .counter-wrapper-section .counter-box {
    padding: 50px 16px;
  }

}

@media (max-width:1200px) {
  .counter-wrapper-section .counter-box {
    padding: 40px 6px;
  }

  .counter-wrapper-section .counter-box h4 {
    font-size: 44px;
  }
}

@media (max-width:992px) {
  .counter-wrapper-section .counter-box {
    padding: 50px 20px;
    text-align: center;
    border-right: none;
    border-bottom: 2px dashed #ff4800;
    height: 100%;
  }

  .counter-wrapper-section .counter-box.b-none,
  .counter-wrapper-section .counter-box.btm-none {
    border-bottom: none;
  }
}

@media (max-width:768px) {
  .counter-wrapper-section .counter-box {
    padding: 50px 10px;
  }

  .counter-wrapper-section .counter-box.b-none {
    border-bottom: none;
  }

  .counter-wrapper-section .counter-box.btm-none {
    border-bottom: 2px dashed #ff4800;
  }
}


.certificate-section {
  padding: 60px 0;
  position: relative;
}

.certificate-section .left-content span {
  text-transform: uppercase;
  font-weight: 600;
  color: #ff4800;
  font-style: italic;
}

.certificate-section .left-content h2 {
  font-size: 36px;
}

.certificate-section .left-content p {
  color: #3b3b3b;
  letter-spacing: 1px;
}

.certificate-section .left-content a {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.4s;
}

.certificate-section .left-content a:hover {
  background-color: #ffc400;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.certificate-section .right-content img {
  width: 100%;
  height: 100%;
}


@media (max-width:992px) {
  .certificate-section .right-content {
    margin-top: 30px;
  }
}

@media (max-width:568px) {
  .certificate-section .left-content h2 {
    font-size: 28px;
  }

}


.cta-box-btm {
  display: flex;
  align-items: center;
  padding: 20px 0;
  background-color: #ff4800;
  text-align: center;
  animation: bgAnime 1s infinite alternate;
}
@keyframes bgAnime{
  0%{
    background-color: #ff4800;
  }
  50%{
    background-color: #942a00;
  }
  100%{
    background-color:#ff4800
  }
  
}
.cta-box-btm p {
  font-size: 36px;
  font-weight: 800px;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width:568px){
  .cta-box-btm p {
  font-size: 26px;
}
}

