/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.crossLine {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#sidebarCollapse {
  z-index: 5555;
}

.titleFontFamily {
  font-family: "Plus Jakarta Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #000;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 1600px) {
  p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
}
.buttons a {
  margin: 5px 5px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.myBtn {
  background: #D1960F;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  border-radius: 60px;
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myBtn svg {
  margin-left: 10px;
}
.myBtn:hover, .myBtn:focus {
  color: #fff;
}
@media (max-width: 1600px) {
  .myBtn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .myBtn {
    font-size: 14px;
  }
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.mainHeader {
  padding: 0;
}
.mainHeader header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .logo a {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  padding: 15px;
  border-radius: 0 0 30px 30px;
}
.mainHeader header .logo a::before {
  content: "";
  display: inline-block;
  background: url(../images/hbg1.png) no-repeat;
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 80px;
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.mainHeader header .logo a::after {
  content: "";
  display: inline-block;
  background: url(../images/hbg2.png) no-repeat;
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 80px;
  position: absolute;
  right: -45px;
  bottom: 0;
}
@media (max-width: 1600px) {
  .mainHeader header .logo a img {
    max-height: 100px;
  }
  .mainHeader header .logo a::before, .mainHeader header .logo a::after {
    height: 70px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .mainHeader header .logo a img {
    max-height: 80px;
  }
}
.mainHeader header .navbarLink {
  padding: 15px 0px;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 15px;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  padding: 30px 10px;
  display: inline-block;
}
@media (max-width: 1600px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 10px;
  }
}
@media (max-width: 1200px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 5px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 22px;
    line-height: 30px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #D1960F;
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li {
    border-bottom: 1px solid #FFDC8D;
    padding: 10px 20px;
    margin: 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #fff;
    overflow-x: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 50px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink .navbar-nav li {
    width: 100%;
    text-align: left;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navBlock {
    padding: 20px 0px;
  }
}

.home-banner {
  position: relative;
}
.home-banner .banner {
  display: block !important;
}
.home-banner .banner-image img {
  width: 100%;
}
.home-banner .banner-box {
  display: block !important;
}
.home-banner .banner-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}
.home-banner .banner-text p {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}
.home-banner .banner-text .bTitle {
  font-size: 90px;
  line-height: 100px;
  color: #fff;
}
@media (max-width: 1600px) {
  .home-banner .banner-text .bTitle {
    font-size: 72px;
    line-height: 80px;
  }
  .home-banner .banner-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1200px) {
  .home-banner .banner-text .bTitle {
    font-size: 60px;
    line-height: 60px;
  }
  .home-banner .banner-text p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .home-banner .banner-image img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner .banner-text {
    border: 0;
    padding: 0;
  }
  .home-banner .banner-text .bTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .home-banner .banner-text p {
    font-size: 18px;
    line-height: 28px;
  }
}

.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .inner-block {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  padding: 30px 0px;
}
.inner-banner .inner-block .inner-title {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}
@media (max-width: 1600px) {
  .inner-banner .inner-block {
    padding: 20px 0px;
  }
  .inner-banner .inner-block .inner-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  .inner-banner .inner-block .inner-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .inner-banner .inner-block .inner-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .inner-banner .inner-block .inner-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .inner-banner img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.section {
  padding: 100px 0;
}
.section.pt0 {
  padding-top: 0px;
}
@media (max-width: 1600px) {
  .section {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0px;
  }
}

.titleFont {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: #232323;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
}
.titleFont span {
  color: #D1960F;
}
.titleFont.gray {
  color: #666;
}
@media (max-width: 1600px) {
  .titleFont {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .titleFont {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.yellow-bg {
  background: #FFF5DD;
}
.yellow-bg .titleFont {
  color: #232323;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.why-hvGlobal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why-hvGlobal li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.6% - 30px);
          flex: 0 0 calc(16.6% - 30px);
  max-width: 100%;
  list-style: none;
  border: 1px solid #D1960F;
  border-radius: 131px;
  padding: 30px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #666666;
  margin-bottom: 0;
}
.why-hvGlobal li img {
  margin-bottom: 30px;
}
.why-hvGlobal li span {
  display: block;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  color: #232323;
}
@media (max-width: 1600px) {
  .why-hvGlobal li {
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .why-hvGlobal li span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .why-hvGlobal li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
  }
}
@media (max-width: 991px) {
  .why-hvGlobal li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 30px);
            flex: 0 0 calc(33.3% - 30px);
  }
}
@media (max-width: 767px) {
  .why-hvGlobal li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    border-radius: 50px;
  }
  .why-hvGlobal li img {
    max-width: 120px;
  }
  .why-hvGlobal li span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .why-hvGlobal li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .why-hvGlobal {
    gap: 15px;
  }
}

.services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
}
.services-grid .service-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  list-style: none;
  border-bottom: 2px #FFDC8D solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services-grid .service-card .service-image {
  border-radius: 40px;
  overflow: hidden;
}
.services-grid .service-card .service-image img {
  width: 100%;
}
.services-grid .service-card .service-content {
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-grid .service-card .service-content h3 {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #232323;
  margin-bottom: 0px;
}
.services-grid .service-card .service-arrow {
  margin-left: 30px;
  padding-right: 20px;
}
.services-grid .service-card .service-arrow:hover svg path {
  stroke: #D1960F;
  fill: #D1960F;
}
@media (max-width: 1600px) {
  .services-grid .service-card .service-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .services-grid .service-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .services-grid .service-card .service-content {
    padding: 20px 0px;
  }
  .services-grid .service-card .service-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services-grid .service-card .service-arrow svg {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .services-grid .service-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  .services-grid {
    overflow-x: auto;
  }
}

.industries-section .industry-img {
  border-radius: 80px;
  overflow: hidden;
}
.industries-section .industry-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .industries-section .industry-img {
    margin-top: 30px;
  }
}
.industries-section .industry-content {
  padding-left: 30px;
}
.industries-section .industry-content .industry-item {
  padding: 40px 0px;
  border-bottom: 2px #FFDC8D solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.industries-section .industry-content .industry-item.first {
  padding-top: 0px;
}
.industries-section .industry-content .industry-item h3 {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #232323;
  margin-bottom: 20px;
}
.industries-section .industry-content .industry-item p {
  color: #666666;
  margin-bottom: 0px;
}
.industries-section .industry-content .industry-item.last {
  border-bottom: 0px !important;
}
@media (max-width: 1600px) {
  .industries-section .industry-content .industry-item {
    padding: 30px 0px;
  }
  .industries-section .industry-content .industry-item h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .industries-section .industry-content {
    padding-left: 0px;
  }
  .industries-section .industry-content .industry-item {
    padding: 20px 0px;
  }
  .industries-section .industry-content .industry-item h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .industries-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer {
  background: #9D6D00;
  color: #fff;
}
.footer .footer-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .contact a {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
}
.footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
}
.footer .social-links a {
  display: inline-block;
}
.footer .links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}
.footer .links ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 100%;
}
.footer .links ul li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  padding: 5px 0px;
  margin-top: 40px;
  display: inline-block;
}
.footer .links ul li.active a {
  text-decoration: underline;
}
.footer .copyright {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  padding: 20px 0px;
}
.footer .copyright p {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin: 0px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer .copyright p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .footer .copyright p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1600px) {
  .footer .contact {
    gap: 40px;
  }
  .footer .contact a {
    font-size: 30px;
    line-height: 40px;
  }
  .footer .footer-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .footer .links ul {
    margin-top: -20px;
  }
  .footer .links ul li a {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .footer .contact {
    gap: 15px;
    margin-bottom: 15px;
  }
  .footer .contact a {
    font-size: 20px;
    line-height: 26px;
  }
  .footer .social-links {
    gap: 20px;
  }
  .footer .social-links img {
    max-height: 35px;
  }
  .footer .footer-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .footer .links {
    margin-bottom: 15px;
  }
  .footer .links ul {
    margin-top: -10px;
  }
  .footer .links ul li a {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .footer .links ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vision-mission-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vision-mission-section hr {
  background: #F4BF49;
  height: 2px;
  opacity: 30%;
  padding: 0;
  margin: 60px 0;
}
.vision-mission-section .vtitle {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 140px;
  line-height: 140px;
  text-transform: uppercase;
  color: #D1960F;
}
@media (max-width: 1600px) {
  .vision-mission-section .vtitle {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 1200px) {
  .vision-mission-section .vtitle {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .vision-mission-section .vtitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .vision-mission-section .vtitle {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .vision-mission-section hr {
    margin: 30px 0px;
  }
}

.yellow-box {
  background: #D1960F;
  padding: 70px 30px;
  border-radius: 40px;
}
.yellow-box h3 {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 40px;
}
.yellow-box p {
  color: #fff;
}
.yellow-box p:last-child {
  margin-bottom: 0px;
}
.yellow-box.mgm {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .yellow-box {
    padding: 50px 30px;
  }
  .yellow-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .yellow-box {
    margin-bottom: 30px;
  }
}

.sourceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  list-style: none;
}
.sourceList li:nth-child(even) {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .sourceList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sourceList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
  .sourceList li:nth-child(even) {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .sourceList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .sourceList li:nth-child(even) {
    padding-top: 0px;
  }
}

.image-box {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.image-box img {
  width: 100%;
}
.image-box span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  padding: 20px;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.image-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180.18deg, rgba(0, 0, 0, 0) 77.22%, #232323 99.85%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .image-box span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .image-box {
    margin-bottom: 30px;
  }
  .image-box span {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .image-box span {
    font-size: 16px;
    line-height: 22px;
  }
}

.spacer {
  height: 30px;
  display: block;
}
@media (max-width: 991px) {
  .spacer {
    height: 0;
  }
}

.industries-we-serve {
  max-width: 1920px;
  margin: 0 auto;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.story-card {
  position: relative;
  background: #FFF5DD;
  border-radius: 12px;
  padding: 70px;
  border-radius: 30px;
  overflow: hidden;
  border: 0px;
  height: 100%;
}
.story-card .number {
  position: absolute;
  top: -10%;
  right: -20px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 250px;
  line-height: 250px;
  letter-spacing: 0%;
  text-align: right;
  color: #232323;
  opacity: 3%;
}
.story-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  color: #232323;
}
@media (max-width: 1200px) {
  .story-card {
    height: auto;
    padding: 40px;
  }
  .story-card h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .story-card .number {
    font-size: 150px;
    line-height: 150px;
    top: -5%;
    right: -10px;
  }
}
@media (max-width: 991px) {
  .story-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .story-card {
    padding: 30px;
  }
  .story-card h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.why-choose-section .timeline-wrapper {
  position: relative;
}
.why-choose-section .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.why-choose-section .timeline-item.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.why-choose-section .timeline-item.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.why-choose-section .content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 20px;
}
.why-choose-section .content-box h5 {
  color: #9D6D00;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 30px;
}
.why-choose-section .hexagon {
  position: relative;
  margin: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.why-choose-section .hexagon img {
  max-width: 200px;
}
.why-choose-section .hexagon svg {
  width: 100%;
  height: 100%;
}
.why-choose-section .center-line {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #eee;
  z-index: -1;
}
.why-choose-section {
  /* Mobile */
}
@media (max-width: 1199px) {
  .why-choose-section .hexagon img {
    max-width: 150px;
  }
  .why-choose-section .content-box h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .center-line {
    display: none;
  }
  .why-choose-section .timeline-item,
  .why-choose-section .timeline-item.left,
  .why-choose-section .timeline-item.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 10px;
  }
  .why-choose-section .content-box {
    padding: 0;
  }
  .why-choose-section .content-box h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .why-choose-section .hexagon {
    margin: 15px 0;
  }
}

.sub-title {
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #232323;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .sub-title {
    font-size: 22px;
    line-height: 32px;
  }
}

.contact-page {
  overflow: hidden;
}
.contact-page .left-panel {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-page .left-panel .contact-info li {
  list-style: none;
  margin-bottom: 50px;
  font-family: Josefin Sans;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #232323;
}
.contact-page .left-panel .contact-info li span {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #979797;
  display: block;
  margin-bottom: 20px;
}
.contact-page .left-panel .contact-info li p, .contact-page .left-panel .contact-info li a {
  font-family: Josefin Sans;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #232323;
  max-width: 500px;
  margin: 0px;
}
.contact-page .left-panel .contact-info li.social-links {
  margin: 0px;
}
.contact-page .left-panel .contact-info li.social-links li {
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 1600px) {
  .contact-page .left-panel .contact-info li {
    margin-bottom: 30px;
  }
  .contact-page .left-panel .contact-info li span {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .contact-page .left-panel .contact-info li p, .contact-page .left-panel .contact-info li a {
    font-size: 24px;
    line-height: 32px;
  }
}
.contact-page .right-panel {
  background: #D1960F;
  color: #fff;
  position: relative;
  padding-left: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-page .right-panel::after {
  content: "";
  background: #D1960F;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  bottom: 0;
}
.contact-page .right-panel .titleFont {
  color: #fff;
}
.contact-page .right-panel .form-group {
  margin-bottom: 30px;
}
.contact-page .right-panel .form-control {
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  min-height: 50px;
}
.contact-page .right-panel .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .right-panel .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .right-panel .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .right-panel .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .right-panel .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .right-panel .form-control:focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1600px) {
  .contact-page .right-panel {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .contact-page .right-panel {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-page .right-panel::after {
    display: none;
  }
}
.contact-page .myBtn {
  background: #fff;
  color: #D1960F;
  border: 0px;
  padding: 15px 50px;
}

.map img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */