@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Enriqueta:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Enriqueta:wght@400;500;600;700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Itim";
}

body {
  background-color: #f1f2f7;
}

:root {
  --blue: black;
  --Itim-font: "Itim";
  --Heading-font: "Enriqueta", serif;
  --para-Gray: #484848;
  --nunito: "Nunito Sans";
}

h3 {
  margin-bottom: 0px !important;
}
.whatsappImg{
  position: fixed;
  right: 2%;
  bottom: 8%;
  z-index: 10;
  background-color: #64b161;
  padding: 13px;
  border-radius: 50%;
  cursor: pointer;
}
.whatsappImg .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #f1f2f7;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
    top: 15px;
  right: 105%;
  position: absolute;
  z-index: 1;
}

.whatsappImg:hover .tooltiptext {
  visibility: visible;
}
/* ***************************************NAVBAR****************************************************** */
.center-class {
  overflow: hidden;
}

.logo_img {
  width: 10vw;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f6f6f6;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
  padding: 15px 60px;
  height: 15vh;
}

.links {
  display: flex;
  margin: 0;
  padding: 0;
}

.navLink {
  list-style: none;
  font-family: var(--lato);
  font-size: 1.2vw;
}

.navLink a {
  padding: 5px 20px;
  text-decoration: none;
  color: black;
  margin: 0 5px;
  position: relative;
}

.navLink :hover {
  transition: 0.1s ease-in-out;
  background: var(--blue);
  border-radius: 5px;
  color: white !important;
  cursor: pointer;
}

.callBtn button {
  background: var(--blue);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 10px;
  font-family: var(--lato);
  font-size: 1.2vw;
  cursor: pointer;
}

.callIcon {
  margin-right: 5px;
  width: 1.5vw;
}

.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 80%;
  border-radius: 5px;
  border-bottom: #010101 2px solid;
  color: white !important;
  cursor: pointer;
}

/* *******************************************************MOBILE NAVBAR************************************************* */
.mobile_container {
  display: none;
}

.mobile_container .header_mobile {
  position: fixed !important;
  display: block;
  top: 0;
  left: 0;
  overflow-x: hidden !important;
  z-index: 999;
}

.content {
  padding: 40px 5% 20px;
  text-align: justify;
  max-height: 100%;
  color: #333;
  overflow-y: scroll;
}

.content img {
  width: 100%;
  position: relative;
  display: block;
  margin: 40px auto 30px;
}

/* End container/placeholder */

/* Menu header_mobile */
.header_mobile {
  background: #ffffff;
  overflow: hidden !important;
  height: 15vh;
  width: 100%;
  z-index: 1;
  position: fixed !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-out, background 1s ease-out;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
}

.header_mobile.menu-open {
  height: 100%;
  background: var(--blue);
  transition: all 0.45s ease-out, background 0.8s ease-out;
}

/* Menu List items */
.mobile-menu {
  clear: both;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100vh;
}

.header_mobile ul.menu {
  position: relative;
  margin-bottom: 40vw;
  padding: 0px 40px 0;
  list-style: none;
}

.header_mobile ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #fff;
  text-align: right;
  text-decoration: none;
  font-size: 5vw;
  line-height: 2.8;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.header_mobile ul.menu li.menu-item {
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header_mobile ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.35s;
}

.header_mobile ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.3s;
}

.header_mobile ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.25s;
}

.header_mobile ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.15s;
}

.header_mobile ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.1s;
}

.header_mobile ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item {
  opacity: 1;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.1s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.15s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.25s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.3s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.35s;
}

.hamburger {
  font-size: 7vw;
  color: #000000;
}

/* Menu Icon */
.icon-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container #menuicon {
  width: 20px;
  height: 10px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}

.closed {
  display: none;
}

#menuicon .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#menuicon .bar.bar1 {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

#menuicon .bar.bar3 {
  -webkit-transform: translateY(12px) rotate(0deg);
  transform: translateY(12px) rotate(0deg);
}

.menu-open .closed {
  display: block;
  font-size: 8vw;
  float: right;
  color: #fff;
}

.menu-open .icon-container .hamburger {
  display: none;
}

.menu-open .logo {
  display: none !important;
  transition: all 0.5s ease;
}

.menu-open .icon-container #menuicon .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}

.mobile_pallete {
  height: 15vh;
}

.logo {
  width: 13vw;
  transition: all 0.5s ease;
}

/* ****************************************HOME******************************************* */

.heading {
  /* width: 60%; */
  font-size: 3.6vw;
  font-weight: 500;
}

