@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?i1o45k");
  src: url("../fonts/icomoon.eot?i1o45k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?i1o45k") format("truetype"), url("../fonts/icomoon.woff?i1o45k") format("woff"), url("../fonts/icomoon.svg?i1o45k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-message:before {
  content: "\e91a";
}

.icon-icon-location:before {
  content: "\e91b";
}

.icon-close:before {
  content: "\e919";
}

.icon-location:before {
  content: "\e918";
}

.icon-plus:before {
  content: "\e917";
}

.icon-grGlobe:before {
  content: "\e916";
}

.icon-grEditor:before {
  content: "\e914";
}

.icon-grWhatsapp:before {
  content: "\e915";
}

.icon-instagram:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-mailbox:before {
  content: "\e912";
}

.icon-linkdin:before {
  content: "\e913";
}

.icon-calling:before {
  content: "\e90c";
}

.icon-week:before {
  content: "\e90d";
}

.icon-mailer:before {
  content: "\e90e";
}

.icon-toggle:before {
  content: "\e909";
}

.icon-user-light:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-arrow-down:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-share:before {
  content: "\e900";
  color: #502b8a;
}

.icon-time:before {
  content: "\e901";
  color: #502b8a;
}

.icon-user .path1:before {
  content: "\e902";
  color: rgb(249, 237, 224);
}

.icon-user .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(80, 43, 138);
  opacity: 0.2;
}

.icon-user .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(249, 237, 224);
}

.icon-user .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(80, 43, 138);
}

