/* ==========================================================================
   #VARIABLES
   ========================================================================== */
/* ==========================================================================
   #TYPOGRAPHY
   ========================================================================== */
/* ==========================================================================
   #ELEMENTS
   ========================================================================== */
:root {
  --hvc-50: #fff;
  --hvc-100: #fef1f1;
  --hvc-105: #f5f5f5;
  --hvc-106: #f2f2f2;
  --hvc-107: #fafafa;
  --hvc-110: #FCFCFC;
  --hvc-115: #1E1E1E;
  --hvc-120: #b6dded;
  --hvc-200: #2d4860;
  --hvc-250: #5A5A5A;
  --hvc-500: #DFFE80;
  --hvc-505: #013850;
  --hvc-510: #1284B6;
  --hvc-900: #000000;
}

html {
  height: 100%;
}
html body {
  height: 100%;
  position: relative;
  color: #000000;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: var(--hvc-110);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
.btn {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover,
.btn:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

body {
  scrollbar-color: rgba(0, 0, 0, 0.4) var(--nslhub-50);
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
body::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  height: 4px;
}
@media (max-width: 1030px) {
  body {
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    width: 0px;
  }
}

.menuoverlay {
  position: fixed;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1031;
}
@media (min-width: 768px) {
  .menuoverlay {
    display: none !important;
  }
}
.menuoverlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

.sec-heading {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.sec-subheading {
  font-size: 26px;
  line-height: 32px;
}

.sec-heading01 {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
}
@media (max-width: 1199.98px) {
  .sec-heading01 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .sec-heading01 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .sec-heading01 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .sec-heading {
    font-size: 16px;
  }
  .sec-subheading {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .sec-subheading {
    font-size: 18px;
    line-height: 26px;
  }
}
.btn-dark {
  background: #000000;
  border: 0px;
  font-weight: 500;
  color: var(--hvc-50);
}
.btn-dark:hover {
  background: #000000;
}
.btn-primary {
  background: #1284b6;
  border-radius: 16px;
  font-weight: 500;
  color: var(--hvc-50);
}
.btn-primary:hover {
  background: #1284b6;
}
.btn-primary.btn-lg {
  height: 81px;
}
@media (max-width: 1199.98px) {
  .btn-primary.btn-lg {
    height: 60px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .btn-primary.btn-lg {
    font-size: 14px;
    width: auto;
    height: 38px;
  }
}

.blankdiv {
  height: 103px;
}
@media (max-width: 991.98px) {
  .blankdiv {
    height: 60px;
  }
}

.hvcHeader {
  top: 0;
  z-index: 11;
  width: 100%;
  transition: all 0.3s;
}
.hvcHeader .navbar-brand {
  padding: 0px;
}
.hvcHeader .navbar {
  padding-top: 0;
  transition: background-color 0.3s linear, padding 0.3s linear;
}
.hvcHeader .navbar-nav {
  align-items: center;
}
.hvcHeader .nav-item {
  margin: 0 16px;
}
.hvcHeader .nav-item .nav-link {
  color: var(--hvc-900);
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.hvcHeader .nav-item .nav-link.active {
  font-weight: 700;
}
.hvcHeader .nav-item .nav-link.contact {
  border: 1px solid #000000;
  border-radius: 34px;
  padding: 7px 22px;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}
.hvcHeader .nav-item .nav-link.contact:hover {
  color: #fff;
  background-color: #000;
}
.hvcHeader.position-fixed {
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .hvcHeader .navbar-brand {
    max-width: 253px;
  }
  .hvcHeader .nav-item {
    margin: 0 10px;
  }
  .hvcHeader .nav-item .nav-link {
    font-size: 17px;
  }
  .hvcHeader .nav-item .nav-link.contact {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .hvcHeader .navbar-brand {
    max-width: 217px;
  }
  .hvcHeader .container-fluid {
    padding: 0 1.25rem;
  }
  .hvcHeader .nav-item {
    margin: 0 8px;
  }
  .hvcHeader .nav-item .nav-link {
    font-size: 0.8125rem;
  }
  .hvcHeader .nav-item .nav-link.contact {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 16px;
  }
}
@media (max-width: 767.98px) {
  .hvcHeader .navbar {
    padding-top: 0.625rem;
    background-color: var(--hvc-50);
  }
  .hvcHeader .container-fluid {
    padding: 0 0.9375rem;
  }
  .hvcHeader .navbar-toggler {
    border: 0px;
    padding: 0;
  }
  .hvcHeader .nav-item {
    margin: 0px;
  }
  .hvcHeader .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
  }
  .hvcHeader .collapse {
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    width: 230px;
    height: 100%;
    background-color: #fff;
    z-index: 1032;
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hvcHeader .collapse.active {
    transform: translate3d(0, 0, 0);
  }
}

.hvcFooter {
  padding: 40px 0 20px;
  color: #fff;
  background: #013850;
}
.hvcFooter .first-col {
  padding-right: 95px;
}
.hvcFooter .first-col img {
  margin-bottom: 15px;
  max-width: 80%;
}
.hvcFooter .first-col P {
  padding-left: 65px;
}
.hvcFooter ul li:not(:last-child) {
  margin-bottom: 10px;
}
.hvcFooter ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.hvcFooter__copyright {
  margin-top: 100px;
}
.hvcFooter .copy {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1199.98px) {
  .hvcFooter .first-col P {
    padding-left: 69px;
  }
}
@media (max-width: 991.98px) {
  .hvcFooter {
    padding: 20px 0;
  }
  .hvcFooter .first-col P {
    padding-left: 0;
  }
  .hvcFooter__copyright {
    margin-top: 65px;
  }
}
@media (max-width: 767.98px) {
  .hvcFooter ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  .hvcFooter .copy {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .hvcFooter .first-col {
    padding-right: 12px;
  }
  .hvcFooter ul {
    margin-top: 20px;
  }
  .hvcFooter ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .hvcFooter .copy {
    font-size: 14px;
  }
  .hvcFooter__copyright {
    margin-top: 30px;
  }
}

.text-50 {
  color: #fff !important;
}

.bg-50 {
  background-color: #fff !important;
}

.border-50 {
  border-color: #fff !important;
}

.text-100 {
  color: #fef1f1 !important;
}

.bg-100 {
  background-color: #fef1f1 !important;
}

.border-100 {
  border-color: #fef1f1 !important;
}

.text-105 {
  color: #f5f5f5 !important;
}

.bg-105 {
  background-color: #f5f5f5 !important;
}

.border-105 {
  border-color: #f5f5f5 !important;
}

.text-106 {
  color: #f2f2f2 !important;
}

.bg-106 {
  background-color: #f2f2f2 !important;
}

.border-106 {
  border-color: #f2f2f2 !important;
}

.text-107 {
  color: #fafafa !important;
}

.bg-107 {
  background-color: #fafafa !important;
}

.border-107 {
  border-color: #fafafa !important;
}

.text-110 {
  color: #FCFCFC !important;
}

.bg-110 {
  background-color: #FCFCFC !important;
}

.border-110 {
  border-color: #FCFCFC !important;
}

.text-115 {
  color: #1E1E1E !important;
}

.bg-115 {
  background-color: #1E1E1E !important;
}

.border-115 {
  border-color: #1E1E1E !important;
}

.text-120 {
  color: #b6dded !important;
}

.bg-120 {
  background-color: #b6dded !important;
}

.border-120 {
  border-color: #b6dded !important;
}

.text-200 {
  color: #2d4860 !important;
}

.bg-200 {
  background-color: #2d4860 !important;
}

.border-200 {
  border-color: #2d4860 !important;
}

.text-250 {
  color: #5A5A5A !important;
}

.bg-250 {
  background-color: #5A5A5A !important;
}

.border-250 {
  border-color: #5A5A5A !important;
}

.text-500 {
  color: #DFFE80 !important;
}

.bg-500 {
  background-color: #DFFE80 !important;
}

.border-500 {
  border-color: #DFFE80 !important;
}

.text-505 {
  color: #013850 !important;
}

.bg-505 {
  background-color: #013850 !important;
}

.border-505 {
  border-color: #013850 !important;
}

.text-510 {
  color: #1284B6 !important;
}

.bg-510 {
  background-color: #1284B6 !important;
}

.border-510 {
  border-color: #1284B6 !important;
}

.text-900 {
  color: #000000 !important;
}

.bg-900 {
  background-color: #000000 !important;
}

.border-900 {
  border-color: #000000 !important;
}

.homePage-body {
  background-image: url("../images/homebanner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.homeBanner {
  padding-top: 130px;
  padding-bottom: 60px;
}
.homeBanner h1 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 96px;
  line-height: 128px;
  margin-bottom: 30px;
}
.homeBanner .knowmore {
  padding-right: 400px;
  margin-bottom: 60px;
}
.homeBanner .knowmore .--image {
  margin-right: 72px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .homeBanner .knowmore .--image a {
    width: 181px;
    height: 181px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    background: #091c22;
    border-radius: 50%;
    position: relative;
  }
  .homeBanner .knowmore .--image a:after {
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    content: "";
    width: 117px;
    height: 117px;
    position: absolute;
    left: 32px;
  }
  .homeBanner .knowmore .--image a span {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    padding: 5px;
    color: #ffffff;
    background: #091c22;
    position: relative;
    z-index: 1;
    margin-right: 5px;
    transition: all 0.3s;
  }
  .homeBanner .knowmore .--image a:hover {
    background-color: #fff;
  }
  .homeBanner .knowmore .--image a:hover span {
    color: #091c22;
    background: #fff;
  }
  .homeBanner .knowmore .--image a:hover:after {
    border: 2px solid #091c22;
  }
}
.homeBanner .knowmore p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #5a5a5a;
}
.homeBanner .row {
  border-top: 1px solid #000000;
}
.homeBanner .row .col-6:not(:last-child) {
  position: relative;
}
.homeBanner .row .col-6:not(:last-child):after {
  border-right: 1px solid #000;
  content: "";
  height: 142px;
  top: 0;
  position: absolute;
  right: 0px;
}
.homeBanner .box {
  padding-top: 30px;
}
.homeBanner .box .icon {
  margin-bottom: 10px;
  height: 58px;
  display: grid;
  place-content: center;
}
.homeBanner .box h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
}
.homeBanner .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #4e4e4e;
}
@media (max-width: 1399px) {
  .homeBanner .knowmore {
    padding-right: 258px;
  }
}
@media (max-width: 1199.98px) {
  .homeBanner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .homeBanner h1 {
    font-size: 77px;
    line-height: 89px;
  }
  .homeBanner .knowmore {
    padding-right: 185px;
  }
  .homeBanner .knowmore p {
    font-size: 20px;
    line-height: 30px;
  }
  .homeBanner .knowmore .--image img {
    max-width: 146px;
  }
}
@media (max-width: 991.98px) {
  .homeBanner .knowmore {
    padding-right: 0px;
  }
  .homeBanner .box h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .homeBanner h1 {
    font-size: 60px;
    line-height: 67px;
  }
  .homeBanner .knowmore .--image {
    margin-right: 35px;
  }
  .homeBanner .knowmore .--image img {
    max-width: 110px;
  }
  .homeBanner .knowmore p {
    font-size: 17px;
    line-height: 24px;
  }
  .homeBanner .box h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .homeBanner .row .col-6:nth-child(2)::after {
    display: none;
  }
  .homeBanner .row .col-6:nth-child(3), .homeBanner .row .col-6:nth-child(4) {
    border-top: 1px solid #000;
  }
}
@media (max-width: 575.98px) {
  .homeBanner {
    padding-top: 28px;
  }
  .homeBanner h1 {
    font-size: 46px;
    line-height: 53px;
  }
  .homeBanner .box {
    padding-top: 16px;
  }
  .homeBanner .box .icon {
    height: 35px;
  }
  .homeBanner .box .icon img {
    max-width: 40px;
  }
  .homeBanner .knowmore {
    margin-bottom: 22px;
  }
  .homeBanner .knowmore .--image {
    margin-right: 20px;
  }
  .homeBanner .knowmore .--image img {
    max-width: 70px;
  }
  .homeBanner .knowmore p {
    font-size: 13px;
    line-height: 19px;
  }
}

.ourService {
  padding: 60px 0;
}
.ourService h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  color: #004e70;
}
.ourService header {
  margin-bottom: 80px;
}
.ourService .row-top {
  margin: 0 -80px;
  margin-bottom: 40px;
}
.ourService .row-top > div {
  padding: 0 80px;
}
.ourService .row-bottom .box {
  padding-right: 86px;
}
.ourService .row-bottom .box:not(:last-child) {
  margin-bottom: 50px;
}
.ourService .box .icon {
  margin-bottom: 20px;
}
.ourService .box h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
}
.ourService .box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #5a5a5a;
}
.ourService .box-software .icon {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .ourService {
    padding: 38px 0;
  }
  .ourService .row-top {
    margin: 0 -12px;
    margin-bottom: 20px;
  }
  .ourService .row-top > div {
    padding: 0 15px;
  }
  .ourService .box-software .icon {
    margin-bottom: 20px;
  }
  .ourService .box h4 {
    font-size: 28px;
    line-height: 38px;
  }
  .ourService .box p {
    font-size: 17px;
    line-height: 25px;
  }
  .ourService h2 {
    font-size: 38px;
    line-height: 41px;
  }
}
@media (max-width: 767.98px) {
  .ourService h2 {
    font-size: 33px;
    line-height: 33px;
  }
  .ourService .row-bottom .box {
    padding-right: 0px;
  }
  .ourService .box .icon img {
    max-width: 70px;
  }
  .ourService .box p {
    font-size: 15px;
    line-height: 21px;
  }
  .ourService .box h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .ourService {
    padding: 0px 0 25px;
  }
  .ourService h2 {
    font-size: 25px;
    line-height: 24px;
  }
  .ourService header {
    margin-bottom: 36px;
  }
  .ourService .row-top .col-sm-6:not(:last-child) {
    margin-bottom: 30px;
  }
  .ourService .row-bottom .col-sm-6:last-child {
    margin-top: 30px;
  }
  .ourService .box .icon img {
    max-width: 60px;
  }
  .ourService .box p {
    font-size: 14px;
    line-height: 21px;
  }
  .ourService .box h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

.whyHVC {
  padding: 60px 0 200px;
  background-image: url("../images/hvc-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.whyHVC .commonuser {
  position: absolute;
}
.whyHVC header {
  margin-bottom: 60px;
}
.whyHVC header h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 75px;
  color: #000000;
}
.whyHVC header p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #5a5a5a;
}
.whyHVC h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 60px;
}
.whyHVC .box {
  padding: 100px;
  background: #dffe80;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
  max-width: 80%;
  margin: auto;
}
.whyHVC .box-content {
  padding: 0 150px;
  position: relative;
}
.whyHVC .box .user {
  margin-bottom: 40px;
}
.whyHVC .box .user--01 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.whyHVC .box .user--02 {
  right: 0;
  top: 50px;
}
.whyHVC .box h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 16px;
}
.whyHVC .box h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 12px;
}
.whyHVC .box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #3a2121;
}
.whyHVC .box a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #004e70;
}
@media (max-width: 1199.98px) {
  .whyHVC header h2 {
    font-size: 40px;
    line-height: 41px;
  }
  .whyHVC header p {
    font-size: 20px;
    line-height: 29px;
  }
  .whyHVC h3 {
    font-size: 33px;
  }
  .whyHVC .box {
    padding: 50px;
  }
  .whyHVC .box-content {
    padding: 0 108px;
  }
}
@media (max-width: 991.98px) {
  .whyHVC {
    padding: 60px 0 76px;
  }
  .whyHVC .box {
    max-width: none;
    padding: 30px;
  }
  .whyHVC .box-content {
    padding: 0 80px;
  }
  .whyHVC .box h4 {
    font-size: 23px;
    line-height: 32px;
  }
  .whyHVC .box p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767.98px) {
  .whyHVC {
    padding: 30px 0 50px;
  }
  .whyHVC header {
    margin-bottom: 30px;
  }
  .whyHVC header h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .whyHVC header p {
    font-size: 15px;
    line-height: 24px;
  }
  .whyHVC h3 {
    line-height: 36px;
    font-size: 25px;
    margin-bottom: 25px;
  }
  .whyHVC .box {
    padding: 30px 15px;
  }
  .whyHVC .box-content {
    padding: 0 40px;
  }
  .whyHVC .box h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .whyHVC .box h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .whyHVC .box p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .whyHVC header h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .whyHVC header p {
    font-size: 14px;
    line-height: 21px;
  }
  .whyHVC header p br {
    display: none;
  }
  .whyHVC h3 {
    line-height: 32px;
    font-size: 21px;
  }
  .whyHVC .box-content {
    padding: 0px;
  }
  .whyHVC .box h4 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .whyHVC .box h5 {
    font-size: 13px;
    line-height: 20px;
  }
  .whyHVC .box p {
    font-size: 14px;
    line-height: 20px;
  }
  .whyHVC .box .user {
    margin-bottom: 26px;
  }
  .whyHVC .box .user--01 {
    top: 21%;
  }
  .whyHVC .box .user--01 img {
    max-width: 55px;
  }
  .whyHVC .box .user--02 {
    top: 15px;
  }
  .whyHVC .box .user--02 img {
    max-width: 55px;
  }
  .whyHVC .box .user--03 img {
    max-width: 79px;
  }
}

