@font-face {
  font-family: HKGrotesk;
  src: url(../font/HKGrotesk-Regular.otf);
}
@font-face {
  font-family: OpenSans;
  src: url(../font/OpenSans.ttf);
}
html,
body {
  font-family: "HKGrotesk", Open Sans;
  font-size: 100%;
  scroll-behavior: smooth;
}
.main {
  background: url("../img/hero-img.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  height: 116vh;
  position: relative;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 10%);
}
header > nav ul {
  list-style: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #333333 !important;
  font-size: 1.25rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #571680 !important;
}
.arrowBox {
  position: absolute;
  bottom: 7%;
}
/* 1.625rem(26px) @ 20rem(320px) increasing to 2.25rem(36px) @ 120rem(1920px) */
.mainHeading {
  font-size: 2.2rem;

  font-size: clamp(
    1.625rem,
    calc(1.625rem + ((1vw - 0.2rem) * 0.625)),
    2.25rem
  );
  /* Where: 0.625 = 100 * font-size_difference / viewport_width_difference */
  line-height: 48px;
  color: #264653;

  /* Safari resize fix */
  min-height: 0vw;
  font-weight: 700;
}
.mainPara {
  color: #333333;
  font-size: 1.2rem;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 3.2px) * 0.875)), 26px);
  line-height: 32px;
  font-family: OpenSans;
}
.consultBtn {
  background: #571680;
  font-size: 1rem;
  border-radius: 21px;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 2.9rem;
}
.consultBtn:hover {
  background: #264653;
}
.btn-primary:hover {
  background: #264653 !important;
  border-color: #264653 !important;
}
.heroSection {
  margin-top: 8vw;
}
.heading > h1 {
  font-size: clamp(1.25rem, calc(1.25rem + ((1vw - 0.2rem) * 0.5)), 1.75rem);
  color: #264653;
  border-bottom: 1px solid #264653;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-family: OpenSans;
}
.aboutImgdouble {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
  gap: 49px;
}
.serviceCardHeader {
  display: flex;
  justify-content: flex-start;
}
.serviceCardHeader > h4 {
  color: #264653;
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 1.2rem;
  line-height: 26px;
  min-height: 52px;
}
.serviceCardHeader > div > img {
  width: 32px;
  height: 32px;
}
.serviceCardContent > p {
  color: #5a7184;
  font-size: 0.875rem;
  font-family: OpenSans;
  line-height: 24px;
}
.serviceCardContent > p:first-child {
  margin-top: 1rem;
}
.serviceCard {
  border: 1px solid #e5eaf4;
  box-shadow: 0px 15px 35px rgb(0 0 0 / 5%);
  border-radius: 8px;
  padding: 10px;
}
section.services,
section.aboutUs {
  margin-top: 6vw;
}
section.services {
  margin-bottom: 5vw;
}
.heading {
  margin-bottom: 1.4vw;
}
.doubleBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.values {
  background: url(../img/pic1.jpg) no-repeat;
  height: 100vh;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  margin-bottom: 5vw;
}
.valueText {
  font-size: clamp(1.25rem, 0.6014rem + 3.2432vw, 4.25rem);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: OpenSans;
}
.valueText > span {
  display: block;
}
.work {
  border-bottom: 5px solid #fff;
}
.missionBox {
    margin-top: 2rem;
}
.valueBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.valueBox > .valueBoxHeading {
  font-size: 1.4rem;
  font-size: clamp(1rem, 0.9459rem + 0.2703vw, 1.25rem);
  color: #264653;
  font-weight: 700;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
  font-family: OpenSans;
}
.valueBox > .valueBoxContent {
  font-size: 1.1rem;
  font-size: clamp(0.875rem, 0.8209rem + 0.2703vw, 1.125rem);
  color: #333333;
  font-weight: 400;
  font-family: OpenSans;
}
.contact {
  background: url(../img/BG.png) #eff3f6 no-repeat;
  background-position: top;
  background-size: contain;
  margin-bottom: 0;
}
.sendReq {
  font-size: 3rem;
  font-size: clamp(0.875rem, 0.3885rem + 2.4324vw, 3.125rem);
  font-weight: 700;
  color: #264653;
  text-transform: uppercase;
  margin-top: 4rem;
}
.iconText,
.iconText > a {
  color: #264653;
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.9189rem + 0.4054vw, 1.375rem);
  font-weight: 600;
}
.iconText {
  margin-left: 1rem;
}
.iconText > a {
  text-decoration: none;
  font-family: OpenSans;
}
.contactInfo {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.contactInfoBox {
  margin-top: 3rem;
}
.formBox {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 15px 35px rgb(0 0 0 / 5%);
  padding: 2rem;
  margin-top: 4rem !important;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.formBox > span {
  margin-bottom: 1rem;
  font-family: OpenSans;
}
.form-control {
  border: 1px solid #d9dde0;
  box-sizing: border-box;
  border-radius: 16px;
  font-size: 14px;
  padding: 23px 16px;
  font-family: OpenSans;
}
textarea.form-control {
  padding: 15px 16px;
  font-family: OpenSans;
}
.btn-primary {
  background: #571680;
  border-radius: 16px;
  width: 100%;
}
form > span.formText {
  color: #828282;
  margin-top: 1rem;
  display: inline-block;
}
.footerFirst {
  color: #264653;
  font-size: 1rem;
  font-family: OpenSans;
}
.footerSecond {
  color: #264653;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  font-family: OpenSans;
}
.footer-links > ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-links > ul > li > a {
  color: #333333;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: OpenSans;
}
.footer-links > ul > li > a:hover {
  color: #571680 !important;
}
.borderBottom {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 2rem;
}
footer {
  margin-top: 5rem;
}
.aboutText > h1 {
  font-size: 2rem;
  font-size: clamp(1.5625rem, 1.3598rem + 1.0135vw, 2.5rem);
  color: #264653;
  font-weight: 700;
  font-family: OpenSans;
}
.aboutText > p {
  font-family: OpenSans;
}
section {
  margin-bottom: 5vw;
}
.mobileHeroImg,
.mobile,
.showMobile {
  display: none;
}
.hideMobile {
  display: flex;
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-right: 5rem;
  }
}
@media (max-width: 991px) {
  .serviceCard {
    margin-top: 2rem;
  }
  .row.justify-content-center.align-items-center.mt-4 > div > .serviceCard {
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .formBox {
    padding: 2rem 1rem;
}
  .footer-logo {
    text-align: left !important;
    margin-bottom: 1rem;
}
  .sendReq {
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 0.3885rem + 2.4324vw, 3.125rem);
}
  .missionBox > h1{
    font-size: 1.4rem;
    color: #264653;
    font-weight: 700;
  }
  .missionBox > p{
    font-size: 14px;
    color: #1C1C1C;
  }
  .serviceCardHeader > h4 {
    font-size: 1rem;
  }
  .aboutText > h1 {
    font-size: 1.3rem;
    font-size: clamp(1.3rem, 1.2rem + 0.5vw, 2.5rem);
  }
  .marginTop30 {
    margin-top: 30px;
  }
  .showMobile {
    display: flex;
  }
  .hideMobile {
    display: none;
  }
  .containerFlex {
    display: flex;
    flex-direction: column;
  }
  .orderEnd {
    order: 2;
  }
  .heading > h1 {
    line-height: 33px;
  }
  button.btn.consultBtn {
    width: 100%;
  }
  .mobilePara {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
  }
  .mobileHeading {
    font-size: 22px;
    color: #264653;
    line-height: 32px;
	font-weight:bold;
  }
  .mobile {
    background: #f4f4f4;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }
  .mobileHeroImg {
    display: block;
  }
  .navbar-collapse {
    background: rgb(255, 255, 255);
    position: absolute;
    top: 75%;
    z-index: 9999;
    width: 100%;
    left: 0px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-link {
    border-bottom: 1px solid #e5eaf4;
  }

  .nav-link:last-child {
    border-bottom: unset !important;
  }
  .consultBtn {
    padding: 0.7rem 1.9rem;
  }
  .arrowBox {
    display: none;
  }
  
  .main {
    height: 100px !important;
    /*background: #f4f4f4 url(../img/hero-img-mble.png) no-repeat;*/
	background:none;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: 90% 106px !important;
    margin-bottom: 0;
  }
  .heroSection {
    display: none;
  }
  section.services,
  section.aboutUs {
    margin-top: 14vw;
  }
  .values {
    height: 30vh;
    background-size: cover;
    align-items: flex-start;
    padding-left: 1rem;
    border-radius: 10px;
    padding-top: 1rem;
}
  }
  .formBox {
    width: 100%;
  }
  .footer-logo {
    text-align: center;
  }
  footer {
    margin-top: 4rem;
  }
  .footer-box-1 {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .customMargin {
    margin-bottom: 0.6rem;
  }
  .footer-links > ul > li > a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 600px) {
  .values {
    height: 40vh;
  }
  .main {
    background-position: left;
    height: 52vh;
  }
}

@media screen and (min-width: 600px) {

  /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
 .mobile-only {
    display: none !important;
 }

}