@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Slab", serif;
}

:root {
  --red: #CD203D;
  --blue: #0F72BE;
  --white: #fff;
  --cream: #EBF1CF;
  --lite-blue: #66CCCD;
}


@media(max-width: 767px){
  p{
  font-size: 12px !important;
}
}

/* fixede-icon-style-start */
.whatsapp-icons {
  position: fixed;
  bottom: 300px;
  right: 0;
  z-index: 9999;
}

.whatsapp-icons a {
  text-decoration: none;
  padding: 10px 15px;
  font-size: 21px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50%;
}

.phone-icons {
  position: fixed;
  bottom: 240px;
  right: 0;
  z-index: 9999;
}

.phone-icons a {
  text-decoration: none;
  padding: 10px 14px;
  font-size: 21px !important;
  background-color: var(--blue);
  color: #fff !important;
  border-radius: 50%;
}

/* fixed-icon-style-end */




/* top bar start */
.top-bar-item {
  background: linear-gradient(to right, #CD203D, #0f72be);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width: 768px) {
  .top-bar-section {
    display: none;
  }
}

.phone-email-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.phone-email-name a,
.location-name a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 0px;
  cursor: pointer;
}

.staright-line {
  height: 22px;
  width: 2px;
  background-color: #fff;
  display: inline-block;

}

a i {
  padding-right: 5px;
  font-size: 17px;
}

/* top bar end */


/* navbar start */

.navbar {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: sticky;
  padding: 0px !important;

}

.navbar-brand img {
  width: 100px;
}

.nav-item {
  padding-bottom: 10px !important;
}

.nav-item .nav-link {
  font-weight: 500;
  padding-bottom: 0px !important;
}

.nav-item .nav-link:hover {
  color: var(--blue);
}

