/* Apply to All */
body {
  margin: 0;
}
h1 {
  font-weight: 900;
  font-size: 50px;
}
h2 {
  font-weight: 700;
  font-size: 42px;
}
h3 {
  font-weight: 600;
  font-size: 36px;
}
h4 {
  font-weight: 500;
  font-size: 30px;
}
h5 {
  font-weight: 400;
  font-size: 25px;
}

.container-fluid {
  max-width: 1900px;
}
/* End of Apply All */

/* Enquiry Button */
.enquiryBtn {
  margin: 50px auto 0 auto;
  width: 210px;
}
.enquiryBtn p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  background: #1d1666;
  cursor: pointer;
  color: #fff;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 700;
  border-radius: 10px;
}
.blink-me {
  animation: blinker 1.3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.callBtn {
  margin: 20px 0;
}
.callBtn p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  background: #007dc6;
  cursor: pointer;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 700;
  border-radius: 10px;
}
.callBtn a {
  color: #fff;
}
.callBtn a:hover {
  text-decoration: none;
}

/* whatapps */
/* fixed bottom-0 right-0 z-30 flex items-center justify-center w-12 h-12 mb-5 mr-4 rounded-full cursor-pointer */
#wa-btn {
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
#wa-btn:hover {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.wa-wrapper {
  position: fixed;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  border-radius: 9999px;
  cursor: pointer;
  bottom: 0;
}
.icon-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  fill: currentColor;
}

/* end whatsapp */

/*--Top-Header--*/
.top-header {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.top-header a {
  text-decoration: none;
}
.top-header img {
  width: 180px;
}
.cta-number {
  text-align: right;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  padding-top: 39px;
  color: #007dc6;
}
.cta-icon {
  text-align: right;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #007dc6;
}
/*--End Of Top-Header--*/

/*--Banner--*/
.bannerWrapper {
  background: url(../images/banner-bg.jpg) no-repeat top 14% center;
  background-size: cover;
  height: 700px;
}
.bannerTagline {
  text-align: center;
  padding-top: 220px;
}
.bannerTagline h2 {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
  width: 600px;
  margin: 0 auto;
  text-shadow: 2px 2px 4px #1b1b1b;
}
.bannerTagline h4 {
  color: #1b1464;
  font-family: "Poppins", sans-serif;
}
/*--End of Banner--*/

/*--Banner productWrapper--*/
.productWrapper {
  position: relative;
  padding-bottom: 30px;
  background: url(../images/service-bg-01.png) repeat center center;
}
.titleStyle h2 {
  text-align: center;
  padding: 4% 0 2% 0;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
}
.expertiseStyle img {
  width: 100%;
  box-shadow: 3px 6px 5px #888;
}
.expertiseStyle {
  text-align: center;
  padding-bottom: 3%;
}
.expertiseStyle p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #007dc6;
  padding-top: 2%;
  font-size: 18px;
}
.projectitle h4 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  border-bottom: 2px solid #007dc6;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 500;
  color: #007dc6;
}

.serviceContent ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.serviceContent li {
  list-style-type: circle;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #007dc6;
  padding-top: 3%;
  font-size: 18px;
}

/*--End of Banner productWrapper--*/

/* why choose us background-color: rgba(29, 22, 100, 0.1);*/
.chooseUs {
  position: relative;
  padding-bottom: 3%;
  background: #def8fc;
}
.chooseWrap img {
  width: 80%;
}
.chooseWrap {
  text-align: center;
}
.chooseWrap p {
  font-family: "Roboto", sans-serif;
  color: #7f7f7f;
  padding-top: 2%;
  font-size: 18px;
  font-weight: 700;
}
/* End of why choose us */