.getintouch {
  padding: 80px 0 250px;
  background-image: url("../images/getin-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.getintouch_top {
  margin-bottom: 60px;
}
.getintouch_top h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 75px;
  color: #000000;
}
.getintouch_top p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #5a5a5a;
}
.getintouch .cnt header {
  margin-bottom: 30px;
}
.getintouch .cnt h3 {
  font-weight: 700;
  font-size: 70px;
  line-height: 105px;
  color: #000000;
  margin-bottom: 60px;
}
.getintouch .cnt p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #5a5a5a;
}
.getintouch .cnt a {
  width: 248.37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 87px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1199.98px) {
  .getintouch_top h2 {
    font-size: 40px;
    line-height: 41px;
  }
  .getintouch_top p {
    font-size: 20px;
    line-height: 29px;
  }
  .getintouch .cnt h3 {
    font-size: 50px;
    line-height: 77px;
  }
}
@media (max-width: 991.98px) {
  .getintouch {
    padding: 80px 0 188px;
  }
  .getintouch .cnt h3 {
    font-size: 44px;
    line-height: 62px;
    margin-bottom: 30px;
  }
  .getintouch .cnt p {
    font-size: 21px;
    line-height: 32px;
  }
  .getintouch .cnt a {
    width: 203.37px;
    height: 64px;
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .getintouch {
    padding: 30px 0 50px;
  }
  .getintouch_top {
    margin-bottom: 30px;
  }
  .getintouch_top h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .getintouch_top p {
    font-size: 15px;
    line-height: 24px;
  }
  .getintouch .cnt h3 {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 25px;
  }
  .getintouch .cnt p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .getintouch_top h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .getintouch_top p {
    font-size: 14px;
    line-height: 21px;
  }
  .getintouch_top p br {
    display: none;
  }
  .getintouch .cnt h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .getintouch .cnt p {
    font-size: 16px;
    line-height: 22px;
  }
  .getintouch .cnt a {
    width: 170px;
    height: 50px;
    font-size: 16px;
  }
}

.aboutContent {
  padding: 60px 0 120px;
  background-image: url("../images/abouttop-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.aboutContent .container {
  padding: 0 100px;
}
.aboutContent .box .heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #000000;
  max-width: 80%;
  margin: 0 auto 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.aboutContent .box p {
  font-weight: 500;
  font-size: 24px;
  color: #5a5a5a;
}
.aboutContent .box:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .aboutContent .container {
    padding: 0 80px;
  }
  .aboutContent .box .heading {
    font-size: 36px;
    line-height: 41px;
  }
  .aboutContent .box p {
    font-size: 20px;
  }
  .aboutContent .box:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .aboutContent {
    padding: 50px 0;
  }
  .aboutContent .container {
    padding: 0 12px;
  }
  .aboutContent .box .heading {
    font-size: 30px;
    line-height: 32px;
  }
  .aboutContent .box p {
    font-size: 16px;
  }
  .aboutContent .box:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .aboutContent {
    padding: 40px 0;
  }
  .aboutContent .box .heading {
    font-size: 24px;
    line-height: 27px;
  }
  .aboutContent .box p {
    font-size: 15px;
  }
}

.advisoryTeam {
  padding-bottom: 250px;
  background-image: url("../images/aboutbottom-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.advisoryTeam header {
  margin-bottom: 100px;
}
.advisoryTeam h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}
.advisoryTeam_cnt .box {
  max-width: 1060px;
  margin: 0 auto;
  background: #dffe80;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
  padding: 50px;
  display: flex;
}
.advisoryTeam_cnt .box:not(:last-child) {
  margin-bottom: 200px;
}
.advisoryTeam_cnt .box .user {
  flex: 0 0 auto;
  text-align: center;
  margin-right: 80px;
  padding-top: 50px;
}
.advisoryTeam_cnt .box .user .image {
  margin-bottom: 50px;
}
.advisoryTeam_cnt .box .user h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.advisoryTeam_cnt .box .desc p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #5a5a5a;
}
@media (max-width: 1199.98px) {
  .advisoryTeam {
    padding-bottom: 180px;
  }
  .advisoryTeam header {
    margin-bottom: 30px;
  }
  .advisoryTeam h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .advisoryTeam_cnt .box {
    padding: 30px;
  }
  .advisoryTeam_cnt .box:not(:last-child) {
    margin-bottom: 150px;
  }
  .advisoryTeam_cnt .box .user {
    margin-right: 70px;
    padding-top: 40px;
  }
  .advisoryTeam_cnt .box .user .image {
    margin-bottom: 40px;
  }
  .advisoryTeam_cnt .box .user h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .advisoryTeam_cnt .box .desc p {
    font-size: 18px;
    line-height: 29px;
  }
}
@media (max-width: 767.98px) {
  .advisoryTeam {
    padding-bottom: 60px;
  }
  .advisoryTeam h3 {
    font-size: 24px;
    line-height: 20px;
  }
  .advisoryTeam_cnt .box {
    padding: 20px;
    flex-direction: column;
  }
  .advisoryTeam_cnt .box:not(:last-child) {
    margin-bottom: 50px;
  }
  .advisoryTeam_cnt .box .user {
    margin-bottom: 20px;
    margin-right: 0px;
    padding-top: 0px;
  }
  .advisoryTeam_cnt .box .user .image {
    margin-bottom: 30px;
  }
  .advisoryTeam_cnt .box .user .image img {
    max-width: 80px;
  }
  .advisoryTeam_cnt .box .user h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .advisoryTeam_cnt .box .desc p {
    font-size: 15px;
    line-height: 20px;
  }
}