.nav-link:hover {
  color: var(--red) !important;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item:hover {
  background: var(--red);
  color: var(--white);
}


.nav-item {
  padding: 0px;
}

.carousel-item img {
  width: 100% !important;
}


.carousel-item img {
  width: 100% !important;
}

.nav-icon a i{
  background: var(--red);
  color: #fff;
  padding: 10px;
  border-radius: 40px;
}
.nav-icon a i:hover{
  background: var(--blue);
}




@media(max-width: 767px){
  .navbar-brand img {
  width: 60px;
}
.navbar-toggler{
  font-size: 15px !important;
}
}

/* navbar end */





/* about start */
.about-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.line {
  height: 2px;
  width: 57px;
  background-color: var(--red);
  display: inline-block;
  margin-bottom: 20px;
}

.company-about h1 {
  font-size: 18px;
  color: #6b6969;
}

.company-about h1 i {
  color: var(--blue);
  padding-left: 5px;
}

.company-about h2 {
  color: var(--red);
  font-weight: 600;
}



.company-about p {
  font-size: 17px;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 24px;
}

.details-list {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.details-list p {
  font-size: 16px;
  color: var(--blue);
}

.details-list p i {
  color: var(--blue);
  font-size: 17px;
}

.btn1 {
  border: 2px solid var(--red);
  padding: 10px 20px;
  border-radius: 13px 2px;
  text-decoration: none;
  color: var(--red);
}

.btn1:hover {
  background-color: var(--red);
  color: var(--white);
  transition: 0.4s ease-in-out;
}




/* about page */
.about-para-details p {
  font-size: 17px;
}

@media(max-width: 768px) {
  .about-para-details p {
    text-align: justify;
  }

  .company-about h1{
    font-size: 16px;
  }
  .company-about h2{
    font-size: 22px;
  }

}

/* about page end */

/* about end */

/* our mission start */
.our-mission {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-left: 4px solid var(--blue);
  padding: 10px;
}



.our-mission h2 {
  font-size: 26px;
  padding-left: 10px;
}

.our-mission p {
  font-size: 17px;
  padding-left: 10px;

}

@media(max-width: 768px) {
  .our-mission {
    margin-bottom: 15px;
  }
  .our-mission h2 {
  font-size: 22px;
  padding-left: 10px;
}
}

/* our mission end */


/* choose us  start*/
.why-choose-us {
  background-color: var(--blue);
  padding: 40px 80px;
  height: 100%;
}

@media(max-width: 768px) {
  .choose-us-section {
    padding-top: 0px !important;
  }

  .why-choose-us {
    padding: 20px 10px;
  }

  .choose-card {
    padding: 10px 10px;
    margin-bottom: 15px;
  }
}

.why-choose-us h2 {
  font-size: 18px;
  color: #fff;
}

.why-choose-us h2 i {
  color: #fff;
  padding-left: 5px;
}

.why-choose-us h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.why-choose-us p {
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media(max-width: 768px) {
  .why-choose-us p {
    text-align: justify;
    font-size: 16px;
  }
  .why-choose-us h2 {
    font-size: 16px;
  }
  .why-choose-us h3{
    font-size: 28px;
  }
}

.client-count {
  border-left: 5px solid #fff;
  padding: 0px 15px;
}

.client-count .count {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0px;

}

.client-count .happy-client {
  font-size: 30px;
  font-weight: 600;

}

.choose-us-img {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
}

.choose-card-section {
  background: url(../images/choose-us/choose-card-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.choose-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 20px;
  background-color: #fff;
  min-height: 240px;
}

.card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}



.card-icon p {
  font-weight: 500;
  padding-left: 10px;
}

.card-icon-para p {
  color: #5b5a5a;
}

/* choose us end */


/* our services start */
.our-services h2 {
  font-size: 18px;
  color: var(--red);
}

.our-services h2 i {
  color: var(--blue);
  padding-left: 5px;
}

.our-services p {
  font-size: 22px;
}


.service-card-section {
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  position: relative;
}

.service-card-content {
  padding: 20px 20px 0px 20px;
  min-height: 200px;
}

.service-card-content h2 {
  font-size: 20px;
  /* margin-bottom: 10px; */
}

.service-card-conten p {
  margin-bottom: 0px;
}



.service-btn a {
  text-decoration: none;
  color: var(--lite-blue);
  font-weight: 600;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.service-btn {
  padding: 10px 30px 10px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.service-card-section:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

.service-card-section:hover .service-btn {
  background-color: var(--blue);
  width: 100%;
  text-align: center;
}

.service-card-section:hover .service-btn a {
  color: #fff;
}

/* our services end */


/* our blogs start */
.blog-card-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  margin: 5px;
}

.blog-card-heading h3 {
  font-size: 22px;
}

.blog-card-heading h3:hover {
  color: var(--blue);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.card-date p {
  color: var(--blue);
}

.card-date p i {
  padding-right: 5px;
}

.card-para p {
  margin-bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* our blogs end */

/* contact start */


.contact-section {
  background-color: #fcf0f0;
}

.form {
  background-color: var(--blue);
  padding: 20px;
  border-radius: 5px;
}

@media(max-width: 768px) {
  .form {
    margin-bottom: 13px;
  }
}

.form-head-dark input {
  padding: 10px;
  border-radius: 5px;
}

.form-head-dark textarea {
  padding: 20px;
  border-radius: 5px;
}

.inside-form-heading h3 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.submit-btn {
  padding: 10px;
  border: none;
  background-color: var(--red);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.contact-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  padding: 15px 0px;
}

@media(max-width: 768px) {
  .contact-card {
    margin-bottom: 15px;
  }
}


@media(max-width: 768px){
  .contact-post img{
    margin-bottom: 10px;
  }
}


.contact-card a i {
  font-size: 32px;
  margin-bottom: 16px;
  color: var(--blue);
}

.contact-card h3 {
  font-size: 23px;
  margin-bottom: 20px;
}

.contact-card p {
  font-size: 17px;
}

.number {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* captcha start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../images/contact/captcha-bg.jpg);
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }

  .captchasep1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
  }
}

.map-section iframe {
  width: 100%;
  height: 250px;
}

/* contact end */


/* subpage banner start */

.sub-page {
  background: linear-gradient(to right, #ffffff87, #0F72BE, #ffffff93), url(../images/banner/sub-page-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-page-heading {
  padding: 60px 50px;
}

.sub-page-heading h1 {
  color: #fff;
  font-size: 35px;
}

.sub-page-heading p a,
.sub-page-heading p i {
  text-decoration: none;
  color: var(--white);
}

.about-img-details h1 {
  font-size: 35px;
  font-weight: 600;
}

/* sub page banner end */


/* blog details start */
.blog-details-date p {
  color: var(--blue);
  text-align: end;
}

.blog-details-date p i {
  padding-right: 5px;
}

.blog-details-para h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.blog-details-para p {
  font-size: 17px;
  text-align: justify;
}

@media(max-width: 768px) {
  .blog-details-para p {
    font-size: 15px;
  }
}

.recent-blog h3 {
  font-size: 18px;
  color: var(--red);
  margin-bottom: 15px;
  text-align: center;
}

.name-details p {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
}

@media(max-width: 768px) {
  .name-details p {
    font-size: 15px;
  }
}

/* blog-details end */





/* success style start */
.submit-form {
  padding: 50px 0;
}

.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}

.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}

.submit-form .submit-head h1 {
  color: #155391;
  margin: 13px 0 0;
}

.submit-form .submit-head p {
  margin-bottom: 28px;
}

.submit-form .submit-head a {
  background: var(--blue);
  color: #fff;
  padding: 10px 20px;
}

/*success style end */

/* enquiry start */
.enquiry-post {
  padding: 8px;
  border-radius: 5px;
  background-color: var(--cream);
}

.enquiry-para p {
  font-size: 17px;
  text-align: justify;
}

@media(max-width: 768px) {
  .enquiry-para p {
    font-size: 15px;
  }

  .enuriy-post-para p {
    font-size: 15px;
  }

}

.enuriy-post-para h2 {
  font-size: 23px;
}

.enuriy-post-para h2 i {
  color: var(--blue);
  font-size: 18px;
}

.enuriy-post-para p {
  font-size: 17px;
  margin-bottom: 40px;
  text-align: justify;
}

.foram {
  background: none;
}

.enq-head {
  color: var(--blue);
  font-size: 20px;
  text-align: center;
}

/* enquiyr end */



/* footer start */
.footer-section {
  background-color: #000;
  /* padding: 10px; */
}

.footer-logo img {
  width: 120px;
  margin-bottom: 20px;
}

.logo-para p {
  line-height: 1.7;
  color: #fff;
}

.quick-links {
  margin-bottom: 15px;
}

.quick-links h3 {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}

.quick-links h3 i {
  font-size: 16px;
  color: var(--blue);
}

.quick-links-name ul {
  padding-left: 0px;
}

.quick-links-name ul li {
  list-style: none;
  color: var(--blue);
}

.quick-links-name ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 2;
}

.quick-links-name ul li a:hover {
  color: var(--blue);
  transition: 0.4px ease-in-out;
}

.get-in-touch-name a {
  text-decoration: none;
  color: #fff;
}

.get-in-touch-name a:hover {
  color: var(--blue);
  transition: 0.4s ease-in-out;
}

.get-in-touch-name a p i {
  padding-right: 5px;
  color: var(--blue);
  font-size: 18px;
}

.copyright {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.copyright p {
  margin-bottom: 0px;
  padding: 20px 0px;
  color: #fff;
}

.copyright p a {
  text-decoration: none;
  color: #fff;
}

@media(max-width: 768px){
  .copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
  }
  .copyright p{
    text-align: center;
    margin-bottom: 0px;
  }
  .quick-links h3{
    font-size: 18px;
  }
  .quick-links-name ul li a{
    font-size: 12px;
  }
  .copyright p{
    padding: 0px;
  }
}

/* footer end */