/*--ClientWrapper Style--*/
.ClientWrapper {
  padding: 0 0 2% 0;
  position: relative;
  background: #fff;
  background: url(../images/service-bg-01.png) repeat center center;
}
.ClientWrapper h2 {
  text-align: center;
  padding: 4% 0 2% 0;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  color: #000;
}
.client {
  position: relative;
  border: 4px solid #007dc6;
  height: 350px;
  padding: 10px;
  background: #fff;
}
.client p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.name {
  position: absolute;
  bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.client img {
  width: 60% !important;
  margin: 0 auto;
}
.checked {
  color: #007dc6;
}
/*--End of ClientWrapper Style--*/

/*--FAQ--*/
.faqwrapper {
  position: relative;
  padding-bottom: 4%;
  background: #def8fc;
}
.btn {
  white-space: unset;
}
.btn.btn-link {
  padding: 0;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  text-decoration: none;
}
.card {
  margin-top: 5px;
  background-color: #007dc6;
}
.card h5 {
  font-size: 17px;
  text-align: left;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.card-header {
  background-color: unset;
  border-bottom: unset;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.card-body {
  background: #fff;
}
.card-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 15px;
}

.warranty h5{
  font-size: 25px;
  font-weight: 700;
}

.warranty p{
  font-size: 16px;
  font-weight: 400;
}
/*--End of FAQ--*/

/*--about us--*/
.aboutWrapper {
  position: relative;
}
.aboutBG {
  background: url(../images/about-us.jpg) no-repeat center center;
  background-size: cover;
}
.aboutContent {
  padding: 2%;
}
.aboutContent h2 {
  font-size: 50px;
  text-align: left;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px #1b1b1b;
}
.aboutContent p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-align: justify;
  text-shadow: 2px 2px 4px #1b1b1b;
}
/*--End of about us--*/

/* form Wrap */
.formWrapper {
  background: url(../images/banner-bg.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
}
.enquiry-form h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.enquiry-form {
  color: #fff;
  background: rgba(0, 125, 198, 0.7);
  width: 100%;
  padding: 32px 20px;
  z-index: 10;
  text-align: center;
  margin: 20px 0;
}

/* footer */
.footerWrapper {
  text-align: center;
}
.footerWrapper > .container {
  padding-top: 2%;
  padding-bottom: 2%;
}
.footerWrapper p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7f7f7f;
  margin: 0;
  padding-bottom: 5px;
}
.footerContent img {
  width: 170px;
}
.footerContent a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7f7f7f;
}
.footerContent a:hover {
  text-decoration: none;
}
/* end of footer */

/* thank you */
.thankWrapper {
  padding: 2% 0;
  text-align: center;
}
.thankContent p {
  font-size: 16px;
  padding-bottom: 2%;
}
.thankContent a {
  color: #fff;
  background: #007dc6;
  border-radius: 10px;
  padding: 13px 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.thankContent a:hover {
  text-decoration: none;
}

/* copyright */
.copyright {
  width: 100%;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #000;
  margin-top: 2%;
}

/* warranty */
.warranty p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2rem;
}

.text-bold{
  font-weight: 700 !important;
}

.warranty ul {
  list-style: lower-roman;
  list-style-position: outside;
}

.details p{
  margin-bottom: 0px;
}

.space-y-2 {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.leading-tight{
    line-height: 1.25;
}
.pb-10{
    padding-bottom: 2em;
}

/* privacy */
.btn-blue{
  background-color: #007dc6;
  color: #fff;
  margin: 0 auto;
}
.terms{
  text-align: left;
}

.terms .title{
  font-size: 17px;
  font-weight: 700;
  color: #0f0f0f;
}

.terms .content{
  font-weight: 500;
  line-height: 1.2rem;
  font-size: 15px;
}
.content p{
  font-weight: 500;
  line-height: 1.2rem;
  font-size: 15px;
}
.list li{
  font-weight: 500;
  line-height: 1.2rem;
  font-size: 15px;
  color: #7f7f7f;
}

.modal-header {
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  .bannerTagline h2 {
    width: 100%;
  }
  .aboutBG {
    height: 400px;
  }
  .aboutContent h2 {
    text-align: center;
  }
  .client {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .mobileStyle {
    text-align: center;
  }
  .cta-number {
    text-align: center;
  }
  .cta-icon {
    text-align: center;
    padding-bottom: 18px;
  }
  .chooseWrap img {
    width: 34%;
  }

  .projectitle h4 {
    padding-top: 20px;
  }
  .expertiseStyle img {
    width: 70%;
  }
}

@media only screen and (max-width: 503px) {
  .client {
    height: 450px;
  }
}

@media only screen and (max-width: 428px) {
  .client {
    height: 550px;
  }
}

@media only screen and (max-width: 358px) {
  .client {
    height: 600px;
  }
}