.servicePage {
  background-image: url("../images/service-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.serviceContent {
  padding: 60px 0;
}
.serviceContent .container {
  padding: 0 100px;
}
.serviceContent .box .heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #000000;
  margin-bottom: 35px;
}
.serviceContent .box p {
  font-weight: 500;
  font-size: 24px;
  color: #5a5a5a;
}
.serviceContent .box:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1399.98px) {
  .serviceContent .container {
    padding: 0 80px;
  }
  .serviceContent .box .heading {
    font-size: 36px;
    line-height: 41px;
  }
  .serviceContent .box p {
    font-size: 20px;
  }
  .serviceContent .box:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .serviceContent {
    padding: 50px 0;
  }
  .serviceContent .container {
    padding: 0 12px;
  }
  .serviceContent .box .heading {
    font-size: 30px;
    line-height: 32px;
  }
  .serviceContent .box p {
    font-size: 16px;
  }
  .serviceContent .box:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .serviceContent {
    padding: 40px 0;
  }
  .serviceContent .box .heading {
    font-size: 24px;
    line-height: 27px;
  }
  .serviceContent .box p {
    font-size: 15px;
  }
}

.serviceTechnology {
  padding-bottom: 100px;
}
.serviceTechnology header {
  margin-bottom: 60px;
}
.serviceTechnology h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #000000;
}
.serviceTechnology .row .col-lg-4 {
  margin-bottom: 50px;
}
.serviceTechnology .box-icon {
  width: 222px;
  height: 109px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceTechnology .box-icon img {
  max-height: 100%;
}
.serviceTechnology .box h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 22px;
}
.serviceTechnology .box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #2e2b2b;
}
@media (max-width: 1399.98px) {
  .serviceTechnology h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .serviceTechnology .box h4 {
    font-size: 22px;
    line-height: 25px;
  }
  .serviceTechnology .box p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .serviceTechnology {
    padding-bottom: 10px;
    text-align: center;
  }
  .serviceTechnology h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .serviceTechnology .box-icon {
    width: 200px;
    height: 67px;
    margin-left: auto;
    margin-right: auto;
  }
  .serviceTechnology .box h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .serviceTechnology .box p {
    font-size: 15px;
    line-height: 22px;
  }
}

