@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Inter";
}

body {
  margin: auto;
  padding: 0;
  max-width: 2000px;
  font-family: "Inter";
}

.mobile-view {
  display: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.itemq {
  flex: 0 0 calc(25.33% - 20px);
}

h6 {
  color: #002248;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.2px;
  /* 111% */
}

@media (max-width: 768px) {
  /* Adjust for tablet screens */
  .itemq {
    flex-basis: calc(50% - 20px);
    /* 2 columns on tablet */
  }
}
@media (max-width: 480px) {
  /* Adjust for mobile screens */
  .itemq {
    flex-basis: 90%;
    /* 1 column on mobile */
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
  height: 100%;
}

.enquiry-button {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #0040BB;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: transform 0.2s;
  /* 186.667% */
}

.enquiry-button:hover {
  cursor: pointer;
  transform: scale(1.1);
}

h4 {
  color: #002248;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
}

h3 {
  color: #0040BB;
  font-family: Caveat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 120% */
  text-transform: capitalize;
}

h2 {
  color: #002248;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 111.111% */
}

@media screen and (max-device-width: 767px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h6 {
    font-size: 16px;
  }
}
.hero {
  background-image: url(/asset/HomePage/HeroSectionbg.png);
  background-color: rgba(76, 157, 253, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .hero-section {
  display: flex;
  justify-content: center;
}
.hero .hero-section .hero-section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 3%;
  gap: 21px;
}
.hero .hero-section .hero-section1 .head {
  color: #000;
  font-family: Inter;
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: 71.4px;
  /* 113.333% */
}
.hero .hero-section .hero-section1 .hero-form {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 28px;
  align-items: flex-start;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 10px 2px 40px 0px rgba(0, 0, 0, 0.14);
  gap: 20px;
}
.hero .hero-section .hero-section1 .hero-form label {
  color: #444;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  /* 148.571% */
}
.hero .hero-section .hero-section1 .hero-form label input {
  color: #444;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  padding: 5px;
  border-radius: 4px;
  background: rgba(76, 157, 253, 0.1);
  border: none;
  margin-top: 4px;
}
.hero .hero-section .hero-section1 .hero-form input[type=submit] {
  padding: 16px 17px 16px 19px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 6px;
  background: #0040BB;
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 186.667% */
  transition: transform 0.2s;
}
.hero .hero-section .hero-section1 .hero-form input[type=submit]:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.hero .hero-section .change-image {
  max-width: 63%;
  margin-left: -20%;
  z-index: -1;
}
.hero .hero-section .change-image .slideshow-image {
  opacity: 5;
  /* Set initial opacity to 1 for the first image */
  transition: opacity 3s ease-in-out;
  /* Apply smooth opacity transition */
}
@media screen and (max-device-width: 767px) {
  .hero .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* Add your background color, padding, or other styles here */
  }
  .hero .hero-section .hero-section1 {
    flex: 1;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
    /* Add your text color, font size, and padding or other styles here */
  }
  .hero .hero-section .hero-section1 h3 {
    /* Add your h3 styles here */
    text-align: center;
  }
  .hero .hero-section .hero-section1 .head {
    /* Add your .head styles here */
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
  .hero .hero-section .hero-section1 .hero-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero .hero-section .hero-section1 .hero-form label {
    /* Add your label styles here */
  }
  .hero .hero-section .hero-section1 .hero-form label input[type=text],
  .hero .hero-section .hero-section1 .hero-form label input[type=email] {
    /* Add your input styles here */
  }
  .hero .hero-section .hero-section1 .hero-form input[type=submit] {
    /* Add your submit button styles here */
  }
  .hero .hero-section .change-image {
    flex: 1;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .hero .hero-section .change-image .slideshow-image {
    /* Add your image styles here */
  }
  .hero .semi-circle {
    height: 101px;
    width: 186px;
    border-radius: 150px 150px 0 0;
    background-color: #0040BB;
    margin: auto;
  }
}

nav {
  height: 6rem;
  display: flex;
  justify-content: space-between;
  width: 98%;
  z-index: 10;
  background-image: url(/asset/HomePage/logoBg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*Styling logo*/
.logo {
  padding: 1vh 1vw;
  text-align: center;
  cursor: pointer;
}

.logo img {
  width: 253px;
  height: 69px;
}

/*Styling Links*/
.nav-links {
  display: flex;
  list-style: none;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}
.nav-links li .active {
  color: #0644f6;
  font-weight: 700;
}

.nav-links li a {
  text-decoration: none;
  margin: 0 0.7vw;
  color: #444;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.nav-links li a:hover {
  color: #61DAFB;
  cursor: pointer;
}

.nav-links li {
  position: relative;
}

.nav-links li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #61DAFB;
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: 0 0 0 10%;
}

/* .nav-links li a:hover::before{
    width: 80%;
}
 */
/*Styling Buttons*/
.login-button {
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  margin-left: 2vw;
  font-size: 1rem;
  cursor: pointer;
}

.login-button:hover {
  color: #131418;
  background-color: #f2f5f7;
  border: 1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}

.join-button {
  color: #131418;
  background-color: #61DAFB;
  border: 1.5px solid #61DAFB;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  cursor: pointer;
}

.join-button:hover {
  color: #f2f5f7;
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #0644f6;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 1200px) {
  nav {
    z-index: 23;
    flex-wrap: wrap;
  }
  .hamburger {
    display: block;
    margin: auto;
    margin-right: 0;
  }
  .nav-links {
    display: none;
    background: #ffffff;
    width: 100%;
    flex-direction: column;
    transition: all 1s ease-out;
    gap: 25px;
    padding: 20px;
    z-index: 88888;
  }
  .nav-links li a {
    color: #0644f6;
    font-size: 18px;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.open {
  display: flex;
  box-shadow: 2px 2px 17px 3px rgba(0, 0, 0, 0.75);
}

.home-about {
  background-image: url("/asset/HomePage/aboutbg.webp");
  max-width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.home-about .image {
  min-width: 40%;
}
.home-about .content {
  gap: 20px;
  justify-content: center;
}
.home-about .know-more {
  display: inline-flex;
  padding: 11px 47px 11px 41px;
  align-items: center;
  border: none;
  border-radius: 6px;
  background: #0040BB;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  /* 186.667% */
  transition: transform 0.2s;
  /* 186.667% */
}
.home-about .know-more:hover {
  cursor: pointer;
  transform: scale(1.1);
}

@media screen and (max-device-width: 767px) {
  .home-about {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .home-about .know-more {
    margin: auto;
  }
}
.home-services {
  background-image: url(/asset/HomePage/heroservicbge.webp);
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 35px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-services h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 100% */
}
.home-services .flex-row {
  min-width: 90%;
  justify-content: space-between;
  align-items: center;
}
.home-services .flex-row > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-services .flex-row .icon {
  max-height: 75px;
  max-width: 75px;
  margin: auto;
}
.home-services .flex-row p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 100% */
}

@media screen and (max-device-width: 767px) {
  .home-services {
    gap: 40px;
  }
  .home-services .flex-row {
    flex-direction: column;
    gap: 20px;
  }
}
.chooseus {
  justify-content: center;
  align-items: center;
  width: 95%;
  gap: 30px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.chooseus .flex-row {
  flex-wrap: wrap;
  justify-content: space-between;
}
.chooseus .flex-row .itemq {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chooseus .flex-row .image {
  width: 80px;
  height: 80px;
  margin: auto;
}
.chooseus .flex-row p {
  color: #585C63;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

@media screen and (max-device-width: 480px) {
  .chooseus .flex-row {
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .chooseus .flex-row .itemq {
    padding: 10px;
  }
}
.gallery {
  justify-content: center;
  align-items: center;
  max-width: 95%;
  margin: auto;
}
.gallery .gallery-box {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-device-width: 780px) {
  .gallery .gallery-box {
    flex-direction: column;
  }
}
.other-page {
  height: 290px;
  position: relative;
}

.other-page h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  /* 106.25% */
}

@media screen and (max-device-width: 480px) {
  .other-page h2 {
    font-size: 40px;
  }
}
.founder-part {
  max-width: 70%;
  margin: auto;
}
.founder-part h2 {
  color: #2E2C6A;
  margin-bottom: 20px;
  text-align: left;
}
.founder-part .meet-founder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.founder-part .meet-founder .founder-content {
  flex: 1;
  max-width: 50%;
}
.founder-part .meet-founder .founder-content p {
  color: #545454;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px;
  /* 182.143% */
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
.founder-part .meet-founder .founder-content .flex-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.founder-part .meet-founder .founder-content .flex-row .circle {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 64, 187, 0.27);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.founder-part .meet-founder .founder-image {
  max-width: 30%;
}

@media screen and (max-width: 767px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: flex;
  }
  .founder-part {
    margin-top: 50px;
  }
  .founder-part .meet-founder {
    flex-direction: column-reverse;
  }
  .founder-part .meet-founder p {
    font-size: 14px;
    line-height: 14px;
  }
  .founder-part .meet-founder .founder-content {
    max-width: 100%;
  }
  .founder-part .meet-founder .founder-content .flex-row .circle {
    width: 60px;
  }
  .founder-part .meet-founder .founder-image {
    max-width: 80%;
  }
}
.vision-mission {
  justify-content: space-evenly;
  max-width: 95%;
  gap: 100px;
  align-items: center;
  margin: auto;
}
.vision-mission .vision,
.vision-mission .mission {
  flex: 0 0 1;
  background: #DEEEFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
  padding: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.vision-mission .vision h3,
.vision-mission .mission h3 {
  font-size: 24px;
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
}
.vision-mission .vision p,
.vision-mission .mission p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
}

@media only screen and (max-device-width: 767px) {
  .vision-mission {
    margin-top: 50px;
    flex-direction: column;
    gap: 30px;
  }
  .vision-mission .vision {
    margin-top: 0;
    margin-bottom: 0;
  }
  .vision-mission .vision p {
    font-size: 14px;
    line-height: 14px;
    text-align: justify;
  }
}
.about-us-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: auto;
  background-image: url(/asset/AboutUs/divelementor-element.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-part .left {
  flex: 1;
  padding: 20px;
  gap: 20px;
}
.about-us-part .left h2 {
  text-align: left;
}
.about-us-part .left p {
  color: #444;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}
.about-us-part .left .count-part {
  justify-content: space-between;
  align-items: center;
}
.about-us-part .left .count-part .flex-column {
  text-align: center;
}
.about-us-part .left .count-part .flex-column .count {
  color: #0040BB;
  text-align: center;
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 154.839% */
}
.about-us-part .about-us-image {
  flex: 1;
  display: flex;
}
.about-us-part .about-us-image .flex-column {
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.about-us-part .about-us-image .flex-column img {
  max-width: 70%;
  height: auto;
}
.about-us-part .about-us-image .flex-column:nth-child(2) {
  margin-top: 100px;
}

@media only screen and (max-device-width: 767px) {
  .about-us-part {
    flex-direction: column;
  }
  .about-us-part .left {
    flex: 1;
    padding: 20px;
    gap: 10px;
  }
  .about-us-part .left h2 {
    text-align: left;
    line-height: 30px;
  }
  .about-us-part .left p {
    font-size: 14px;
    line-height: 18px;
    /* 140% */
  }
  .about-us-part .left .count-part {
    justify-content: space-between;
    align-items: center;
  }
  .about-us-part .left .count-part .flex-column {
    text-align: center;
  }
  .about-us-part .left .count-part .flex-column h6 {
    font-size: 12px;
  }
  .about-us-part .left .count-part .flex-column .count {
    font-size: 20px;
    line-height: 18px;
    /* 154.839% */
  }
  .about-us-part .about-us-image {
    flex: 1;
    display: flex;
  }
  .about-us-part .about-us-image .flex-column {
    flex: 1;
    flex-direction: column;
    align-items: center;
  }
  .about-us-part .about-us-image .flex-column img {
    max-width: 70%;
    height: auto;
  }
  .about-us-part .about-us-image .flex-column:nth-child(2) {
    margin-top: 100px;
  }
}
.service-part {
  width: 85%;
  margin: auto;
}
.service-part .flex-row .left,
.service-part .flex-row .right {
  flex: 1;
  /* Both left and right sections take an equal share of available space */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}
.service-part .flex-row .left h2 svg,
.service-part .flex-row .right h2 svg {
  vertical-align: middle;
  display: flex;
  align-items: flex-end;
}
.service-part .flex-row .left h6,
.service-part .flex-row .right h6 {
  font-size: 18px;
}
.service-part .flex-row .left p,
.service-part .flex-row .right p {
  font-size: 16px;
  line-height: 1.5;
}
.service-part .flex-row .right {
  display: flex;
  justify-content: center;
}
.service-part .flex-row .right img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .service-part {
    width: 100%;
    gap: 30px;
  }
  .service-part .flex-row:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .service-part .flex-row:nth-child(2n) {
    flex-direction: column;
  }
  .service-part .flex-row .left p {
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
  }
}
.gallery-start {
  width: 95%;
  margin: auto;
}
.gallery-start .gallery-box {
  margin-top: 30px;
}
.gallery-start .gallery-box h2 {
  margin-bottom: 20px;
}

.contact-part {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
}
.contact-part .flex-column {
  gap: 20px;
}
.contact-part .flex-column .flex-row .flex-column {
  gap: 0;
}
.contact-part .contact-form {
  max-width: 90%;
  background: #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
  padding: 50px;
}
.contact-part .contact-form > div {
  flex: 1;
  padding: 20px;
}
.contact-part .contact-form > div .flex-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-part .contact-form > div .flex-row .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.contact-part .contact-form > div .flex-row .icon img {
  max-width: 100%;
  height: auto;
}
.contact-part .contact-form > div .flex-row .flex-column h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-part .contact-form > div .flex-row .flex-column p {
  font-size: 16px;
}
.contact-part .contact-form > div .flex-row input[type=text],
.contact-part .contact-form > div .flex-row input[type=date] {
  flex: 1;
  padding: 10px;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-part .contact-form > div .flex-row input[type=text]::-moz-placeholder, .contact-part .contact-form > div .flex-row input[type=date]::-moz-placeholder {
  color: #ccc;
}
.contact-part .contact-form > div .flex-row input[type=text]::placeholder,
.contact-part .contact-form > div .flex-row input[type=date]::placeholder {
  color: #ccc;
}
.contact-part .contact-form > div .flex-row .counter-group {
  flex: 1;
  align-items: center;
}
.contact-part .contact-form > div .flex-row .counter-group p {
  font-size: 18px;
  margin-right: 10px;
}
.contact-part .contact-form > div .flex-row .counter-group button {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border-radius: 50%;
}
.contact-part .contact-form > div .flex-row .counter-group .count {
  font-size: 18px;
  margin: 0 5px;
}
.contact-part .contact-form form {
  flex: 1;
  padding: 20px;
}
.contact-part .contact-form form .flex-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-part .contact-form form .flex-row .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.contact-part .contact-form form .flex-row .icon img {
  max-width: 100%;
  height: auto;
}
.contact-part .contact-form form .flex-row .flex-column h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-part .contact-form form .flex-row .flex-column p {
  font-size: 16px;
}
.contact-part .contact-form form .flex-row input[type=text],
.contact-part .contact-form form .flex-row input[type=date] {
  flex: 1;
  padding: 10px;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-part .contact-form form .flex-row input[type=text]::-moz-placeholder, .contact-part .contact-form form .flex-row input[type=date]::-moz-placeholder {
  color: #cccccc;
}
.contact-part .contact-form form .flex-row input[type=text]::placeholder,
.contact-part .contact-form form .flex-row input[type=date]::placeholder {
  color: #cccccc;
}
.contact-part .contact-form form .flex-row .counter-group {
  flex: 1;
  align-items: center;
}
.contact-part .contact-form form .flex-row .counter-group p {
  font-size: 18px;
  margin-right: 10px;
}
.contact-part .contact-form form .flex-row .counter-group button {
  font-size: 12px;
  padding: 5px 10px;
  color: #878686;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border-radius: 50%;
  border: 2px solid #d4d4d4;
}
.contact-part .contact-form form .flex-row .counter-group .count {
  font-size: 18px;
  margin: 0 5px;
}
.contact-part .contact-form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #0040BB;
  background: #0040BB;
  padding: 18px 33.14px 18px 33.34px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
}
.contact-part .contact-form input[type=submit]:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.contact-part .contact-form .chat-with-us {
  border-radius: 5px;
  border: 1px solid #0040BB;
  background: #FFF;
  padding: 17px;
  text-align: center;
  color: #0040BB;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  text-transform: capitalize;
}

.map {
  display: flex;
  align-items: center;
  max-width: 78%;
  margin: auto;
  padding: 40px;
  height: 300px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 810px) {
  .contact-part .contact-form {
    flex-direction: column;
  }
  .contact-part .contact-form div .flex-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .contact-part .contact-form div .flex-row .counter-group {
    flex-wrap: nowrap;
  }
  .contact-part .contact-form input[type=submit] {
    margin: auto;
    transition: transform 0.2s;
  }
}
.footer {
  justify-content: space-between;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
}
.footer .footerq {
  gap: 20px;
  justify-content: flex-start;
  margin-top: 30px;
}
.footer .footerq .logo img {
  margin-left: -25px;
}
.footer p,
.footer a {
  color: #444;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 173.333% */
}
.footer a {
  text-decoration: none;
}
.footer .footerq {
  align-items: left;
  justify-content: flex-start;
}
.footer .footerq h2 {
  text-align: left;
  color: #111B19;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 114.286% */
}
.footer .flex-row {
  gap: 10px;
}
.footer .social-links {
  justify-content: space-between;
  gap: 20px;
}
.footer .social-links .link-img {
  height: 40px;
  width: 40px;
}

/* for desktop */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for desktop */
.instagram_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 40px;
  background-color: #860c31;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.instagram-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
  .instagram_float {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 10px;
    font-size: 22px;
  }
  .instagram-icon {
    margin-top: 10px;
  }
}
.newsletter {
  background: url("/assetsecond/Newsletter_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.newsletter .box {
  margin: 50px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
  gap: 10px;
  margin-left: 450px;
}
.newsletter .box h3 {
  padding: 10px;
}
.newsletter .box h3, .newsletter .box p {
  color: #fff;
}
.newsletter .box form {
  background-color: #ffffff;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  flex-wrap: wrap;
}
.newsletter .box form input[type=submit] {
  display: inline-flex;
  padding: 4px 11px 3px 11px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #0040BB;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 215.385% */
  border: none;
}

.flex-wrap {
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .newsletter .box {
    margin: 50px;
    margin-left: 0px;
    margin: 50px;
  }
}
#loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 500px) {
  .contact-part .contact-form {
    flex-direction: column;
  }
  .contact-part .contact-form div .flex-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .contact-part .contact-form div .flex-row .flex-column {
    align-items: center;
  }
  .home-services .flex-row > div {
    gap: 10px;
  }
  .chooseus {
    gap: 10px;
  }
  .footer .social-links {
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
    min-width: 40vw;
  }
  .newsletter .box form {
    flex-direction: column;
  }
  .other-page {
    height: 150px;
  }
}/*# sourceMappingURL=style.css.map */