@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
.f-light {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.f-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.f-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.f-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.f-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
body a:hover {
  text-decoration: none;
  color: #fff;
}
body li {
  list-style: none;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.black19 {color: #191919;}
.black69 {color: #696969;}
.darkgrey {color: #323232;}
.darkblue {color: #05050F;}
.accentblue {color: #333399;}
.accentred {color: #CC3333;}
.bg-grey {background: #D6D6EBB2;}
.bg-lightgrey {background: #F0F0F080;}
.bg-accentblue {background: #333399;}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0px;;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  /*background: #fff;*/
  /*box-shadow: 0px 2px 10px #00000059;*/
}
.heads-up {
  transform: translateY(-6rem);
  transform: translate3d(0,-6rem,0);
}
header .container-fluid {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 7.292vw;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
header .navbar-expand-md .navbar-nav .nav-link.active {color: #CC3333; font-weight: 700;}
.navbar-brand img {width: 5.252vw;}
.navbar-expand-md {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 1.042vw;
  line-height: 1.27vw;
  color: #323232;
  text-align: center;
  position: relative;
  font-weight: 500;
  margin: 0px;
  position: relative;
  padding: 1.25vw;
  min-width: 8.333vw;
  transition: all 0.3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-link.active:before {
  background: #cc3333;
  height: 4px;
  width: 1.354vw;
  position: absolute;
  content: "";
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:hover, .navbar-expand-md .navbar-nav .nav-link:hover {color: #fff; background: #cc3333;}
#requestbtn, .requestbtn {
  color: #FCFCFC;
  padding: 0.833vw 1.25vw;
  background: #CC3333;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-family: 'Inter';
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
#requestbtn:hover, .requestbtn:hover {background: #B82E2E;}
footer {border-top: 1px solid #CACACA;}
footer .main-footer, footer .btm-strip {width: 100%; padding: 0 7.292vw;}
.main-footer .container-fluid {
  padding: 1.667vw 3.583vw 2.083vw;
  display: flex;
  column-gap: 5.573vw;
  justify-content: space-between;
}
footer .img-box {width: 8.822vw; display: block;}
footer .main-footer .container-fluid {border-bottom: 1px solid #CACACA;}
.main-footer .footer-wrapp {display: flex; justify-content: space-between; width: calc(100% - 14.395vw);}
.footer-logo {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0px 0px 93px #00000029;
  border-radius: 6px;
  margin-top: -26%;
}
.contact-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.contact-box .box {display: flex; margin-bottom: 0.833vw;}
.contact-box i {
  font-size: 40px;
  color: #ECAE29;
  display: flex;
}
.footer-top .box {padding: 0px 10px;}
.footer-top .box a {font-size: 18px; color: #fff;}
.contact-box h3 {
  font-size: 1.042vw;
  color: #191919;
  margin-bottom: 0;
  line-height: 1.26vw;
}
.sky {
  color: #ffffff;
}
footer span.span1 {
  color: #ECAE29;
}
.Contact-wrapper a img {
  margin-right: 10px;
}
.Contact-wrapper a {
  display: flex;
  align-items: center;
  color: #90A0AA;
}
footer a,
footer p {
  color: #a8a4a4;
  font-size: 0.833vw;
}
footer p {
  margin-bottom: 0;
}
.footer-contact a {
  padding-bottom: 0px !important;
}
.footer-contact span {
  padding-right: 5px;
  color: #5EC434;
}
footer .btm-strip {padding: 2.135vw 7.292vw 1.719vw;}
.btm-strip p {font-size: 0.938vw;}
.common-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.385vw;
  background: #333399;
  padding: 0.833vw 1.25vw;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: 1.458vw;
  color: #FCFCFC;
  text-transform: capitalize;
  border: 1.5px solid #333399;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.common-btn svg {width: 1.25vw; height: 1.25vw; aspect-ratio: 1 / 1; margin-left: 4px;}
.common-btn svg path {transition: all 0.3s ease-in-out;}
.common-btn:hover {background: #CC3333; border-color: #CC3333;}
.btn-outline-blue {background: transparent; border: 1.5px solid #ADADD6; color: #333399;}
.btn-outline-white {background: transparent; border: 1.5px solid #ADADD6; color: #FCFCFC;}
.btn-outline-blue:hover, .btn-outline-white:hover {background: #FAEBEB; border: 1.5px solid #EBADAD;}
.btn-outline-blue:hover {color: #CC3333;}
.btn-outline-white:hover {background: #F5D6D60D; color: #EBADAD;}
.btn-outline-white:hover svg path {fill: #EBADAD;}
.btn-red {background: #CC3333; border-color: #CC3333;}
.btn-red:hover {background: #B82E2E; border-color: #B82E2E;}

.contact-box img {width: 1.25vw; margin-right: 4px;}
.contact-box a {font-size: 0.938vw; line-height: 1.134vw; text-decoration: underline;}
.contact-box a:hover, .single-addrs a:hover {transition: all 0.5s ease-in-out; color: #CC3333;}
#backtotop {
  position: absolute;
  right: 8.333vw;
  bottom: 0;
  width: 4.167vw;
  height: 4.167vw;
  background: #333399;
  display: flex;
  justify-content: center;
  align-items: center;
}
#backtotop:hover {background: #CC3333;}
#backtotop img {width: 1.667vw; height: 1.667vw;}
#float-btn {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 2.083vw;
}
#float-btn a, #header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.167vw;
  width: 4.167vw;
  aspect-ratio: 1 / 1;
  background: #fff;
}
#float-btn a img, #header-btn a img {width: 1.667vw; height: 1.667vw; aspect-ratio: 1 / 1;}


.heading {
  font-family: 'Montserrat';
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 3.047vw;
  color: #191919;
}
.subheading {
  position: relative;
  font-size: 0.938vw;
  font-weight: 500;
  line-height: 1.134vw;
  color: #696969;
  text-transform: uppercase;
}
.section-title {padding-left: 22px; border-left: 4px solid #CC3333;}

/*Homepage*/
.main-wrapper:before {
  content: '';
  width: 2px;
  height: 100%;
  background-image: url(../images/left-line.svg);
  background-size: cover;
  position: absolute;
  left: 13.438vw;
  top: 0;
}
.mid-line, .blue-mid-line {position: relative;}
.mid-line:before, .blue-mid-line:before {
  content: '';
  width: 2px;
  height: 100%;
  background-image: url(../images/left-line.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.blue-mid-line:before {background-image: url(../images/left-line-blue.svg); width: 3px;}
.service-details.blue-mid-line:before {background-size: auto;}
.sectionf, .vh100 {height: 100vh;}
h1.heading {font-size: 2.083vw; line-height: 2.54vw;}
#banner .left-sec {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner .section-title:after {
  content: 'Logistics';
  position: absolute;
  left: -4.844vw;
  top: -4.74vw;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 7.813vw;
  line-height: 9.523vw;
  color: #F0F0F0CC;
  z-index: -1;
}
#banner .btn-box {margin-top: 2.005vw;}
#banner #scrollbown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 4.167vw;
  height: 4.167vw;
  aspect-ratio: 1 / 1;
  background: #fff;
  display: block;
}
#scrollbown:before {
  content: '';
  position: absolute;
  height: 2.5vw;
  width: 2px;
  background: #000;
  left: 50%;
  top: 0.833vw;
  transform: translateX(-50%);
}
#scrollbown:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 1.458vw;
  background: #000;
  left: 50%;
  top: 0.833vw;
  transform: translateX(-50%);
  animation: updown infinite 3s;
}
@keyframes updown {
  0% {top: 0.833vw;}
  30% {top: 3.333vw;}
  50% {top: 3.333vw;}
  70% {top: 0.833vw;}
  100% {top: 0.833vw;}
}
#services .nav-box {margin: 5.469vw 0 8.333vw 26px;}
#services .nav-box li {margin-bottom: 2.083vw; width: 21.615vw;}
#services .nav-box li:last-child {margin-bottom: 2.083vw;}
#services .nav-box .nav-link {
  font-size: 1.146vw;
  font-weight: 400;
  line-height: 1.387vw;
  background: transparent;
  color: #323232;
  border: none;
  border-bottom: 1px solid transparent;
  margin: 0;
  padding: 0 0 0.547vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#services .nav-box .nav-link img {opacity: 0; width: 1.667vw; height: 1.667vw; aspect-ratio: 1 / 1;}
#services .nav-box .nav-link:hover {color: #CC3333; border-color: #CC3333;}
#services .nav-box .nav-link.active {font-weight: 600; color: #CC3333; border-bottom: 3px solid #CC3333;}
#services .nav-box .nav-link:hover img, #services .nav-box .nav-link.active img {opacity: 1;}
#services .service-wrapper {width: 50%;}
.tab-content>.tab-pane {background: transparent; border: 0; height: inherit;}
.accordion-header {display: none;}
#services .accordion-collapse {height: inherit;}
#services .accordion-body, #services .left-sec {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 8.95vw;
}
#services .accordion-body {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: inherit;
  padding-bottom: 8.95vw;
}
#services .accordion-body .img-box {margin: 0 auto 3.333vw; width: 37.5vw; overflow: hidden;}
.accordion-body .img-box iframe {height: 17.292vw;}
#services .accordion-body h4 {
  font-family: 'Montserrat';
  font-size: 1.458vw;
  line-height: 1.778vw;
  margin-bottom: 1.7vw;
  position: relative;
}
#services .accordion-body h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1vw;
  width: 2.604vw;
  border: 2px solid #D65C5C;
  border-radius: 4px; 
  transform: translateX(-50%);
}
#services .accordion-body p {color: #FCFCFC; font-size: 1.146vw; line-height: 1.771vw;}
#services .accordion-body h4, #services .accordion-body p {width: 33vw; margin-left: auto; margin-right: auto;}
#services .accordion-body a {margin: 3.333vw auto 0;}
#clients {padding: 5.052vw 14.583vw;}
#clients .client-slider {margin-top: 1.667vw;}
.owl-prev, .owl-next {margin: 0 !important; padding: 0 !important; background: transparent !important;}
.owl-theme .owl-nav {margin-top: 1.667vw !important; display: flex; column-gap: 12px; justify-content: center;}
.owl-theme .owl-nav img {width: 2.917vw;}
#clients .client-slider img {filter: grayscale(1); transition: all 0.5s ease;}
#clients .client-slider img:hover {filter: grayscale(0);}
.section-title .subheading {margin-bottom: 8px;}
.section-fifty {display: flex;}
.left-sec {padding-top: 10vw; padding-left: 13.542vw; width: 50%;}
.left-sec p {
  width: 27.76vw;
  margin-top: 2.5vw;
  margin-bottom: 2.344vw;
  font-size: 1.146vw;
  line-height: 1.771vw;
  padding-left: 26px;
  color: #191919;
}
.left-sec a {margin-left: 26px;}
.big-img, #why .usp-wrapp, .message-img {width: 50%;}
.message-img {overflow: hidden;}
.big-img img {object-fit: cover; height: 100%; width: 100%;}
#testimonials .left-sec {padding-top: 5.469vw;}
#testimonials .testimonial-sec {padding: 4.219vw 7.618vw 2.747vw 7.618vw; width: 50%;}
#testimonials .testimonial-sec .quote-ico {width: 2.119vw; margin-bottom: 10px;}
#testimonials .testimonial-sec p {font-size: 1.25vw; line-height: 1.513vw; margin-bottom: 1.25vw; color: #191919;}
#testimonials .testimonail-wrapp img {width: 3.542vw; margin-right: 1.25vw;}
#testimonials .testimonail-wrapp h4 {font-size: 1.458vw; line-height: 1.778vw; font-family: 'Montserrat'; margin-bottom: 8px; color: #05050F;}
#testimonials .testimonail-wrapp p {font-size: 0.938vw; line-height: 1.143vw; font-family: 'Montserrat'; margin-bottom: 0; color: #696969;}
#testimonials .owl-theme .owl-nav {justify-content: flex-end;}
#testimonials .owl-theme .owl-nav img {filter: grayscale(0);}
#why .usp-wrapp {padding: 7.313vw 4.531vw; display: flex; flex-wrap: wrap;}
.single-usp {
  width: 50%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.single-usp:nth-child(1) {border-right: 1px solid #5C5CAD; border-bottom: 1px solid #5C5CAD;}
.single-usp:nth-child(2) {border-bottom: 1px solid #5C5CAD;}
.single-usp:nth-child(3) {border-right: 1px solid #5C5CAD;}
.single-usp img {width: auto; height: 5.208vw;}
.single-usp p {
  margin-top: 1.094vw;
  font-family: 'Montserrat';
  font-size: 1.146vw;
  font-weight: 600;
  line-height: 1.397vw;
}
/*.message-img img {width: 37.468vw; margin-left: 6.667vw;}*/
.message-img img {width: 37vw; margin-left: 4vw;}
/*.message-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}*/
.message-div {margin: 2.969vw 0 0 26px; width: 27.813vw;}
.form-control {
  background: #FCFCFC;
  border: 1px solid #CACACA;
  border-radius: 4px;
  font-size: 0.938vw;
  line-height: 1.458vw;
  font-weight: 400;
  color: #656565;
  padding: 0.417vw 0.833vw;
}
.form-group {position: relative; margin-bottom: 1.25vw;}
.form-group.select:before {
  content: '';
  height: 1.276vw;
  width: 1.276vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0.833vw;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/form_arrow.svg');
}
.form-group.select.active:before {transform: translateY(-50%) rotate(180deg);}
.form-control:hover, .form-group.select:hover {background: #D6D6EB4D; border-color: #5C5CAD;}
.form-control.error {border: 2px solid #B3261E;}
.message-div button {margin-top: 1.667vw;}
.errors, .left-sec p.errors {
  display: none;
  font-size: 0.625vw !important;
  color: #B3261E !important;
  margin-top: 4px !important;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 15px;
}





/*CTA margin-bottom: 112px;*/

#cta {padding: 2.083vw 0;}
#cta p {margin: 0 4.271vw 0 0; font-size: 1.458vw; line-height: 1.765vw;}


/*.navbar-nav .dropdown-menu{
  display: none;
  top: 50px;
  padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    border: 1px solid #fff;
}
.dropdown-item{
  line-height: 24px;
}
.dropdown-item:hover{
  background: #342A64;
  color: #fff;
}
.dropdown:hover .dropdown-menu{
  display: block;
}*/
.tab-content li b {
  font-weight: 600;
}


/*services page*/
#sidebar {padding-top: 16.224vw; padding-left: 7.292vw; width: 25.521%;}
#sidebar a img {width: 2.083vw; height: 2.083vw; aspect-ratio: 1 / 1; margin-right: 8px;}
#sidebar a {
  font-family: 'Montserrat';
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 1.27vw;
  color: #333399;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service-list {width: 30.573%; padding-top: 12.396vw; padding-left: 3.333vw;}
#services.service-list .nav-box {margin: 0; margin-bottom: 100px;}
#services.service-list .nav-box .nav-item {margin-bottom: 1.25vw;}
#services.service-list .nav-box .nav-link {color: #fff;}
#services.service-list .nav-box .nav-link:hover {color: #EBADAD; border-color: #EBADAD;}
#services.service-list .nav-box .nav-link.active {color: #EBADAD; border-bottom: 3px solid #EBADAD;}

.service-details {
  width: 43.906%;
  /*padding-top: 12.396vw;*/
  padding-top: 5.208vw;
  padding-left: 2.813vw;
  padding-right: 3.646vw;
}
.service-details .accordion-body {padding-bottom: 5.208vw !important;}
.service-details .accordion-body .img-box {
  /*min-height: 17.292vw;*/
  width: 37.5vw;
  margin: 0 auto 1.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-details .accordion-body .img-box video, #services .accordion-body .img-box video {transform: scale(1.02);}
.service-details .accordion-body h4, .service-details .accordion-body p,
.service-details .accordion-body ul, .service-details .accordion-body h3 { margin: 0 auto; color: #FCFCFC;}
.service-details .accordion-body h4 {
  font-family: 'Montserrat';
  font-size: 1.458vw;
  line-height: 1.778vw;
  margin-bottom: 1.7vw;
  position: relative;
}
.service-details .accordion-body p, .service-details .accordion-body ul, .service-details .accordion-body h3 {
  font-size: 0.938vw;
  line-height: 1.563vw;
  width: 27.5vw;
  margin-bottom: 0;
  text-align: left;
}
.service-details .accordion-body p, .service-details .accordion-body ul {margin-bottom: 1.25vw;}
.service-details .accordion-body li {list-style: disc;}
.service-details .accordion-body h3 {font-size: 0.938vw; line-height: 1.563vw; font-weight: 600; color: #EBADAD;}
.service-details .accordion-body a {font-weight: 600; text-decoration: underline; color: #fff;}
.service-details .accordion-body h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1vw;
  width: 4.441vw;
  border: 2px solid #EBADAD;
  border-radius: 4px;
  transform: translateX(-50%);
}

/*contact page*/
.contact-wrapper {padding-left: 2.083vw; width: 74.479%;}
.map-wrapper {width: 26.198vw; height: 38.021vw;}
.map-form {margin-top: 7.344vw; align-items: flex-end;}
.form-wrapper {padding-left: 2.5vw;}
.map-form .message-div {margin-left: 0; margin-top: 1.771vw;}
.map-form .message-div button {margin-top: 1.771vw;}
.address-wrapp {margin: 3.366vw 0 3.958vw; width: 56.25vw; justify-content: space-between;}
.single-addrs {display: flex;}
.single-addrs .cont-icon {margin-right: 0.833vw;}
.single-addrs .cont-icon img {height: 2.813vw; max-width: unset;}
.single-addrs h3 {font-size: 0.938vw; line-height: 1.134vw; color: #191919; margin-bottom: 0.417vw; text-transform: capitalize;}
.single-addrs p, .single-addrs a {font-size: 0.729vw; line-height: 1.042vw; margin-bottom: 0;}
.single-addrs p {color: #4B4B4B;}
.single-addrs a {color: #333399; text-decoration: underline; display: block;}

/*about page*/
#sidebar #sticky-sidebar, #sticky-tabs {position: fixed; top: 16.224vw;}
#about-page.main-wrapper:before, #request.main-wrapper:before, #contact.main-wrapper:before, #gallery.main-wrapper:before,
#services-page.main-wrapper:before {display: none;}
#about-page #sidebar ul {margin-top: 2.5vw; padding-left: 2.5vw;}
#about-page #sidebar li a {
  font-weight: 400;
  font-family: 'Inter';
  font-size: 0.833vw;
  line-height: 1.563vw;
  display: block;
  margin-bottom: 0.417vw;
  color: #CACACA;
}
#about-page #sidebar li a.active {font-weight: 500; color: #323232;}
#about-page #about-psw .about-overview {display: flex; align-items: flex-end; column-gap: 3.333vw;}
#about-page #about-psw img {width: 27.76vw;}
#about-page .about-overview-content {
  display: flex;
  flex-direction: column;
  row-gap: 2vw;
  margin-right: 6.9vw;
}
#about-page .about-overview-content p, #about-page .counter p {
  font-family: 'Inter';
  font-size: 0.938vw;
  font-weight: 400;
  line-height: 1.563vw;
  padding: 0 3.646vw;
  margin-bottom: 0;
}
.counter {
  padding-left: 3.646vw;
  margin-top: 2.083vw;
  margin-right: 7.396vw;
  display: flex;
  justify-content: space-between;
  column-gap: 2.917vw;
}
.counter .single-count {width: -webkit-fill-available;}
#about-page .counter span {
  font-family: 'Inter';
  font-size: 3.333vw;
  font-weight: 300;
  line-height: 3.333vw;
  border-bottom: 1.5px solid #4B4B4B;
  display: block;
  padding-bottom: 0.417vw;
  margin-bottom: 0.417vw;
}
#about-page .counter p {padding: 0;}
#about-page .about-wrapper {width: calc(100% - 25.521%);}
#about-page .section {padding-top: 7.292vw;}
.vm-wrapp {margin-bottom: 8.333vw;}
.vm-wrapp:nth-child(2) {margin-bottom: 8.333vw;}
#about-page .section-title {padding: 0.521vw 0 0.521vw 3.333vw; border-left: 4px solid #CC3333; margin-left: 2px; margin-bottom: 1.667vw;}
#about-page .section-title h4 {
  line-height: 1.778vw;
  font-size: 1.458vw;
  font-family: 'Montserrat';
  margin: 0;
}
.vm-wrapp p, #about-page p.f-regular {
  padding-left: 3.646vw;
  padding-right: 9.385vw;
  font-family: 'Inter';
  font-size: 1.146vw;
  line-height: 1.771vw;
}
#about-page #why-psw .section-title h4, #about-page #why-psw p.f-regular {color: #fcfcfc;}
#about-page p.f-regular {padding-right: 10.385vw;}
#about-page .usp-wrapp {margin-top: 5vw; display: flex;}
#about-page .single-usp {
  width: auto;
  height: auto;
  padding: 0px 3.5vw;
  text-align: center;
  border-bottom: none !important;
  border-right: 1px solid #5C5CAD;
}
#about-page .single-usp:last-child {border-right: none !important;}
#about-page .single-usp p {
  font-size: 0.938vw;
  line-height: 1.143vw;
  margin-top: 1.667vw;
  margin-bottom: 0;
}
.core-values-wrapp {
  display: flex;
  flex-wrap: wrap;
  padding: 3.333vw 5.208vw 3.333vw 3.333vw;
  gap: 3.333vw 2.083vw;
}
.core-values-wrapp .single-values {flex: 1 1 calc((100% - 4.166vw) / 3); min-width: 0;}
.core-values-wrapp .single-values span {
  font-family: 'Inter';
  font-size: 3.333vw;
  font-weight: 300;
  line-height: 2.396vw;
  color: #CACACA;
  margin-bottom: 0.833vw;
  display: block;
}
.core-values-wrapp .single-values h5 {
  font-family: 'Inter';
  font-size: 1.146vw;
  font-weight: 600;
  line-height: 1.387vw;
  color: #191919;
  margin-bottom: 0.417vw;
}
.core-values-wrapp .single-values p {
  font-family: 'Inter';
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 1.354vw;
  color: #4B4B4B;
  margin-bottom: 0;
}

.req-form-wrapper {padding-left: 2px; padding-top: 6.667vw; padding-right: 0; width: 74.479%;}
.req-form-wrapper .section-title {padding-left: 1.875vw;}
.req-form-wrapper .section-title h4 {font-size: 1.458vw; line-height: 1.778vw; padding: 0.521vw 0;}

#request-content {padding-left: 2.083vw;}
#request-content p {font-size: 1.146vw; line-height: 1.771vw; margin-bottom: 0.521vw;}
#request-content .req-top-btns {display: flex; align-items: center;}
#request-content .req-top-btns p {font-size: 0.938vw; line-height: 1.771vw; margin-bottom: 0; margin-right: 2.083vw;}
#request-content .req-top-btns a {
  display: flex;
  align-items: center;
  padding: 0.625vw 1.25vw;
  border: 2px solid #ADADD6;
  border-radius: 4px;
  color: #333399;
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-weight: 600;
  font-family: 'Inter';
  margin-right: 0.833vw;
}
#request-content .req-top-btns a:nth-child(3) {margin-right: 0;}
#request-content .req-top-btns a img {margin-right: 4px; width: 1.25vw;}
.req-form-wrapp {margin: 3.75vw 0 0 3.177vw; width: 56.875vw;}
.req-form-wrapp ul li {position: relative; min-width: 9.635vw;}
.req-form-wrapp ul li:before {
  content: '';
  position: absolute;
  top: 22%;
  transform: translate(-36%, -50%);
  right: 0%;
  height: 2.5px;
  background: #CACACA;
  width: 200%;
}
.req-form-wrapp ul li:nth-child(1):before {display: none;}
.req-form-wrapp ul li.active:before {background: #333399;}
.req-form-wrapp ul a {display: flex; flex-direction: column; align-items: center; padding: 0; background: none !important;}
.req-form-wrapp ul li a span {
  font-family: 'Montserrat';
  font-size: 1.146vw;
  line-height: 1.397vw;
  font-weight: 600;
  color: #fff;
  border: 2px solid #B0B0B0;
  background: #B0B0B0;
  border-radius: 50%;
  height: 2.083vw;
  width: 2.083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.833vw;
  position: relative;
}
.req-form-wrapp ul li a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/done.svg);
  background-size: 100%;
  height: 11px;
  width: 16px;
  display: none;
  z-index: 3;
}
.req-form-wrapp ul li.done:before {background: #333399;}
.req-form-wrapp ul li.done a span {color: #333399; border: 2px solid #333399; background: #333399;}
.req-form-wrapp ul li.done a span:before {display: block;}
.req-form-wrapp ul li a p {
  font-family: 'Inter';
  font-size: 0.833vw;
  line-height: 1.008vw;
  font-weight: 500;
  color: #656565;
}
.req-form-wrapp ul li a.active span {border-color: #333399; background: #EBEBF5; color: #333399;}
.req-form-wrapp ul li a.active p {color: #333399; font-weight: 600;}
.req-form-wrapp .tab-pane {padding-top: 2.5vw;}
.req-form-wrapp .tab-pane h5 {
  font-family: 'Montserrat';
  font-size: 1.458vw;
  line-height: 1.778vw;
  font-weight: 600;
  color: #191919;
  margin-bottom: 1.25vw;
}
.req-form-wrapp .tab-pane .row {column-gap: 1.25vw;}
.req-form-wrapp .tab-pane .col-md-6, .req-form-wrapp .tab-pane .col-md-12, .req-form-wrapp .tab-pane .col-md-4 {padding: 0;}
.req-form-wrapp .tab-pane .col-md-4 {width: calc(33.33% - 0.625vw);}
.req-form-wrapp .tab-pane .col-md-6 {width: calc(50% - 0.625vw);}
.req-form-wrapp .tab-pane .col-md-12 {width: calc(100% - 0.625vw);}
.req-form-wrapp .tab-pane a.common-btn, .req-form-wrapp .tab-pane button.common-btn {margin: 24px 0 0 auto; float: right;}

.req-form-wrapp #second-tab.tab-pane .row {row-gap: 0.625vw; column-gap: 0.938vw;}
.req-form-wrapp .tab-pane .checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EBEBF5;
  color: #333399;
  border-radius: 4px;
  padding: 1.25vw;
  min-height: 6.25vw;
  position: relative;
  cursor: pointer;
  font-family: 'Inter';
  font-size: 0.938vw;
  line-height: 1.25vw;
  font-weight: 500;
  text-transform: capitalize;
  transition: background-color 0.3s;
}
.req-form-wrapp .tab-pane .checkbox-container.checked {background-color: #00842D1A; border-color: #00842D; color: #00501B;}
.req-form-wrapp .tab-pane .checkbox-container .check-icon {
  opacity: 0;
  position: absolute;
  right: 0.95vw;
  width: 2.083vw;
  aspect-ratio: 1 / 1;
}
.req-form-wrapp .tab-pane .checkbox-container.checked .check-icon {opacity: 1;}
.req-form-wrapp .tab-pane input[type="checkbox"], .req-form-wrapp .tab-pane input[type="file"] {display: none;}
.req-form-wrapp .tab-pane .btn-outline-blue {margin-right: 1.25vw !important;}
.req-form-wrapp .tab-pane .upload-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 6.25vw;
  width: 100%;
  border: 2px dashed #8585C2;
  border-radius: 4px;
  background-color: #EBEBF5;
  cursor: pointer;
  font-family: 'Inter';
  font-size: 1.042vw;
  line-height: 1.458vw;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #333399;
  text-align: center;
  transition: background-color 0.3s;
}
/*.req-form-wrapp .tab-pane .upload-box:hover {background-color: #cfe2ff;}*/
.req-form-wrapp .tab-pane .upload-box p {margin-bottom: 0;}
.req-form-wrapp .tab-pane .upload-box img {width: 2.917vw; margin-right: 0.417vw;}
#myModal .modal-body {padding: 0; padding-top: 1.25vw;}
#myModal button {
  height: 1.146vw;
  width: 1.146vw;
  background-size: cover;
  position: absolute;
  right: 2.547vw;
  top: 2.547vw;
  z-index: 1;
}
#myModal iframe {height: 36.458vw;}


/*Gallery page*/
#gallery-wrapper {margin: 2.917vw 7.292vw 5.417vw 2.083vw;}
.gallery-wrapper, .gallery-wrapper2 {display: flex; position: relative; gap: 1.25vw; margin-bottom: 1.25vw;}
.gallery-wrapper .gallery-single, .gallery-wrapper2 .gallery-single {position: relative;}
.gallery-wrapper .inner-wrapper1 .gallery-single:first-child {width: 35.5vw; height: 100%;}
#gallery-wrapper .inner-wrapper2 {display: flex; flex-direction: column; gap: 1.25vw;}
.gallery-wrapper .inner-wrapper2 .gallery-single {width: 27.604vw;}
.gallery-wrapper .inner-wrapper1 .gallery-single:first-child img {aspect-ratio: 696 / 716;}
.gallery-wrapper .inner-wrapper2 .gallery-single img {aspect-ratio: 106 / 65;}
.gallery-wrapper2 .inner-wrapper2 .gallery-single {width: 35.5vw;}
.gallery-wrapper2 .inner-wrapper2 .gallery-single img {aspect-ratio: 682 / 359;}
.gallery-wrapper2 .inner-wrapper1 .gallery-single img {aspect-ratio: 530 / 770;}


.gallery-single img {object-fit: cover; height: 100%;}
.gallery-single p {
  font-family: 'Inter';
  font-size: 0.833vw;
  line-height: 1.008vw;
  font-weight: 500;
  margin-top: 0.417vw;
  margin-bottom: 0;
  color: #323232;
}
#viewmore.viewless img {transform: rotate(-180deg);}

#filesname {
  font-family: 'Inter';
  font-size: 0.833vw;
  line-height: 1.008vw;
  margin: 1vw 0;
}
.error-page .error-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 20px;
}