.contactContent {
  padding: 100px 0;
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.contactContent .heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: #000000;
  margin-bottom: 50px;
}
.contactContent .box {
  margin-bottom: 100px;
}
.contactContent .box p {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #746c6c;
}
.contactContent .webMap {
  max-width: 1116px;
  position: relative;
  margin: auto;
}
.contactContent .webMap .mapicon {
  position: absolute;
}
.contactContent .webMap .map01 {
  top: 112px;
  left: 158px;
}
.contactContent .webMap .map02 {
  top: 226px;
  left: 272px;
}
.contactContent .webMap .map03 {
  top: 282px;
  left: 752px;
}
.contactContent .webMap .map04 {
  top: 305px;
  left: 734px;
}
@media (max-width: 1399.98px) {
  .contactContent {
    padding: 60px 0;
  }
  .contactContent .heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .contactContent .box {
    margin-bottom: 64px;
  }
  .contactContent .box p {
    font-size: 25px;
    line-height: 36px;
  }
}
@media (max-width: 991.98px) {
  .contactContent {
    padding: 50px 0;
  }
  .contactContent .heading {
    font-size: 30px;
    line-height: 30px;
  }
  .contactContent .box p {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .contactContent {
    padding: 40px 0;
  }
  .contactContent .heading {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contactContent .box p {
    font-size: 18px;
    line-height: 32px;
  }
  .contactContent .box p br {
    display: none;
  }
}

.tooltip {
  opacity: 1 !important;
}
.tooltip-arrow:before {
  border-right-color: #fff !important;
}
.tooltip-inner {
  background-color: #fff;
  padding: 15px;
  color: #000;
}
.tooltip-inner h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.tooltip-inner p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.contactAddress {
  background: #dffe80;
  padding: 70px 0 140px;
}
.contactAddress .box {
  background: rgba(0, 0, 0, 0.87);
  border-radius: 8px;
  height: 110px;
  padding: 12px;
}
.contactAddress .box h2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.contactAddress .box p {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .contactAddress .row .col-sm-6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .contactAddress {
    padding: 30px 0 100px;
  }
}

.contactForm {
  padding-bottom: 130px;
  margin-top: -70px;
}
.contactForm_content {
  background: #000000;
  border-radius: 56px;
  padding: 50px;
}
.contactForm .form-group {
  margin-bottom: 50px;
}
.contactForm .form-control {
  border: 0.3px solid #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.contactForm .form-control:not(textarea) {
  height: 67px;
}
.contactForm .rightside {
  padding-left: 50px;
}
.contactForm ul {
  position: relative;
}
.contactForm ul::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 53px;
  border-left: 1px solid #b7a4a4;
  width: 1px;
  height: 100%;
}
.contactForm ul li {
  display: flex;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 25px;
}
.contactForm ul li:last-child {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.contactForm ul li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px solid #b7a4a4;
  width: 130px;
}
.contactForm ul li .icon {
  flex: 0 0 auto;
  padding-right: 25px;
  position: relative;
}
.contactForm ul li .cnt {
  font-weight: 500;
  font-size: 20px;
  padding-left: 15px;
  line-height: 30px;
  color: #b7a4a4;
}
.contactForm ul li:first-child .icon {
  top: 4px;
}
@media (max-width: 1199.98px) {
  .contactForm .form-group {
    margin-bottom: 40px;
  }
  .contactForm .form-control {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 28px;
  }
  .contactForm .form-control:not(textarea) {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .contactForm_content {
    padding: 32px;
  }
  .contactForm .rightside {
    padding-left: 25px;
  }
  .contactForm ul li .cnt {
    font-size: 18px;
    line-height: 25px;
  }
  .contactForm .form-group {
    margin-bottom: 20px;
  }
  .contactForm .form-control {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 22px;
  }
  .contactForm .form-control:not(textarea) {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .contactForm {
    padding-bottom: 80px;
  }
  .contactForm_content {
    border-radius: 32px;
    padding: 32px 20px;
  }
  .contactForm .leftside {
    margin-bottom: 50px;
  }
  .contactForm ul li .cnt {
    font-size: 15px;
    line-height: 22px;
  }
}

/*# sourceMappingURL=custom.min.css.map */