@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/* body {
    overflow:scroll;
    
} */


a {
  text-decoration: none;
}
a:hover {
  color: currentColor;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: Inter, sans-serif;
  font-weight: 400;
}
img {
  border-radius: 5px;
  width: 100%;
}
main {
  overflow-x: hidden;
}
:root {
  --responsive-font: 1.83rem;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 52.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 23.75em) {
  html {
    font-size: 44%;
  }
}
@media only screen and (max-width: 21.25em) {
  html {
    font-size: 42%;
  }
}
@media only screen and (max-width: 18.125em) {
  html {
    font-size: 35%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}
.btn {
  background: #44aa00;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  z-index: 1;
}

.btn:hover{
  background-color: #ffffff;
  border: 2px solid #44aa00;
  color:#44aa00 !important;
}

.btn span {
  border: none;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  width: 0;
  z-index: -1;
}
.btn__line {
  color: #44aa00;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding-bottom: 3px;
  position: relative;
  text-transform: capitalize;
}
.btn__line:before {
  background: #44aa00;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.btn__line:hover {
  color: #1cbcd8;
}
.btn__line:hover:before {
  background: #1cbcd8;
}
.btn:hover {
  color: #000;
}
.btn:hover span {
  height: 562.5px;
  width: 225%;
}
.btn--white {
  background: #fff;
  box-shadow: none;
  color: #016fb7;
  margin-top: 1rem;
}
.btn--contact {
  margin: 3.5rem 0 0;
}
.btn--enroll {
  display: block;
  margin-top: 3rem;
  width: 100%;
}
.btn--header {
  background: #44aa00;
  border: none;
  box-shadow: none;
  margin-top: 1rem;
  padding: 1rem 2.4rem;
}

.btn--header:hover{
  background-color: #ffffff;
  color: #44aa00;
  border: 2px solid #44aa00;
}

.btn--about {
  margin-top: 1rem;
  padding: 1.2rem 2.6rem;
}
@media only screen and (max-width: 61.875em) {
  .btn--nav {
    margin-left: auto;
    order: 3;
  }
}
.heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .heading {
    margin-bottom: 3rem;
  }
}
.heading__primary {
  color: #44aa00;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 2rem;
}
.heading__primary--features {
  color: #fff;
}
.heading__primary--about {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 52.25em) {
  .heading__primary--about-page {
    margin-bottom: 0;
  }
}
.heading__subtitle {
  color: #585757;
  font-size: 1.7rem;
  font-weight: 400;
  max-width: 75rem;
}
.heading__subtitle--features {
  color: #fff;
}
.heading--terms {
  font-size: 2.1rem;
  font-weight: 500;
  margin: 2rem 0;
}
.heading--about-page {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 52.25em) {
  .heading--about-page {
    margin-bottom: 0;
  }
}
.paragraph {
  color: #434343;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .paragraph {
    font-size: var(--responsive-font);
  }
}
.paragraph--speciality {
  color: #848484;
  font-size: 1.55rem;
}
@media only screen and (max-width: 37.5em) {
  .paragraph--speciality {
    font-size: var(--responsive-font);
  }
}
.paragraph--features {
  color: #fff;
}
.paragraph--footer {
  color: #fff;
  line-height: 1.954;
}
.paragraph--footer:last-child {
  margin-bottom: 0;
}
.paragraph--icon {
  padding-left: 3rem;
  position: relative;
}
.paragraph--icon i {
  color: #016fb7;
  left: 0;
  position: absolute;
  top: 5.5px;
}
.para-last-item {
  margin-bottom: 0;
}
.section-padding {
  padding: 8rem 0;
}
@media only screen and (max-width: 52.25em) {
  .section-padding {
    padding: 7rem 1rem;
  }
}
.move-left {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.move-left.animate {
  -webkit-animation: moveLeft 0.65s ease forwards;
  animation: moveLeft 0.65s ease forwards;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.move-right.animate {
  -webkit-animation: moveRight 0.65s ease forwards;
  animation: moveRight 0.65s ease forwards;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
@-webkit-keyframes moveLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes moveLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes moveRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes moveRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.breadcrumb {
  background-image: url(https://qhomes.netlify.app/assets/front_end/img/inner-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding: 4rem 0;
  position: relative;
  z-index: 0;
}
.breadcrumb:before {
  background: #016fb7;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 0;
}
.breadcrumb__title {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.owl-item.active h1,
.owl-item.active p {
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.owl-item.active .btn {
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  z-index: 1000;
}
.owl-nav .owl-prev span {
  color: #fff;
  font-size: 1.6875rem;
}
.owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-nav .owl-prev:hover {
  background: #000 !important;
}
.owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  z-index: 1000;
}
.owl-nav .owl-next span {
  color: #fff;
  font-size: 1.6875rem;
}
.owl-nav .owl-next:focus {
  outline: 0;
}
.owl-nav .owl-next:hover {
  background: #000 !important;
}
.line-btn__box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.line-btn__link:link,
.line-btn__link:visited {
  border-bottom: 1px solid #44aa00;
  color: #44aa00;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 3px;
  transition: all 0.2s;
}
.line-btn__link:hover {
  background: #44aa00;
  border-bottom: 1px solid #44aa00;
  border-radius: 5px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 3px 1.5rem;
  transform: translateY(-3px);
}
.navigation {
  /* background-color: transparent !important; */
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 61.875em) {
  .navigation {
    background: #fff;
    padding: 0 1.5rem;
    position: relative;
  }
}
.navigation.sticky {
  -webkit-animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
  -moz-animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
  animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
  -webkit-animation: headerSlideDown 0.5s ease forwards;
  animation: headerSlideDown 0.5s ease forwards;
  background-color: #fff !important;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
.navigation.sticky .navigation__link {
  color: #30384e;
}
.navigation.sticky .navigation__link.active,
.navigation.sticky .navigation__link:hover {
  color: #44aa00;
}
.navigation.sticky .navigation__logo--2 {
  display: inline-block;
}
.navigation.sticky .navigation__logo--1 {
  display: none;
}
.navigation.sticky .navigation__logo img {
  /* width: 15rem; */
  /* width: 120px; */
  height: 70px;
}


.navigation.sticky .navigation__content {
  /* padding: 1.8rem 0; */
}
.navigation__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  position: relative;
  
}
@media only screen and (max-width: 61.875em) {
  .navigation__content {
    flex-direction: row;
    /* justify-content: flex-start; */
    overflow: hidden;
    padding: 2rem 0;
    position: relative;

    justify-content: space-between;
    flex-direction: row-reverse;

  }
}
.navigation__logo {
  cursor: pointer;
  position: relative;
}
.navigation__logo img {
  border-radius: 0;
  /* width: 10rem; */
  /* width: 120px; */
  height: 80px;
}
@media only screen and (max-width: 37.5em) {
  /* .navigation__logo img {
    width: 9rem;
  } */

  .navigation.sticky .navigation__logo img {
    /* width: 11rem; */
    height: 70px;
  }

  .navigation__logo img {
    border-radius: 0;
    /* width: 11rem; */
    height: 70px;
  }
}
@media only screen and (max-width: 61.875em) {
  .navigation__logo {
    order: 2;
  }
}
.navigation__logo--2 {
  display: none;
}
@media only screen and (max-width: 61.875em) {
  .navigation__logo--2 {
    display: inline-block;
  }
}
.navigation__logo--1 {
  display: inline-block;
}
@media only screen and (max-width: 61.875em) {
  .navigation__logo--1 {
    display: none;
  }
}
.navigation__list {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: auto;
}
@media only screen and (max-width: 61.875em) {
  .navigation__list {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    order: 2;
    padding-left: 4rem;
    padding-top: 6rem;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: all 0.8s ease;
    visibility: hidden;
    width: 80%;
    z-index: 35;
  }
  .navigation__list:before {
    background: rgba(112, 121, 139, 0.6);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 7rem;
    width: 100%;
  }
}
.navigation__list.active {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.navigation__list.active .navigation__items {
  font-size: 3rem;
}
.navigation__items {
  cursor: pointer;
  margin-right: 3.5rem;
}
@media only screen and (max-width: 61.875em) {
  .navigation__items {
    padding: 3rem 0;
    width: 100%;
  }
  .navigation__items:not(:last-child) {
    border-bottom: 1px solid rgba(130, 180, 64, 0.2);
  }
}
.navigation__link {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
}
.navigation__link:hover {
  color: #44aa00;
}
.navigation__link.active {
  color: #44aa00;
  font-weight: 500;
}
@media only screen and (max-width: 61.875em) {
  .navigation__link {
    color: #000;
    font-size: 1.9rem;
  }
}
.navigation__menu {
  display: none;
  margin-top: 1rem;
  position: relative;
  width: 30px;
  z-index: 2;
  
  
}
@media only screen and (max-width: 61.875em) {
  .navigation__menu {
    display: inline-block;
    margin-right: 3rem;
    margin-top: 0;
    order: 1;
  }
}
.navigation__menu .hamburger .line {
  background-color: #70798b;
  border-radius: 10px;
  content: "";
  display: block;
  height: 2.5px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 25px;
}
.navigation__menu .hamburger:hover {
  cursor: pointer;
}
.navigation__menu #hamburger-1.active .line:nth-child(2) {
  opacity: 0;
}
.navigation__menu #hamburger-1.active .line:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.navigation__menu #hamburger-1.active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.hidden {
  display: none;
  height: auto;
}
.overlay {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.mobile-btn {
  display: none;
}
@media only screen and (max-width: 61.875em) {
  .mobile-btn {
    display: block;
  }
}
.hamburger-2 {
  display: none;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media only screen and (max-width: 61.875em) {
  .hamburger-2 {
    display: block;
  }
}
.hamburger-2 .line {
  background-color: #70798b;
  border-radius: 10px;
  content: "";
  display: block;
  height: 2.5px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 25px;
}
.hamburger-2 .line:hover {
  cursor: pointer;
}
.hamburger-2 .line:nth-child(2) {
  opacity: 0;
}
.hamburger-2 .line:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.hamburger-2 .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.banner__slider:hover .owl-prev {
  left: 0;
  opacity: 1;
}
.banner__slider:hover .owl-next {
  opacity: 1;
  right: 0;
}
#scroll {
  align-items: center;
  background-color: #44aa00;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  border-radius: 6rem;
  bottom: 2rem;
  color: #fff;
  cursor: pointer;
  display: none;
  display: flex;
  font-size: 2rem;
  height: 5rem;
  justify-content: center;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 5rem;
  z-index: 100;
}
@media only screen and (max-width: 52.25em) {
  #scroll {
    bottom: 2rem;
    height: 6.4rem;
    width: 6.4rem;
  }
}
#scroll:hover {
  background-color: rgba(55, 69, 95, 0.7);
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
/* .whatsapp-float {
  background-color: #25d366;
  border-radius: 5rem;
  bottom: 2rem;
  box-shadow: 2px 2px 3px #999;
  color: #fff;
  font-size: 3rem;
  height: 5rem;
  position: fixed;
  left: 2rem;
  text-align: center;
  width: 5rem;
  z-index: 100;
}
.whatsapp-float:hover {
  background-color: rgba(37, 211, 102, 0.7);
  color: #fff;
}
@media only screen and (max-width: 52.25em) {
  .whatsapp-float {
    font-size: 3.4rem;
    height: 6.4rem;
    width: 6.4rem;
  }
}
.whatsapp-float--icon {
  margin-top: 1.6rem;
  transform: translate(2%, -15%);
}
@media only screen and (max-width: 52.25em) {
  .whatsapp-float--icon {
    margin-top: 2.2rem;
  }
} */
.header {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 61.875em) {
  .header {
    background: #eeedeb;
    height: auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .header {
    /* background-position: 0; */
    background-position: center;
    background-size: cover;

    /* background: #eeedeb; */
  }
}
.header__left-part,
.header__right-part {
  /* align-items: flex-start; */
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28rem 0 20rem;
  text-align: center;
}
@media only screen and (max-width: 61.875em) {
  .header__left-part,
  .header__right-part {
    align-items: center;
    height: auto;
    padding: 12rem 3rem;
    text-align: center;
  }
}
.header__right-part {
  align-items: center;
}
.header__right-part img {
  width: 90%;
}
@media only screen and (max-width: 52.25em) {
  .header__right-part img {
    width: 67%;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__right-part img {
    width: 100%;
  }
}
@media only screen and (max-width: 61.875em) {
  .header__right-part {
    padding: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__right-part {
    padding: 0;
  }
}
.header__title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  /* max-width: 60rem; */
  z-index: 1;
}
@media only screen and (max-width: 37.5em) {
  .header__title {
    font-size: 3.6rem;
  }
}
.header__sub-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 2rem;
  /* max-width: 55rem; */
  text-align: center;
  opacity: 1;
  z-index: 1;
}
.header:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-width: 450px) {
  .container {
    max-width: 608px;
  }
}
@media only screen and (min-width: 112.5em) {
  .container {
    max-width: 132rem;
  }
}
.vision {
  padding-top: 8rem;
}
.vision__box {
  position: relative;
  z-index: 2;
}
.vision__single-item {
  padding: 1.5rem;
}
.vision__content {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  display: flex;
  justify-content: space-evenly;
  padding: 2.5rem;
}
.vision__icon-box {
  align-items: center;
  background: rgba(255, 87, 34, 0.11);
  border: 1px dashed;
  border-radius: 50%;
  color: #ff5722;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  margin-right: 2rem;
  padding: 2rem;
}
.vision__icon-box--2 {
  background: rgba(144, 106, 212, 0.12);
  border: 1px dashed;
  color: #906ad4;
}
.vision__title {
  color: #37455f;
  font-size: 1.9rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.projects__single-item {
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  overflow: hidden;
  position: relative;
}
.projects__single-item:hover .projects__info {
  bottom: 0 !important;
}
.projects__single-item:hover .projects__img {
  -webkit-filter: none;
  filter: none;
  -webkit-filter: brightness(70%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.projects__img-container {
  height: 50vh;
}
.projects__img {
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  z-index: 1;
}
.projects__info {
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.9)
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.9)
  );
  bottom: -6rem;
  box-sizing: border-box;
  color: #fff;
  height: auto;
  left: 0;
  padding: 3rem 1.5rem;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 20;
  z-index: 2;
}
@media only screen and (max-width: 37.5em) {
  .projects__info {
    align-items: center;
    background: #44aa00;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    position: relative;
    text-align: left;
  }
}
.projects__title {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 37.5em) {
  .projects__title {
    font-weight: 700;
  }
}
.projects__catogary {
  color: #cdc2b3;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 37.5em) {
  .projects__catogary {
    color: hsla(0, 0%, 100%, 0.74);
    margin-bottom: 0;
  }
}
.projects__btn {
  color: #44aa00;
  font-size: 20px;
}
@media only screen and (max-width: 37.5em) {
  .projects__btn {
    color: #fff;
  }
}
.projects__outer {
  bottom: 0 !important;
  margin-bottom: 2rem;
}
.about {
  background: #f1f1f1;
}
.about__tag {
  color: #44aa00;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.about__img-part {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 61.875em) {
  .about__img-part {
    margin-top: 3rem;
  }
}
.about__img {
  width: 90%;
}
@media only screen and (max-width: 61.875em) {
  .about__img {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.services {
  background-attachment: fixed;
  background-image: url(../img/why-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.services:before {
  background-color: rgba(64, 62, 57, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.services__section-inner {
  position: relative;
  z-index: 1;
}
.services__row {
  row-gap: 2.4rem;
}
.services__outer {
  height: 100%;
}
.services__single-item {
  background-color: #f1ede8;
  border-radius: 7px;
  height: 100%;
  padding: 4.5rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 2;
}
.services__single-item:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
}
.services__img {
  margin-bottom: 1rem;
  max-width: 8rem;
  min-height: 8rem;
}
.services__title {
  color: #34322d;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact {
  padding-bottom: 0;
}
.contact__left-part {
  margin-right: 3rem;
}
@media only screen and (max-width: 61.875em) {
  .contact__left-part {
    margin-right: 0;
  }
}
.contact__title {
  font-family: Jost, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
.contact__sub-title {
  color: #3c4852;
  font-size: 15px;
}
.contact__map {
  margin-top: 8rem;
}
.contact__map-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.contact__map-iframe {
  height: 100%;
  width: 100%;
}
.contact__map-iframe iframe {
  height: 60vh;
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .contact__map-iframe iframe {
    height: 40vh;
  }
}
.contact__detail {
  padding-left: 8rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 61.875em) {
  .contact__detail {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact__detail {
    padding-left: 0;
    padding-top: 5rem;
  }
}
.contact__detail-group {
  margin-bottom: 3rem;
  padding-left: 8rem;
  position: relative;
}
.contact__detail-icon {
  background: rgba(3, 185, 124, 0.12) !important;
  border-radius: 50%;
  left: 0;
  padding: 1.5rem !important;
  position: absolute;
  top: 0;
}
.contact__detail-icon i {
  color: #44aa00;
  font-size: 1.8rem;
}
.form__group {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.form__group.active label {
  color: #30384e;
  font-size: 1.6rem;
  transform: translateY(1rem);
  visibility: visible;
}
.form__label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  opacity: 0.8;
  transform: translateY(3.4rem);
  transition: all 0.2s;
  z-index: 3;
}
@media only screen and (max-width: 37.5em) {
  .form__label {
    font-size: 1.8rem;
  }
}
.form__input {
  background: #fff;
  background: transparent;
  border: none;
  border-bottom: 2px solid #c1c1c1;
  border-radius: 4px;
  color: #707e9c;
  display: block;
  font-size: 1.6rem;
  line-height: 1.25;
  outline: none;
  padding: 0.5rem 0.75rem;
  width: 100%;
  z-index: 4;
}
@media only screen and (max-width: 37.5em) {
  .form__input {
    font-size: 1.8rem;
  }
}
.form__input:focus {
  border-bottom: 2px solid #55c57a;
  outline: none;
}
.form__input:focus:invalid {
  border-bottom: 2px solid #ff7730;
}
.form__input::placeholder {
  font-size: 1.6rem;
}
.form__text-area {
  background: transparent none repeat scroll 0 0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom: 2px solid #c1c1c1;
  color: #707e9c;
  font-size: 1.65rem;
  height: 10rem;
  margin-top: 1rem;
  width: 100%;
}
.form__text-area::placeholder {
  color: #30384e;
  font-size: 1.6rem;
}
.form__text-area:focus {
  outline: none;
}
.enroll {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -40;
}
.enroll.active {
  z-index: 140;
}
.enroll__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 41;
}
.enroll__overlay.active {
  opacity: 1;
}
.enroll__container {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  margin: 5rem auto;
  max-width: 50rem;
  min-width: 30rem;
  transform: translateY(-200%);
  transition: transform 0.5s linear;
  width: 50rem;
  z-index: 42;
}
.enroll__container.active {
  transform: translateY(0);
}
.enroll__head {
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  padding: 1.7rem;
}
.enroll__head-title {
  font-family: Jost, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.enroll__head-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.enroll__head-icon i {
  color: #2bbb8a;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}
.enroll__head-icon i:hover {
  color: #3c4852;
  cursor: pointer;
}
.enroll__form {
  padding: 1.8rem;
}
.enroll__form-group {
  margin-bottom: 2.5rem;
}
.enroll__form-label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.enroll__form-input {
  background: #fff;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: #707e9c;
  display: block;
  font-size: 1.5rem;
  line-height: 1.25;
  outline: none;
  padding: 1.5rem 0.75rem;
  width: 100%;
}
.enroll__form-input-box {
  background: #fff;
  border: 1px solid #e6ebf5;
  display: flex;
  overflow: hidden;
  padding-left: 3.2rem;
  position: relative;
}
.enroll__form-input-icon {
  color: #215463;
  cursor: pointer;
  font-size: 1.6rem;
  font-style: normal;
  left: 8px;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.enroll__form-input-icon--comments {
  top: 27%;
}
.enroll__form-textarea {
  height: 10rem;
  width: 100%;
}
.popup {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  .popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.popup__content {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  display: table;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(0.25);
  transition: all 0.5s 0.2s;
  width: 75%;
}
@media only screen and (max-width: 61.875em) {
  .popup__row {
    flex-direction: column-reverse;
  }
}
.popup__img-part {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .popup__img-part--2 {
    display: none;
  }
}
.popup__right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 3rem 3rem 4rem;
}
.popup__img {
  border-radius: 0;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 37.5em) {
  .popup__img--2 {
    display: none;
  }
}
.popup__paragraph {
  margin-bottom: 2rem;
}
.popup table {
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.popup__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.7rem;
}
.popup__title:nth-child(2n) {
  padding-left: 3.5rem;
}
@media only screen and (max-width: 75em) {
  .popup__title {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 61.875em) {
  .popup__title {
    font-size: 1.8rem;
  }
}
.popup__text {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  -moz-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  font-size: 1.4rem;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 4rem;
}
.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup:target .popup__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.popup__close:link,
.popup__close:visited {
  color: #777;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  right: 2rem;
  text-decoration: none;
  top: 0.5rem;
  transition: all 0.2s;
}
.popup__close:hover {
  color: #28b485;
}
main {
  position: relative;
}
.remove-scrolling {
  height: 100%;
  overflow: hidden;
  transition: overflow 0.1s;
}
.footer {
  background: #121416;
}
.footer__content {
  align-items: center;
  display: flex;
  padding: 3.5rem 0;
}
@media only screen and (max-width: 37.5em) {
  .footer__content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer__social {
  align-items: center;
  display: flex;
  margin-right: 2rem;
}
.footer__social-item {
  cursor: pointer;
  font-size: 1.5rem;
}
.footer__social-item:not(:last-child) {
  margin-right: 1rem;
}
.footer__social-item i {
  color: #c3c3c3;
}
.footer__social-item i:hover {
  color: hsla(0, 0%, 76%, 0.8);
}
.footer__copyright {
  color: #c3c3c3;
  font-size: 1.4rem;
  margin: 0;
}
@media only screen and (max-width: 37.5em) {
  .footer__copyright {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
.footer__copyright--2 {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .footer__copyright--2 {
    display: block;
  }
}
.footer__copyright--3 {
  margin-left: auto;
}
@media only screen and (max-width: 37.5em) {
  .footer__copyright--1,
  .footer__copyright--3 {
    display: none;
  }
}
.footer__nvf {
  color: #c3c3c3;
}
.pro-single__imgs {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: start;
  width: 100%;
}
.pro-single__imgs img {
  height: 40%;
  width: 100%;
}



/* footer start */

.footer_section{
    padding-top: 80px !important;
}
.footer_logo_content img{
    width: 100px;
}
.footer_logo_content p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}

.footer_menu_content h1{
    color: #fff;
}

.footer_menu ul{
    margin-top: 35px;
   
}

.footer_menu li{
    margin: 10px;
    margin-left: 0px;
}
.footer_menu a{
    color: #fff;
    font-size: 15px;
}

.footer_menu a:hover{
    color: #44aa00;
}

.footer_contact_content h1{
    color: #fff;
}

.footer_contact_address a{
    margin-left: 10px;
    color: #fff;
}
.footer_contact_address i{
    background-color: #44aa00;
    padding: 10px;
    border-radius: 50%;
}

.footer_contact_address i:hover{
    border: 1px solid #44aa00;
    background-color: #000000;
}

.footer_contact_address a:hover{
    color: #44aa00;
}

.footer_contact_address p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}

.footer_social_media{
    padding-top: 20px;
}
.footer_social_media a{

    font-size: 15px;
    color: #fff;
    margin: 10px;
    margin-left: 0px;
}

.footer_social_media i{
    background-color: #44aa00;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.footer_social_media i:hover{
    background-color: #ffffff;
    color: #44aa00;
   
}


@media(max-width:992px){
    
    .footer_menu_content{
        padding-top: 20px;
    }
    .footer_menu ul{
        margin-top: 0px;
       
    }

    .footer_contact_content{
        padding-top: 20px;
    }
}

@media(max-width:580px){
    
    .footer_logo_content{
        padding-left: 15px;
    }
    .footer_menu_content{
        padding-left: 15px;
    }
    .footer_contact_content{
        padding-left: 15px;
    }
}

@media(max-width:500px){
    
    .footer_menu_content h1{
        font-size: 20px;
    }
    .footer_contact_content h1{
        font-size: 20px;
    }
}
/* footer end */


/* floating brn */

.floating-buttons {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
}
.btn-floating {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.btn-floating:hover{

    color: #06e270;
}

/* btn end */


/* about start */

.about_page{
    padding-top: 150px;
}



@media(max-width:992px){
    .about_page{
        padding-top: 0px;
    }
}

/* about end */

/* service page */

.service_page{
    padding-top: 150px;
    padding-bottom: 150px;
}

.service_card{
    background-color: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.service_card_content{
    padding-top:20px;
}

.service_card_content h4{
    color: #000000;
    font-size: 18px;
}

.service_card_content p{
    
    font-size: 14px;
    margin-top: 10px;
    color: #000000;

}

.service_card_image{
    transition: transform .2s;
    
}
.service_card_image:hover{
    transform: scale(1.1);
    
}

.service_card_image img{
    height: 220px;
}
.service_head_line{
    font-size: 15px;
    color: #000000;
}

@media(max-width:992px){
    .service_page{
        padding-top: 0px;
    }
    .service_card{
        margin: 10px;
    }
}

@media(max-width:992px){
    
    .service_card_image img{
        height:auto;
    }
}
/* service page end*/


/* mission start */

.mission_section{
    padding-top: 60px;
    padding-bottom: 60px;

}

.mission_content{
    background-color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    
}
.mission_content h4{
    font-size: 20px;
    font-weight: 700;
}

.mission_content p{
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
}

.mission_content:hover{
    background-color: #44aa00;
}

.mission_content:hover h4{
    color: #fff;
}
.mission_content:hover p{
    color: #fff;
}

@media(max-width:992px){
    
    .mission_content{
        margin: 10px;
    }
}

/* mission end */

.gallery_page{
    padding-top: 150px;
}

@media(max-width:992px){
    
    .gallery_page{
        padding-top: 10px;
    }
}



/* contact page */

.contact_page_pad{
    padding-top: 180px;
}

.contact_page_address{
    background-color: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.contact_page_address h4{
    font-size: 20px;
    
}

.contact_page_address i{

    background-color: #44aa00;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.contact_page_address p{
    margin-top: 10px;
}
.contact_page_address a{
    font-size: 15px;
    color: #000000;
}

.contact_page_address a:hover{
    color: #44aa00;
}

.contact_page_address:hover{
    background-color: #44aa00;
   
}

.contact_page_address:hover a{
    color: #ffffff;
   
}

@media(max-width:992px){
    .contact_page_pad{
        padding-top: 20px;
    }

    .contact_page_address{
        margin: 15px;
    }

    .maps{
        padding-top: 20px;
    }
}

/* contat end */



/* product section */

.product-page-section{
  padding-top: 130px !important;
}


.product-section{
  padding-bottom: 100px;
}

.product-card{
  display: flex;
}

.product-row-card{
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}



.product-image img{
  border-radius: 10px;
  width: 100%;
  height: 300px;
 
}


.product-content-card{
  display: flex;
  align-items: center;
  
  
}

.product-content h2{
  font-size: 25px;
  margin-bottom: 15px;
}

.product-content p{
  font-size: 14px;
  margin-bottom: 15px;
}

.product-btn{
  display: flex;
  gap: 10px;
  margin-top: 30px;
  
}


.product-app-btn a{
  background-color: #44aa00;
  padding: 10px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 8px;
}

.product-call-btn a{
  background-color: #000000;
  padding: 10px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 8px;
}


.product-app-btn a:hover{
  background-color: #ffffff;
  border: 2px solid #44aa00;
  color:#44aa00 ;
}

.product-call-btn a:hover{
  background-color: #ffffff;
  border: 2px solid #44aa00;
  color:#44aa00 ;
}



@media(max-width:992px){
  .product-page-section {
    padding-top: 40px !important;
}
}




@media(max-width:768px){
  .product-image{
    padding-top: 20px;
  }

  .product-content{
    padding-top: 20px;
  }
}


@media(max-width:432px){
  .product-content h2 {
    font-size: 16px;
  }
  .product-content p {
    font-size: 12px;
  }

  .product-image img{
    height: 100%;
  }

}

/* product end */