.heading_span {
  background-color: #0c091d;
  padding: 0.2vw 1.5vw 0.2vw 0px;
  margin: 0.8vw 0px;
  border-top-right-radius: 50px;
  color: #16d379;
}

.whiteClr {
  color: white;
}

.homepara {
  font-size: 1.1vw;
  width: 90%;
  color: var(--para-Gray);
}

.homebannerBtn {
  font-size: 1.2vw;
  padding: 0.8vw 2.5vw;
  border-radius: 5px;
  border: none;
  background-color: #0c091d;
  color: white;
  font-weight: 500;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.13);
}

.homebannerBtn2 {
  font-size: 1.2vw;
  padding: 0.8vw 2.5vw;
  border-radius: 5px;
  border: none;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-weight: 500;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.13);
}

/* ****************************************ABOUT******************************************* */
.about {
  padding-top: 5%;
  padding-bottom: 5%;
  transform: scale(.8);
  transition: transform 0.5s ease-in-out;
}

.about.animate {
  transform: scale(1);
}

.aboutHeading {
  color: var(--blue);
  font-weight: 700;
  text-align: start;
  font-family: var(--Heading-font);
}

.aboutpara {
  padding: 2% 0px;
  color: var(--para-Gray);
  font-size: larger;
}

.usp-points {
  font-weight: 400;
  font-family: var(--nunito);
  font-size: large;
}

.services {
  padding: 3% 0px;
}

.aboutTitle {
  font-weight: 500;
  font-size: 3.1vw;
  width: 100%;
}

.aboutPara {
  font-size: 1.2vw;
  width: 90%;
  line-height: 2vw;
  color: var(--para-Gray);
  font-family: var(--nunito);
}

.aboutBanner {
  border-radius: 50%;
}

.aboutPara2 {
  font-size: 1.2vw;
  width: 100%;
  line-height: 2vw;
  color: var(--para-Gray);
  font-family: var(--nunito);
}

@media screen and (max-width: 990px) {
  .aboutHeading {
    text-align: center;
    /* margin-top: 15vh; */
  }

  .aboutTitle {
    text-align: center;
  }

  .aboutPara,
  .aboutPara2 {
    font-size: 2.2vw;
    width: 100%;
    line-height: 3.2vw;
    padding: 2vw 0px;
  }

  .usp-hedding {
    font-size: 3.5vw !important;
  }
}

/* ***************************************** OUR SERVICE **************************************** */
.serviceHeading {
  font-size: 3vw;
  font-weight: 500;
  font-family: var(--Heading-font);

  &::after {
    content: "";
    width: 9vw;
    height: 0.3vw;
    background-color: #ff6262;
    display: block;
    margin: 0vw auto;
    border-radius: 10px;
  }
}

.serviceWrapper {
  background-color: white;
  margin: 0px 1vw;
  border-radius: 50px;
  padding: 5% 0px;
  margin: 2% 0px;
}

.slider_content_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.8vw 0px;
}

.customer_comment {
  color: black;
  padding: 1vw 2vw;
  font-size: 1vw;
}

.customer_name {
  color: black;
  margin: 0;
  font-weight: 700;
}

.customer_location {
  color: #9747ff;
  margin: 0;
  font-weight: 600;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  height: 50%;
}

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(1);
}

.center-slider .slick-current.slick-active {
  transform: scale(1);
}
.blogsBox {
  overflow: hidden;
  position: relative;
  
}

.blog_p {
  padding: 2vw;
  font-size: larger;
}

.crossBtn {
  color: white;
  font-size: xxx-large;
}

.hiddenBox {
  position: absolute;
  bottom: -100vw;
  z-index: 10;
  color: white;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background-color: #000000;
  transition: 0.5s ease-in-out;
  height: 100%;
}

.active {
  bottom: 0vw;
}

.blogBtn {
  font-size: x-large;
  padding: 0.8vw 2vw;
  border-radius: 5px;
  border: none;
  background-color: #000000;
  color: white;
  font-weight: 500;
  border: 1px solid white;
}

.hidden-content {
  position: absolute;
  bottom: -50vw;
  z-index: 10;
  color: white;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  transition: 0.5s ease-in-out;
  background-color: #000000a8;

}
.numericalList{
  list-style: decimal;
  padding-bottom: 2%;
}
.blogsBox:hover {
  cursor: pointer;
  background-color: black;
  transition: 0.5s ease-in-out;
  color: white;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.13);

  .hidden-content {
    bottom: 0vw;
  }
}

/* * ********************************************About******************************************* * */
.uspbox {
  background-color: black;
  color: white;
  font-size: x-large;
  padding: 5vw 2vw !important;
  margin-top: 2vw !important;
  border-top-right-radius: 2.5vw;
  border-bottom-left-radius: 2.5vw;
}

.usp-hedding {
  width: fit-content;
  font-size: 2.5vw;
  font-weight: 700;
  font-family: "Enriqueta", serif;

  &::after {
    content: "";
    height: 4px;
    background: #ff6262;
    display: block;
    margin: 0 auto;
    transition: 0.5s;
  }
}

.usp-container {
  background-color: #f1f2f7;
  padding-top: 3vw;
  padding-bottom: 5vw !important;
}

@media screen and (max-width: 600px) {
  .uspbox {
    font-size: large;
    font-weight: 200;
  }

  .aboutPara,
  .aboutPara2 {
    font-size: large;
    width: 100%;
    line-height: 7.5vw;
    padding: 2vw 0px;
  }

  .aboutHeading {
    text-align: center;
    font-size: 5vw;
  }

  .aboutTitle {
    text-align: center;
    font-size: 6.3vw;
  }

  .usp-hedding {
    font-size: 5vw !important;
    font-weight: 700;
  }
}

/* ******************************************* OUR SERVICE ************************************ */
.ourserviceBanner {
  background: url(../img/ourService/ourServiceBanner.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourServiceHeading {
  color: white;
  font-size: 3vw;
  font-weight: 500;
  text-align: center;
}

.ourserviceCards {
  padding: 5% 0px;
  background-color: white;
}

.card {
  border-radius: 10px;
  border: none;
  background-color: #fbfbfb;
  padding: 1% 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.card-title {
  font-size: 1.2vw;
  border-bottom: 1px solid black;
  padding-bottom: 1vw;
}

.card-text {
  font-size: 1vw;
  color: var(--para-Gray);
}

.cardBtn {
  color: #ff6262;
  font-size: 1.5vw;
  font-weight: 500;

  &::after {
    content: "";
    height: 2px;
    background: #ff6262;
    display: block;
    margin: 0 auto;
  }

  &:hover {
    color: #ff6262;
  }
}

/* *******************************************Servide offered ************************************ */

.serviceOfferedHeading {
  width: fit-content;
  font-size: 2vw;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 4%;

  &::after {
    content: "";
    height: 4px;
    background: #ff6262;
    display: block;
    margin: 0 auto;
    transition: 0.5s;
  }
}


.serviceOfferedList {
  color: var(--para-Gray);
  font-size: larger;
  padding-top: 1%;
  line-height: 2vw;
  margin-bottom: 0;
  padding-bottom: 2%;
}

.serviceOfferedPara {
  line-height: 2vw;
  font-size: larger;
  padding-bottom: 3%;
  padding-top: 1%;
  color: var(--para-Gray);
  margin-bottom: 0px !important;
}

.whyChooseUs {
  padding: 5% 0px;
}

/* ****************************************TAB******************************************* */
.main-contact {
  width: 100%;
  height: 100vh;
  background-color: #fffbf5;
  margin-top: 12vh;
}

.main {
  padding: 2vw 0px;
}

.black {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 55%;
  transform: translate(-0%, -50%);
  width: 40vw;
}

.black-img {
  width: 35vw;
}

.client-box {
  border: 1px solid black;
  height: 10vw;
  position: relative;
  margin-top: 2%;
}

.client_img {
  position: absolute;
  top: -40%;
  left: 1vw;
  border: 10px solid white;
  border-radius: 50px;
  padding: 2% 0px;
  margin: 2% 0px;
}

.serviceTopHeader {
  text-align: center;
  font-family: var(--Heading-font);
  width: 80%;
  margin: 0px auto;
  font-weight: 600;
}

.serviceBox {
  background-color: #f9f8fe;
  position: relative;
  padding: 2vw;
  width: 100%;
  border-radius: 30px;
  transition: all 0.5s ease;
}

.serviceBox:hover {
  background-color: black;

  & .serviceTopHeader {
    color: white;
  }

  & .serviceBottomHeader {
    color: white;
  }

  & .servicePara {
    color: white;
  }

  & .serviceMinImg {
    filter: grayscale(0%);
  }
}

.serviceBottomHeader {
  font-family: var(--Heading-font);
  font-weight: 600;
  font-size: x-large;
  margin-bottom: 2vw;
}

.servicePara {
  width: 80%;
  color: var(--para-Gray);
}

.serviceMinImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8vw;
}

.blogPara {
  font-size: larger;
  width: 80%;
  padding: 1vw 0px;
}

/* ****************************************CONTACT******************************************* */
.contactWrapper {
  background: url(../img/footer/map.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5%;
  margin-bottom: 10%;
  position: relative;
  height: 60vh;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.ContactContainer {
  margin: 5vw 0px;

}

.contact-content {
  display: none !important;
}
.linked-img {
  display: none !important;
}

.contactHeader {
  text-align: center;
  font-size: xx-large;
  margin-bottom: 4vw;
}

.contactForm {
  /* position: absolute; */
  background-color: white;
  padding: 5%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  right: 5%;
  bottom: -10%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.parentClass {
  position: relative;
}

.childClass {
  position: absolute;
  background-image: var(--mapImg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  min-height: 500px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-label {
  display: none;
}

.form-control {
  border: none;
  border-bottom: 1px solid;

  &:focus {
    box-shadow: none;
  }

  &::placeholder {
    font-size: large;
    font-family: var(--nunito);
  }
}

.contactImg {
  background-color: white;
  left: 2vw;
  top: 50%;
  max-width: 500px;
  padding: 5%;
  z-index: 1;
  box-shadow: -15px 15px 0px rgb(0, 0, 0);
}

/* ****************************************FOOTER******************************************* */
.footer-content {
  width: 100%;
  padding: 3% 0;
  color: black;
  background-color: #fff;
}

.socialMediaImg {
  filter: grayscale(100%);
}

.footer-menu {
  color: black;
  text-decoration: none;
}

.footer-ul {
  padding: 0;
}

.footer-ul li {
  list-style: none;
  padding: 1vh;
}

.link_all {
  color: inherit;
  text-decoration: none;
}

.link_all:hover {
  color: inherit;
  text-decoration: none;
}

.footer_link {
  font-size: 1vw;
  margin-top: 5%;
}

.sitemap_head {
  font-size: 1.4vw;
  color: black;
  font-weight: 700;
  margin: 0px;
}

.bottomslg_footer {
  text-align: center;
}

.footer_logo {
  width: 10vw;
}

.map_footer {
  margin-top: 10%;
  width: 15vw;
  height: 10vw;
}

.footer_end {
  border-top: 2px solid rgb(0, 0, 0);
  margin-top: 3%;
  background-color: #000000;
}

.footerend_parra {
  padding: 20px;
  text-align: center;
  font-size: small;
  color: white;
}

.footer_para {
  text-align: justify;
  font-size: 1vw;
}

/* ****************************************TAB******************************************* */
@media screen and (max-width: 990px) {
  .nav {
    display: none;
  }

  .mobile_container {
    display: block;
    margin-bottom: 15vh;
  }
  .linked-img {
    display: block !important;
  }
  .logo {
    width: 20vw;
  }

  .header_mobile ul.menu li.menu-item a {
    font-size: 3vw;
  }

  .menu-open .closed {
    font-size: 6vw;
  }

  .hamburger {
    font-size: 5vw;
  }

  .mobile_logo {
    width: 10vw;
  }

  .heading {
    width: 60%;
    font-size: 7.5vw;
    font-weight: 500;
    /* margin-top: 15vh; */
  }

  .margin-0 {
    margin-top: 0px;
  }

  .homepara {
    font-size: 3vw;
    width: 100%;
    color: var(--para-Gray);
  }

  .homebannerBtn,
  .homebannerBtn2 {
    font-size: 2vw;
    margin-bottom: 4vw;
  }

  .serviceTopHeader {
    width: 100%;
  }

  .serviceBox {
    margin-bottom: 3vw;
  }

  .serviceBottomHeader {
    font-family: var(--Heading-font);
    font-weight: 600;
    font-size: xx-large;
    margin-bottom: 4vw;
  }
  .linked-img {
    display: block !important;
  }
  .serviceMinImg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15vw;
  }

  .serviceBox {
    background-color: #f9f8fe;
    position: relative;
    padding: 2vw;
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s ease;
  }

  .serviceHeading {
    font-size: 5vw;
  }

  .contactImg {
    width: 40vw;
    padding: 5%;
  }



  .logo_img {
    width: 30vw;
  }

  .sitemap_head {
    font-size: 3vw;
    color: black;
    font-weight: 600;
  }

  .footer_link {
    font-size: smaller;
    margin-top: 5%;
  }

  .card-title {
    font-size: larger;
    border-bottom: 1px solid black;
    padding-bottom: 1vw;
  }

  .footerMap {
    width: 100%;
    height: 25vw;
    border-radius: 5px !important;
  }

  .footerNavHeading {
    color: white !important;
    font-size: 2.6vw;
  }

  .map {
    width: 100%;
    height: 30vw !important;
  }

  .card-text {
    font-size: large;
    color: var(--para-Gray);
  }

  .footerNavItem a,
  .footermail {
    text-decoration: none !important;
    color: white !important;
    font-size: 2vw;
  }

  .footerBottomPara {
    color: white !important;
    margin: 0;
    font-size: 2vw;
  }

  .gallery_banner_top {
    margin-top: 16vw;
  }

  .gallery_img_sm {
    width: 37vw;
  }

  .gallery_img_lg {
    width: 36.9vw;
  }

  .gallery_img {
    width: 77vw;
    margin-top: 2vw;
  }

  .play_btn {
    width: 7vw;
  }

  .serviceOfferedPara {
    line-height: 3.7vw;
    font-size: large;
    text-align: justify;
    padding-top: 1%;
    padding-bottom: 5%;
  }

  .serviceOfferedList {
    line-height: 3.7vw;
  }

  .serviceOfferedHeading {
    font-size: 4vw;
  }
}

/* ********************************************************RESPONSIVE MOBILE******************************************* */
@media screen and (max-width: 600px) {
  .logo {
    width: 45vw;
  }

  .header_mobile ul.menu li.menu-item a {
    font-size: x-large;
  }
.serviceWrapper {
  background-color: white;
  margin: 0px 1vw;
  border-radius: 50px;
  padding: 10% 0px;
  margin: 2% 0px;
}
  .contactImg {
    display: none;
  }

  .menu-open .closed {
    font-size: xxx-large;
  }

  .hamburger {
    font-size: 9vw;
  }

  .aboutHeading {
    text-align: center;
    font-size: xx-large;
  }

  .aboutpara {
    padding: 2% 15px;
    color: var(--para-Gray);
    font-size: large;
    text-align: justify;
  }

  .homebannerBtn,
  .homebannerBtn2 {
    font-size: large;
    margin-bottom: 4vw;
  }

  .heading {
    width: 100%;
    font-size: xxx-large;
    font-weight: 500;
  }

  .homepara {
    font-size: large;
    width: 100%;
    color: var(--para-Gray);
  }

  .serviceHeading {
    font-size: xxx-large;
  }

  /* .blogsBox {
    width: 100%;
} */
  .blogPara {
    font-size: smaller;
    width: 100%;
    padding: 1vw 17px;
  }

  .Footer-container {
    background: var(--blue);
  }

  .serviceBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .servicePara {
    width: 100%;
    color: var(--para-Gray);
    text-align: justify;
  }

  .serviceMinImg {
    position: static;
    margin: 0px auto;
    bottom: 0;
    width: 25vw;
  }

  .aboutPara,
  .aboutPara2 {
    font-size: smaller;
    width: 100%;
    line-height: 7.5vw;
    padding: 2vw 4vw;
    text-align: justify;
  }

  .usp-points {
    font-weight: 200;
    font-family: var(--nunito);
    font-size: smaller;
    line-height: 10vw;
  }

  .cardBtn {
    color: #ff6262;
    font-size: larger;
    font-weight: 500;
  }

  .ourserviceBanner {
    height: 50vh;
    /* margin-top: 15vh; */
  }

  .contactItemIcon {
    width: 7vw;
  }

  .contact-content {
    display: flex !important;
  }

  .childClass {
    display: none;
  }

  .ourServiceHeading {
    color: white;
    font-size: xx-large;
  }

  .footerLogoImg {
    width: 45vw;
  }

  .footerPara {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .footerNavHeading {
    color: white;
    font-size: 5.5vw;
  }

  .footerNavItem a,
  .footermail {
    text-decoration: none !important;
    color: white !important;
    font-size: 3vw;
  }

  .footerBottomPara {
    font-size: 3vw;
  }

  .footerMap {
    width: 100%;
    height: 45vw;
    border-radius: 5px !important;
  }

  .serviceOfferedPara {
    line-height: 5.7vw;
    font-size: large;
    text-align: justify;
    padding-top: 4%;
    padding-bottom: 9%;
  }

  .serviceOfferedList {
    line-height: 5.7vw;
    margin-left: 2%;
    margin-right: 2%;
  }

  .serviceOfferedList li {
    padding-top: 2vw;
  }

  .serviceOfferedHeading {
    font-size: 5vw;
  }
}