.icon-calender:before {
  content: "\e906";
  color: #502b8a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-one: "Kanit", sans-serif;
  --primary-color: #545454;
  --primary-dark-color: #502B8A;
  --primary-light-color: #EC0F69;
  --white-color: #ffffff;
  --darkgrey-color: #141414;
  --gradian-color: linear-gradient(90deg, #EC0F69 0%, #412E8D 100%);
  --lightBg-color: #f3f4f4;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-one);
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 300;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 15px;
}


.blogListing .tabs-wrapper{
	display:none!important;
}

.section-padding {
  padding: 60px 0px;
}
.blogDetailSection .btn-wrapper{
	display:none!important
}
li {
  list-style: none;
}

a {
  color: var(--primary-light-color);
  text-decoration: none;
}
a:hover {
  color: var(--primary-dark-color);
}
a:focus, a:focus-visible {
  outline: none !important;
}

.heading {
  color: var(--darkgrey-color);
  font-size: 48px;
  font-weight: 200;
  line-height: 1.22;
  font-family: var(--font-one);
  margin-bottom: 20px;
  text-transform: capitalize;
}

h1 {
  font-size: 45px;
  color: var(--white-color);
  line-height: 1.2;
  font-weight: 200;
  margin-bottom: 20px;
}
h1 span {
  color: #FFCF21;
  font-weight: 400;
}

.small-heading {
  font-size: 24px;
  color: var(--darkgrey-color);
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 300;
}
.small-heading span {
  color: var(--primary-dark-color);
}

.heading-wrapper {
  margin-bottom: 50px;
}
.heading-wrapper.w-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.heading-wrapper.w-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.ml-0 {
  margin-left: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 60px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

p {
  color: var(--darkgrey-color);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
  font-weight: 300;
}
p.lg {
  font-size: 22px;
}
p span {
  font-weight: 400;
  color: var(--darkgrey-color);
}

.no-border {
  border: 0px !important;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 300;
  color: var(--primary-light-color);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.direction-column {
  flex-direction: column;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.inline-block {
  display: inline-block;
}

.round-box {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.light-bg {
  background: var(--lightBg-color) !important;
}

.lg-heading {
  line-height: 1.5;
  font-size: 28px;
  font-weight: 300;
  color: rgb(20, 20, 20);
  margin-bottom: 20px;
}

.common-btn {
  background: linear-gradient(90deg, #EC0F69 0%, #412E8D 100%);
  width: auto;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.common-btn::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 94%;
  background: var(--white-color);
  border-radius: 5px;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.all-btn {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: rgb(20, 20, 20);
  line-height: 22px;
  width: auto;
  text-align: center;
  padding: 4px 16px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-btn:hover {
  background: linear-gradient(90deg, #EC0F69 0%, #412E8D 100%);
  color: var(--white-color);
}

.gradiantBorderBtn {
  padding: 10px 18px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: var(--gradian-color) !important;
  cursor: pointer;
  display: inline-flex;
  transition: all 0.2s ease-in-out;
  color: var(--darkgrey-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.gradiantBorderBtn::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 4px;
  background-color: white;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  opacity: 1;
}
.gradiantBorderBtn::after {
  content: attr(data);
  font-size: 16px;
  background: var(--gradian-color);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s ease-in-out;
}
.gradiantBorderBtn:hover {
  color: var(--white-color);
}
.gradiantBorderBtn:hover::before {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.gradiantBorderBtn:hover::after {
  color: #fff;
}

.gradiant-btn {
  padding: 10px 18px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: var(--gradian-color) !important;
  cursor: pointer;
  display: inline-flex;
  transition: all 0.2s ease-in-out;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.gradiant-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 4px;
  background-color: var(--white-color);
  z-index: -1;
  transition: all 0.2s ease-in-out;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  opacity: 0;
}
.gradiant-btn::after {
  content: attr(data);
  font-size: 16px;
  background: var(--gradian-color);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s ease-in-out;
}
.gradiant-btn:hover {
  color: var(--primary-color);
}
.gradiant-btn:hover::before {
  opacity: 1;
}
.gradiant-btn:hover::after {
  color: var(--white-color);
}

.darkBtn {
  background: var(--gradian-color);
  padding: 16px;
  font-size: 18px;
  color: var(--white-color);
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.darkBtn:hover {
  background: var(--primary-dark-color);
  color: var(--white-color);
}

i.grColor::before {
  background: -moz-var(--gradian-color);
  background: -webkit-var(--gradian-color);
  background: var(--gradian-color);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popUp {
  width: calc(100% - 30px);
  max-width: 500px;
  padding: 40px 30px;
  border-radius: 8px;
}
.popUp .title {
  color: var(--primary-dark-color);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.22;
  font-family: var(--font-one);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.formWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.form-row {
  flex-direction: column;
  row-gap: 10px;
}
.form-row.two-column {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
  row-gap: 15px;
  flex-direction: row;
}
@media screen and (max-width: 767.5px) {
  .form-row.two-column {
    row-gap: 20px;
  }
}
.form-row.two-column .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .form-row.two-column .item {
    width: 100%;
  }
}
.form-row .item {
  align-items: center;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 14px;
  font-size: 16px;
  border-radius: 4px;
  color: var(--primary-color);
}
.form-row input[type=checkbox],
.form-row textarea[type=checkbox],
.form-row select[type=checkbox] {
  width: 18px;
  max-width: 18px;
  height: 18px;
  margin-right: 10px;
}
.form-row input:active, .form-row input:focus-visible, .form-row input:focus,
.form-row textarea:active,
.form-row textarea:focus-visible,
.form-row textarea:focus,
.form-row select:active,
.form-row select:focus-visible,
.form-row select:focus {
  outline: none;
}
.form-row button {
  border: 0;
  cursor: pointer;
}
.form-row button:active, .form-row button:focus-visible, .form-row button:focus {
  outline: none;
}
.form-row label {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 300;
}
.form-row.input-wrapper label {
  min-width: 120px;
  margin-right: 10px;
}
.form-row.btn-wrapper {
  margin-top: 24px;
}

/* header start */
.header {
  background: var(--white-color);
  padding: 8px 0 8px;
  position: relative;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header.fixed {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.header .main-logo {
  height: auto;
  max-width: 150px;
  margin-top: 6px;
}
.header .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.header .left-section {
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 180px;
  justify-content: space-between;
}
.header .nav {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.header .nav > .submenu-down > a {
  position: relative;
  color: var(--primary-color);
  z-index: 11;
}
.header .nav > .submenu-down.hasSubmenu > a {
  padding-right: 20px;
}
.header .nav > .submenu-down.hasSubmenu > a:after {
  content: "\e908";
  position: absolute;
  font-family: "icomoon" !important;
  line-height: 1;
  width: 14px;
  height: 14px;
  color: #333;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.header .nav > .submenu-down.hasSubmenu > a:hover {
  color: var(--primary-dark-color);
}
.header .nav > .submenu-down.hasSubmenu > a:hover:after {
  transform: rotate(180deg);
  color: var(--primary-dark-color);
}
.header .nav > .item > a {
  color: var(--primary-color);
}
/* @media screen and (min-width: 991.5px) {
  .header .submenu-down {
    position: relative;
  } */
  .header .submenu-down .sub-menu-dropdown {
    position: absolute;
    z-index: 11;
    background: var(--white-color);
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
    top: 47px;
    box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;
    transition: all linear 0.2s;
    opacity: 0;
    visibility: hidden;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .header .submenu-down .sub-menu-dropdown a {
    color: var(--primary-color);
    padding: 10px;
    display: flex;
    align-items: flex-end;
    font-size: 14px;
  }
  .header .submenu-down .sub-menu-dropdown a:hover {
    color: var(--primary-dark-color);
    background: #f3f4f4;
  }
  .header .submenu-down .sub-menu-dropdown a span {
    margin-left: 5px;
  }
  .header .submenu-down:hover .sub-menu-dropdown {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
.header .right-section {
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header .right-section .search-link i::before {
  font-weight: 600;
  color: var(--primary-color);
}
.header .right-section .search-link:hover i::before {
  color: var(--primary-light-color);
}

.search-box {
  background: var(--lightBg-color);
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.25);
  overflow: hidden;
  position: absolute;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
  top: 100%;
  transform: translateY(-150%);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.search-box.active {
  transform: none;
  opacity: 1;
}
.search-box .heading-title {
  padding: 16px 24px 0px;
  color: var(--primary-color);
}
.search-box .input-wrapper {
  padding: 16px 24px 24px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.search-box .input-wrapper button {
  background: transparent;
  padding: 0px;
  border: 0px;
  box-shadow: none;
  cursor: pointer;
}
.search-box .input-wrapper button i::before {
  color: var(--primary-color);
  font-size: 24px;
}
.search-box .input-wrapper input {
  flex: 1;
  height: 44px;
  border: 0px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.search-box .input-wrapper input:focus, .search-box .input-wrapper input:focus-visible, .search-box .input-wrapper input:active {
  outline: none !important;
}
.search-box .input-wrapper .icon-searchbold {
  width: 24px;
  height: 24px;
  display: inline-flex;
}
.search-box .input-wrapper .cross {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white-color);
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
}
.search-box .input-wrapper .cross i::before {
  font-size: 22px;
  position: relative;
  right: -1px;
  display: flex;
}
.search-box .input-wrapper .cross:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

/* header end */
/* main banner */
section.main-banner {
  width: 100%;
  margin-top: 75px;
}
section.main-banner.hasCarousel .owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: -40px;
  position: relative;
}
section.main-banner.hasCarousel .owl-carousel .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  section.main-banner.hasCarousel .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
section.main-banner.hasCarousel .owl-carousel .owl-dots .owl-dot:hover span, section.main-banner.hasCarousel .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}
section.main-banner.hasCarousel .owl-carousel .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--white-color);
  opacity: 0.5;
}
section.main-banner.hasCarousel .owl-carousel .owl-dots .owl-dot.active span {
  background: linear-gradient(90deg, rgb(236, 15, 105) 0%, rgb(65, 46, 141) 100%);
  opacity: 1;
}
section.main-banner.hasCarousel .m-banner-sec .banner-content {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 13%, rgba(80, 43, 138, 0.15) 77%);
}
section.main-banner.hasCarousel .m-banner-sec .banner-content .banner-des {
  max-width: 800px;
}
section.main-banner.hasCarousel .m-banner-sec .banner-content p {
  margin-bottom: 0px;
  text-transform: capitalize;
  color: #FFCF21;
}
section.main-banner.hasCarousel .m-banner-sec .banner-content .subheading {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
section.main-banner.hasCarousel .m-banner-sec .banner-content .subheading span {
  color: #FFCF21;
}
section.main-banner.hasCarousel .m-banner-sec .banner-content h1 {
  color: #FFCF21;
}
section.main-banner.hasCarousel .m-banner-sec .banner-content h1 span {
  color: var(--white-color);
}

.m-banner-sec {
  width: 100%;
  position: relative;
}
.m-banner-sec .images::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.25);
}
.m-banner-sec .images img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.m-banner-sec .banner-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-banner-sec .banner-content .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.m-banner-sec .banner-content .banner-top-nav {
  padding: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
}
.m-banner-sec .banner-content .banner-top-nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
}
.m-banner-sec .banner-content .banner-top-nav li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 300;
}
.m-banner-sec .banner-content .banner-des {
  max-width: 550px;
}
.m-banner-sec .banner-content .banner-des h1 span {
  color: #FFCF21;
  font-weight: 400;
}
.m-banner-sec .banner-content .banner-des p {
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  display: flex;
  align-items: flex-end;
}
.m-banner-sec .banner-content .banner-des p img {
  max-height: 26px;
  filter: invert(0) brightness(100);
  margin-left: 5px;
}
.m-banner-sec .banner-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}
.m-banner-sec .banner-btn .all-btn {
  background-color: var(--white-color);
  border-radius: 4px;
}
.m-banner-sec.idc-pg h1 {
  font-size: 42px;
}
.m-banner-sec.homeBanner .images::before {
  background: rgba(0, 0, 0, 0.15);
}
.m-banner-sec.homeBanner .banner-content .banner-des {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.m-banner-sec.homeBanner .banner-content .banner-des .left-section {
  width: 64%;
}
.m-banner-sec.homeBanner .banner-content .banner-des .right-section {
  width: 34%;
}
.m-banner-sec.homeBanner .banner-content .banner-des p,
.m-banner-sec.homeBanner .banner-content .banner-des h1 {
  color: var(--darkgrey-color);
}
.m-banner-sec.homeBanner .banner-content .right-section {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.m-banner-sec.homeBanner .banner-content .surveySection {
  background: var(--white-color);
  padding: 30px 24px;
  flex-direction: column;
  align-items: flex-start;
}
.m-banner-sec.homeBanner .banner-content .surveySection .icon-wrapper {
  margin-bottom: 15px;
}
.m-banner-sec.homeBanner .banner-content .surveySection .icon-wrapper i {
  font-size: 24px;
  color: var(--darkgrey-color);
}
.m-banner-sec.homeBanner .banner-content .surveySection p {
  color: var(--primary-color);
  margin-bottom: 20px;
}
.m-banner-sec.homeBanner .banner-content .tabing-section {
  background: var(--white-color);
  padding: 30px 24px;
  flex-direction: column;
  align-items: flex-start;
}
.m-banner-sec.homeBanner .banner-content .tabing-section .tabing-content,
.m-banner-sec.homeBanner .banner-content .tabing-section .formWrapper {
  width: 100%;
}
.m-banner-sec.homeBanner .banner-content .tabing-section .tabs {
  border-bottom: 0px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.m-banner-sec.homeBanner .banner-content .tabing-section .tabs .tab-link {
  padding: 0px 0px 5px;
}
.m-banner-sec.homeBanner .banner-content .tabing-section .tabs .tab-link.active {
  color: var(--primary-dark-color);
}
.m-banner-sec.homeBanner .banner-content .tabing-section .inputWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}
.m-banner-sec.homeBanner .banner-content .tabing-section .inputWrapper .trackId {
  padding: 8px 8px 8px 0px;
  position: relative;
  border: 0px;
  width: calc(100% - 30px);
  font-size: 16px;
  color: var(--primary-color);
}
.m-banner-sec.homeBanner .banner-content .tabing-section .inputWrapper span {
  font-size: 20px;
  color: var(--primary-dark-color);
}
.m-banner-sec.videoBanner {
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 500px;
}
.m-banner-sec.videoBanner .banner-content {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 13%, rgba(80, 43, 138, 0.15) 77%);
}
.m-banner-sec.trackingPage .banner-content .banner-des {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.m-banner-sec.trackingPage .banner-content .banner-des .left-section {
  width: 64%;
  padding-right: 120px;
}
.m-banner-sec.trackingPage .banner-content .banner-des .right-section {
  width: 34%;
}
.m-banner-sec.trackingPage .banner-content .right-section {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.m-banner-sec.trackingPage .banner-content .poweredBySection {
  padding: 24px;
  background: var(--white-color);
  border-radius: 8px;
}
.m-banner-sec.trackingPage .banner-content .poweredBySection .title {
  font-size: 16px;
  color: var(--darkgrey-color);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.m-banner-sec.trackingPage .banner-content .poweredBySection .title img {
  max-height: 20px;
  margin-left: 8px;
}
.m-banner-sec.trackingPage .banner-content .poweredBySection .smText {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
}

.banner-btn .b-btn a {
  line-height: 1;
  padding: 12px 20px;
  min-width: 120px;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
}

/* main-banner */
/* Recover Page */
.infrastructure-info-sec .infra-content {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 767.5px) {
  .infrastructure-info-sec .infra-content {
    row-gap: 20px;
  }
}
.infrastructure-info-sec .infra-content .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .infrastructure-info-sec .infra-content .item {
    width: 100%;
  }
}
.infrastructure-info-sec .infra-content .des {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 20px;
  min-height: 445px;
  height: 90%;
}
.infrastructure-info-sec .infra-content .des table {
  width: 100%;
  border-collapse: collapse;
}
.infrastructure-info-sec .infra-content .des table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 10px 0;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 300;
}
.infrastructure-info-sec .infra-content .des table tr:last-child td {
  border: none;
}
.infrastructure-info-sec .infra-content .des table tr:first-child {
  color: #000000;
  font-weight: 400;
}
.blog-content ul{
    padding-left: 0px;
}
.infrastructure-info-sec .infra-content .des ul li, .blog-content ul li, .check-list li {
  padding: 0px 0 10px 30px;
  position: relative;
  color: var(--primary-color);
  font-weight: 300;
}
.blog-content ul li{
    font-weight: 400;
}
.infrastructure-info-sec .infra-content .des ul li:before, .blog-content ul li:before, .check-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  background-image: url(../img/check-circle.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.popular-slider .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.popular-slider .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .popular-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.popular-slider .owl-dots .owl-dot:hover span, .popular-slider .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}

.testimonal-sec .testimonal-des {
  width: 58%;
}

.follwimg-info {
  width: 35%;
  background: #F3EEFA;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.follwimg-info::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 130px;
  top: 0;
  right: 0;
  background-image: url(../img/follow-bg-1.svg);
}
.follwimg-info::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  height: 130px;
  background-image: url(../img/follow-bg-2.svg);
  bottom: 0;
  left: 0;
  top: auto;
  height: 100px;
}
.follwimg-info .socialIcons {
  margin-top: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.follwimg-info .socialIcons li {
  display: inline-flex;
}
.follwimg-info .socialIcons li a {
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.follwimg-info .socialIcons li a:hover i {
  color: var(--primary-color);
}
.follwimg-info .socialIcons i {
  font-size: 20px;
  color: #B5B1B1;
}
.follwimg-info .socialIcons i::before {
  display: inline-flex;
  align-items: flex-end;
}
.follwimg-info .socialIcons i.icon-mailbox {
  line-height: 0.8;
}
.follwimg-info .socialIcons li a {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
}
.follwimg-info .fo-head {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.follwimg-info .fo-head::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: var(--gradian-color);
  left: 0px;
  right: 0px;
}
.follwimg-info .fo-input .heading-wrapper {
  margin-bottom: 15px;
}
.follwimg-info .fo-input p {
  color: var(--primary-color);
}
.follwimg-info .fo-input .formWrapper {
  row-gap: 10px;
}
.follwimg-info .fo-input .form-row input {
  padding: 16px;
}

/* cargo page */
.faq-section .faq-head,
.faq-section .faq-head p {
  text-align: center;
}
.faq-section .faq-content .faq-content-itm {
  margin: 10px 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(66, 58, 58, 0.2509803922);
}
.faq-section .faq-content .faq-content-itm .faq-content-title {
  background-color: var(--white-color);
  padding: 18px 30px 18px 15px;
  cursor: pointer;
  position: relative;
}
.faq-section .faq-content .faq-content-itm .faq-content-title:after {
  content: "↓";
  position: absolute;
  right: 20px;
  top: 8px;
  bottom: auto;
  margin: auto;
  font-size: 30px;
  color: #423A3A;
  font-weight: 200;
  transition: all 0.5s ease-in-out;
}
.faq-section .faq-content .faq-content-itm .faq-content-title .small-heading {
  font-size: 18px;
  color: var(--darkgrey-color);
  font-weight: 300;
  margin-bottom: 0px;
}
.faq-section .faq-content .faq-content-itm .faq-panel-content {
  padding: 15px;
  display: none;
  background-color: var(--white-color);
}
.faq-section .faq-content .faq-content-itm.active .faq-content-title {
  background-color: var(--primary-color);
}
.faq-section .faq-content .faq-content-itm.active .faq-content-title .small-heading {
  color: var(--white-color);
}
.faq-section .faq-content .faq-content-itm.active .faq-content-title:after {
  content: "↑";
  color: var(--white-color);
}
.faq-section .faq-btn-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.booking-content {
  background: var(--gradian-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
.booking-content .des {
  max-width: 960px;
  padding: 40px;
}
.booking-content .des p {
  text-align: center;
  color: var(--white-color);
  font-size: 24px;
}
.booking-content .des p a {
  color: var(--white-color);
  border-bottom: 1px solid var(--white-color);
}
.booking-content .heading {
  color: var(--white-color);
  margin-bottom: 30px;
}

.popular-slide-content .heading {
  text-align: center;
}

.claim-made-step-sec {
  background: var(--white-color);
}
.claim-made-step-sec .steps-option-content .des {
  padding-top: 20px;
}
.claim-made-step-sec .steps-option-content .heading {
  text-align: center;
}
.claim-made-step-sec .steps-option-content ul li {
  width: 32%;
  text-align: center;
  position: relative;
}
.claim-made-step-sec .steps-option-content ul li:after {
  position: absolute;
  content: "";
  right: -36px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background-image: url("../img/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 28px;
}
.claim-made-step-sec .steps-option-content ul li:last-child:after {
  display: none;
}
.claim-made-step-sec .stpes-itm-des .images {
  width: 80px;
  margin: auto;
  height: 80px;
  margin-bottom: 20px;
}
.claim-made-step-sec .stpes-itm-des .images img {
  width: 100%;
  display: block;
}
.claim-made-step-sec .stpes-itm-des .small-heading {
  color: var(--primary-dark-color);
  margin-bottom: 10px;
}

.popular-itm-slide-section .item {
  padding: 8px;
}
.popular-itm-slide-section .po-silde-contnent {
  position: relative;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.popular-itm-slide-section .po-silde-contnent:hover {
  transform: scale(1.03);
}
.popular-itm-slide-section .po-silde-contnent .small-heading {
  color: var(--primary-dark-color);
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
}
.popular-itm-slide-section .po-silde-contnent .images {
  width: 100%;
  overflow: hidden;
}
.popular-itm-slide-section .po-silde-contnent .images img {
  width: 100%;
  display: block;
}
.popular-itm-slide-section .po-silde-contnent .images img:hover {
  cursor: pointer;
}
.popular-itm-slide-section .po-silde-contnent .des {
  padding: 8px 15px;
}
.popular-itm-slide-section .owl-carousel .owl-stage-outer {
  margin: auto;
  padding: 8px 0px;
}
.popular-itm-slide-section .owl-carousel .owl-stage {
  display: flex;
  height: 100%;
}
.popular-itm-slide-section .owl-carousel .item {
  width: 100%;
  flex: 1 0 auto;
  height: 100%;
  padding-bottom: 2px;
}
.popular-itm-slide-section .owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.popular-itm-slide-section .owl-carousel .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .popular-itm-slide-section .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.popular-itm-slide-section .owl-carousel .owl-dots .owl-dot:hover span, .popular-itm-slide-section .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}

/* abouts */
/* contact page */
.company-headquarter-sec .inner-content {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 767.5px) {
  .company-headquarter-sec .inner-content {
    row-gap: 20px;
  }
}
.company-headquarter-sec .inner-content .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .company-headquarter-sec .inner-content .item {
    width: 100%;
  }
}
.company-headquarter-sec .right-section .img-wrapper {
  text-align: right;
}
.company-headquarter-sec .add-info.border-bottom {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.company-headquarter-sec .add-info ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.company-headquarter-sec .add-info ul li {
  padding-left: 34px;
  position: relative;
}
.company-headquarter-sec .add-info ul li i {
  position: absolute;
  left: 0px;
  top: 5px;
  color: var(--darkgrey-color);
}
.company-headquarter-sec .add-info ul li i.icon-location {
  font-size: 24px;
}
.company-headquarter-sec .add-info ul li i.icon-calling {
  font-size: 20px;
}

.contactFormSection .inner-content {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 767.5px) {
  .contactFormSection .inner-content {
    row-gap: 20px;
  }
}
.contactFormSection .inner-content .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .contactFormSection .inner-content .item {
    width: 100%;
  }
}
.contactFormSection .left-section {
  padding-right: 90px;
}
.contactFormSection .heading-wrapper {
  margin-left: 0px;
  width: 40%;
}
.contactFormSection .btn-wrapper {
  margin-top: 35px;
}
.contactFormSection .btn-wrapper button {
  width: -moz-max-content;
  width: max-content;
  min-width: 184px;
  text-align: center;
  padding: 18px;
  justify-content: center;
}
.contactFormSection .right-section ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.contactFormSection .right-section ul li {
  padding-left: 34px;
  position: relative;
}
.contactFormSection .right-section ul li i {
  position: absolute;
  left: 0px;
  top: 5px;
  color: var(--darkgrey-color);
}
.contactFormSection .right-section ul li i.icon-location {
  font-size: 24px;
}
.contactFormSection .right-section ul li i.icon-calling {
  font-size: 20px;
}

/* footer start */
.footer {
  background: #F3F1F1;
}
.footer .top-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 40px 0;
}
.footer .top-footer .top-fo-itams .fo-info p {
  font-size: 16px;
  text-align: center;
}
.footer .top-footer .top-fo-itams .fo-info a {
  color: var(--darkgrey-color);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
  font-weight: 300;
}
.footer .top-footer .top-fo-itams .fo-info a:hover {
  color: var(--primary-dark-color);
}
.footer .top-footer .footer-content ul {
  justify-content: space-between;
}
.footer .top-footer .footer-content .des {
  text-align: center;
}
.footer .top-footer .footer-content .des P {
  margin-bottom: 0px;
}
.footer .top-footer .footer-content .des .icon-wrapper {
  margin-bottom: 10px;
  display: inline-flex;
}
.footer .top-footer .footer-content .des i {
  color: var(--primary-color);
}
.footer .top-footer .gradiantBorderBtn {
  align-items: center;
  padding: 16px 18px;
  border-radius: 30px;
}
.footer .top-footer .gradiantBorderBtn::before {
  border-radius: 30px;
}
.footer .top-footer .gradiantBorderBtn i.icon-grGlobe {
  font-size: 26px;
  margin-right: 10px;
}
.footer .top-footer .gradiantBorderBtn i.icon-arrow-down {
  font-size: 30px;
  margin-left: 15px;
}
.footer .top-footer .gradiantBorderBtn:hover i::before {
  color: var(--white-color);
  -webkit-text-fill-color: var(--white-color);
}
.footer .top-footer i {
  font-size: 24px;
}
.footer .socialIcons {
  margin-top: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  align-items: flex-end;
}
.footer .socialIcons li {
  display: inline-flex;
}
.footer .socialIcons li a {
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.footer .socialIcons li a:hover i {
  color: var(--primary-color);
}
.footer .socialIcons i {
  font-size: 20px;
  color: #B5B1B1;
}
.footer .socialIcons i::before {
  display: inline-flex;
  align-items: flex-end;
}
.footer .socialIcons i.icon-mailbox {
  line-height: 0.8;
}
.footer .bottom-footer {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.footer .bottom-footer .foter-info-content {
  align-items: flex-start;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.footer .bottom-footer .fo-des-col {
  width: 34%;
}
.footer .bottom-footer .footer-text p {
  color: var(--primary-color);
  margin-bottom: 40px;
}
.footer .bottom-footer .footer-logo {
  margin-bottom: 20px;
  display: flex;
}
.footer .bottom-footer .right-section {
  row-gap: 40px;
  width: 62%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.footer .bottom-footer .right-section .fo-detais-col {
  padding: 0px 0 10px;
}
.footer .bottom-footer .right-section .fo-detais-col.left {
  width: 30%;
}
.footer .bottom-footer .right-section .fo-detais-col.left ul li {
  width: 100%;
}
.footer .bottom-footer .right-section .fo-detais-col.right {
  width: 65%;
}
.footer .bottom-footer .right-section .fo-detais-col.right ul {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.footer .bottom-footer .right-section .fo-detais-col.right ul li {
  width: 49%;
}
.footer .bottom-footer .right-section .fo-detais-col ul {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.footer .bottom-footer .right-section .fo-detais-col ul li {
  margin: 0px;
}
.footer .bottom-footer .right-section .fo-detais-col ul li a {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.footer .bottom-footer .right-section .fo-detais-col ul li a:hover {
  color: var(--primary-dark-color);
}
.footer .bottom-footer .right-section .fo-detais-col .fo-heading {
  font-size: 22px;
  color: var(--primary-dark-color);
  line-height: 1;
  font-weight: 300;
}
.footer .copy-right-footer {
  padding: 20px 0;
}
.footer .copy-text-foo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copy-text-foo p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 300;
}

/* side icon */
.sideIcons {
  position: fixed;
  top: 35%;
  right: 2%;
  z-index: 2;
}
.sideIcons ul {
  flex-direction: column;
  align-items: flex-end;
  row-gap: 8px;
}
.sideIcons ul a {
  width: 36px;
  height: 36px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.sideIcons ul a span {
  width: 0px;
  overflow: hidden;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}
.sideIcons ul a.gradiantBorderBtn::before {
  border-radius: 30px;
}
.sideIcons ul a.gradiantBorderBtn i {
  font-size: 14px;
}
.sideIcons ul a.gradiantBorderBtn:hover {
  width: 200px;
}
.sideIcons ul a.gradiantBorderBtn:hover::before {
  opacity: 1;
  background: var(--white-color);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.sideIcons ul a.gradiantBorderBtn:hover span {
  padding-left: 15px;
  width: -moz-max-content;
  width: max-content;
}

/* side icon */
/* footer end */
.counterSection {
  position: relative;
  background: url("../img/about-us/counter-bg.webp") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  padding: 120px 0px;
}
.counterSection::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.counterSection.light-bg {
  padding: 60px 0px;
  background: var(--lightBg-color);
}
.counterSection.light-bg::before {
  display: none;
}
.counterSection.light-bg .content-box .heading-wrapper .heading {
  color: var(--darkgrey-color);
  display: flex;
  align-items: center;
}
.counterSection.light-bg .content-box .heading-wrapper .heading img {
  max-height: 30px;
  margin-left: 14px;
  margin-right: 14px;
}
.counterSection.light-bg .content-box .heading-wrapper .heading span {
  font-size: 20px;
}
.counterSection.light-bg .content-box .heading-wrapper p {
  color: var(--darkgrey-color);
}
.counterSection.light-bg .counter ul {
  justify-content: flex-start;
}
.counterSection.light-bg .counter ul li {
  text-align: left;
  width: 32%;
}
.counterSection.light-bg .counter .counter-des .number {
  color: var(--darkgrey-color);
}
.counterSection.light-bg .counter .counter-des .number .counterNum {
  color: var(--darkgrey-color);
}
.counterSection.light-bg .counter .counter-des .name {
  color: var(--darkgrey-color);
}
.counterSection .inner-content {
  position: relative;
}
.counterSection .content-box {
  position: relative;
  z-index: 1;
}
.counterSection .content-box .heading-wrapper p {
  color: var(--white-color);
}
.counterSection .content-box .heading {
  text-align: center;
  color: var(--white-color);
  line-height: 1.3;
}
.counterSection .counter {
  padding: 20px 0px 0px 0px;
}
.counterSection .counter ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.3%;
       column-gap: 1.3%;
  row-gap: 40px;
}
.counterSection .counter ul li {
  text-align: center;
  width: 24%;
}
.counterSection .counter .counter-des .number {
  color: var(--white-color);
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
}
.counterSection .counter .counter-des .number .text {
  margin-left: 8px;
  font-size: 24px;
}
.counterSection .counter .counter-des .counterNum,
.counterSection .counter .counter-des .live-count-no {
  color: var(--white-color);
  font-size: 44px;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 10px;
}
.counterSection .counter .counter-des .small-heading {
  font-size: 24px;
  line-height: 24px;
  color: var(--white-color);
  font-weight: 200;
}
.counterSection .counter .counter-des .name {
  font-size: 18px;
  line-height: 1.45;
  color: var(--white-color);
  font-weight: 200;
  margin-bottom: 0px;
}
.counterSection .counter .counter-des .name span {
  display: block;
  font-size: 20px;
}
.counterSection.clearancePg .counter ul {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.counterSection.clearancePg .counter ul li {
  text-align: center;
  width: 29%;
}
.counterSection.five-cloumn .counter ul {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.counterSection.five-cloumn .counter ul li {
  text-align: center;
  width: 18.4%;
}
.counterSection.five-cloumn .counter .counter-des {
  text-align: left;
}
.counterSection.five-cloumn .counter .counter-des .name {
  font-size: 16px;
}
.counterSection.five-cloumn .counter .counter-des .counterNum,
.counterSection.five-cloumn .counter .counter-des .live-count-no {
  font-size: 46px;
}
.counterSection.five-cloumn .counter .counter-des .number .text {
  font-size: 16px;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.scrollDown {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  width: 40px;
  height: 60px;
  bottom: 10px;
}
.scrollDown .icon-wrapper {
  width: 40px;
  height: 60px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  z-index: 1;
  cursor: pointer;
  animation: scrollDown 2s ease-in-out infinite;
}
.scrollDown i {
  font-size: 20px;
  color: var(--white-color);
}

.visionSection .inner-content {
  position: relative;
}
.visionSection .inner-content .content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: auto;
  right: 0;
  margin: auto;
  width: 55%;
  flex-direction: column;
  text-align: left;
  padding: 16px 5% 16px 0px;
}
.visionSection .inner-content .heading-wrapper {
  margin-bottom: 20px;
}
.visionSection .inner-content .heading {
  margin-bottom: 0px;
  color: var(--white-color);
}
.visionSection .inner-content p {
  margin-bottom: 0px;
  color: var(--white-color);
}

.missionSection .items {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.missionSection .items .item {
  width: 100%;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.missionSection .items .item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.missionSection .left-section {
  width: 29%;
  align-items: center;
}
.missionSection .left-section .title {
  color: var(--primary-dark-color);
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 300;
}
.missionSection .right-section {
  width: 69%;
}
.missionSection .right-section p {
  font-size: 18px;
  margin-bottom: 0px;
}

.milestoneSection .inner-content {
  position: relative;
}
.milestoneSection .heading-wrapper {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0%;
  text-align: left;
}
.milestoneSection .heading {
  font-size: 36px;
}

.milestoneSlider .item {
  display: flex;
  padding: 3px;
  align-items: flex-end;
}
.milestoneSlider .item .img-wrapper {
  width: 60%;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.milestoneSlider .item .content {
  width: 60%;
  position: relative;
  z-index: 11;
  margin-left: -10%;
  min-height: 100%;
  padding: 20px 30px 60px 30px;
  background: var(--white-color);
  border-radius: 8px;
  min-height: 270px;
}
.milestoneSlider .item .content .title {
  color: var(--darkgrey-color);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
.milestoneSlider .item .content .title span {
  font-size: 32px;
  display: block;
}
.milestoneSlider .owl-dots {
  margin-top: 30px;
  display: none;
  justify-content: space-between;
}
.milestoneSlider .owl-dots .owl-dot {
  flex: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
  padding: 10px;
}
.milestoneSlider .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 100%;
  height: 3px;
  background: #f1f1f1;
  left: 0;
  right: 0;
}
.milestoneSlider .owl-dots .owl-dot::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 28px;
  height: 28px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background: var(--primary-dark-color);
  border-radius: 50%;
  opacity: 0.5;
}
.milestoneSlider .owl-dots .owl-dot button {
  background: transparent;
  border: 0px;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 44px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.milestoneSlider .owl-dots .owl-dot.active button {
  color: var(--primary-dark-color);
}
.milestoneSlider .owl-dots .owl-dot.active::after {
  opacity: 1;
  background: var(--gradian-color);
}
.milestoneSlider .owl-nav {
  margin-top: -75px;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  width: 55%;
  float: right;
  position: relative;
  z-index: 11;
}
.milestoneSlider .owl-nav button.owl-prev, .milestoneSlider .owl-nav button.owl-next {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
  padding: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  background: var(--white-color) !important;
}
.milestoneSlider .owl-nav button.owl-prev {
  border-radius: 8px 0px 0px 8px;
}
.milestoneSlider .owl-nav button.owl-next {
  border-radius: 0px 8px 8px 0px;
}
.milestoneSlider .owl-nav button:hover {
  background: transparent !important;
}
.milestoneSlider .owl-nav .icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0px;
  display: inline-block;
}
.milestoneSlider .owl-nav .icon::before {
  content: "";
  position: absolute;
  background: url("../img/icon/right-arrow.svg") center center no-repeat;
  background-size: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  width: 16px;
  height: 16px;
}
.milestoneSlider .owl-nav .icon.icon-left::before {
  transform: rotate(180deg);
}

.leadershipSection .inner-content,
.leadershipSection .items {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 767.5px) {
  .leadershipSection .inner-content,
  .leadershipSection .items {
    row-gap: 20px;
  }
}
.leadershipSection .inner-content .item,
.leadershipSection .items .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .leadershipSection .inner-content .item,
  .leadershipSection .items .item {
    width: 100%;
  }
}
.leadershipSection .inner-content .item,
.leadershipSection .items .item {
  padding: 0px 25px;
}
.leadershipSection .inner-content {
  align-items: center;
}
.leadershipSection .small-heading {
  margin-bottom: 0px;
  font-size: 36px;
  color: var(--darkgrey-color);
  display: block;
  position: relative;
  text-align: center;
}
.leadershipSection .small-heading span {
  background: var(--white-color);
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.leadershipSection .small-heading::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 20px;
  margin: auto;
  width: 90%;
  height: 2px;
  background: #f0f0f0;
}
.leadershipSection .img-wrapper {
  margin-bottom: 16px;
}
.leadershipSection .designation {
  margin-bottom: 8px;
}
.leadershipSection .name {
  color: var(--darkgrey-color);
  font-weight: 400;
  font-size: 18px;
}

@keyframes zoom {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.globalMapSection .map-wrapper {
  position: relative;
}
.globalMapSection .img-wrapper {
  padding: 60px;
  position: relative;
}
.globalMapSection .country {
  position: absolute;
}
.globalMapSection .country .icon-wrapper {
  cursor: pointer;
  background: var(--white-color);
  padding: 0px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.globalMapSection .country .icon-wrapper span {
  background: var(--white-color);
  padding: 0px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(80, 43, 138, 0.2);
}
.globalMapSection .country .icon-wrapper::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(80, 43, 138, 0.5);
  transform: scale(1);
  opacity: 0;
  animation: zoom 2s linear 0.75s infinite;
  border-radius: 50%;
  z-index: 1;
}
.globalMapSection .country .icon-wrapper i {
  font-size: 10px;
}
.globalMapSection .country .detail {
  width: 100px;
  background: var(--white-color);
  border-radius: 4px;
  box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 31px;
  left: -50px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  height: 0;
  z-index: 11;
}
.globalMapSection .country .detail .name {
  font-size: 14px;
  color: var(--primary-dark-color);
  padding: 10px;
}
.globalMapSection .country:hover .detail {
  height: 108px;
  opacity: 1;
}
.globalMapSection .country.one {
  left: 24.5%;
  top: 55%;
}
.globalMapSection .country.two {
  left: 42.7%;
  top: 20.4%;
}
.globalMapSection .country.three {
  left: 51.8%;
  top: 28.9%;
}
.globalMapSection .country.four {
  left: 58%;
  top: 42%;
}
.globalMapSection .country.five {
  left: 59.6%;
  top: 39.8%;
}
.globalMapSection .country.six {
  left: 61.2%;
  top: 40.8%;
}
.globalMapSection .country.seven {
  left: 61.6%;
  top: 43.8%;
}
.globalMapSection .country.eight {
  left: 68.4%;
  top: 52.8%;
}
.globalMapSection .country.nine {
  left: 74.8%;
  top: 55.6%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper {
  margin-top: 70px;
  display: none;
}
.loader-wrapper .loader {
  animation: spin 2s linear infinite;
  text-align: center;
}

.blogListing .tabs-wrapper {
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.5px) {
  .blogListing .tabs-wrapper {
    flex-wrap: nowrap;
    overflow-y: scroll;
    justify-content: flex-start;
  }
}
.blogListing .tabs-wrapper li .link {
  padding: 10px 30px;
  line-height: normal;
  background: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  display: inline-flex;
  transition: all 0.2s ease-in-out;
  color: var(--darkgrey-color);
}
@media screen and (max-width: 767.5px) {
  .blogListing .tabs-wrapper li .link {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.blogListing .tabs-wrapper li .link.active, .blogListing .tabs-wrapper li .link:hover {
  background: var(--gradian-color);
  color: var(--white-color);
  border-color: var(--white-color);
}
.blogListing .listing {
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 34px;
}
@media screen and (max-width: 767.5px) {
  .blogListing .listing {
    row-gap: 20px;
  }
}
.blogListing .listing .item {
  width: 31.33%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}
@media screen and (max-width: 767.5px) {
  .blogListing .listing .item {
    width: 100%;
  }
}
.blogListing .listing .item {
  display: flex;
  flex-direction: column;
}
.blogListing .listing .item .content-box {
  flex: 1;
  padding: 0px 20px 20px;
}
.blogListing .listing .img-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.5px) {
  .blogListing .listing .img-wrapper {
    margin-bottom: 10px;
  }
}
.blogListing .listing .img-wrapper img {
  width: 100%;
}
.blogListing .listing .img-wrapper .date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gradian-color);
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  width: 74px;
  height: 74px;
  line-height: 1.3;
}
.blogListing .listing .img-wrapper .date span {
  background: var(--white-color);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--darkgrey-color);
  padding: 4px;
}
.blogListing .listing .categories {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  margin-bottom: 10px;
}
.blogListing .listing .categories a {
  color: var(--darkgrey-color);
  margin-right: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blogListing .listing .categories a {
    font-size: 14px;
  }
}
.blogListing .listing .categories a::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: rgba(80, 43, 138, 0.2705882353);
  right: -8px;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.blogListing .listing .categories a:last-child {
  margin-right: 0px;
}
.blogListing .listing .categories a:last-child::before {
  display: none;
}
.blogListing .listing .categories a:hover {
  color: var(--primary-dark-color);
}
.blogListing .listing .categories a i {
  margin-right: 8px;
}
.blogListing .listing .title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  color: var(--primary-dark-color);
  margin-bottom: 16px;
}
@media screen and (max-width: 767.5px) {
  .blogListing .listing .title {
    margin-bottom: 5px;
  }
}
.blogListing .listing p {
  color: #423A3A;
  margin-bottom: 20px;
}

.blogDetailSection {
  padding-bottom: 0px;
}
.blogDetailSection .top-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blogDetailSection .categories {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  margin-bottom: 10px;
  margin-bottom: 24px;
}
.blogDetailSection .categories a {
  color: var(--darkgrey-color);
  margin-right: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blogDetailSection .categories a {
    font-size: 14px;
  }
}
.blogDetailSection .categories a::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: rgba(80, 43, 138, 0.2705882353);
  right: -8px;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.blogDetailSection .categories a:last-child {
  margin-right: 0px;
}
.blogDetailSection .categories a:last-child::before {
  display: none;
}
.blogDetailSection .categories a:hover {
  color: var(--primary-dark-color);
}
.blogDetailSection .categories a i {
  margin-right: 8px;
}
.blogDetailSection .heading {
  margin-bottom: 50px;
}
.blogDetailSection .btn-wrapper {
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 10px;
  align-items: center;
  margin-bottom: 80px;
}
.blogDetailSection .btn-wrapper .left-btns {
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 10px;
}
.blogDetailSection .btn-wrapper .share {
  color: var(--primary-dark-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
}
.blogDetailSection .btn-wrapper .share:hover {
  color: var(--darkgrey-color);
}
.blogDetailSection .btn-wrapper .share i {
  margin-left: 8px;
  font-size: 22px;
}
.blogDetailSection .img-wrapper {
  margin-bottom: 30px;
}

.testimonialSection {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.testimonialSection .heading {
  color: var(--primary-dark-color);
  padding-top: 80px;
  position: relative;
  font-size: 36px;
  margin-bottom: 50px;
  text-transform: none;
}
.testimonialSection .heading::before {
  content: "";
  position: absolute;
  background: url("../img/quote.svg") top left no-repeat;
  background-size: 100%;
  width: 74px;
  height: 48px;
  top: 0;
  left: 0;
}
.testimonialSection .user-img {
  display: flex;
  margin-right: 16px;
}
.testimonialSection .name {
  font-size: 18px;
  color: var(--primary-dark-color);
  line-height: 1;
}
.testimonialSection .name span {
  color: rgba(34, 34, 34, 0.8);
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid rgba(34, 34, 34, 0.2);
  display: inline-flex;
  line-height: 1;
}
.testimonialSection .testimonal-slide .heading {
  font-size: 26px;
  padding-top: 60px;
}
.testimonialSection .testimonal-slide .heading::before {
  width: 54px;
  height: 37px;
}
.testimonialSection .testimonal-slide.owl-carousel .owl-stage {
  display: flex;
}
.testimonialSection .testimonal-slide.owl-carousel .item {
  width: 100%;
  flex: 1 0 auto;
  height: 100%;
}
.testimonialSection .testimonal-slide.owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: flex-start;
}
.testimonialSection .testimonal-slide.owl-carousel .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .testimonialSection .testimonal-slide.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.testimonialSection .testimonal-slide.owl-carousel .owl-dots .owl-dot:hover span, .testimonialSection .testimonal-slide.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}

.relatedArticlesSection .listing {
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 34px;
}
@media screen and (max-width: 767.5px) {
  .relatedArticlesSection .listing {
    row-gap: 20px;
  }
}
.relatedArticlesSection .listing .item {
  width: 31.33%;
}
@media screen and (max-width: 767.5px) {
  .relatedArticlesSection .listing .item {
    width: 100%;
  }
}
.relatedArticlesSection .listing .item {
  padding: 6px;
}
.relatedArticlesSection .listing .inner-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.relatedArticlesSection .listing .inner-box:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
.relatedArticlesSection .listing .inner-box .content-box {
  flex: 1;
  padding: 0px 15px 25px;
}
.relatedArticlesSection .listing .img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.relatedArticlesSection .listing .img-wrapper img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.relatedArticlesSection .listing .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  color: var(--primary-dark-color);
  margin-bottom: 16px;
}
@media screen and (max-width: 767.5px) {
  .relatedArticlesSection .listing .title {
    margin-bottom: 5px;
  }
}
.relatedArticlesSection .listing p {
  color: #423A3A;
  margin-bottom: 0px;
}
.relatedArticlesSection .listing.fourColumn {
  -moz-column-gap: 1.33%;
       column-gap: 1.33%;
}
.relatedArticlesSection .listing.fourColumn .item {
  width: 24%;
  padding: 0px;
}
.relatedArticlesSection .owl-carousel .owl-stage-outer {
  margin: auto;
  padding: 8px 0px;
}
.relatedArticlesSection .owl-carousel .owl-stage {
  display: flex;
}
.relatedArticlesSection .owl-carousel .item {
  width: 100%;
  flex: 1 0 auto;
  height: 100%;
  padding-bottom: 2px;
}
.relatedArticlesSection .owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.relatedArticlesSection .owl-carousel .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .relatedArticlesSection .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.relatedArticlesSection .owl-carousel .owl-dots .owl-dot:hover span, .relatedArticlesSection .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}

.cargo-describ {
  text-align: center;
}
.cargo-describ.aboutCustomClearance .heading {
  margin-top: 0px;
}
.cargo-describ p {
  text-align: center;
}
.cargo-describ .heading {
  max-width: 700px;
  margin: 30px auto 0px;
}

.our-benifit {
  background-color: var(--white-color);
}
.our-benifit .heading {
  text-align: center;
}
.our-benifit .benifit-content {
  -moz-column-gap: 3.33%;
       column-gap: 3.33%;
  row-gap: 30px;
  margin-bottom: 46px;
}
.our-benifit .benifit-itm {
  width: 31%;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  background: var(--white-color);
  flex-direction: column;
  align-items: center;
}
.our-benifit .benifit-itm .small-heading {
  color: var(--primary-dark-color);
  line-height: 1.3;
  margin-bottom: 10px;
}
.our-benifit .benifit-itm .des {
  width: 100%;
  text-align: center;
}
.our-benifit .benifit-itm .des p {
  color: var(--primary-color);
}
.our-benifit .benifit-itm .des p span {
  color: var(--primary-dark-color);
}
.our-benifit .benifit-itm .images {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: flex-start;
  margin-top: 6px;
}
.our-benifit .benifit-itm .images img {
  max-height: 63px;
}
.our-benifit .bottom-des p {
  font-size: 14px;
  color: var(--primary-color);
}
.our-benifit .owl-carousel .item {
  width: 100%;
  flex: 1 0 auto;
  height: 100%;
  padding-bottom: 4px;
}
.our-benifit .owl-carousel .benifit-itm {
  width: 100%;
  height: 100%;
  flex-direction: column;
  row-gap: 24px;
}
.our-benifit .owl-carousel .benifit-itm .des {
  width: 100%;
}
.our-benifit .owl-carousel .owl-stage {
  display: flex;
  padding: 2px;
}
.our-benifit .owl-carousel .owl-item {
  padding: 2px;
}
.our-benifit .owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.our-benifit .owl-carousel .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .our-benifit .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.our-benifit .owl-carousel .owl-dots .owl-dot:hover span, .our-benifit .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}
.our-benifit .benifit-content.two-column {
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.our-benifit .benifit-content.two-column .benifit-itm {
  width: 48%;
  padding: 0px;
  background: transparent;
  border: 0px;
  flex-direction: row;
  align-items: flex-start;
}
.our-benifit .benifit-content.two-column .benifit-itm.itemCenter {
  align-items: center;
}
.our-benifit .benifit-content.two-column .benifit-itm.itemCenter .images {
  align-items: center;
  margin-top: 0;
}
.our-benifit .benifit-content.two-column .benifit-itm .des {
  text-align: left;
}
.our-benifit .benifit-content.two-column .benifit-itm .des .small-heading {
  color: var(--darkgrey-color);
}

.tabing-section .content-wrapper {
  padding: 25px 0 0;
}
.tabing-section .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #D9D9D9;
}
.tabing-section .tabs .tab-link {
  list-style: none;
  padding: 10px 20px;
  color: var(--primary-color);
  cursor: pointer;
  transition: all ease 0.5s;
  font-weight: 300;
  border: 1px solid transparent;
}
.tabing-section .tabs .tab-link.active {
  position: relative;
}
.tabing-section .tabs .tab-link.active:after {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--primary-dark-color);
  content: "";
  left: 0;
}
.tabing-section .tab-content {
  display: none;
}
.tabing-section .tab-content.active {
  display: block;
}
.tabing-section .tab-content p {
  margin-bottom: 20px;
}
.tabing-section .tab-content .tab-left,
.tabing-section .tab-content .tab-right {
  width: 49%;
}
.tabing-section .tab-content .tabing-content-des {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 767.5px) {
  .tabing-section .tab-content .tabing-content-des {
    row-gap: 20px;
  }
}
.tabing-section .tab-content .tabing-content-des .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .tabing-section .tab-content .tabing-content-des .item {
    width: 100%;
  }
}
.tabing-section .tab-content .listing-des ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.tabing-section .tab-content .listing-des ul li {
  position: relative;
  color: var(--primary-color);
  font-weight: 300;
  padding-left: 35px;
}
.tabing-section .tab-content .listing-des ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background-image: url(../img/check-circle.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.tabing-section .tab-content .images img {
  width: 100%;
}
.tabing-section .images {
  position: relative;
}
.tabing-section .more-info {
  position: absolute;
  bottom: 0px;
  width: 80%;
  right: 20px;
  margin-top: 40px;
  text-align: right;
}
.tabing-section .more-info p {
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 8px;
}

.routesSection .item {
  padding: 6px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.routesSection .item:hover {
  transform: scale(1.05);
}
.routesSection .content {
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  margin: 0px 2px;
  background: var(--white-color);
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.routesSection .location {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-left: 1px dashed var(--primary-color);
}
.routesSection .location li {
  padding-left: 15px;
  position: relative;
  line-height: 1;
}
.routesSection .location li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
}
.routesSection .location li:nth-child(2) {
  color: var(--primary-dark-color);
}
.routesSection .location li:nth-child(2)::before {
  background: var(--primary-light-color);
}
.routesSection .distance {
  padding: 8px 12px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  background: var(--gradian-color);
  color: var(--white-color);
  opacity: 0.75;
}
.routesSection .distance:hover {
  opacity: 1;
}
.routesSection .owl-carousel .owl-stage-outer {
  padding-bottom: 2px;
}
.routesSection .owl-carousel .owl-stage {
  display: flex;
}
.routesSection .owl-carousel .owl-item {
  padding: 4px;
  margin-bottom: 10px;
}
.routesSection .owl-carousel .item {
  width: 100%;
  flex: 1 0 auto;
  height: 100%;
}
.routesSection .owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.routesSection .owl-carousel .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .routesSection .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.routesSection .owl-carousel .owl-dots .owl-dot:hover span, .routesSection .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}

.brandsSection .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.brandsSection .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .brandsSection .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.brandsSection .owl-dots .owl-dot:hover span, .brandsSection .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}

.overview-listing-des .listing-des ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.overview-listing-des .listing-des ul li {
  position: relative;
  color: var(--primary-color);
  font-weight: 300;
  padding-left: 35px;
}
.overview-listing-des .listing-des ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background-image: url(../img/check-circle.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.popular-slider .owl-carousel .owl-stage {
  display: flex;
}
.popular-slider .owl-carousel .item {
  width: 100%;
  flex: 1 0 auto;
  height: 100%;
}
.popular-slider .owl-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.popular-slider .owl-carousel .owl-dots .owl-dot span {
  display: inline-flex;
  border-radius: 3px;
  width: 40px;
  height: 6px;
  margin: 0px;
  background: linear-gradient(90deg, rgba(236, 15, 105, 0.16) 0%, rgba(65, 46, 141, 0.16) 100%);
}
@media screen and (max-width: 767.5px) {
  .popular-slider .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.popular-slider .owl-carousel .owl-dots .owl-dot:hover span, .popular-slider .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--gradian-color);
}

.popupWrapper {
  display: none;
}
.popupWrapper .ratingStars {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.popupWrapper .ratingStars .rating {
  width: 28px;
  height: 28px;
  color: var(--primary-color);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.popupWrapper .ratingStars .rating input[type=radio] {
  position: absolute;
  border: 0px;
  width: 28px;
  height: 28px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.popupWrapper .ratingStars .rating span {
  width: 28px;
  height: 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white-color);
  color: var(--primary-color);
  font-size: 12px;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
}
.popupWrapper .ratingStars .rating:hover span, .popupWrapper .ratingStars .rating.active span {
  background: var(--gradian-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.popupWrapper .formWrapper {
  row-gap: 30px;
}
.popupWrapper .form-row label {
  margin-bottom: 10px;
  display: block;
}

.coldChainOverview .topScrolls {
  position: sticky;
  top: 74px;
  z-index: 2;
  background: var(--white-color);
}
.coldChainOverview .topScrolls .items {
  padding: 20px 0px 11px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #D9D9D9;
}
.coldChainOverview .topScrolls li a {
  list-style: none;
  padding: 10px 20px;
  color: var(--primary-color);
  cursor: pointer;
  transition: all ease 0.5s;
  font-weight: 300;
  border: 1px solid transparent;
}
.coldChainOverview .topScrolls li a.active {
  position: relative;
}
.coldChainOverview .topScrolls li a.active:after {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--primary-dark-color);
  content: "";
  left: 0;
}
.coldChainOverview .content-box {
  height: auto !important;
}
.coldChainOverview .content-box.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.coldChainOverview .content-box p {
  color: var(--primary-color);
}
.coldChainOverview .content-box.bg-white {
  background: var(--white-color);
}
.coldChainOverview .content-box .small-heading {
  line-height: 1.3;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.22;
  font-family: var(--font-one);
  margin-bottom: 20px;
  text-transform: capitalize;
}
.coldChainOverview .content-box .small-heading.mt-20 {
  margin-top: 20px;
}
.coldChainOverview .content-box .heading {
  margin-bottom: 40px;
}
.coldChainOverview .content-box .btn-wrapper {
  margin-top: 24px;
}
.coldChainOverview .inner-content {
  padding: 0px 0px;
}
.coldChainOverview .inner-content.py-0 {
  padding: 0px;
}
.coldChainOverview .inner-content.two-column {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
  margin-top: 40px;
  padding: 0px;
}
@media screen and (max-width: 767.5px) {
  .coldChainOverview .inner-content.two-column {
    row-gap: 20px;
  }
}
.coldChainOverview .inner-content.two-column .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .coldChainOverview .inner-content.two-column .item {
    width: 100%;
  }
}
.coldChainOverview .inner-content.two-column.mt-0 {
  margin-top: 0px;
}
.coldChainOverview .inner-content.two-column:nth-child(even) .left-section {
  order: 2;
}
.coldChainOverview .inner-content.two-column:nth-child(even) .right-section {
  order: 1;
}
.coldChainOverview .listing-des ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.coldChainOverview .listing-des ul li {
  position: relative;
  color: var(--primary-color);
  font-weight: 300;
  padding-left: 35px;
}
.coldChainOverview .listing-des ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background-image: url(../img/check-circle.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.coldChainOverview .our-benifit .benifit-itm .small-heading {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
}

.homeFeaturedSegment {
  padding-bottom: 0px;
}
.homeFeaturedSegment .inner-content {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 767.5px) {
  .homeFeaturedSegment .inner-content {
    row-gap: 20px;
  }
}
.homeFeaturedSegment .inner-content .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .homeFeaturedSegment .inner-content .item {
    width: 100%;
  }
}
.homeFeaturedSegment .item {
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.homeFeaturedSegment .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 84%);
  opacity: 0.6;
}
.homeFeaturedSegment .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 300;
  padding: 10px 16px;
}
.homeFeaturedSegment .item:hover {
  transform: scale(1.05);
}

.homeIndustrySectors .inner-content {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 20px;
}
.homeIndustrySectors .inner-content .item {
  width: 15%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeIndustrySectors .inner-content .item .icon-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
}
.homeIndustrySectors .inner-content .item:hover {
  transform: scale(1.05);
}
.homeIndustrySectors .inner-content .item:hover .icon-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.homeIndustrySectors .inner-content .text {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  font-weight: 300;
  color: var(--darkgrey-color);
}

.homeBlog .items {
  display: grid;
  grid-template-areas: "left center" "left right";
  gap: 10px;
}
.homeBlog .item-1 {
  grid-area: left;
}
.homeBlog .item-2 {
  grid-area: center;
}
.homeBlog .item-3 {
  grid-area: right;
}
.homeBlog .item-2 .img-wrapper,
.homeBlog .item-3 .img-wrapper {
  height: 161px;
}
.homeBlog .item {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.homeBlog .item:hover {
  transform: scale(1.01);
}
.homeBlog .content-box {
  padding: 8px 15px 15px;
}
.homeBlog .img-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.homeBlog .img-wrapper img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.homeBlog .img-wrapper:hover img {
  transform: scale(1.05);
}
.homeBlog .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: var(--darkgrey-color);
  margin-top: 8px;
  margin-bottom: 0px;
  z-index: 11;
}
.homeBlog .categories {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  margin-bottom: 10px;
}
.homeBlog .categories a {
  color: var(--darkgrey-color);
  margin-right: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .homeBlog .categories a {
    font-size: 14px;
  }
}
.homeBlog .categories a::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: rgba(80, 43, 138, 0.2705882353);
  right: -8px;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.homeBlog .categories a:last-child {
  margin-right: 0px;
}
.homeBlog .categories a:last-child::before {
  display: none;
}
.homeBlog .categories a:hover {
  color: var(--primary-dark-color);
}
.homeBlog .categories a i {
  margin-right: 8px;
}

.whatsappIconBox {
  position: fixed;
  bottom: 30px;
  left: 40px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  z-index: 99;
}
.whatsappIconBox .whatsappStickyIcon {
  background: #2DB742;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.whatsappIconBox .whatsappStickyIcon i {
  color: var(--white-color);
  font-size: 28px;
}
.whatsappIconBox .textBox {
  width: 180px;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  padding: 10px;
  color: var(--darkgrey-color);
}

.trackOrderSection .containerInfo {
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.trackOrderSection .containerInfo .items {
  -moz-column-gap: 2.66%;
       column-gap: 2.66%;
  row-gap: 20px;
}
.trackOrderSection .containerInfo .item {
  width: 23%;
  font-size: 16px;
  color: rgba(66, 58, 58, 0.5);
  line-height: 1.3;
}
.trackOrderSection .containerInfo .item:nth-child(-n+4) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.trackOrderSection .containerInfo .item span {
  display: flex;
  opacity: 1;
  color: var(--darkgrey-color);
  margin-bottom: 8px;
  font-size: 18px;
}
.trackOrderSection .containerInfo .small-heading {
  margin-bottom: 40px;
}

.trackingDetailSection table {
  width: 100%;
}
.trackingDetailSection .trackingTable {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-spacing: 0px;
}
.trackingDetailSection .trackingTable tr > th {
  padding: 30px 20px;
  text-align: center;
  font-weight: 400;
}
.trackingDetailSection .trackingTable tr > th:first-child {
  text-align: left;
}
.trackingDetailSection .trackingTable tr.mainRow > td {
  padding: 16px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.trackingDetailSection .trackingTable tr.mainRow > td:first-child {
  text-align: left;
}
.trackingDetailSection .trackingTable tr.mainRow:last-child > td {
  border-bottom: 0px;
}
.trackingDetailSection .trackingTable tr.mainRow .img-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  width: 95px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.trackingDetailSection .trackingTable tr.mainRow .img-wrapper img {
  max-height: 100%;
}
.trackingDetailSection .trackingTable tr.innerRow {
  display: none;
  transition: all 1s linear;
  opacity: 0;
}
.trackingDetailSection .trackingTable tr.innerRow.active {
  opacity: 1;
  display: table-row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.trackingDetailSection .trackingTable tr.innerRow table td {
  padding: 16px 20px;
  text-align: left;
}
.trackingDetailSection .trackingTable tr.innerRow table td.date {
  width: 25%;
  font-size: 14px;
  color: var(--darkgrey-color);
  line-height: 1.8;
  text-align: left;
}
.trackingDetailSection .trackingTable tr.innerRow table td.date span {
  display: block;
  opacity: 0.6;
}
.trackingDetailSection .trackingTable tr.innerRow table td.flag {
  width: 10%;
}
.trackingDetailSection .trackingTable tr.innerRow table td.flag .flagWrapper {
  width: 47px;
  height: 47px;
  position: relative;
}
.trackingDetailSection .trackingTable tr.innerRow table td.flag .flagWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  border-left: 1px dotted rgba(0, 0, 0, 0.1);
  margin: auto;
  height: 50px;
  top: 100%;
}
.trackingDetailSection .trackingTable tr.innerRow table td.location {
  font-size: 16px;
  color: var(--darkgrey-color);
  line-height: 1.8;
  text-align: left;
}
.trackingDetailSection .trackingTable tr.innerRow table td.location span {
  display: block;
  opacity: 0.6;
}
.trackingDetailSection .trackingTable tr.innerRow table tr:last-child td.flag .flagWrapper::after {
  content: "";
  display: none;
}

.lifeatSection .inner-content {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.lifeatSection .inner-content .item {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 767.5px) {
  .lifeatSection .inner-content .item {
    row-gap: 20px;
  }
}
.lifeatSection .inner-content .item .item {
  width: 49%;
}
@media screen and (max-width: 767.5px) {
  .lifeatSection .inner-content .item .item {
    width: 100%;
  }
}
.lifeatSection .inner-content .item:nth-child(odd) .left-section {
  order: 2;
}
.lifeatSection .inner-content .item:nth-child(odd) .right-section {
  order: 1;
}
.lifeatSection .inner-content .item .round-box {
  border-radius: 4px 20px;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.lifeatSection .inner-content .item .round-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gradian-color);
  opacity: 0.12;
}
.lifeatSection .inner-content .item .round-box img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.lifeatSection .inner-content .item:hover .round-box img {
  transform: scale(1.05);
}

.careerPgSection .inner-wrapper {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 50px;
}
.careerPgSection .left-section {
  width: 59%;
}
.careerPgSection .left-section .items {
  row-gap: 30px;
}
.careerPgSection .left-section .item {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.careerPgSection .left-section .gradiant-btn {
  width: -moz-max-content;
  width: max-content;
  padding: 14px 32px 16px;
  line-height: 1;
}
.careerPgSection .left-section .date {
  color: var(--primary-dark-color);
  margin-bottom: 20px;
}
.careerPgSection .left-section .label {
  font-size: 16px;
  font-weight: 300;
  color: var(--primary-color);
  letter-spacing: 1.5px;
  margin-top: 10px;
}
.careerPgSection .left-section .content-box {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.careerPgSection .left-section .content-box:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.careerPgSection .left-section .content-box .small-heading {
  margin-bottom: 24px;
}
.careerPgSection .left-section .content-box .opening {
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}
.careerPgSection .left-section .content-box .opening ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.careerPgSection .left-section .content-box .opening li {
  color: var(--darkgrey-color);
  display: flex;
  align-items: center;
}
.careerPgSection .left-section .content-box .opening li i {
  margin-right: 6px;
}
.careerPgSection .left-section .listing-des {
  margin-bottom: 10px;
}
.careerPgSection .left-section .listing-des ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.careerPgSection .left-section .listing-des ul li {
  position: relative;
  color: var(--primary-color);
  font-weight: 300;
  padding-left: 35px;
}
.careerPgSection .left-section .listing-des ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background-image: url(../img/check-circle.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.careerPgSection .right-section {
  width: 39%;
}
.careerPgSection .follwimg-info {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}
.careerPgSection .follwimg-info .acknowledgeText {
  margin-top: 16px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.careerPgSection .formWrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.privacyPolicySection .listing-des ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.privacyPolicySection .listing-des ul li {
  position: relative;
  color: var(--primary-color);
  font-weight: 300;
  padding-left: 35px;
}
.privacyPolicySection .listing-des ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background-image: url(../img/check-circle.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.privacyPolicySection .listing-des.two-column ul {
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.privacyPolicySection .listing-des.two-column ul li {
  width: 49%;
}
.privacyPolicySection .small-heading {
  margin-bottom: 24px;
  font-weight: 400;
}
.privacyPolicySection .item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DBDBDB;
}
.privacyPolicySection .item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.privacyPolicySection .inner-items {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 30px;
}
.privacyPolicySection .inner-items .box {
  width: 32%;
}
.privacyPolicySection .inner-items.two-column .box {
  width: 49%;
}/*# sourceMappingURL=style.css.map */
.fullWidthCommentForm .follwimg-info{
    width: 100% !important;
}
.blog-content .gradiant-btn:hover::before{
    border-radius: 999px;
}
.blog-content .gradiant-btn:hover svg path{
    fill: #ec0f69;
}
.noptin .widget-area {
    display: block;
    margin: auto;
    padding: 0;
}
.widget.widget_noptin_widget_premade{
    margin-bottom: 50px;
}
.noptin-optin-form{
    display: flex;
    justify-content: space-between !important;
    flex-direction: inherit !important;
    align-items: center !important;
    text-align: left !important;
}
.testimonal-sec.hasComments{
    margin-bottom: 0px;
}
.noptin-inpost-main-wrapper .noptin-optin-form-wrapper{
    border-radius: 20px !important;
}
.blogListing .listing .img-wrapper img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    object-position: 58%;
}