/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
.hidden-lg {
  display: none !important;
}
.static-header {
  position: static !important;
}
#header {
  padding: 16px 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0px;
  right: 0;
}
.logo-white {
  display: flex;
}
.logo-blue {
  display: none;
}
#header.fixHeaderNew,
#header.fixHeader {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: var(--white) !important;
}
#header.fixHeaderNew .main-nav > ul > li > a,
#header.fixHeader .main-nav > ul > li > a {
  color: #23211c !important;
}
#header.fixHeaderNew .main-nav > ul > li > a:hover,
#header.fixHeader .main-nav > ul > li > a:hover {
  color: var(--button-fill) !important;
}
#header.fixHeaderNew .main-nav > ul > li > a.button:hover,
#header.fixHeader .main-nav > ul > li > a.button:hover {
  color: #23211c !important;
}
#header.fixHeaderNew .logo-white,
#header.fixHeader .logo-white {
  display: none;
}
#header.fixHeaderNew .logo-blue,
#header.fixHeader .logo-blue {
  display: flex;
}
.navbar {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .nav-header {
  display: inline;
}
.navbar .nav-header .nav-logo {
  display: inline-block;
  width: 100%;
}
.navbar .nav-header {
  width: 250px;
  margin-right: 42px;
}
.nav-logo a {
  display: block;
  cursor: pointer;
  height: 40px;
  width: 230px;
}
.nav-logo a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.hamburger {
  position: absolute;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  z-index: 99;
  right: 0;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hamburger span.h-top {
  top: 3px;
}
.hamburger span.h-bottom {
  bottom: 3px;
}
.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}
.hamburger.h-active {
  right: 15% !important;
  top: -54px;
  width: 34px;
  height: 30px;
  z-index: 99999;
}
.hamburger.h-active span {
  width: 100%;
  background: #23211c;
}
.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}
.bottombar {
  background-color: #08509e;
}
.main-nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.main-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
}
.main-nav > ul > li {
  position: relative;
}
.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 0px 24px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
.getintouchbtn {
  margin-left: 20px;
  padding: 0 16px !important;
}
.submenu {
  position: absolute;
  left: 0;
  top: 48px;
  right: 0;
  min-width: 330px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  /*  opacity: 0;
  visibility: hidden; */
  display: none;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.submenu > li {
  display: block;
  margin: 0 -15px;
  border-bottom: 1px solid #23211c;
}
.submenu > li:last-child {
  border-bottom: 0;
}
.submenu > li a {
  display: block;
  padding: 16px 20px;
  color: #252525;
  line-height: 1;
  font-family: "switzerregular";
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.submenu > li a:hover {
  color: var(--site-color);
  font-family: "switzermedium";
}
.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: 5px;
  top: 9px;
  z-index: 999;
  display: none;
}
.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
/* .main-nav>ul>li:hover .submenu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
} */
.content-block {
  padding: 70px 0;
  position: relative;
}
.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideInUp2 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.book-login-btns {
  display: flex;
}
.head-menu {
  display: flex;
}
.main-nav > ul > li > a.drop-dwn {
  position: relative;
  padding: 0px 38px 0px 12px;
}
.main-nav > ul > li > a {
  padding: 8px 12px;
  height: 48px;
  line-height: 48px;
}
.main-nav > ul > li > a:hover {
  color: var(--button-fill);
}
.drop-dwn::before {
  content: "";
  width: 0;
  height: 0;
  padding: 0px;
  border: 5px solid transparent;
  border-top: 0;
  border-bottom: 6px solid var(--button-fill);
  position: absolute;
  right: 22px;
  top: calc(50% - 3px);
  transition: all 0.5s;
  transform: rotate(180deg);
}
.drop-dwn.down::before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.mob-cta {
  display: none;
}
.blk-bg {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  z-index: -100000;
  transition: all 1s;
}
.mobile-disp {
  display: none;
}
.web-disp {
  display: flex;
  align-items: center;
}
.megamenu {
  min-width: 550px;
  width: 100%;
  padding: 30px;
}
.megamenu a {
  opacity: 0.7;
}
.megamenu a:hover {
  opacity: 1;
}
.header-courses-wrap,
.header-courses-detail-wrap {
  padding: 20px;
}
.header-course-div {
  margin-bottom: 24px;
}
.header-course-pic-name-wrap {
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 24px;
}
.header-course-pic-name-wrap .header-course-img {
  width: 140px;
  height: 100px;
}
.header-course-pic-name-wrap .header-course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.header-course-pic-name-wrap .header-course-name-text {
  margin-left: 16px;
}
.all-course-link-sec {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #e6e8ec;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header-course-link {
  color: var(--button-fill);
  transition: all 0.5s;
  margin-left: 0;
}
.header-course-link img {
  margin-top: -4px;
  margin-left: 4px;
}
.header-course-link:hover img {
  transition: all 0.5s;
  margin-left: 10px;
}
.expandright {
  left: auto;
  right: 30px;
}
.expandright:focus {
  padding: 0 0 0 16px;
}
.button-1 {
  height: 46px !important;
  line-height: 46px !important;
}
.brand-logos {
  max-height: 70px;
  max-width: 150px;
  width: 100%;
  height: 100%;
  border: 1px solid #252525;
  padding: 20px;
  margin: 10px 0;
}
.brand-logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-brand-menu-header {
  font-size: 20px;
  margin-bottom: 14px;
}
.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-list li {
  padding: 7px 16px;
}
.header-list li a {
  font-size: 16px;
  color: var(--clr-dark);
  font-weight: 500;
}
.header-list li a:hover {
  color: var(--clr-cBlue);
  font-weight: 500;
}
.category-strip-web {
  background: #fff;
  border-bottom: 1px solid #252525;
}
.category-strip-web ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-strip-web li {
  padding: 12px 20px;
}
.category-strip-web li a {
  padding: 12px 20px;
  color: #252525;
  font-size: 16px;
}
.category-strip-web li a:hover {
  color: #868686;
}
.category-strip-mobile,
.acc-panel-mobil,
.mobile-search-strip {
  display: none;
}
.ov-hid {
  overflow: hidden;
}
.pos-rel {
  position: relative;
  z-index: 1;
}
.menuBtn {
  display: flex;
  align-items: center;
}
.menuBtn .button {
  margin-left: 24px;
}
.menuBtn .text-link {
  color: #fff;
}
@media all and (max-width: 1280px) {
  .navbar .nav-header {
    width: 136px;
    margin-right: 22px;
  }
  .main-nav > ul > li > a {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
  .main-nav > ul > li > a.drop-dwn {
    position: relative;
    padding: 8px 38px 8px 12px;
  }
}
@media all and (max-width: 1200px) {
  .navbar .nav-header {
    width: 126px;
  }
  .lang-select,
  .select-containr-box {
    width: 120px;
  }
  .main-nav > ul > li > a.drop-dwn {
    padding: 8px 34px 8px 12px;
  }
}
@media all and (max-width: 1059px) {
  .hidden-lg {
    display: flex !important;
  }
  .head-menu {
    align-items: center;
    justify-content: flex-end;
  }
  .fixHeader .hamburger span {
    background: #23211c;
  }
  .main-nav {
    position: fixed;
    top: -68px;
    right: -58px;
    width: 250px;
    padding: 20px;
    z-index: 99999;
    height: 100vh;
    overflow: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
  }
  .main-nav.slidenav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .main-nav > ul {
    float: none;
    display: block;
    width: 100%;
  }
  .main-nav > ul > li {
    padding: 0 !important;
    margin-left: 0;
    width: 100%;
  }
  .main-nav > ul > li > a {
    color: #252525;
    line-height: 35px;
    width: 100%;
  }
  .main-nav .fl {
    display: block;
    line-height: 35px;
    pointer-events: none;
  }
  .submenu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    padding: 5px 15px 5px 25px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }
  .submenu > li a {
    display: block;
    padding: 14px;
    color: #252525;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .submenu > li a:hover {
    background: transparent;
    color: #252525;
  }
  .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .blk-bg {
    width: 114vw;
    height: 100vh;
    position: fixed;
    top: -68px;
    left: -100px;
    background: rgba(22, 17, 13, 0.5);
    z-index: 1;
  }
  .blk-bg.block {
    display: block;
  }
  .header-courses-detail-wrap {
    padding: 0;
  }
  .header-course-pic-name-wrap {
    flex-direction: column;
  }
  .header-course-name-text a,
  .header-course-name-text p {
    color: #ccc;
  }
  .header-course-pic-name-wrap .header-course-img {
    width: 170px;
    height: 130px;
  }
  .header-course-pic-name-wrap .header-course-name-text {
    margin-left: 3px;
    margin-top: 10px;
  }
  .nav-logo a {
    display: block;
    cursor: pointer;
    height: 30px;
    width: 120px;
  }
}
@media all and (max-width: 1024px) {
  .main-nav {
    right: 0px;
    top: 0px;
    padding: 50px 14px 20px;
  }
  .blk-bg {
    top: 0px;
  }
  .submenu {
    padding: 5px 15px 5px 14px;
  }
  .main-nav > ul > li:hover .submenu {
    border: 0 none;
  }
  .category-strip-web {
    display: none;
  }
  .main-nav > ul {
    float: none;
    display: block;
    width: 100%;
    overflow-y: auto;
    height: 90%;
  }
  .brand-logos {
    padding: 16px 10px;
    margin: 0px 0;
  }
  .top-brand-menu-header {
    margin-bottom: 0;
  }
  .category-strip-mobile {
    display: block;
  }
  .category-strip-mobile li a {
    color: #252525;
    line-height: 35px;
    width: 100%;
    padding: 8px 12px;
    display: flex;
  }
  .megamenu .f-row .f-col {
    margin: 10px 0;
  }
  .hamburger.h-active {
    width: 26px;
    height: 20px;
    right: -8% !important;
    top: 0px;
  }
  .getintouchbtn {
    margin-left: 10px;
    width: 92% !important;
    margin-top: 14px;
  }
  .submenu > li a {
    line-height: 1.6;
  }
  .mobile-disp {
    display: block;
  }
  .web-disp {
    display: none;
  }
  .header-list {
    display: none;
  }
  .main-nav {
    flex-direction: column;
  }
  .main-nav > ul {
    height: 100%;
  }
  .menuBtn {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .menuBtn .button.line {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .menuBtn {
    margin-left: 14px;
  }
  .menuBtn .button {
    min-width: 186px !important;
    padding-right: 22px;
  }
  .menuBtn .button.line {
    width: 100%;
    min-width: 160px !important;
    padding-left: 0;
  }
  .main-nav > ul > li > a.drop-dwn {
    padding: 8px 24px 8px 12px;
  }
  .drop-dwn::before {
    right: 2px;
  }
  .main-nav > ul > li:hover > a:hover::before {
    right: 3px;
  }
  .acc-panel-mobil {
    display: flex;
    align-items: center;
  }
  .acc-panel-mobil li {
    margin-left: 16px;
  }
  .acc-panel-mobil li.cart-mobile-icon {
    position: relative;
  }
  .acc-panel-mobil li.cart-mobile-icon span {
    position: absolute;
    top: -6px;
    right: -10px;
    font-size: 14px;
    padding: 3px;
    width: 19px;
  }
  #header {
    padding-bottom: 0;
  }
  .navbar {
    margin: 4px 0 10px;
  }
  .blk-bg,
  .main-nav {
    top: 0px;
    right: 0px;
  }
  #header.fixHeader {
    position: fixed;
  }
}
@media all and (max-width: 990px) {
  .hamburger.h-active {
    right: -13% !important;
    top: 0px;
  }
}
@media all and (max-width: 835px) {
  .hamburger.h-active {
    right: -7% !important;
    top: 0px;
  }
  .main-nav {
    right: -2px;
  }
}
@media all and (max-width: 800px) {
  .main-nav {
    right: 0px;
    padding-top: 50px;
  }
  .hamburger.h-active {
    right: -3% !important;
  }
}
@media all and (max-width: 640px) {
  .main-nav {
    right: 0px;
  }
  .hamburger.h-active {
    right: -6% !important;
  }
  .blk-bg {
    left: -60px;
  }
  .sector-section .sector-detail .sector-heading {
    font-size: 24px;
  }
}
@media all and (max-width: 576px) {
  .mob-cta {
    display: block;
    margin-bottom: 16px;
  }
  .main-nav > ul > li.mob-cta {
    padding: 0 0px;
    margin-left: -8px;
    margin-top: 16px;
  }
  .menuBtn .button.line {
    margin: 0px 0;
  }
  .hamburger.h-active {
    right: -4% !important;
  }
  .main-nav > ul {
    height: 88%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .blk-bg {
    left: -70px;
  }
  .main-nav {
    right: 0px;
  }
  .hamburger.h-active {
    right: -5% !important;
  }
  .blk-bg {
    left: -60px;
  }
}
@media all and (max-width: 414px) {
  .nav-logo a {
    display: block;
    cursor: pointer;
    height: 40px;
    width: 120px;
  }
  .hamburger.h-active {
    right: -6% !important;
  }
}
@media all and (max-width: 396px) {
  .main-nav > ul {
    height: 82%;
  }
  .main-nav > ul > li > a {
    padding: 8px 6px;
  }
  .hamburger.h-active {
    right: -7% !important;
  }
  .submenu > li a {
    padding: 9px 14px;
  }
}
@media all and (max-width: 375px) {
  .menuBtn {
    margin-left: 14px;
  }
  .main-nav .button.line {
    min-width: 164px !important;
  }
}
@font-face {
  font-family: 'switzerbold';
  src: url('../fonts/switzer-bold-webfont.woff2') format('woff2'), url('../fonts/switzer-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'switzerlight';
  src: url('../fonts/switzer-light-webfont.woff2') format('woff2'), url('../fonts/switzer-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'switzermedium';
  src: url('../fonts/switzer-medium-webfont.woff2') format('woff2'), url('../fonts/switzer-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'switzerregular';
  src: url('../fonts/switzer-regular-webfont.woff2') format('woff2'), url('../fonts/switzer-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'switzersemibold';
  src: url('../fonts/switzer-semibold-webfont.woff2') format('woff2'), url('../fonts/switzer-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'switzerextralight';
  src: url('../fonts/switzer-extralight-webfont.woff2') format('woff2'), url('../fonts/switzer-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon-2.eot');
  src: url('../fonts/icomoon-2.eot') format('embedded-opentype'), url('../fonts/icomoon-2.ttf') format('truetype'), url('../fonts/icomoon-2.woff') format('woff'), url('../fonts/icomoon-2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?1pf366');
  src: url('../fonts/icomoon.eot?1pf366#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?1pf366') format('truetype'), url('../fonts/icomoon.woff?1pf366') format('woff'), url('../fonts/icomoon.svg?1pf366#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-heart:before {
  content: "\e900";
}
.icon-shopping-cart:before {
  content: "\e901";
}
.icon-list-bold:before {
  content: "\e908";
}
.banner-main-text h2,
.button,
.inner-banner-main-text h2,
h3,
.section-big-heading {
  font-family: 'switzerlight';
}
.text-center {
  text-align: center;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal

-------------------------------------------------------------------*/
html,
body {
  font-family: sans-serif;
  color: #0C0C0C;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --white: #fff;
  --site-color: #0047bb;
  --c-grey: #a8a8a8;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 40px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #80A3DD;
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: #44D62C;
  --button-line: #44D62C;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.variable {
  margin-bottom: 30px;
}
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
.lblue-bnr-bg {
  background: #DCF4F5 !important;
}
.lblue-bnr-bg-2 {
  background: #E6F6FD !important;
}
.lpink-bnr-bg {
  background: #FEE6E4 !important;
}
/*==========================================================================
=> Fonts
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1600px) {
  .f-1600-10 .f-col {
    width: 10%;
  }
  .f-1600-9 .f-col {
    width: 11.11111111%;
  }
  .f-1600-8 .f-col {
    width: 12.5%;
  }
  .f-1600-7 .f-col {
    width: 14.28571429%;
  }
  .f-1600-6 .f-col {
    width: 16.66666667%;
  }
  .f-1600-5 .f-col {
    width: 20%;
  }
  .f-1600-4 .f-col {
    width: 25%;
  }
  .f-1600-3 .f-col {
    width: 33.33333333%;
  }
  .f-1600-2 .f-col {
    width: 50%;
  }
  .f-1600-1 .f-col {
    width: 100%;
  }
  .w-1600-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1600-33 {
    width: 33%;
  }
  .w-1600-16 {
    width: 16.666666%;
  }
  .mb-1600-100 {
    margin-bottom: 100px;
  }
  .mb-1600-95 {
    margin-bottom: 95px;
  }
  .mb-1600-90 {
    margin-bottom: 90px;
  }
  .mb-1600-85 {
    margin-bottom: 85px;
  }
  .mb-1600-80 {
    margin-bottom: 80px;
  }
  .mb-1600-75 {
    margin-bottom: 75px;
  }
  .mb-1600-70 {
    margin-bottom: 70px;
  }
  .mb-1600-65 {
    margin-bottom: 65px;
  }
  .mb-1600-60 {
    margin-bottom: 60px;
  }
  .mb-1600-55 {
    margin-bottom: 55px;
  }
  .mb-1600-50 {
    margin-bottom: 50px;
  }
  .mb-1600-45 {
    margin-bottom: 45px;
  }
  .mb-1600-40 {
    margin-bottom: 40px;
  }
  .mb-1600-35 {
    margin-bottom: 35px;
  }
  .mb-1600-30 {
    margin-bottom: 30px;
  }
  .mb-1600-25 {
    margin-bottom: 25px;
  }
  .mb-1600-20 {
    margin-bottom: 20px;
  }
  .mb-1600-15 {
    margin-bottom: 15px;
  }
  .mb-1600-10 {
    margin-bottom: 10px;
  }
  .mb-1600-5 {
    margin-bottom: 5px;
  }
  .mb-1600-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1440px) {
  .f-1440-10 .f-col {
    width: 10%;
  }
  .f-1440-9 .f-col {
    width: 11.11111111%;
  }
  .f-1440-8 .f-col {
    width: 12.5%;
  }
  .f-1440-7 .f-col {
    width: 14.28571429%;
  }
  .f-1440-6 .f-col {
    width: 16.66666667%;
  }
  .f-1440-5 .f-col {
    width: 20%;
  }
  .f-1440-4 .f-col {
    width: 25%;
  }
  .f-1440-3 .f-col {
    width: 33.33333333%;
  }
  .f-1440-2 .f-col {
    width: 50%;
  }
  .f-1440-1 .f-col {
    width: 100%;
  }
  .w-1440-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1440-33 {
    width: 33%;
  }
  .w-1440-16 {
    width: 16.666666%;
  }
  .mb-1440-100 {
    margin-bottom: 100px;
  }
  .mb-1440-95 {
    margin-bottom: 95px;
  }
  .mb-1440-90 {
    margin-bottom: 90px;
  }
  .mb-1440-85 {
    margin-bottom: 85px;
  }
  .mb-1440-80 {
    margin-bottom: 80px;
  }
  .mb-1440-75 {
    margin-bottom: 75px;
  }
  .mb-1440-70 {
    margin-bottom: 70px;
  }
  .mb-1440-65 {
    margin-bottom: 65px;
  }
  .mb-1440-60 {
    margin-bottom: 60px;
  }
  .mb-1440-55 {
    margin-bottom: 55px;
  }
  .mb-1440-50 {
    margin-bottom: 50px;
  }
  .mb-1440-45 {
    margin-bottom: 45px;
  }
  .mb-1440-40 {
    margin-bottom: 40px;
  }
  .mb-1440-35 {
    margin-bottom: 35px;
  }
  .mb-1440-30 {
    margin-bottom: 30px;
  }
  .mb-1440-25 {
    margin-bottom: 25px;
  }
  .mb-1440-20 {
    margin-bottom: 20px;
  }
  .mb-1440-15 {
    margin-bottom: 15px;
  }
  .mb-1440-10 {
    margin-bottom: 10px;
  }
  .mb-1440-5 {
    margin-bottom: 5px;
  }
  .mb-1440-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  .f-1024-10 .f-col {
    width: 10%;
  }
  .f-1024-9 .f-col {
    width: 11.11111111%;
  }
  .f-1024-8 .f-col {
    width: 12.5%;
  }
  .f-1024-7 .f-col {
    width: 14.28571429%;
  }
  .f-1024-6 .f-col {
    width: 16.66666667%;
  }
  .f-1024-5 .f-col {
    width: 20%;
  }
  .f-1024-4 .f-col {
    width: 25%;
  }
  .f-1024-3 .f-col {
    width: 33.33333333%;
  }
  .f-1024-2 .f-col {
    width: 50%;
  }
  .f-1024-1 .f-col {
    width: 100%;
  }
  .w-1024-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1024-33 {
    width: 33%;
  }
  .w-1024-16 {
    width: 16.666666%;
  }
  .mb-1024-100 {
    margin-bottom: 100px;
  }
  .mb-1024-95 {
    margin-bottom: 95px;
  }
  .mb-1024-90 {
    margin-bottom: 90px;
  }
  .mb-1024-85 {
    margin-bottom: 85px;
  }
  .mb-1024-80 {
    margin-bottom: 80px;
  }
  .mb-1024-75 {
    margin-bottom: 75px;
  }
  .mb-1024-70 {
    margin-bottom: 70px;
  }
  .mb-1024-65 {
    margin-bottom: 65px;
  }
  .mb-1024-60 {
    margin-bottom: 60px;
  }
  .mb-1024-55 {
    margin-bottom: 55px;
  }
  .mb-1024-50 {
    margin-bottom: 50px;
  }
  .mb-1024-45 {
    margin-bottom: 45px;
  }
  .mb-1024-40 {
    margin-bottom: 40px;
  }
  .mb-1024-35 {
    margin-bottom: 35px;
  }
  .mb-1024-30 {
    margin-bottom: 30px;
  }
  .mb-1024-25 {
    margin-bottom: 25px;
  }
  .mb-1024-20 {
    margin-bottom: 20px;
  }
  .mb-1024-15 {
    margin-bottom: 15px;
  }
  .mb-1024-10 {
    margin-bottom: 10px;
  }
  .mb-1024-5 {
    margin-bottom: 5px;
  }
  .mb-1024-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 960px) {
  .f-960-10 .f-col {
    width: 10%;
  }
  .f-960-9 .f-col {
    width: 11.11111111%;
  }
  .f-960-8 .f-col {
    width: 12.5%;
  }
  .f-960-7 .f-col {
    width: 14.28571429%;
  }
  .f-960-6 .f-col {
    width: 16.66666667%;
  }
  .f-960-5 .f-col {
    width: 20%;
  }
  .f-960-4 .f-col {
    width: 25%;
  }
  .f-960-3 .f-col {
    width: 33.33333333%;
  }
  .f-960-2 .f-col {
    width: 50%;
  }
  .f-960-1 .f-col {
    width: 100%;
  }
  .w-960-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-960-33 {
    width: 33%;
  }
  .w-960-16 {
    width: 16.666666%;
  }
  .mb-960-100 {
    margin-bottom: 100px;
  }
  .mb-960-95 {
    margin-bottom: 95px;
  }
  .mb-960-90 {
    margin-bottom: 90px;
  }
  .mb-960-85 {
    margin-bottom: 85px;
  }
  .mb-960-80 {
    margin-bottom: 80px;
  }
  .mb-960-75 {
    margin-bottom: 75px;
  }
  .mb-960-70 {
    margin-bottom: 70px;
  }
  .mb-960-65 {
    margin-bottom: 65px;
  }
  .mb-960-60 {
    margin-bottom: 60px;
  }
  .mb-960-55 {
    margin-bottom: 55px;
  }
  .mb-960-50 {
    margin-bottom: 50px;
  }
  .mb-960-45 {
    margin-bottom: 45px;
  }
  .mb-960-40 {
    margin-bottom: 40px;
  }
  .mb-960-35 {
    margin-bottom: 35px;
  }
  .mb-960-30 {
    margin-bottom: 30px;
  }
  .mb-960-25 {
    margin-bottom: 25px;
  }
  .mb-960-20 {
    margin-bottom: 20px;
  }
  .mb-960-15 {
    margin-bottom: 15px;
  }
  .mb-960-10 {
    margin-bottom: 10px;
  }
  .mb-960-5 {
    margin-bottom: 5px;
  }
  .mb-960-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 835px) {
  .f-835-10 .f-col {
    width: 10%;
  }
  .f-835-9 .f-col {
    width: 11.11111111%;
  }
  .f-835-8 .f-col {
    width: 12.5%;
  }
  .f-835-7 .f-col {
    width: 14.28571429%;
  }
  .f-835-6 .f-col {
    width: 16.66666667%;
  }
  .f-835-5 .f-col {
    width: 20%;
  }
  .f-835-4 .f-col {
    width: 25%;
  }
  .f-835-3 .f-col {
    width: 33.33333333%;
  }
  .f-835-2 .f-col {
    width: 50%;
  }
  .f-835-1 .f-col {
    width: 100%;
  }
  .w-835-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-835-33 {
    width: 33%;
  }
  .w-835-16 {
    width: 16.666666%;
  }
  .mb-835-100 {
    margin-bottom: 100px;
  }
  .mb-835-95 {
    margin-bottom: 95px;
  }
  .mb-835-90 {
    margin-bottom: 90px;
  }
  .mb-835-85 {
    margin-bottom: 85px;
  }
  .mb-835-80 {
    margin-bottom: 80px;
  }
  .mb-835-75 {
    margin-bottom: 75px;
  }
  .mb-835-70 {
    margin-bottom: 70px;
  }
  .mb-835-65 {
    margin-bottom: 65px;
  }
  .mb-835-60 {
    margin-bottom: 60px;
  }
  .mb-835-55 {
    margin-bottom: 55px;
  }
  .mb-835-50 {
    margin-bottom: 50px;
  }
  .mb-835-45 {
    margin-bottom: 45px;
  }
  .mb-835-40 {
    margin-bottom: 40px;
  }
  .mb-835-35 {
    margin-bottom: 35px;
  }
  .mb-835-30 {
    margin-bottom: 30px;
  }
  .mb-835-25 {
    margin-bottom: 25px;
  }
  .mb-835-20 {
    margin-bottom: 20px;
  }
  .mb-835-15 {
    margin-bottom: 15px;
  }
  .mb-835-10 {
    margin-bottom: 10px;
  }
  .mb-835-5 {
    margin-bottom: 5px;
  }
  .mb-835-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 800px) {
  .f-800-10 .f-col {
    width: 10%;
  }
  .f-800-9 .f-col {
    width: 11.11111111%;
  }
  .f-800-8 .f-col {
    width: 12.5%;
  }
  .f-800-7 .f-col {
    width: 14.28571429%;
  }
  .f-800-6 .f-col {
    width: 16.66666667%;
  }
  .f-800-5 .f-col {
    width: 20%;
  }
  .f-800-4 .f-col {
    width: 25%;
  }
  .f-800-3 .f-col {
    width: 33.33333333%;
  }
  .f-800-2 .f-col {
    width: 50%;
  }
  .f-800-1 .f-col {
    width: 100%;
  }
  .w-800-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-800-33 {
    width: 33%;
  }
  .w-800-16 {
    width: 16.666666%;
  }
  .mb-800-100 {
    margin-bottom: 100px;
  }
  .mb-800-95 {
    margin-bottom: 95px;
  }
  .mb-800-90 {
    margin-bottom: 90px;
  }
  .mb-800-85 {
    margin-bottom: 85px;
  }
  .mb-800-80 {
    margin-bottom: 80px;
  }
  .mb-800-75 {
    margin-bottom: 75px;
  }
  .mb-800-70 {
    margin-bottom: 70px;
  }
  .mb-800-65 {
    margin-bottom: 65px;
  }
  .mb-800-60 {
    margin-bottom: 60px;
  }
  .mb-800-55 {
    margin-bottom: 55px;
  }
  .mb-800-50 {
    margin-bottom: 50px;
  }
  .mb-800-45 {
    margin-bottom: 45px;
  }
  .mb-800-40 {
    margin-bottom: 40px;
  }
  .mb-800-35 {
    margin-bottom: 35px;
  }
  .mb-800-30 {
    margin-bottom: 30px;
  }
  .mb-800-25 {
    margin-bottom: 25px;
  }
  .mb-800-20 {
    margin-bottom: 20px;
  }
  .mb-800-15 {
    margin-bottom: 15px;
  }
  .mb-800-10 {
    margin-bottom: 10px;
  }
  .mb-800-5 {
    margin-bottom: 5px;
  }
  .mb-800-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 576px) {
  .f-576-10 .f-col {
    width: 10%;
  }
  .f-576-9 .f-col {
    width: 11.11111111%;
  }
  .f-576-8 .f-col {
    width: 12.5%;
  }
  .f-576-7 .f-col {
    width: 14.28571429%;
  }
  .f-576-6 .f-col {
    width: 16.66666667%;
  }
  .f-576-5 .f-col {
    width: 20%;
  }
  .f-576-4 .f-col {
    width: 25%;
  }
  .f-576-3 .f-col {
    width: 33.33333333%;
  }
  .f-576-2 .f-col {
    width: 50%;
  }
  .f-576-1 .f-col {
    width: 100%;
  }
  .w-576-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-576-33 {
    width: 33%;
  }
  .w-576-16 {
    width: 16.666666%;
  }
  .mb-576-100 {
    margin-bottom: 100px;
  }
  .mb-576-95 {
    margin-bottom: 95px;
  }
  .mb-576-90 {
    margin-bottom: 90px;
  }
  .mb-576-85 {
    margin-bottom: 85px;
  }
  .mb-576-80 {
    margin-bottom: 80px;
  }
  .mb-576-75 {
    margin-bottom: 75px;
  }
  .mb-576-70 {
    margin-bottom: 70px;
  }
  .mb-576-65 {
    margin-bottom: 65px;
  }
  .mb-576-60 {
    margin-bottom: 60px;
  }
  .mb-576-55 {
    margin-bottom: 55px;
  }
  .mb-576-50 {
    margin-bottom: 50px;
  }
  .mb-576-45 {
    margin-bottom: 45px;
  }
  .mb-576-40 {
    margin-bottom: 40px;
  }
  .mb-576-35 {
    margin-bottom: 35px;
  }
  .mb-576-30 {
    margin-bottom: 30px;
  }
  .mb-576-25 {
    margin-bottom: 25px;
  }
  .mb-576-20 {
    margin-bottom: 20px;
  }
  .mb-576-15 {
    margin-bottom: 15px;
  }
  .mb-576-10 {
    margin-bottom: 10px;
  }
  .mb-576-5 {
    margin-bottom: 5px;
  }
  .mb-576-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 414px) {
  .f-414-10 .f-col {
    width: 10%;
  }
  .f-414-9 .f-col {
    width: 11.11111111%;
  }
  .f-414-8 .f-col {
    width: 12.5%;
  }
  .f-414-7 .f-col {
    width: 14.28571429%;
  }
  .f-414-6 .f-col {
    width: 16.66666667%;
  }
  .f-414-5 .f-col {
    width: 20%;
  }
  .f-414-4 .f-col {
    width: 25%;
  }
  .f-414-3 .f-col {
    width: 33.33333333%;
  }
  .f-414-2 .f-col {
    width: 50%;
  }
  .f-414-1 .f-col {
    width: 100%;
  }
  .w-414-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-414-33 {
    width: 33%;
  }
  .w-414-16 {
    width: 16.666666%;
  }
  .mb-414-100 {
    margin-bottom: 100px;
  }
  .mb-414-95 {
    margin-bottom: 95px;
  }
  .mb-414-90 {
    margin-bottom: 90px;
  }
  .mb-414-85 {
    margin-bottom: 85px;
  }
  .mb-414-80 {
    margin-bottom: 80px;
  }
  .mb-414-75 {
    margin-bottom: 75px;
  }
  .mb-414-70 {
    margin-bottom: 70px;
  }
  .mb-414-65 {
    margin-bottom: 65px;
  }
  .mb-414-60 {
    margin-bottom: 60px;
  }
  .mb-414-55 {
    margin-bottom: 55px;
  }
  .mb-414-50 {
    margin-bottom: 50px;
  }
  .mb-414-45 {
    margin-bottom: 45px;
  }
  .mb-414-40 {
    margin-bottom: 40px;
  }
  .mb-414-35 {
    margin-bottom: 35px;
  }
  .mb-414-30 {
    margin-bottom: 30px;
  }
  .mb-414-25 {
    margin-bottom: 25px;
  }
  .mb-414-20 {
    margin-bottom: 20px;
  }
  .mb-414-15 {
    margin-bottom: 15px;
  }
  .mb-414-10 {
    margin-bottom: 10px;
  }
  .mb-414-5 {
    margin-bottom: 5px;
  }
  .mb-414-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 393px) {
  .f-393-10 .f-col {
    width: 10%;
  }
  .f-393-9 .f-col {
    width: 11.11111111%;
  }
  .f-393-8 .f-col {
    width: 12.5%;
  }
  .f-393-7 .f-col {
    width: 14.28571429%;
  }
  .f-393-6 .f-col {
    width: 16.66666667%;
  }
  .f-393-5 .f-col {
    width: 20%;
  }
  .f-393-4 .f-col {
    width: 25%;
  }
  .f-393-3 .f-col {
    width: 33.33333333%;
  }
  .f-393-2 .f-col {
    width: 50%;
  }
  .f-393-1 .f-col {
    width: 100%;
  }
  .w-393-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-393-33 {
    width: 33%;
  }
  .w-393-16 {
    width: 16.666666%;
  }
  .mb-393-100 {
    margin-bottom: 100px;
  }
  .mb-393-95 {
    margin-bottom: 95px;
  }
  .mb-393-90 {
    margin-bottom: 90px;
  }
  .mb-393-85 {
    margin-bottom: 85px;
  }
  .mb-393-80 {
    margin-bottom: 80px;
  }
  .mb-393-75 {
    margin-bottom: 75px;
  }
  .mb-393-70 {
    margin-bottom: 70px;
  }
  .mb-393-65 {
    margin-bottom: 65px;
  }
  .mb-393-60 {
    margin-bottom: 60px;
  }
  .mb-393-55 {
    margin-bottom: 55px;
  }
  .mb-393-50 {
    margin-bottom: 50px;
  }
  .mb-393-45 {
    margin-bottom: 45px;
  }
  .mb-393-40 {
    margin-bottom: 40px;
  }
  .mb-393-35 {
    margin-bottom: 35px;
  }
  .mb-393-30 {
    margin-bottom: 30px;
  }
  .mb-393-25 {
    margin-bottom: 25px;
  }
  .mb-393-20 {
    margin-bottom: 20px;
  }
  .mb-393-15 {
    margin-bottom: 15px;
  }
  .mb-393-10 {
    margin-bottom: 10px;
  }
  .mb-393-5 {
    margin-bottom: 5px;
  }
  .mb-393-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 360px) {
  .f-360-10 .f-col {
    width: 10%;
  }
  .f-360-9 .f-col {
    width: 11.11111111%;
  }
  .f-360-8 .f-col {
    width: 12.5%;
  }
  .f-360-7 .f-col {
    width: 14.28571429%;
  }
  .f-360-6 .f-col {
    width: 16.66666667%;
  }
  .f-360-5 .f-col {
    width: 20%;
  }
  .f-360-4 .f-col {
    width: 25%;
  }
  .f-360-3 .f-col {
    width: 33.33333333%;
  }
  .f-360-2 .f-col {
    width: 50%;
  }
  .f-360-1 .f-col {
    width: 100%;
  }
  .w-360-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-360-33 {
    width: 33%;
  }
  .w-360-16 {
    width: 16.666666%;
  }
  .mb-360-100 {
    margin-bottom: 100px;
  }
  .mb-360-95 {
    margin-bottom: 95px;
  }
  .mb-360-90 {
    margin-bottom: 90px;
  }
  .mb-360-85 {
    margin-bottom: 85px;
  }
  .mb-360-80 {
    margin-bottom: 80px;
  }
  .mb-360-75 {
    margin-bottom: 75px;
  }
  .mb-360-70 {
    margin-bottom: 70px;
  }
  .mb-360-65 {
    margin-bottom: 65px;
  }
  .mb-360-60 {
    margin-bottom: 60px;
  }
  .mb-360-55 {
    margin-bottom: 55px;
  }
  .mb-360-50 {
    margin-bottom: 50px;
  }
  .mb-360-45 {
    margin-bottom: 45px;
  }
  .mb-360-40 {
    margin-bottom: 40px;
  }
  .mb-360-35 {
    margin-bottom: 35px;
  }
  .mb-360-30 {
    margin-bottom: 30px;
  }
  .mb-360-25 {
    margin-bottom: 25px;
  }
  .mb-360-20 {
    margin-bottom: 20px;
  }
  .mb-360-15 {
    margin-bottom: 15px;
  }
  .mb-360-10 {
    margin-bottom: 10px;
  }
  .mb-360-5 {
    margin-bottom: 5px;
  }
  .mb-360-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D6D6D6;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  font-family: 'switzersemibold';
  background: var(--button-fill);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #1E1E1E !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button:hover {
  border-radius: 50px;
}
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  border-radius: 50px;
  color: #fff;
}
.button.white {
  background: #fff !important;
  color: #23211C !important;
}
.button.white:hover {
  border-radius: 50px;
}
.button-blue {
  background: var(--button-blue);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  border-radius: 8px;
  font-size: 20px !important;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button-blue:hover {
  background: #0053AD;
  border: 1px solid var(--clr-dBlue);
  color: var(--white);
}
.button-blue.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
.button-blue.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: -2px;
}
.button svg path {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  position: relative;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0 none;
  border-radius: 0px;
  padding: 0 16px 0 0;
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: #000;
  outline: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}
.form-field ~ .form-label {
  color: #aaa;
  position: absolute;
  font-size: var(--input-fs-main);
  left: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}
.form-textarea-group .form-field {
  line-height: 1.3;
  padding: 0;
  resize: none;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}
.form-grp.int-padr input {
  padding-right: 40px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #A7B3C4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #A7B3C4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #A7B3C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: 'icomoon' !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.radio-box label:before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.radio-box input:checked ~ label::before {
  border: 7px solid #a24eea;
}
.radio-box label.error {
  display: none !important;
}
.radio-box input.error ~ label {
  color: #ff2323;
}
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #A24EEA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.checkbox-box input:checked ~ .chk-label::after {
  font-family: 'icomoon' !important;
  content: "\e92d";
  color: #A24EEA;
  font-size: 12px;
}
.checkbox-box label.error {
  display: none !important;
}
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.checkbox-box input:checked ~ .chk-label::before {
  background: #a24eea;
}
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594AF;
}
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid #a24eea;
}
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: #a24eea;
}
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: #a24eea;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 3 end */
/* checkbox 4 */
.checkbox-box.chk-four {
  margin-right: 10px;
}
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594AF;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #DDE3EE;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594AF;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid #a24eea;
}
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 5 end */
/*==========================================================================
=> Tooltip
========================================================================== */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
[tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
[tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
/* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
[tooltip-title]:is([data-placement="top"])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
[tooltip-title]:is([data-placement="right"])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
[tooltip-title]:is([data-placement="bottom"])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
[tooltip-title]:is([data-placement="left"])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: 22px;
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.modal-backdrop.show {
  opacity: .9;
}
.modal-backdrop {
  background-color: #000;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet-active {
  background: var(--site-color);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.content-body {
  margin-bottom: 80px;
}
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.content-body ul {
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.content-body ul li p,
.content-body ul li a {
  font-size: 18px;
  line-height: 1.6;
  color: #757095;
  margin-bottom: 0;
}
.content-body ul li a {
  color: #ee163d;
}
.content-body ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
.personal-info-form-section .custom-radio label,
.form-label {
  font-size: 18px;
  margin-bottom: 4px;
}
.height44 {
  height: 0;
}
:root {
  --header-height: 80px;
  --header-scroll-height: 140px;
}
.overflowHidden {
  overflow: hidden;
}
html,
body {
  width: 100%;
  scroll-behavior: smooth;
  color: #0c0c0c;
}
p {
  color: #252525;
}
.bnr-main-img svg {
  transform: none !important;
}
img,
video {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.comm-section {
  padding: 30px 0;
  position: relative;
}
:root {
  --menuWidth: 300px;
}
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #fff;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
  height: 48px;
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}
.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.align-to-right {
  float: right;
}
.nav-header {
  float: left;
}
.navigation-hidden .nav-header {
  display: none;
}
.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}
.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}
.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}
.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff6b00;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-hidden .nav-search {
  display: none;
}
.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}
.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}
.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}
.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}
.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}
.nav-dropdown.nav-dropdown-left {
  right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.nav-dropdown-horizontal > li > a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.megamenu-panel [class*="container"] {
  width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.megamenu-panel-half {
  width: 50%;
}
.megamenu-panel-quarter {
  width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.megamenu-panel-row {
  width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}
.megamenu-panel-row:after {
  clear: both;
}
.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
  width: 22.75%;
}
.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
  width: 48.5%;
}
.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
  width: 74.25%;
}
.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
  width: 100%;
}
.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}
.megamenu-tabs-pane.active {
  display: block;
}
.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.megamenu-lists {
  width: 100%;
  display: table;
}
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.megamenu-list:last-child {
  margin: 0;
  border: none;
}
.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
  border: none;
}
.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}
.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}
.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}
.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}
.navigation-landscape .list-col-2 {
  width: 50%;
}
.navigation-landscape .list-col-3 {
  width: 33%;
}
.navigation-landscape .list-col-4 {
  width: 25%;
}
.navigation-landscape .list-col-5 {
  width: 20%;
}
.nav-menu > li > a {
  color: #343a40;
  text-transform: uppercase;
}
.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}
.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}
/* header Ends */
.footer-wrap {
  width: 100%;
  padding: 50px 0 30px;
  color: #fff;
  background: #fff;
}
.footer-logo {
  width: 100%;
  height: 50px;
}
.footer-logo .logo-blue {
  display: flex !important;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-links-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-links-wrapper .footer-links {
  display: flex;
  justify-content: space-between;
  width: 78%;
}
.footer-links-wrapper .footer-links li {
  margin: 0 46px;
}
.footer-links-wrapper .footer-links li a {
  color: #525252;
}
.footer-links-wrapper .footer-links li a:hover {
  color: var(--button-fill);
}
.footer-content hr {
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #80a3dd;
}
.footer-content .f-row {
  align-items: center;
}
.footer-social-icons {
  display: flex;
  align-items: center;
}
.footer-social-icons li {
  padding: 0 6px;
  margin-top: 0 !important;
}
.footer-social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  background: #9ba8ba;
  transition: 0.5s;
  padding: 6px;
}
.footer-social-icons li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-social-icons li:hover a {
  background: var(--button-fill);
}
.rights-developed-panel {
  display: flex;
  justify-content: space-between;
}
.rights-developed-panel p {
  font-family: "switzerregular";
  font-size: 16px;
}
.rights-developed-panel p a {
  color: #23211c;
}
.rights-developed-panel p a:hover {
  color: var(--button-fill);
}
.banner-content {
  position: relative;
  width: 100%;
  padding-top: var(--header-height);
  height: 96vh;
  background: #1b53c0;
  color: #fff;
  overflow: hidden;
}
.home-main-bnr-vdo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  mix-blend-mode: lighten;
  background-blend-mode: difference;
}
.home-main-bnr-vdo-mob {
  display: none;
}
.banner-detail {
  text-align: center;
  position: relative;
}
.section-main-text,
.section-main-text h2,
.section-main-text h1 {
  font-family: "switzerregular";
  font-size: 60px;
  line-height: 1.1;
}
.scope-bullet-points span {
  width: 80%;
}
.section-main-text {
  width: 70%;
  margin: 70px auto 24px;
}
.section-content {
  font-family: "switzerlight";
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
}
.clients-sec {
  /* blur effect to the backdrop */
  backdrop-filter: blur(18px);
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 20px;
  font-weight: bold;
  padding-bottom: 18px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  width: 60%;
}
.clients-sec .client-wrap {
  display: flex;
  align-items: center;
}
.clients-sec .client-wrap .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.clients-sec .small-header {
  font-family: "switzerregular";
  font-size: 18px;
  width: 14%;
  text-align: right;
  margin-right: 20px;
}
.clients-sec .swiper {
  width: 90%;
  height: 100%;
}
.clients-sec .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.trusted-logos {
  max-width: 120px;
  max-height: 78px;
  width: 100%;
  height: 100%;
}
.trusted-logos img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.home-page .section-heading,
.home-page .section-heading h2 {
  line-height: 1.1;
  font-family: "switzerregular";
  font-size: 72px;
}
.home-page .section-heading {
  width: 100%;
  margin: 30px auto;
}
.techno-box-content-wrap .techno-detail-content .techno-text,
.techno-box-content-wrap .techno-detail-content .techno-text h2 {
  font-family: "switzerregular";
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 90px;
}
.section-wrap {
  position: relative;
}
.services-vdo-data-wrap {
  position: relative;
}
.section-vdo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 58%;
  height: 71.7vh;
  overflow: hidden;
  background: var(--site-color);
}
.section-vdo iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-vdo .blue-bg {
  background: var(--site-color);
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: relative;
}
.section-vdo.half-width {
  width: 28%;
}
.solutions-vdo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.solutions-vdo video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.solution-left-content-sec {
  position: relative;
  z-index: 1;
  width: 33%;
  color: #fff;
  padding: 100px 0;
}
.solution-left-content-sec .link-section {
  margin-top: 60px;
}
.section-heading h2 {
  line-height: 1.1;
  font-family: "switzerregular";
  font-size: 72px;
}
.section-heading {
  width: 100%;
  margin: 30px auto;
}
.solution-right-content-sec {
  position: absolute;
  top: 17.6%;
  left: 40%;
  height: auto;
  width: 60%;
  z-index: 666;
}
.solution-swiper-box {
  background: var(--white);
}
.solution-content {
  padding: 26px 36px;
  text-align: left;
  height: calc(100% - 290px);
  border: 1px solid var(--site-color);
  border-top: 0 none;
}
.solution-content .box-header {
  font-family: "switzersemibold";
  font-size: 26px;
  color: #23211c;
  margin-bottom: 16px;
}
.solution-content .box-content-para {
  font-family: "switzerlight";
  font-size: 16px;
  color: #23211c;
  line-height: 1.4;
}
.services-section .services-heading-detail {
  margin: 130px 0 50px;
}
.services-heading-detail .section-heading {
  margin-bottom: 10px;
}
.services-heading-detail .section-content {
  font-family: "switzerlight";
  font-size: 24px;
  color: #23211c;
  margin-bottom: 30px;
  line-height: 1.4;
  width: 56%;
}
.section-margin-custom-1 {
  margin: 50px auto 30px;
}
.all-services-btn {
  position: relative;
  width: 20%;
  height: 80vh;
}
.all-services-btn .button {
  padding: 36px 56px;
  margin: 66px 0;
  font-size: 20px;
}
.services-flex-div {
  display: flex;
  align-items: flex-start;
}
.all-services-wrap {
  border-top: 1px solid var(--site-color);
  width: 80%;
  background: #fff;
  position: relative;
}
.all-services-wrap .services-row {
  display: flex;
  border-bottom: 1px solid var(--site-color);
}
.all-services-wrap .services-row .services-content {
  border-left: 1px solid var(--site-color);
  width: 50%;
  padding: 74px 36px 66px 48px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.all-services-wrap .services-row .services-title-uparw-wrap {
  display: flex;
  justify-content: space-between;
}
.all-services-wrap .services-row .services-img {
  border-left: 1px solid var(--site-color);
  width: 50%;
  padding: 55px 0 66px 36px;
}
.all-services-wrap .services-row .services-img img {
  width: 100%;
  object-fit: cover;
}
.all-services-wrap .services-row.row-reverse {
  flex-direction: row-reverse;
}
.all-services-wrap .services-row.row-reverse .services-content {
  padding: 55px 0 46px 36px;
}
.all-services-wrap .services-row.row-reverse .services-img {
  padding: 60px 36px 46px 48px;
}
.all-services-wrap .services-row .services-title {
  font-family: "switzersemibold";
  font-size: 28px;
  color: #23211c;
}
.all-services-wrap .services-row a {
  width: 37px;
  height: 37px;
}
.all-services-wrap .services-row a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ser-btn {
  transform-origin: left top;
}
.techno-box-content-wrap {
  position: relative;
  overflow: hidden;
}
.techno-box-content-wrap .techno-vdo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}
.techno-box-content-wrap .techno-vdo .blue-bg {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.techno-box-content-wrap .techno-detail-content {
  position: relative;
  z-index: 1;
  padding: 100px 0 100px 120px;
  width: 58%;
  color: #fff;
}
.techno-box-content-wrap .techno-detail-content .techno-text {
  font-family: "switzerregular";
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 90px;
}
.techno-box-content-wrap .techno-shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.challange-section {
  z-index: 11;
  position: relative;
}
.challange-wrap {
  height: 100%;
  width: 100%;
  padding: 120px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.challange-wrap .challange-text {
  width: 40%;
  line-height: 1.3;
}
.challange-wrap .challange-text P {
  font-family: "switzerregular";
  font-size: 62px;
  color: var(--white);
}
.challange-wrap .button {
  line-height: 58px;
  height: 58px;
}
.zindex-minus {
  z-index: -1;
}
.sector-section-main-wrap {
  overflow: hidden;
}
.sectors-heading-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sectors-heading-detail .sector-swiper-arrow {
  position: absolute;
  right: 0;
}
.sectors-heading-detail .sector-swiper-arrow .swiper-button-prev,
.sectors-heading-detail .sector-swiper-arrow .swiper-rtl .swiper-button-next {
  left: -70px;
  right: auto;
}
.sectors-heading-detail .sector-swiper-arrow .swiper-button-next,
.sectors-heading-detail .sector-swiper-arrow .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../img/svg/swiper-arrow.svg") center no-repeat;
  transform: rotate(180deg);
  width: 44px;
  height: 40px;
  background-size: contain;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../img/svg/swiper-arrow.svg") center no-repeat;
  width: 44px;
  height: 40px;
  background-size: contain;
}
.sector-section {
  position: relative;
  padding-bottom: 100px;
  min-height: 650px;
}
.sector-section .sector-blue-bg {
  position: absolute;
  height: 90%;
  width: 100%;
  top: 80px;
}
.sector-section .sector-white-box {
  background: #fff;
  border: 1px solid var(--site-color);
  text-align: left;
  padding: 68px 36px 40px;
  transition: all 0.3s;
  min-height: 426px;
  height: 100%;
}
.sector-section .sector-icons {
  width: 100px;
  height: 100px;
  scale: 1;
  transition: all 0.5s;
}
.sector-section .sector-icons svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sector-section .sector-icons .white-gif {
  display: none;
}
.sector-section .sector-icons .color-gif {
  display: flex;
}
.sector-section .sector-white-box:hover .white-gif {
  display: flex;
}
.sector-section .sector-white-box:hover .color-gif {
  display: none;
}
.sector-section .sector-detail .sector-heading {
  font-family: "switzersemibold";
  font-size: 30px;
  margin: 50px 0 16px;
  min-height: 60px;
}
.sector-section .sector-detail .sector-detail-text {
  font-family: "switzerlight";
  font-size: 16px;
  line-height: 1.4;
}
.sector-white-box:hover {
  background: #009cde;
  transition: all 0.3s;
}
.sector-white-box:hover .sector-icons {
  transition: all 0.5s;
  height: 130px;
  width: 130px;
}
.sector-white-box:hover .sector-icons path {
  transition: all 0.5s;
  fill: #fff;
}
.sector-white-box:hover .sector-heading,
.sector-white-box:hover .sector-detail-text {
  color: #fff;
}
.why-img {
  position: fixed;
  top: 80px;
  z-index: -1;
  opacity: 0;
}
.why-content-parent-wrap {
  display: flex;
  flex-direction: column;
}
.why-box-1 {
  border: 1px solid var(--button-fill);
  padding: 20px 32px;
}
.why-box-2 {
  border: 1px solid #009cde;
  padding: 20px 32px;
  margin: 22px 0;
}
.why-box-3 {
  border: 1px solid var(--site-color);
  padding: 20px 32px;
  margin-bottom: 36px;
}
.why-sec-num {
  font-family: "switzerextralight";
  font-size: 64px;
  text-align: center;
}
.green {
  color: var(--button-fill);
}
.lblue {
  color: #009cde;
}
.blue {
  color: var(--site-color);
}
.why-detail {
  margin-top: 6px;
}
.why-detail .why-title {
  font-family: "switzermedium";
  font-size: 30px;
  margin-bottom: 16px;
}
.why-detail .why-detail-text {
  font-family: "switzerlight";
  font-size: 16px;
  line-height: 1.4;
}
.stories-section {
  background: var(--site-color);
  padding: 0px 0 200px;
  margin-bottom: -100px;
}
.stories-section .white-text {
  color: #fff !important;
}
.stories-section .swiper-button-prev:after,
.stories-section .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../img/svg/swiper-arrow-white.svg") center no-repeat;
  transform: rotate(180deg);
  width: 44px;
  height: 40px;
  background-size: contain;
}
.stories-section .swiper-button-next:after,
.stories-section .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../img/svg/swiper-arrow-white.svg") center no-repeat;
  width: 44px;
  height: 40px;
  background-size: contain;
}
.stories-section .casestudy-swiper {
  overflow: visible;
}
.stories-section .story-img {
  width: 528px;
  height: 618px;
  transition: all 0.3s;
  position: relative;
}
.stories-section .story-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.stories-section .story-img .story-hover-img {
  opacity: 0;
  transition: all 0.3s;
}
.stories-section .story-img .detail-btn {
  display: none;
  transition: all 0.3s;
}
.stories-section .story-img:hover .story-hover-img {
  opacity: 1;
}
.stories-section .story-img:hover .detail-btn {
  display: inline-flex;
  margin-top: 20px;
  transition: all 0.3s;
}
.stories-section .story-img .title-btn-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 44px 0;
  text-align: center;
  transition: all 0.3s;
}
.stories-section .story-img .title-btn-wrap .story-title {
  /* .ellipsisV(@clamp: 1); */
  font-family: 'switzermedium';
  font-size: 24px;
  color: #23211c;
  line-height: 1.3;
}
.inner-main-banner {
  position: relative;
  width: 100%;
  padding-top: var(--header-height);
  background: var(--site-color);
  color: #fff;
  padding-bottom: 90px;
  margin-bottom: -70px;
}
.inner-main-banner .section-content {
  width: 80%;
  margin: 30px auto;
}
.bnr-img {
  width: 100%;
  height: 414px;
  position: relative;
}
.bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions-content .solution-row {
  border-bottom: 1px solid #80a3dd;
  padding: 40px 0;
}
.solutions-content .solution-row .f-row {
  align-items: center;
}
.solutions-content .solution-row .num {
  font-family: "switzerregular";
  font-size: 96px;
  text-align: left;
}
.solutions-content .solution-row .section-content {
  color: #23211c;
  margin-bottom: 0;
}
.solution-page-swiper-wrap {
  border-top: 1px solid #80a3dd;
  border-bottom: 1px solid #80a3dd;
  margin-bottom: 70px;
}
.solution-page-swiper-wrap .swiper-slide {
  align-items: normal;
  height: auto;
}
.solution-page-swiper-wrap .solution-page-slider-content {
  padding: 26px 0 26px 36px;
  border-left: 1px solid #80a3dd;
}
.solution-page-swiper-wrap .solution-img {
  min-height: 292px;
  max-width: 292px;
  width: 100%;
  height: 100%;
}
.solution-page-swiper-wrap .solution-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-page-swiper-wrap .solution-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.solution-page-swiper-wrap .solution-content h3 {
  font-family: "switzersemibold";
  font-size: 28px;
  color: #23211C;
  margin-bottom: 10px;
}
.solution-page-swiper-wrap .solution-content .section-content-small {
  font-family: "switzerlight";
  font-size: 16px;
  line-height: 1.4;
  color: #23211C;
}
.solutoin-page .section-heading,
.solutoin-page .section-heading h2 {
  line-height: 1.1;
  font-family: "switzerregular";
  font-size: 72px;
}
.solutoin-page .section-heading {
  width: 100%;
  margin: 30px auto;
}
.all-solutoins-wrap {
  width: 100%;
  margin-bottom: 80px;
}
.all-solutoins-wrap .services-row {
  display: flex;
  border-bottom: 1px solid var(--site-color);
}
.all-solutoins-wrap .services-row .services-content {
  border-left: 0;
  width: 50%;
  padding: 40px 30px 40px 36px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.all-solutoins-wrap .services-row .services-title-uparw-wrap {
  display: flex;
  justify-content: space-between;
}
.all-solutoins-wrap .services-row .services-img {
  width: 50%;
  padding: 40px 30px 40px 36px;
  border-left: 1px solid var(--site-color);
  height: 350px;
}
.all-solutoins-wrap .services-row .services-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-solutoins-wrap .services-row.row-reverse {
  flex-direction: row-reverse;
}
.all-solutoins-wrap .services-row.row-reverse .services-content {
  padding: 40px 30px 40px 36px;
  border: 0;
  border-left: 1px solid var(--site-color);
}
.all-solutoins-wrap .services-row.row-reverse .services-img {
  padding: 40px 30px 40px 36px;
  border-left: 0;
  border-right: 0px solid var(--site-color);
}
.all-solutoins-wrap .services-row .services-title {
  font-family: "switzersemibold";
  font-size: 28px;
  color: #23211c;
  line-height: 1.3;
}
.services-content-wrap .services-first-section .f-row {
  align-items: center;
}
.services-content-wrap .services-first-section .service-num {
  font-family: "switzerextralight";
  font-size: 200px;
  color: var(--button-fill);
  text-align: center;
  border-right: 1px solid #80a3dd;
  padding: 82px 0;
}
.services-content-wrap .services-first-section .service-num-content {
  padding: 70px 100px;
}
.services-content-wrap .services-first-section .service-num-content .service-section-content {
  font-family: "switzerlight";
  color: #23211c;
  font-size: 40px;
  width: 80%;
  line-height: 1.4;
  text-align: left;
}
.listContentSwiper {
  height: 364px;
  border-bottom: 1px solid #80a3dd;
}
.services-scope-section {
  border-bottom: 1px solid #80a3dd;
}
.services-scope-section .f-row {
  align-items: center;
}
.services-scope-section .scope-img {
  max-width: 100%;
  max-height: 830px;
  width: 100%;
  height: 100%;
}
.services-scope-section .scope-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-scope-section .scope-detail-text {
  margin-left: 80px;
}
.services-scope-section .scope-detail-text .section-main-text,
.services-scope-section .scope-detail-text .section-main-text h1 {
  text-align: left;
  margin: 0;
}
.services-scope-section .scope-detail-text .scope-bullet-points {
  margin-top: 60px;
}
.services-scope-section .scope-detail-text .scope-bullet-points li {
  font-family: "switzerlight";
  color: #23211c;
  font-size: 20px;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  margin: 14px 0;
  line-height: 1.2;
}
.services-scope-section .scope-detail-text .scope-bullet-points li::before {
  content: "";
  background: url("../img/svg/bullet-img.svg") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.services-detail {
  font-family: "switzerlight";
  font-size: 16px;
  color: #23211c;
  line-height: 1.4;
}
.single-service-page .section-heading,
.single-service-page .section-heading h2 {
  line-height: 1.1;
  font-family: "switzerregular";
  font-size: 72px;
}
.tech-main-heading {
  width: 80% !important;
}
.tech-get-btn {
  margin-bottom: 40px;
}
.tech-first-section {
  border-bottom: 1px solid #80a3dd;
}
.tech-first-section .f-row {
  align-items: center;
}
.tech-first-section .overview-text {
  font-family: "switzersemibold";
  color: #23211c;
  font-size: 72px;
  padding: 70px 0;
  text-align: center;
}
.tech-first-section .overview-right-sec-text {
  padding: 70px 90px;
  border-left: 1px solid #80a3dd;
}
.tech-first-section .overview-right-sec-text .tech-section-content {
  font-family: "switzerlight";
  font-size: 24px;
  color: #23211c;
  line-height: 1.3;
  width: 100%;
}
.tech-sec-heading {
  margin: 68px auto 24px;
}
.woking-img {
  height: 590px;
  width: 100%;
  margin-top: 56px;
}
.woking-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.working-content {
  font-family: "switzerlight";
  font-size: 24px;
  color: #23211c;
  line-height: 1.4;
  width: 80%;
  margin: auto;
}
.tech-solution-sec-wrap {
  margin-bottom: 0 !important;
}
.salient-content {
  font-family: "switzerlight";
  font-size: 24px;
  color: #23211c;
  width: 36%;
  line-height: 1.2;
  margin: auto;
}
.salient-get-btn {
  margin-top: 30px;
}
.adv-sec-heading {
  margin: 30px auto 62px;
}
.comparative-table-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: var(--header-height);
}
.comparative-table-heading .comp-tab-heading-text {
  font-family: "switzersemibold";
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  width: 33.4%;
  padding: 34px;
  border-left: 1px solid #80a3dd;
}
.comparative-table-heading .comp-tab-heading-text:first-child {
  border-left: 0 none;
}
.comp-mobile-heading {
  display: none;
}
.sblue-d {
  background: #009cde;
}
.blue-d {
  background: #0047bb;
}
.sblue-l {
  background: #e6f6fc;
}
.blue-l {
  background: #e6edf9;
}
.comparative-table-content {
  display: flex;
  border-bottom: 1px solid #80a3dd;
}
.comparative-table-content li {
  width: 33.4%;
  min-height: 120px;
  border-left: 1px solid #80a3dd;
  line-height: 1.4;
  display: flex;
}
.comparative-table-content li:first-child {
  border-left: 0 none;
}
.comparative-table-content li div {
  padding: 34px 26px;
}
.comparative-table-content .comparative-table-row-heading {
  font-family: "switzersemibold";
  font-size: 24px;
}
.comparative-table-content .comparative-table-row-content {
  font-family: "switzerlight";
  font-size: 22px;
}
.tech-case-section {
  background: var(--site-color);
  padding: 0px 0 70px;
  margin-bottom: 0px !important;
}
.story-title-text-wrap {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px 30px;
  text-align: left;
  transition: all 0.3s;
}
.story-title-text-wrap .story-title {
  /* .ellipsisV(@clamp: 1); */
  font-family: 'switzermedium';
  font-size: 24px;
  color: #23211c;
  margin-bottom: 14px;
  line-height: 1.3;
}
.story-title-text-wrap .story-text {
  font-family: "switzerlight";
  font-size: 20px;
  color: #23211c;
}
.faq-heading {
  font-family: "switzerregular";
  font-size: 72px;
  color: #23211c;
  line-height: 1.2;
}
.faq {
  width: 100%;
}
.faqitem {
  border-bottom: 1px solid #23211c;
}
.faqitem .header {
  font-family: "switzermedium";
  padding: 32px 15px;
  background: transparent;
  color: #23211c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faqitem .header h4 {
  font-size: 24px;
  margin: 0;
}
.faqitem .header i {
  font-size: 14px;
  font-weight: 600;
}
.faqitem .header .fa.fa-minus {
  display: none;
}
.faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
}
.faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
}
.faq-accordion-wrap {
  margin: 20px 0 50px;
}
.faqitem .content {
  padding: 15px;
  color: #23211c;
  font-family: "switzerlight";
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  display: none;
}
.contact-bnr {
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #0047bb;
  margin-bottom: 50px;
}
.contact-bnr .contact-icons {
  width: 70px;
  height: 76px;
}
.contact-bnr .contact-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-bnr .contact-detail-wrap {
  padding: 40px 20px;
  border-right: 1px solid #80a3dd;
  height: 100%;
}
.contact-bnr .f-col:first-child .contact-detail-wrap {
  padding-left: 50px;
}
.contact-bnr .f-col:last-child .contact-detail-wrap {
  border-right: 0 none;
}
.contact-bnr .contact-detail-content {
  width: 80%;
}
.contact-bnr .contact-detail-content .contact-detail-header {
  font-family: "switzersemibold";
  font-size: 28px;
  margin: 46px 0 16px;
}
.contact-bnr .contact-detail-content .contact-detail-text {
  font-family: "switzerlight";
  font-size: 16px;
  line-height: 1.3;
}
.contact-bnr .contact-detail-content .contact-detail-text a {
  color: #23211c;
}
.contact-bnr .contact-detail-content .contact-detail-text a:hover {
  color: var(--button-fill);
}
.contact-page .small-width {
  width: 70%;
}
.contact-page .small-width .w50,
.contact-page .small-width .w100 {
  padding-left: 35px;
  padding-right: 35px;
}
#contactForm .form-grp {
  border-bottom: 1px solid var(--input-border);
}
#contactForm .form-label {
  margin-top: 58px;
}
#contactForm .form-field {
  font-family: "switzersemibold";
  font-size: 28px;
  color: #23211c;
  margin: 20px 0;
}
#contactForm .form-textarea-group {
  border-bottom: 1px solid var(--input-border);
}
#contactForm .form-textarea-group .form-field {
  padding: 0;
}
#contactForm .form-textarea-group .form-field::placeholder {
  color: #cccccc;
}
#contactForm .get-btn {
  margin: 50px 0 100px;
}
.wpcf7-form-control-wrap span {
  position: absolute;
  margin-top: 5px;
  font-size: 14px;
}
.case-study-bnr-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--site-color);
  border-top: 0;
  padding: 38px 48px;
}
.case-study-bnr-detail .cs-bnr-dtl-text {
  width: 85%;
}
.case-study-bnr-detail .cs-bnr-dtl-text h2 {
  font-family: "switzermedium";
  font-size: 36px;
}
.case-study-bnr-detail .cs-bnr-dtl-text .cs-bnt-txt {
  margin-top: 18px;
  font-family: "switzerlight";
  font-size: 16px;
  line-height: 1.2;
  color: #23211c;
}
.cs-sec-heading {
  margin: 48px auto;
}
.cs-section-wrap {
  border-top: 1px solid var(--site-color);
}
.about-banner {
  position: relative;
  width: 100%;
  padding-top: var(--header-height);
  background: var(--site-color);
  color: #fff;
  padding-bottom: 90px;
  margin-bottom: 0px;
  overflow: hidden;
}
.about-banner-vdo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-banner-vdo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-banner-heading-text {
  width: 64%;
  z-index: 1;
}
.abt-bnr-text,
.abt-bnr-text h1 {
  text-align: left;
  font-family: "switzerregular";
  font-size: 72px;
  line-height: 1.1;
}
.banner-detail-img-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66vh;
}
.abt-bnr-content p {
  font-family: "switzerlight";
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  margin-top: 22px;
}
.about-banner-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 770px;
}
.about-first-section .f-row {
  align-items: center;
}
.about-first-section .about-sec-heading {
  font-family: "switzerregular";
  font-size: 72px;
  line-height: 1.2;
}
.about-first-section .border-left {
  border-left: 1px solid #80a3dd;
}
.about-first-section .about-passion-section {
  margin-left: 90px;
  padding: 60px 0;
}
.about-first-section .about-passion-section .f-row {
  align-items: flex-start;
}
.about-first-section .about-passion-section .vector-img {
  width: 100%;
}
.about-first-section .about-passion-section .vector-img img {
  width: 100%;
  object-fit: contain;
}
.about-first-section .about-passion-section .section-sub-heading {
  font-family: "switzersemibold";
  font-size: 28px;
  margin-bottom: 16px;
}
.about-first-section .about-passion-section .about-section-detail {
  font-family: "switzerlight";
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.meet-leaders-detail {
  text-align: center;
}
.leader-sec-heading {
  margin: 0 auto;
  width: 100%;
  padding: 60px 0 20px;
  border-top: 1px solid #80a3dd;
}
.leader-content {
  font-family: "switzerlight";
  font-size: 24px;
  color: #23211c;
  line-height: 1.4;
  width: 64%;
  margin: auto;
}
.leaders-prof-boxes-wrap {
  margin-top: 50px;
  border-top: 1px solid #80a3dd;
  border-bottom: 1px solid #80a3dd;
}
.leaders-prof-boxes-wrap .swiper-slide:first-child .leaders-prof-box {
  border-left: 0;
}
.leaders-prof-boxes-wrap .leaders-prof-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-left: 1px solid #80a3dd;
  padding: 40px;
  position: relative;
}
.leaders-prof-boxes-wrap .leaders-prof-box .leader-social-link {
  position: absolute;
  right: 40px;
  top: 40px;
  background: #0077b5;
  padding: 4px 8px 10px;
  border-radius: 4px;
}
.leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-pic {
  max-width: 344px;
  max-height: 566px;
  width: 100%;
  height: 100%;
}
.leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail {
  width: 100%;
  margin: 0 0 0 30px;
  text-align: left;
}
.leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-title {
  font-family: "switzersemibold";
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-position {
  font-family: "switzerregular";
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-detail {
  font-family: "switzerregular";
  font-size: 16px;
  justify-content: center;
  text-align: justify;
  line-height: 1.6;
}
.leader-swiper {
  height: auto;
  align-items: normal;
}
.water-treated-section-wrap {
  margin: 0 auto;
  max-width: 760px;
  display: flex;
  position: relative;
}
.water-treated-section-wrap video {
  width: 100%;
}
.water-treated-section-wrap .water-treated-text {
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 400px;
  height: 400px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.water-treated-section-wrap .water-treated-text .water-trat-heading {
  font-size: 70px;
  font-weight: 700;
  color: var(--site-color);
}
.water-treated-section-wrap .water-treated-text .water-treat-content {
  font-family: "switzerregular";
  font-size: 32px;
  width: 80%;
  margin-top: 10px;
  line-height: 1.2;
}
.about-leading-section {
  border-top: 1px solid #80a3dd;
  border-bottom: 1px solid #80a3dd;
}
.about-leading-section .f-row {
  align-items: center;
}
.about-leading-section .leading-img {
  max-width: 100%;
  height: 380px;
  width: 100%;
}
.about-leading-section .leading-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-leading-section .leading-detail-text {
  margin-left: 80px;
}
.about-leading-section .leading-detail-text .leading-main-text {
  text-align: left;
  margin: 0px 0 26px;
  width: 100% !important;
}
.about-leading-section .leading-detail-text .leading-content {
  font-family: "switzerlight";
  font-size: 16px;
  line-height: 1.4;
}
.about-leading-section .leading-detail-text .leading-bullet-points {
  margin-top: 60px;
}
.about-leading-section .leading-detail-text .leading-bullet-points li {
  font-family: "switzerlight";
  color: #23211c;
  font-size: 20px;
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  margin: 14px 0;
  line-height: 1.2;
}
.about-leading-section .leading-detail-text .leading-bullet-points li::before {
  content: "";
  background: url("../img/svg/bullet-img.svg") left center no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-size: contain;
}
.about-leading-section .leading-detail-text .leading-bullet-points li span {
  flex: 1;
}
.workwith-sec-text {
  width: 100%;
  text-transform: capitalize;
}
.global-section {
  background: url(../img/about-global-img.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 866px;
  padding-top: 50px;
  margin-top: 70px;
  padding-bottom: 50px;
  background-color: #0047bb;
  margin-bottom: -110px;
}
.global-section .leading-main-text {
  margin-top: 0px;
  text-align: center;
  color: var(--white);
}
.global-section .leading-main-text p {
  color: #fff;
}
.workwith-sec {
  padding-bottom: 12px;
  width: 100%;
  z-index: 2;
}
.workwith-sec .client-wrap {
  display: flex;
  align-items: center;
}
.workwith-sec .client-wrap .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.workwith-sec .small-header {
  font-family: "switzerregular";
  font-size: 18px;
  width: 14%;
  text-align: right;
  margin-right: 20px;
}
.workwith-sec .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.workwith-sec .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cs-dtl-prof-pic-desig-wrap {
  text-align: center;
}
.cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-pic {
  max-width: 110px;
  max-height: 110px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h3 {
  font-family: "switzersemibold";
  font-size: 32px;
  margin: 16px 0 10px 0;
}
.cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h4 {
  font-family: "switzerregular";
  font-size: 24px;
}
.cs-detail-right-sec-text {
  padding: 80px 40px 80px 90px;
  border-left: 1px solid #80a3dd;
}
.cs-detail-right-sec-text .cs-detail-prof-content {
  font-family: "switzerlight";
  font-size: 40px;
  line-height: 1.3;
}
.panel-main-div-wrapper {
  border-bottom: 1px solid #80a3dd;
}
.panel-main-div-wrapper .f-col {
  border-right: 1px solid #80a3dd;
}
.panel-main-div-wrapper .f-col:last-child {
  border-right: 0 none;
}
.panel-main-div-wrapper .panel-wrap {
  display: flex;
  align-items: center;
  margin-left: 36px;
  padding: 34px 0;
}
.panel-main-div-wrapper .panel-wrap .panel-icon {
  max-width: 76px;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.panel-main-div-wrapper .panel-wrap .panel-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.panel-main-div-wrapper .panel-wrap .panel-detail {
  margin-left: 24px;
}
.panel-main-div-wrapper .panel-wrap .panel-detail h4 {
  font-family: "switzersemibold";
  font-size: 24px;
  color: var(--site-color);
  margin-bottom: 10px;
}
.panel-main-div-wrapper .panel-wrap .panel-detail h2 {
  font-family: "switzerregular";
  font-size: 40px;
}
.challange-sect-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.cs-section-heading {
  font-family: "switzerregular";
  font-size: 72px;
  width: 70%;
  line-height: 1.1;
}
.result-sec-text-wrap .cs-section-heading p {
  color: #fff;
}
.cs-section-text {
  font-family: "switzerlight";
  font-size: 20px;
  line-height: 1.6;
}
.cs-section-text {
  margin-top: 30px;
}
.challangeSwiper {
  background: var(--site-color);
}
.challange-swiper-box {
  background: var(--site-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 22% 0;
}
.challange-swiper-box .challange-swiper-header {
  font-family: "switzerlight";
  font-size: 96px;
  line-height: 1.2;
  display: block;
  color: var(--white);
}
.challange-swiper-box .challange-swiper-sub-header {
  font-family: "switzerlight";
  font-size: 48px;
  display: block;
  color: var(--white);
  line-height: 1.4;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%;
}
.challange-swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 22px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 22px));
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  border: 1px solid #fff;
}
.challange-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}
.novel-sec-wrap {
  border-top: 1px solid #80a3dd;
  border-bottom: 1px solid #80a3dd;
  padding: 54px 0;
}
.test-wrapper .w50 {
  border-left: 1px solid #80a3dd;
}
.test-wrapper .w50:first-child {
  border-left: 0 none;
}
.test-wrapper .test-img {
  width: 100%;
  height: 100%;
  padding: 36px;
}
.test-wrapper .test-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.salt-wrapper {
  border-top: 1px solid #80a3dd;
}
.salt-wrapper .w50 {
  border-left: 1px solid #80a3dd;
}
.salt-wrapper .w50.pl-0 {
  padding-left: 0;
}
.salt-wrapper .w50:first-child {
  border-left: 0 none;
}
.salt-wrapper .salt-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.salt-wrapper .salt-img {
  width: 100%;
  height: 100%;
}
.salt-wrapper .salt-img img {
  object-fit: cover;
}
.salt-wrapper h4 {
  font-family: "switzersemibold";
  font-size: 20px;
  color: var(--site-color);
  margin: 30px 0 10px;
  line-height: 1.2;
}
.salt-wrapper h3 {
  font-family: "switzermedium";
  font-size: 24px;
}
.result-section {
  background: var(--site-color);
  padding: 62px 0 200px;
  margin-bottom: -130px;
}
.result-section .result-icon {
  max-width: 348px;
  min-height: 348px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.result-section .result-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.result-section .result-heading {
  margin-bottom: 30px;
}
.result-section .result-sec-text-wrap {
  color: var(--white);
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.result-section .result-sec-text-wrap .cs-section-text {
  color: var(--white);
  margin-top: 40px;
  width: 80%;
  line-height: 1.4;
}
.service-to-technology {
  background: var(--site-color);
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.thank-you {
  display: none;
}
.thank-you.show {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}
.thank-you .thank-you-lottie {
  width: 100%;
  height: 100%;
}
.workwith-sec .swiper-slide {
  height: 124px;
}
.arrow-animation {
  background: url(../img/arrow-animation.png) no-repeat;
  background-position: right top;
  background-size: 68px 68px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  transition: all 0.3s;
}
.services-content:hover .arrow-animation {
  background-position: left bottom;
  width: 36px;
  height: 36px;
}
.no-border {
  border: 0 none;
}
@media all and (max-width: 2100px) {
  .section-top-margin {
    width: 90%;
    margin: 100px auto 24px;
  }
  .section-vdo.half-width {
    width: 31%;
  }
}
@media all and (max-width: 2048px) {
  .listContentSwiper {
    height: 406px;
  }
}
@media all and (max-width: 1920px) {
  .listContentSwiper {
    height: 365px;
  }
  .section-top-margin {
    margin: 70px auto 24px;
  }
}
@media all and (max-width: 1680px) {
  .container {
    max-width: 1566px;
  }
  .all-services-wrap {
    margin-left: 128px;
  }
  .home-main-bnr-vdo {
    transform: translate(-80%);
  }
  .home-main-bnr-vdo video {
    width: 160%;
  }
  .all-services-btn .button {
    padding: 36px 40px;
  }
  .section-vdo {
    top: -1px;
    height: 63vh;
  }
  .services-heading-detail .section-content {
    font-size: 22px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2,
  .section-heading,
  .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2,
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2,
  .faq-heading,
  .cs-section-heading {
    font-size: 58px;
  }
  .home-page .banner-content {
    height: 100vh;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 56px;
  }
  .home-page .section-main-text {
    width: 80%;
    margin: 160px auto 24px;
  }
  .home-page .sector-section .sector-white-box {
    padding: 40px 26px;
    min-height: 370px;
  }
  .home-page .services-section .services-heading-detail {
    margin: 50px 0 50px;
  }
  .home-page .services-section .services-heading-detail {
    margin: 50px 0 50px;
  }
  .home-page .why-header {
    margin: 70px 0 30px;
  }
  .home-page .challange-wrap .challange-text,
  .home-page .challange-wrap .challange-text p {
    margin-top: 0;
  }
  .why-detail .why-title {
    font-size: 28px;
  }
  .why-sec-num {
    font-size: 58px;
  }
  .sector-section .sector-detail .sector-heading {
    font-size: 26px;
    min-height: 50px;
  }
  .solution-left-content-sec .link-section {
    margin-top: 20px;
  }
  .about-banner-vector {
    width: 700px;
    z-index: 0;
  }
  .listContentSwiper {
    height: 325px;
  }
  .services-content-wrap .services-first-section .service-num {
    font-size: 160px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    font-size: 34px;
  }
  .challange-swiper-box .challange-swiper-header {
    font-size: 76px;
  }
  .challange-swiper-box .challange-swiper-sub-header {
    font-size: 40px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-family: switzerregular;
    font-size: 28px;
  }
}
@media all and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }
  .section-main-text {
    width: 80%;
  }
  .all-services-wrap {
    margin-left: 94px;
  }
  .techno-box-content-wrap .techno-detail-content {
    width: 60%;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text {
    font-size: 44px;
  }
  .challange-wrap .challange-text {
    width: 50%;
  }
  .clients-sec {
    width: 70%;
  }
  .services-section .services-heading-detail {
    margin: 50px 0 50px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    width: 100%;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-size: 34px;
  }
  .cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h3 {
    font-size: 28px;
  }
  .cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h4 {
    font-size: 22px;
  }
  .cs-detail-right-sec-text .cs-detail-prof-content {
    font-size: 34px;
  }
  .challange-swiper-box {
    padding: 24% 0;
  }
  .workwith-sec-text {
    width: 100%;
  }
  .leading-main-text {
    font-size: 60px;
  }
  .leader-sec-heading,
  .about-leading-section .leading-detail-text .leading-bullet-points li {
    width: 100%;
  }
  .leaders-prof-boxes-wrap .f-col:first-child .leaders-prof-box {
    padding: 30px 40px 30px 20px;
  }
  .global-section {
    height: 720px;
  }
}
@media all and (max-width: 1536px) {
  .about-banner-vector {
    width: 600px;
  }
  .home-page .section-vdo {
    width: 60%;
  }
  .home-page .section-main-text {
    margin: 90px auto 24px;
  }
  .home-page .sector-section .sector-white-box {
    min-height: 398px;
  }
}
@media all and (max-width: 1440px) {
  .container {
    max-width: 1366px;
  }
  .home-main-bnr-vdo {
    bottom: 0px;
    transform: translate(-93%);
  }
  .home-main-bnr-vdo video {
    width: 184%;
  }
  .solution-swiper-box .solution-content {
    height: calc(100% - 230px);
  }
  .section-heading h2 {
    font-size: 46px;
  }
  .section-content {
    font-size: 20px;
  }
  .solution-content .box-header {
    font-size: 23px;
  }
  .solution-left-content-sec .link-section {
    margin-top: 150px;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 48px;
  }
  .solution-content .box-header {
    font-size: 22px;
  }
  .all-services-wrap .services-row .services-title {
    font-size: 22px;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text,
  .techno-box-content-wrap .techno-detail-content .techno-text h2 {
    font-size: 36px;
  }
  .sector-section .sector-detail .sector-heading {
    font-size: 24px;
    min-height: 42px;
  }
  .why-detail .why-title {
    font-size: 24px;
  }
  .why-sec-num {
    font-size: 58px;
  }
  .stories-section .story-img {
    height: 528px;
  }
  .challange-wrap .challange-text P {
    font-size: 56px;
  }
  .listContentSwiper {
    height: 304px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    font-size: 32px;
  }
  .all-services-wrap {
    margin-top: -1px;
  }
  .section-vdo.half-width.service-left-sticky .blue-bg {
    height: 100.1%;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2,
  .section-heading,
  .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 44px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points {
    margin-top: 30px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points {
    margin-top: 30px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    width: 48%;
    font-size: 20px;
    margin: 10px 0;
  }
  .services-content-wrap .services-first-section .service-num {
    font-size: 140px;
  }
  .case-study-bnr-detail .cs-bnr-dtl-text h2 {
    font-family: "switzermedium";
    font-size: 30px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-size: 30px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-icon {
    max-width: 56px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h4 {
    font-size: 20px;
  }
  .cs-section-heading,
  .result-section .result-sec-text-wrap .cs-section-text {
    width: 100%;
  }
  .challange-wrap {
    padding: 100px 80px;
  }
  .footer-content hr {
    margin-top: 40px;
  }
  .all-solutoins-wrap .services-row .services-title {
    font-size: 24px;
  }
  .inner-main-banner .section-content {
    width: 80%;
    margin: 0px auto 30px;
  }
  .cs-section-heading {
    font-size: 52px;
  }
  .challange-swiper-box .challange-swiper-header {
    font-size: 64px;
  }
  .challange-swiper-box .challange-swiper-sub-header {
    font-size: 32px;
  }
  .challange-swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));
  }
  .result-section .result-icon {
    max-width: 268px;
    min-height: 268px;
  }
  .abt-bnr-text,
  .abt-bnr-text h1 {
    font-size: 52px;
  }
  .abt-bnr-content p {
    font-size: 22px;
  }
  .about-banner-heading-text {
    width: 70%;
  }
  .about-first-section .about-sec-heading {
    font-size: 48px;
  }
  .about-first-section .about-passion-section .section-sub-heading {
    font-size: 24px;
  }
  .abt-bnr-content p {
    width: 88%;
  }
  .global-section {
    height: 670px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box {
    align-items: flex-start;
  }
  .leader-content {
    font-size: 22px;
    width: 60%;
  }
  .water-treated-section-wrap .water-treated-text .water-trat-heading {
    font-size: 60px;
  }
  .water-treated-section-wrap .water-treated-text .water-treat-content {
    font-size: 28px;
  }
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2,
  .faq-heading {
    font-size: 48px;
  }
  .why-img {
    width: 600px;
  }
  .solutions-content .solution-row .num {
    font-size: 74px;
  }
  .solution-page-swiper-wrap .solution-content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .tech-main-heading {
    width: 56% !important;
  }
  .tech-first-section .overview-text {
    font-size: 54px;
  }
  .tech-first-section .overview-right-sec-text .tech-section-content {
    font-size: 22px;
    line-height: 1.4;
  }
  .comparative-table-heading .comp-tab-heading-text {
    font-size: 28px;
  }
  .comparative-table-content .comparative-table-row-heading {
    font-size: 22px;
  }
  .comparative-table-content .comparative-table-row-content {
    font-size: 20px;
  }
  .story-title-text-wrap {
    min-height: 126px;
  }
  .faqitem .content {
    font-size: 20px;
  }
  .contact-bnr .contact-detail-content .contact-detail-header {
    font-size: 24px;
  }
  .contact-bnr .contact-icons {
    width: 50px;
    height: 60px;
  }
  .inner-main-banner .section-content {
    width: 80%;
    margin: 0px auto 30px;
  }
  .contact-bnr .f-col:first-child .contact-detail-wrap {
    padding-left: 40px;
  }
  .contact-bnr .contact-detail-wrap {
    padding: 40px 10px;
  }
  #contactForm .form-field {
    font-size: 24px;
  }
}
@media all and (max-width: 1370px) {
  .container {
    max-width: 1260px;
  }
  .mobile-menu {
    right: calc(-9 * var(--menuWidth));
  }
  .section-vdo {
    height: 77vh;
  }
  .solution-swiper-box .solution-content {
    height: calc(100% - 160px);
    padding: 20px 30px;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text {
    font-size: 36px;
  }
  .stories-section {
    padding: 0px 0 130px;
  }
  .stories-section .story-img {
    height: 480px;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 46px;
  }
  .section-content {
    font-size: 20px;
  }
  .challange-wrap .challange-text P {
    font-size: 54px;
  }
  .footer-links-wrapper .footer-links li {
    margin: 0 38px;
  }
  .solution-left-content-sec .link-section {
    margin-top: 100px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-icon {
    max-width: 46px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h4 {
    font-size: 18px;
  }
  .cs-section-heading,
  .result-section .result-sec-text-wrap .cs-section-text {
    width: 100%;
  }
  .challange-wrap {
    padding: 100px 80px;
  }
  .footer-content hr {
    margin-top: 40px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-size: 28px;
  }
  .cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h3 {
    font-size: 26px;
  }
  .cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h4 {
    font-size: 20px;
  }
  .cs-detail-right-sec-text .cs-detail-prof-content {
    font-size: 30px;
  }
  .challange-swiper-box {
    padding: 26% 0;
  }
  .challange-swiper-box .challange-swiper-header {
    font-size: 58px;
  }
  .challange-swiper-box .challange-swiper-sub-header {
    font-size: 28px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2,
  .section-heading,
  .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2,
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2,
  .faq-heading {
    font-size: 40px;
  }
  .about-banner-heading-text {
    width: 57%;
  }
  .about-first-section .about-sec-heading {
    font-size: 60px;
  }
  .about-leading-section .leading-detail-text .leading-main-text {
    margin: 0px 0 14px;
  }
  .about-leading-section .leading-detail-text .leading-bullet-points {
    margin-top: 20px;
  }
  .about-leading-section .leading-detail-text {
    margin-left: 40px;
  }
  .abt-bnr-text,
  .abt-bnr-text h1 {
    line-height: 1.2;
    font-size: 52px;
  }
  .trated-vdo-div {
    width: 91%;
  }
  .technology-responsive .stories-section {
    padding: 0 0 80px;
  }
  .faq-heading {
    font-size: 60px;
  }
  .comparative-table-content li.custom-min-height {
    height: 253px;
  }
  .tech-first-section .overview-text {
    font-size: 60px;
  }
  .tech-first-section .overview-right-sec-text {
    padding: 50px;
  }
  .tech-first-section .overview-right-sec-text .tech-section-content {
    font-size: 24px;
  }
  .tech-sec-heading {
    margin: 40px auto 24px;
  }
  .story-title-text-wrap {
    min-height: 116px;
    padding: 20px 30px 20px;
  }
  .services-content:hover .arrow-animation {
    width: 21px;
    height: 26px;
  }
  .arrow-animation {
    background-size: 46px 50px;
    width: 21px;
    height: 26px;
  }
  .listContentSwiper {
    height: 280px;
  }
  .services-content-wrap .services-first-section .service-num {
    font-size: 120px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    font-size: 28px;
  }
}
@media all and (max-width: 1292px) {
  .container {
    max-width: 1100px;
  }
  .banner-main-text h2 {
    font-size: 64px;
  }
  .banner-main-text {
    width: 110%;
    margin-top: 170px;
  }
  .section-heading,
  .section-heading h2,
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2 {
    font-size: 48px;
  }
  .section-vdo {
    height: 72vh;
  }
  .home-page .section-heading {
    margin: 10px auto 30px;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 40px;
  }
  .home-page .all-services-wrap .services-row a img {
    object-fit: contain;
  }
  .home-page .techno-box-content-wrap .techno-detail-content {
    padding: 80px 0 80px 80px;
  }
  .home-page .section-vdo {
    width: 62%;
  }
  .home-page .challange-wrap .challange-text P {
    font-size: 56px;
  }
  .services-heading-detail .section-content {
    width: 83%;
  }
  .sector-section .sector-detail .sector-heading {
    font-size: 18px;
    min-height: 30px;
  }
  .home-page .sector-section .sector-white-box {
    min-height: 388px;
  }
  .section-content {
    font-size: 18px;
  }
  .solution-left-content-sec .link-section {
    margin-top: 100px;
  }
  .solution-swiper-box .solution-content {
    height: calc(100% - 200px);
  }
  .solution-content .box-header {
    font-size: 20px;
  }
  .techno-box-content-wrap .techno-detail-content {
    width: 53%;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text,
  .techno-box-content-wrap .techno-detail-content .techno-text h2 {
    font-size: 34px;
  }
  .why-sec-num {
    font-size: 54px;
  }
  .challange-wrap .challange-text {
    width: 60%;
  }
  .footer-links-wrapper .footer-links li {
    margin: 0 30px;
  }
  .why-detail .why-title {
    font-size: 22px;
  }
  .challange-wrap .challange-text {
    width: 60%;
    margin-top: 0;
  }
  .all-services-btn .button {
    width: 110%;
  }
  .solution-left-content-sec {
    padding: 20px 0 40px;
  }
  .sector-section .sector-white-box {
    padding: 40px 26px;
    min-height: 420px;
  }
  .stories-section .story-img .title-btn-wrap {
    padding: 30px 0;
    min-height: 122px;
  }
  .challange-wrap .challange-text p {
    font-size: 42px;
  }
  .bnr-img {
    height: 300px;
  }
  .solutions-content .solution-row .num {
    font-size: 56px;
  }
  .all-solutoins-wrap .services-row .services-title {
    font-size: 22px;
  }
  .services-content-wrap .services-first-section .service-num {
    padding: 60px 0;
    font-size: 140px;
  }
  .services-content-wrap .services-first-section .service-num-content {
    padding: 60px 80px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2,
  .section-heading,
  .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 46px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points {
    margin-top: 10px;
  }
  .challange-wrap {
    padding: 90px 80px;
  }
  .solution-page-swiper-wrap {
    margin-bottom: 20px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li::before {
    margin-right: 14px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    font-size: 28px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-size: 22px;
  }
  .challange-swiper-box .challange-swiper-header {
    font-size: 64px;
  }
  .challange-swiper-box {
    padding: 32% 0;
  }
  .cs-section-heading {
    font-size: 48px;
    margin-bottom: 0px;
  }
  .cs-section-text {
    font-size: 18px;
    margin-top: 20px;
  }
  .salt-wrapper h4 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .salt-wrapper h3 {
    font-size: 18px;
  }
  .about-banner-heading-text {
    width: 66%;
  }
  .abt-bnr-content {
    width: 80%;
  }
  .about-first-section .about-sec-heading {
    font-size: 42px;
  }
  .water-treated-section-wrap {
    height: 744px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2,
  .section-heading,
  .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 34px;
  }
  .leader-content {
    font-size: 20px;
    width: 70%;
  }
  .about-leading-section .leading-detail-text .leading-bullet-points {
    margin-top: 10px;
  }
  .about-leading-section .leading-detail-text .leading-bullet-points li {
    font-size: 18px;
    margin: 16px 0 0;
  }
  .about-leading-section .leading-detail-text .leading-bullet-points li::before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-size: contain;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-title {
    font-size: 22px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-pic {
    max-height: 440px;
    width: auto;
  }
  .comparative-table-content li.custom-min-height {
    height: 314px;
  }
  .faq-heading {
    font-size: 42px;
  }
  .global-section {
    height: 626px;
    margin-bottom: -117px;
  }
  .listContentSwiper {
    height: 262px;
  }
  .why-img {
    top: 130px;
    width: 550px;
  }
  .banner-detail .section-main-text,
  .banner-detail .section-main-text h1 {
    font-size: 44px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    font-size: 16px;
  }
  .solution-page-swiper-wrap .solution-content h3 {
    font-size: 20px;
  }
  .solution-content {
    padding: 6px 36px;
  }
  .banner-detail .tech-sec-heading,
  .banner-detail .cs-sec-heading {
    font-size: 34px !important;
  }
  .working-content {
    font-size: 20px;
  }
  .tech-first-section .overview-text {
    font-size: 46px;
  }
  .tech-first-section .overview-right-sec-text .tech-section-content {
    font-size: 20px;
  }
}
@media all and (max-width: 1200px) {
  .all-services-btn .button {
    padding: 26px 0;
    min-width: 222px;
    width: 100%;
  }
  .all-services-wrap .services-row .services-img {
    padding: 44px 0 46px 24px;
  }
  .all-services-wrap .services-row.row-reverse .services-img {
    padding: 40px 24px 36px 24px;
  }
  .solution-swiper-box .solution-content {
    height: calc(100% - 180px);
  }
  .all-services-wrap .services-row .services-content {
    padding: 44px 24px 46px 24px;
  }
  .all-services-wrap .services-row.row-reverse .services-content {
    padding: 40px 0 46px 24px;
  }
  .techno-box-content-wrap .techno-detail-content {
    padding: 80px 0 80px 100px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h4 {
    font-size: 14px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-size: 24px;
  }
  .bnr-img {
    height: 240px;
  }
  .cs-detail-right-sec-text {
    padding: 60px 30px 60px 70px;
  }
  .cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h3 {
    font-size: 22px;
  }
  .cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-name-desg-wrap h4 {
    font-size: 16px;
  }
  .about-banner-vector {
    width: 590px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-title {
    font-size: 26px;
  }
  /* 
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-detail {
    .ellipsisV(@clamp: 9);
  } */
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-position {
    font-size: 20px;
  }
  .water-treated-section-wrap {
    height: 736px;
  }
  .abt-bnr-content p br {
    display: none;
  }
  .comparative-table-heading .comp-tab-heading-text {
    font-size: 30px;
  }
}
@media all and (max-width: 1136px) {
  .container {
    max-width: 1024px;
  }
  .comm-section {
    padding: 30px 0;
  }
  .logo {
    width: 153px;
  }
  .section-vdo {
    height: 86vh;
  }
  .solution-swiper-box .solution-content {
    padding: 26px 20px;
  }
  .solution-swiper-box .solution-content .box-header {
    font-size: 26px;
  }
  .all-services-wrap .services-row.row-reverse .services-img,
  .all-services-wrap .services-row .services-content {
    padding: 24px;
  }
  .all-services-wrap .services-row .services-img,
  .all-services-wrap .services-row.row-reverse .services-content {
    padding: 24px 0 24px 24px;
  }
  .all-services-wrap .services-row .services-title {
    font-size: 24px;
  }
  .all-services-btn .button {
    margin-top: 56px;
  }
  .techno-box-content-wrap .techno-detail-content {
    padding: 60px 0 60px 60px;
  }
  .techno-box-content-wrap .techno-shape {
    width: 500px;
  }
  .why-box-1,
  .why-box-2,
  .why-box-3 {
    padding: 16px;
  }
  .challange-wrap {
    padding: 80px;
  }
  .challange-wrap .challange-text {
    width: 80%;
    margin-top: 0;
  }
  .footer-links-wrapper .footer-links li {
    margin: 0 26px;
  }
  .footer-content hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .inner-main-banner .section-content {
    width: 90%;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    width: 48%;
    font-size: 18px;
    margin: 8px 0;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li::before {
    width: 30px;
    height: 30px;
    margin-right: 30px;
  }
  .case-study-bnr-detail .cs-bnr-dtl-text {
    width: 75%;
  }
  .all-solutoins-wrap .services-row .services-content,
  .all-solutoins-wrap .services-row.row-reverse .services-content {
    padding: 30px;
  }
  .all-solutoins-wrap .services-row .services-img,
  .all-solutoins-wrap .services-row.row-reverse .services-img {
    padding: 30px;
  }
  .contact-bnr .contact-detail-content {
    width: 100%;
  }
  .contact-bnr .contact-detail-wrap {
    padding: 20px;
  }
  .contact-bnr .contact-detail-content .contact-detail-header {
    font-size: 24px;
    margin: 30px 0 16px;
  }
  .panel-main-div-wrapper .panel-wrap {
    margin-left: 24px;
  }
  .cs-detail-right-sec-text .cs-detail-prof-content {
    font-size: 26px;
  }
  .challange-swiper-box .challange-swiper-header {
    font-size: 64px;
  }
  .challange-swiper-box .challange-swiper-sub-header {
    font-size: 40px;
  }
  .challange-swiper-box {
    padding: 34% 0;
  }
  .cs-section-heading {
    font-size: 48px;
  }
  .cs-section-text {
    font-size: 16px;
  }
  .result-section {
    padding: 30px 0 60px;
    margin-bottom: -60px;
  }
  .abt-bnr-content {
    width: 70%;
  }
  .abt-bnr-text,
  .abt-bnr-text h1 {
    font-size: 52px;
  }
  .water-treated-section-wrap {
    height: 696px;
  }
  .tech-first-section .overview-right-sec-text .tech-section-content {
    font-size: 22px;
  }
  .woking-img {
    height: 460px;
    margin-top: 36px;
  }
  .salient-content {
    width: 60%;
  }
  .comparative-table-heading .comp-tab-heading-text {
    font-size: 28px;
  }
  .comparative-table-content .comparative-table-row-content {
    font-family: "switzerlight";
    font-size: 20px;
  }
  .comparative-table-content li div {
    padding: 20px;
  }
  .comparative-table-content li.custom-min-height {
    height: 208px;
  }
}
@media all and (max-width: 1026px) {
  :root {
    --header-height: 80px;
  }
  .container {
    max-width: 900px;
  }
  .contact-page .small-width {
    width: 90%;
  }
  .comm-section {
    padding: 30px 0;
  }
  .menuOverlay,
  .mobile-menu {
    height: 100vh;
  }
  .menuBtn {
    display: flex;
  }
  .menu {
    display: block;
    margin-left: 20px;
    font-size: 28px;
    cursor: pointer;
    height: 24px;
  }
  .mobile-menu .header-list {
    margin-top: 90px;
    z-index: 999;
    height: calc(100vh - 320px);
  }
  .drop ul {
    position: static;
    background: #fff;
    box-shadow: 0 0 0px;
    border-radius: 0;
    top: 0;
    padding: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 99;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-top: 10px;
  }
  .drop ul li a {
    font-size: 16px !important;
    font-weight: 500;
  }
  .side-menu-social-icons a {
    margin-left: 6px;
  }
  .mobile-menu .header-list li {
    margin-bottom: 15px;
  }
  .mobile-menu .header-list li a {
    font-size: 18px;
    font-weight: 500;
  }
  .mobile-menu .header-list li a {
    font-size: 16px !important;
    font-weight: 500;
  }
  .apply-hire-btns {
    display: none;
  }
  .mob-apply-hire-btns {
    display: flex;
    flex-direction: column;
  }
  .mob-apply-hire-btns a {
    width: 100%;
  }
  .hire-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .cart-count-mob {
    margin-left: 10px;
  }
  .drop ul {
    border: 0;
  }
  .button {
    padding: 0 14px;
  }
  .mob-apply-hire-btns a {
    margin-top: 16px;
  }
  .footer-social-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-links-wrapper a,
  .footer-address p {
    font-size: 14px;
  }
  .footer-links-wrapper h3 {
    font-size: 22px;
  }
  .section-main-text {
    margin: 60px auto 24px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 64px;
  }
  .section-heading,
  .section-heading h2,
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 44px;
  }
  .solution-left-content-sec {
    padding: 40px 0;
  }
  .section-vdo {
    height: 74vh;
  }
  .services-heading-detail .section-content {
    width: 70%;
  }
  .all-services-wrap {
    margin-left: 49px;
  }
  .section-content {
    font-size: 22px;
  }
  .stories-section .story-img {
    height: 333px;
  }
  .stories-section .story-img .title-btn-wrap {
    padding: 20px 0;
  }
  .stories-section .story-img .title-btn-wrap .story-title {
    font-size: 24px;
  }
  .challange-wrap .challange-text {
    width: 60%;
  }
  .challange-wrap .challange-text p {
    font-size: 40px;
  }
  .solution-swiper-box .solution-content {
    height: calc(100% - 160px);
  }
  .why-img {
    top: 130px;
    width: 420px;
  }
  .why-detail {
    margin-left: 14px;
  }
  .footer-links-wrapper .footer-links li {
    margin: 0 20px;
  }
  .footer-wrap {
    padding: 40px 0 30px;
  }
  .services-title-uparw-wrap a {
    width: 22px;
    height: 22px;
  }
  .services-title-uparw-wrap a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .all-services-wrap .services-row .services-title {
    width: 80%;
  }
  .techno-box-content-wrap .techno-shape {
    width: 400px;
  }
  .home-page .section-main-text {
    margin: 50px auto 24px;
    width: 90%;
  }
  .home-page .section-heading {
    margin: 30px auto;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 46px;
  }
  .home-page .home-main-bnr-vdo {
    bottom: 0px;
  }
  .home-page .home-main-bnr-vdo video {
    width: 185%;
  }
  .faq-heading {
    font-size: 48px;
  }
  .arrow-animation {
    background-position: right 5px;
    background-size: 40px 40px;
    width: 22px;
    height: 24px;
  }
  .services-content:hover .arrow-animation {
    background-position: left bottom;
    width: 22px;
    height: 22px;
  }
  .bnr-img {
    height: 240px;
  }
  .inner-main-banner .section-main-text {
    margin-top: 20px;
  }
  .section-main-text {
    margin: 60px auto 24px;
    width: 100%;
  }
  .section-main-text h1 {
    font-size: 50px;
  }
  .section-main-text h2 {
    font-size: 50px;
  }
  .services-content-wrap .services-first-section .service-num-content {
    padding: 26px;
  }
  .services-content-wrap .services-first-section .service-num {
    padding: 50px 0;
    font-size: 160px;
  }
  .section-main-text,
  .other-services-text-responsive {
    font-size: 38px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    width: 48%;
    font-size: 16px;
    margin: 8px 0;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li::before {
    margin-right: 10px;
  }
  .solution-page-swiper-wrap .solution-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .solution-page-swiper-wrap .solution-content .section-content-small {
    font-size: 14px;
  }
  .panel-main-div-wrapper .panel-wrap {
    margin-left: 14px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-size: 18px;
  }
  .cs-detail-right-sec-text .cs-detail-prof-content {
    font-size: 24px;
  }
  .challange-swiper-box .challange-swiper-header {
    font-size: 54px;
  }
  .challange-swiper-box .challange-swiper-sub-header {
    font-size: 32px;
  }
  .challange-swiper-box {
    padding: 36% 0;
  }
  .cs-section-heading {
    font-size: 44px;
  }
  .salt-wrapper .salt-content {
    padding: 10px 0;
  }
  .cs-section-heading {
    font-size: 40px;
  }
  .result-sec-text-wrap .cs-section-heading {
    margin-bottom: 0;
  }
  .result-section {
    padding: 30px 0 60px;
  }
  .footer-logo {
    margin-bottom: 26px;
  }
  .challange-swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
  }
  .about-banner-heading-text {
    width: 76%;
  }
  .about-banner-vector {
    width: 510px;
  }
  .about-first-section .about-sec-heading {
    font-size: 46px;
  }
  .leader-sec-heading {
    margin: 0px auto 24px !important;
  }
  .about-first-section .about-passion-section {
    margin-left: 46px;
    padding: 60px 0;
  }
  .water-treated-section-wrap {
    height: 627px;
  }
  .tech-first-section .overview-text {
    font-size: 54px;
  }
  .working-content {
    width: 90%;
  }
  .woking-img {
    height: 400px;
  }
  .comparative-table-content .comparative-table-row-heading {
    font-size: 22px;
  }
  .comparative-table-content li.custom-min-height-2 {
    height: 264px;
  }
  .comparative-table-content li.custom-min-height {
    height: 264px;
  }
  .contact-bnr {
    margin-bottom: 0;
  }
  .contact-bnr .contact-detail-wrap {
    padding: 20px 0px;
  }
  .contact-bnr .f-col:first-child .contact-detail-wrap {
    padding-left: 30px;
  }
  #contactForm .form-label {
    font-size: 16px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .leaders-prof-boxes-wrap .f-col:first-child .leaders-prof-box {
    padding: 40px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-pic {
    overflow: hidden;
    margin: 0 auto;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail {
    width: 100%;
    margin: 20px 0 0 0px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-detail .leader-title br {
    display: none;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-social-link {
    right: 54px;
  }
  .global-section {
    height: 460px;
    margin-bottom: -57px;
  }
  .listContentSwiper {
    height: 300px;
  }
  .listContentSwiper {
    height: 262px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    font-size: 30px;
  }
}
@media all and (max-width: 990px) {
  .container {
    max-width: 800px;
  }
  .button {
    padding: 0 14px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  .footer-address {
    margin-bottom: 26px;
  }
  .footer-social-icons li a {
    margin: 9px 9px;
  }
  .section-main-text {
    margin: 26px auto 24px;
    width: 100%;
  }
  .section-main-text h1 {
    font-size: 52px;
  }
  .section-main-text h2 {
    font-size: 52px;
  }
  .section-vdo {
    height: 88vh;
  }
  .home-page .banner-content {
    height: 100vh;
  }
  .home-page .section-main-text {
    width: 80%;
  }
  .home-page .section-content {
    width: 100%;
    margin: 0 auto 40px;
  }
  .home-page .all-services-btn .button {
    padding: 30px 24px;
    font-size: 16px;
    min-width: 190px;
  }
  .home-page .all-services-wrap {
    margin-left: 37px;
  }
  .solution-left-content-sec {
    padding: 40px 0 0px;
  }
  .solution-swiper-box .solution-content {
    height: calc(100% - 200px);
  }
  .techno-box-content-wrap .techno-shape {
    width: 360px;
  }
  .techno-box-content-wrap .techno-detail-content {
    width: 68%;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text {
    font-size: 28px;
  }
  .sector-white-box:hover .sector-icons {
    scale: 1;
    height: 100px;
    width: 100px;
  }
  .why-detail .why-title {
    font-size: 24px;
  }
  .stories-section .story-img {
    height: 463px;
  }
  .footer-links-wrapper .footer-links {
    width: 70%;
  }
  .section-heading,
  .section-heading h2,
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 38px;
  }
  .hamburger.h-active {
    width: 26px;
    height: 20px;
  }
  .services-heading-detail .section-content {
    width: 100%;
  }
  .section-content {
    font-size: 20px;
  }
  .solution-page-swiper-wrap .solution-page-slider-content {
    border-left: 0;
  }
  .services-content-wrap .services-first-section .service-num-content {
    padding: 36px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    font-size: 24px;
  }
  .services-content-wrap .services-first-section .service-num {
    padding: 38px 0;
    font-size: 140px;
  }
  .services-scope-section .scope-detail-text {
    margin-left: 30px;
  }
  .section-main-text,
  .other-services-text-responsive,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 36px;
  }
  .services-scope-section .scope-img {
    height: 360px;
  }
  .all-services-wrap .services-row .services-title {
    font-size: 20px;
    width: 100%;
  }
  .all-services-wrap .services-row.row-reverse .services-img,
  .all-services-wrap .services-row .services-content {
    padding: 18px;
  }
  .all-services-wrap .services-row .services-img,
  .all-services-wrap .services-row.row-reverse .services-content {
    padding: 18px 0 18px 18px;
  }
  .all-solutoins-wrap .services-row .services-content,
  .all-solutoins-wrap .services-row.row-reverse .services-content {
    padding: 30px 30px 30px 30px;
  }
  .all-solutoins-wrap .services-row .services-img,
  .all-solutoins-wrap .services-row.row-reverse .services-img {
    padding: 20px 24px 20px 24px;
  }
  .all-solutoins-wrap {
    margin-bottom: 40px;
  }
  .contact-bnr .f-col .contact-detail-wrap {
    padding: 20px 0;
  }
  .contact-bnr .f-col:first-child .contact-detail-wrap {
    padding: 20px;
  }
  #contactForm .get-btn {
    text-align: left !important;
  }
  .panel-main-div-wrapper .panel-wrap {
    margin-left: 14px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail {
    margin-left: 10px;
  }
  .panel-main-div-wrapper .f-col:first-child .panel-wrap {
    margin-left: 16px;
  }
  .panel-main-div-wrapper .panel-wrap {
    margin-left: 10px;
  }
  .cs-detail-right-sec-text {
    padding: 50px 20px 60px 60px;
  }
  .challange-swiper-box {
    padding: 46% 0;
  }
  .salt-wrapper .salt-content {
    padding: 20px 0;
  }
  .about-banner-vector {
    width: 460px;
  }
  .abt-bnr-text,
  .abt-bnr-text h1 {
    font-size: 44px;
  }
  .about-first-section .about-sec-heading {
    font-size: 40px;
  }
  .leader-sec-heading {
    margin: 0px auto !important;
  }
  .leader-content {
    width: 100%;
  }
  .water-treated-section-wrap {
    height: 608px;
  }
  .about-leading-section .leading-detail-text {
    margin-left: 40px;
    margin-top: 20px;
  }
  .about-leading-section .leading-detail-text .leading-main-text {
    margin: 0px 0 10px;
  }
  .about-leading-section .leading-detail-text .leading-bullet-points {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .about-first-section .about-passion-section {
    margin-left: 42px;
    padding: 40px 0;
  }
  .water-treated-section-wrap .water-treated-text {
    width: 360px;
    height: 360px;
  }
  .water-treated-section-wrap .water-treated-text .water-trat-heading {
    font-size: 72px;
  }
  .water-treated-section-wrap .water-treated-text .water-treat-content {
    font-size: 24px;
  }
  .about-leading-section .leading-detail-text {
    margin-left: 20px;
    margin-top: 20px;
  }
  .workwith-sec-text br {
    display: none;
  }
  .about-banner .banner-detail-img-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36vh;
  }
  .about-banner-heading-text {
    width: 100%;
  }
  .about-banner-vector {
    width: 510px;
    opacity: 0.4;
  }
  .technology-responsive .tech-first-section .overview-text {
    font-size: 48px;
  }
  .technology-responsive .tech-first-section .overview-right-sec-text {
    padding: 40px;
  }
  .technology-responsive .comparative-table-content li.custom-min-height {
    height: 292px;
  }
  .technology-responsive .comparative-table-content li.custom-min-height-2 {
    height: 292px;
  }
  .technology-responsive .inner-main-banner .banner-detail {
    margin: 3% auto 0%;
  }
  .technology-responsive .working-content {
    width: 100%;
  }
  .technology-responsive .banner-detail {
    width: 100%;
    margin: 0% auto;
  }
  .technology-responsive .salient-content {
    width: 100%;
  }
  .technology-responsive .technology-responsive .comparative-table-content li.custom-min-height-2 {
    height: 318px;
  }
  .technology-responsive .faq-heading {
    font-size: 43px;
  }
  .technology-responsive .woking-img {
    height: 280px;
  }
  .contact-page .small-width .w50,
  .contact-page .small-width .w100 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-page .small-width {
    width: 100%;
  }
  #contactForm .form-field {
    font-size: 20px;
    margin: 0;
  }
  #contactForm .form-label {
    margin-top: 30px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-social-link {
    right: 40px;
  }
  .listContentSwiper {
    height: 216px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    width: 48%;
    font-size: 15px;
    margin: 8px 0;
  }
}
@media all and (max-width: 912px) {
  .banner-content {
    height: 84vh;
  }
  .section-vdo {
    height: 42vh;
  }
  .banner-detail {
    width: 80%;
    margin: 18% auto;
  }
  .inner-main-banner .banner-detail {
    width: 100%;
    margin: 6% auto;
    text-align: left;
  }
  .inner-main-banner .section-content {
    width: 100%;
  }
}
@media all and (max-width: 840px) {
  .home-page .banner-content {
    height: 78vh;
  }
  .home-page .section-main-text {
    width: 100%;
  }
  .home-page .section-main-text h1,
  .home-page .section-main-text h2 {
    font-size: 42px;
  }
  .home-page .all-services-wrap {
    margin-left: 60px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text,
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text h2 {
    font-size: 34px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content {
    padding: 60px 0 80px 60px;
  }
  .home-page .stories-section .story-img .title-btn-wrap {
    min-height: 96px;
  }
}
@media all and (max-width: 835px) {
  .container {
    max-width: 750px;
  }
  .contact-page .small-width {
    width: 100%;
  }
  .inner-main-banner .section-content {
    margin: 20px auto;
  }
  .banner-detail {
    text-align: left;
    margin-top: 80px;
  }
  .clients-sec {
    width: 80%;
  }
  .footer-address {
    margin-bottom: 40px;
  }
  .footer-links-wrapper h3 {
    font-size: 24px;
  }
  .magic-heading-section .section-heading,
  .magic-heading-section .section-heading h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  .banner-content {
    height: 72vh;
  }
  .section-heading,
  .section-heading h2,
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 34px;
  }
  .nav-logo a {
    width: 140px;
    margin-top: 4px;
  }
  .section-vdo {
    height: 48vh;
  }
  .all-services-wrap {
    margin-left: 40px;
  }
  .inner-main-banner {
    padding-bottom: 10px;
    margin-bottom: -70px;
  }
  .inner-main-banner .banner-detail,
  .inner-main-banner .section-content {
    width: 100%;
  }
  .all-solutoins-wrap .services-row .services-content {
    padding: 50px 20px 50px 20px;
  }
  .all-solutoins-wrap .services-row .services-img {
    padding: 45px 24px 36px 34px;
  }
  .all-solutoins-wrap .services-row.row-reverse .services-img {
    padding: 40px 26px 34px 28px;
  }
  .all-solutoins-wrap .services-row.row-reverse .services-content {
    padding: 40px 22px 32px 32px;
  }
  .cs-banner-heading {
    width: 100%;
    margin: 8% auto 4%;
  }
  .contact-main-banner-resp {
    padding-bottom: 80px;
  }
  .challange-swiper-box .challange-swiper-header {
    font-size: 44px;
  }
  .inner-main-banner {
    padding-bottom: 80px;
    margin-bottom: -60px;
  }
  .all-services-page .inner-main-banner {
    padding-bottom: 30px;
    margin-bottom: -60px;
  }
  .inner-main-banner .banner-detail {
    width: 100%;
    margin: 3% 0;
    text-align: left;
  }
  .inner-main-banner .section-main-text {
    margin-top: 20px;
    margin-left: 0;
  }
  .challange-swiper-box .challange-swiper-sub-header {
    font-size: 26px;
  }
  .challange-swiper-box {
    padding: 54% 0;
  }
  .technology-responsive .tech-first-section .overview-text {
    font-size: 44px;
  }
  .technology-responsive .section-main-text {
    margin: 0px 0 24px;
  }
  .technology-responsive .tech-first-section .overview-right-sec-text {
    padding: 40px 26px;
  }
  .technology-responsive .comparative-table-content li.custom-min-height-2 {
    height: 320px;
  }
  .technology-responsive .tech-first-section .overview-text {
    padding: 40px 0 20px;
    text-align: left;
  }
  .technology-responsive .tech-first-section .overview-right-sec-text {
    border-left: 0;
  }
  .technology-responsive .tech-first-section .overview-right-sec-text {
    padding: 20px 0px 40px;
  }
  .technology-responsive .comparative-table-content li.custom-min-height-3 {
    height: 236px;
  }
  .technology-responsive .comparative-table-heading .comp-tab-heading-text {
    padding: 34px 18px;
  }
  .technology-responsive .faq-heading {
    font-size: 40px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box {
    border-left: 0;
  }
  .why-img {
    top: 170px;
    width: 360px;
  }
}
@media all and (max-width: 810px) {
  .home-page .section-content {
    width: 100%;
  }
  .home-page .all-services-wrap {
    margin-left: 52px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content {
    width: 90%;
  }
  .home-page .techno-box-content-wrap .techno-shape {
    width: 310px;
  }
  .abt-bnr-content,
  .abt-bnr-content p {
    width: 100%;
  }
  .abt-bnr-text br {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .container {
    width: calc(100% - 30px);
  }
  .home-page .home-main-bnr-vdo {
    bottom: 70px;
    transform: translate(-121%);
  }
  .home-page .home-main-bnr-vdo video {
    width: 242%;
  }
  .blk-bg {
    top: 0;
  }
  .hamburger.h-active {
    top: 30%;
  }
  .clients-sec {
    width: 90%;
  }
  .section-vdo {
    height: 44vh;
  }
  .clients-sec .client-wrap {
    flex-direction: column;
    margin-top: 18px;
  }
  .clients-sec .small-header {
    margin-bottom: 12px;
  }
  .why-detail .why-title {
    font-size: 22px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .inner-main-banner .banner-detail {
    margin: 6% auto 18%;
  }
  .cs-page .inner-main-banner .banner-detail {
    margin: 2% auto 6%;
  }
  .all-solution-page .inner-main-banner .banner-detail {
    margin: 0% auto 8%;
  }
  .case-study-bnr-detail {
    padding: 24px 30px;
  }
  .cs-detail-main-banner {
    margin: 0% auto 4%;
  }
  .cs-detail-main-banner .banner-detail {
    margin: 3% 0 0;
  }
  .cs-det-bnr-img {
    margin-top: -90px;
  }
  .about-first-section .about-sec-heading {
    font-size: 38px;
  }
  .water-treated-section-wrap {
    height: 492px;
  }
  .water-treated-section-wrap .water-treated-text {
    width: 300px;
    height: 300px;
  }
  .global-section {
    height: 358px;
  }
  .solutoin-page .inner-main-banner .banner-detail {
    margin: 6% auto 6%;
  }
  .home-page .banner-detail {
    width: 90%;
  }
  .home-page .banner-detail .section-main-text {
    width: 100%;
    margin: 110px auto 50px;
  }
  .home-page .section-content {
    font-size: 24px;
  }
  .home-page .section-main-text h1,
  .home-page .section-main-text h2 {
    font-size: 56px;
  }
  .home-page .button {
    padding: 0 20px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .home-page .sector-section .swiper-slide {
    height: auto;
  }
  .home-page .sector-section .sector-white-box {
    min-height: 100%;
  }
}
@media all and (max-width: 770px) {
  .home-page .banner-content {
    height: 96vh;
  }
  .home-page .all-services-wrap {
    margin-left: 0px;
  }
  .home-page .techno-box-content-wrap .techno-shape {
    width: 270px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content {
    padding: 50px 0 80px 50px;
  }
  .home-page .sector-section {
    padding-bottom: 0px;
    min-height: 370px;
  }
  .about-leading-section .leading-img {
    height: 280px;
  }
}
@media all and (max-width: 768px) {
  :root {
    --menuWidth: 360px;
  }
  .container {
    width: calc(100% - 30px);
  }
  .contact-page .small-width {
    width: 100%;
  }
  .comm-section {
    padding: 20px 0;
  }
  .home-page .banner-detail {
    width: 90%;
    margin: 14% auto;
  }
  .home-page .section-main-text h1,
  .home-page .section-main-text h2 {
    font-size: 48px;
  }
  .clients-sec .swiper {
    width: 100%;
  }
  .banner-content {
    height: 96vh;
  }
  .banner-detail {
    width: 90%;
    margin: 18% auto;
  }
  .section-content {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .section-vdo {
    height: 55vh;
  }
  .all-services-btn .button {
    min-width: 230px;
  }
  .all-services-wrap {
    margin-left: 32px;
  }
  .all-services-wrap .services-row .services-title {
    font-size: 19px;
    width: 100%;
  }
  .services-detail {
    font-size: 14px;
  }
  .sector-section .sector-blue-bg {
    height: 87%;
  }
  .footer-links-wrapper .footer-links {
    width: 66%;
  }
  .footer-links-wrapper .footer-links li {
    margin: 0 10px;
  }
  .challange-wrap {
    padding: 50px;
  }
  .comp-mobile-heading {
    display: flex;
  }
  .comp-mobile-heading h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .comparative-table-content li div.comp-mobile-heading {
    padding: 0 0 16px;
  }
  .bnr-img {
    height: 236px;
  }
  .all-solutoins-wrap .services-row .services-content {
    padding: 30px 18px 30px 16px;
  }
  .all-solutoins-wrap .services-row .services-img {
    padding: 24px 24px 30px 24px;
  }
  .all-solutoins-wrap .services-row.row-reverse .services-img {
    padding: 30px 22px 30px 16px;
  }
  .all-solutoins-wrap .services-row.row-reverse .services-content {
    padding: 30px 16px 26px 20px;
  }
  .solutions-content .solution-row .section-content {
    margin-top: 0;
  }
  /*   .services-scope-section .scope-detail-text .scope-bullet-points li {
    span {
      .ellipsisV(@clamp: 2);
    }
  } */
  .faq-heading br {
    display: none;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    width: 100%;
    font-size: 15px;
    margin: 8px 0;
  }
  .contact-main-banner-resp {
    padding-bottom: 10px;
    margin-bottom: -100px;
  }
  .contact-main-banner-resp .section-content {
    margin: 10px auto;
  }
  .contact-bnr {
    margin-bottom: 10px;
  }
  .inner-main-banner .banner-detail {
    margin: 6% auto 6%;
  }
  .cs-detail-main-banner .banner-detail {
    margin: 3% auto 0%;
  }
  .cs-detail-right-sec-text {
    padding: 50px 20px 60px 40px;
  }
  .challange-swiper-box {
    padding: 64% 0;
  }
  .result-section {
    padding: 10px 0 60px !important;
  }
  .about-banner-vector {
    width: 440px;
  }
  .water-treated-section-wrap {
    height: 465px;
  }
  .water-treated-section-wrap .water-treated-text .water-trat-heading {
    font-size: 62px;
  }
  .global-section {
    padding-top: 28px;
  }
  .technology-responsive .comparative-table-content li {
    min-height: 208px;
  }
  .technology-responsive .tech-first-section .overview-text {
    padding: 40px 0 10px;
    text-align: left;
  }
  .technology-responsive .comparative-table-content {
    flex-direction: column;
  }
  .technology-responsive .comparative-table-content li {
    width: 100%;
    min-height: 100%;
    border-left: 0;
  }
  .technology-responsive .comparative-table-content li.custom-min-height,
  .technology-responsive .comparative-table-content li.custom-min-height-2,
  .technology-responsive .comparative-table-content li.custom-min-height-3 {
    height: 100%;
  }
  .technology-responsive .comparative-table-content li div br {
    display: none;
  }
  .technology-responsive .comparative-table-wrap .comparative-table-heading {
    display: none;
  }
  .technology-responsive .tech-main-heading {
    width: 100% !important;
    line-height: 1.4;
  }
  .technology-responsive .all-solutoins-wrap .services-row {
    display: flex;
    border-bottom: 1px solid var(--site-color);
    flex-direction: column;
  }
  .technology-responsive .all-solutoins-wrap .services-row .services-content {
    width: 100%;
    padding: 30px 0px 26px 0px;
    border-left: 0;
  }
  .technology-responsive .all-solutoins-wrap .services-row .services-title {
    margin-bottom: 14px;
  }
  .technology-responsive .all-solutoins-wrap .services-row .services-title br {
    display: none;
  }
  .technology-responsive .all-solutoins-wrap .services-row .services-img {
    padding: 0;
    width: 100%;
    border-left: 0;
  }
  .technology-responsive .all-solutoins-wrap .services-row .services-title-uparw-wrap {
    align-items: center;
  }
  .technology-responsive .comparative-table-content .comparative-table-row-heading {
    font-size: 18px;
  }
  .technology-responsive .comparative-table-content .comparative-table-row-content {
    font-size: 18px;
  }
  .contact-page .contact-main-banner-resp {
    padding-bottom: 120px;
  }
  .leaders-prof-boxes-wrap .f-col:first-child .leaders-prof-box,
  .leaders-prof-boxes-wrap .leaders-prof-box {
    padding: 24px;
  }
  .services-content-wrap .services-first-section .service-num {
    padding: 42px 0;
    font-size: 80px;
  }
  .services-content-wrap .services-first-section .service-num-content {
    padding: 10px;
  }
  .scope-img {
    margin-bottom: 16px;
  }
  .services-scope-section .scope-detail-text {
    margin-left: 0;
  }
  .listContentSwiper {
    height: 264px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    width: 96%;
  }
  .why-img {
    position: static;
    width: 100%;
    opacity: 1;
  }
}
@media all and (max-width: 640px) {
  .comm-section-big {
    padding: 10px 0;
  }
  .main-banner {
    position: relative;
    margin-bottom: 0px;
  }
  .clients-sec .small-header {
    width: 100%;
    text-align: center;
  }
  .section-vdo {
    height: 62.3vh;
    width: 100%;
  }
  .home-main-bnr-vdo {
    bottom: -10px;
    transform: translate(-49%);
  }
  .solution-left-content-sec {
    width: 100%;
  }
  .solution-right-content-sec {
    position: relative;
    width: 100%;
    left: 0;
  }
  .solution-left-content-sec .link-section {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .section-vdo.half-width {
    width: 38% !important;
    display: none;
  }
  .all-services-btn {
    display: none;
  }
  .all-services-wrap {
    margin-left: 0;
    width: 100%;
  }
  .all-services-wrap .services-row {
    flex-direction: column-reverse;
  }
  .all-services-wrap .services-row .services-title-uparw-wrap {
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: -24px;
  }
  .all-services-wrap .services-row .services-content,
  .all-services-wrap .services-row .services-img {
    width: 100%;
  }
  .all-services-wrap .services-row .services-content,
  .all-services-wrap .services-row .services-img {
    border-left: 0;
  }
  .all-services-wrap .services-row.row-reverse {
    flex-direction: column-reverse;
  }
  .all-services-wrap .services-row.row-reverse .services-img,
  .all-services-wrap .services-row .services-content,
  .all-services-wrap .services-row .services-img,
  .all-services-wrap .services-row.row-reverse .services-content {
    padding: 24px 0;
  }
  .techno-box-content-wrap .techno-detail-content {
    width: 96%;
    height: 60vh;
    padding: 60px 0 60px 40px;
  }
  .sector-section .sector-white-box {
    padding: 50px 22px 30px;
  }
  .why-content-parent-wrap-wrap {
    width: 100%;
    overflow-x: auto;
    /* IE and Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
  }
  .why-content-parent-wrap-wrap .why-content-parent-wrap {
    flex-direction: row;
    width: 250%;
    margin-bottom: 40px;
  }
  .why-content-parent-wrap-wrap .why-box-1 .f-row,
  .why-content-parent-wrap-wrap .why-box-2 .f-row,
  .why-content-parent-wrap-wrap .why-box-3 .f-row {
    flex-direction: column;
  }
  .why-content-parent-wrap-wrap .why-sec-num {
    text-align: left;
  }
  .why-content-parent-wrap-wrap .why-box-2 {
    margin: 0 20px;
  }
  .why-content-parent-wrap-wrap .why-box-3 {
    margin-bottom: 0;
  }
  .footer-links-wrapper {
    flex-direction: column;
  }
  .footer-links-wrapper .footer-links {
    width: 86%;
    margin-bottom: 20px;
  }
  .challange-wrap .challange-text {
    width: 72%;
  }
  .challange-wrap .challange-text p {
    font-size: 32px;
  }
  .all-solutoins-wrap {
    margin-bottom: 30px;
  }
  .sector-section .sector-detail .sector-heading {
    font-size: 26px;
  }
  .stories-section .story-img {
    height: 352px;
  }
  .solutions-content .solution-row .num {
    font-size: 76px;
  }
  .solution-page-swiper-wrap {
    margin-bottom: 20px;
  }
  .solution-page-swiper-wrap .solution-content {
    width: 100%;
    padding: 16px;
  }
  .solution-page-swiper-wrap .solution-page-slider-content {
    padding: 36px 0 36px 10px;
  }
  .section-content {
    font-size: 18px;
  }
  .rights-developed-panel p {
    font-family: "switzerregular";
    font-size: 14px;
  }
  .services-content-wrap .services-first-section .service-num-content {
    padding: 10px;
  }
  .services-content-wrap .services-first-section .service-num {
    padding: 28px 0;
  }
  .section-main-text,
  .other-services-text-responsive,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 32px;
  }
  .services-scope-section .scope-detail-text {
    margin-left: 10px;
  }
  .listContentSwiper {
    height: 300px;
  }
  .contact-bnr .f-col .contact-detail-wrap {
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #80a3dd;
  }
  .contact-bnr .contact-icons {
    width: 60px;
    height: 60px;
  }
  .contact-bnr .contact-detail-content {
    margin-left: 20px;
  }
  .contact-bnr .contact-detail-content .contact-detail-header {
    margin: 0px 0px 10px;
  }
  .contact-bnr .contact-detail-content .contact-detail-text {
    line-height: 1.4;
  }
  .challange-swiper-box {
    padding: 14% 0 26%;
  }
  .challange-sect-wrap {
    padding: 30px 0;
  }
  .novel-sec-wrap {
    border-top: 1px solid #80a3dd;
    border-bottom: 1px solid #80a3dd;
    padding: 40px 0;
  }
  .test-wrapper .test-img {
    padding: 30px 16px;
  }
  .test-wrapper .w50,
  .salt-wrapper .w50 {
    border-left: 0;
  }
  .salt-wrapper h3 {
    font-size: 20px;
  }
  .salt-wrapper .salt-img {
    margin-bottom: 40px;
  }
  .result-section .result-sec-text-wrap .cs-section-text {
    margin-top: 20px;
  }
  .cs-det-bnr-img {
    height: 190px;
  }
  .banner-detail-img-wrap {
    align-items: flex-start;
  }
  .water-treated-section-wrap {
    height: 553px;
  }
  .water-treated-section-wrap .water-treated-text {
    width: 280px;
    height: 280px;
  }
  .water-treated-section-wrap .water-treated-text .water-trat-heading {
    font-size: 52px;
  }
  .global-section {
    margin-top: 0;
  }
  .contact-page .small-width {
    width: 100%;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box,
  .leaders-prof-boxes-wrap .f-col:first-child .leaders-prof-box {
    padding: 16px;
  }
  .global-section {
    height: 288px;
    margin-bottom: -40px;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    width: 100%;
    margin: 12px 0;
  }
}
@media all and (max-width: 576px) {
  .comm-section {
    padding: 20px 0;
  }
  .mobile-menu .header-list {
    height: calc(100vh - 450px);
  }
  .main-nav > ul {
    height: 100%;
  }
  .sector-section .sector-detail .sector-heading {
    font-size: 24px;
  }
  .challange-wrap .challange-text {
    width: 100%;
    text-align: center;
  }
  .challange-wrap {
    padding: 50px 28px;
    flex-direction: column;
  }
  .challange-wrap a {
    margin-top: 40px;
  }
  .all-solutoins-wrap .services-row .services-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .home-main-bnr-vdo {
    display: none;
  }
  .home-main-bnr-vdo-mob {
    display: flex;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-83%);
    mix-blend-mode: lighten;
  }
  .home-main-bnr-vdo-mob video {
    object-fit: contain;
    width: 170%;
    height: 100%;
  }
  .bnr-img {
    height: 190px;
  }
  .services-content-wrap .services-first-section .service-num-content .service-section-content {
    font-size: 20px;
  }
  .services-scope-section .scope-detail-text {
    margin: 26px 0;
  }
  .case-study-bnr-detail .cs-bnr-dtl-text {
    width: 73%;
  }
  .case-study-bnr-detail .cs-bnr-dtl-text h2 {
    font-family: "switzermedium";
    font-size: 22px;
  }
  .contact-main-banner-resp {
    margin-bottom: -70px;
  }
  .section-main-text {
    margin: 26px auto 10px;
  }
  .contact-main-banner-resp .section-content {
    margin: 0 auto;
  }
  .contact-bnr .f-col .contact-detail-wrap {
    padding: 14px 20px 20px;
  }
  .abt-bnr-text,
  .abt-bnr-text h1 {
    font-size: 34px;
    line-height: 1.3;
  }
  .abt-bnr-content {
    width: 90%;
  }
  .abt-bnr-content {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 18px;
  }
  .about-banner-vector {
    width: 350px;
  }
  .about-first-section .about-sec-heading {
    margin-top: 40px;
  }
  .about-first-section .about-sec-heading br {
    display: none;
  }
  .about-first-section .border-left {
    border-left: 0;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box,
  .leaders-prof-boxes-wrap .f-col:first-child .leaders-prof-box {
    padding: 20px;
  }
  .water-treated-section-wrap {
    height: 355px;
  }
  .water-treated-section-wrap .water-treated-text {
    width: 200px;
    height: 200px;
  }
  .water-treated-section-wrap .water-treated-text .water-trat-heading {
    font-size: 42px;
  }
  .water-treated-section-wrap .water-treated-text .water-treat-content {
    font-size: 20px;
  }
  .section-main-text,
  .other-services-text-responsive,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 28px;
  }
  .about-leading-section .leading-detail-text .leading-bullet-points li {
    font-size: 16px;
  }
  .about-leading-section .leading-detail-text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .about-first-section .about-passion-section {
    margin-left: 0px;
    padding: 20px 0;
  }
  .technology-responsive .inner-main-banner {
    padding-bottom: 60px;
  }
  .technology-responsive .tech-first-section .overview-text {
    font-size: 28px;
  }
  .technology-responsive .faq-heading {
    font-size: 30px;
  }
  .technology-responsive .tech-first-section .overview-right-sec-text {
    padding: 10px 0px 20px;
  }
  .technology-responsive .tech-first-section .overview-right-sec-text .tech-section-content,
  .technology-responsive .working-content {
    font-size: 20px;
  }
  .technology-responsive .faqitem .header {
    padding: 15px 0;
  }
  .technology-responsive .faqitem .header h4 {
    font-size: 18px;
    margin: 0;
  }
  .technology-responsive .faqitem .header i {
    font-size: 12px;
    font-weight: 600;
  }
  .technology-responsive .faqitem .content {
    font-size: 18px;
  }
  .technology-responsive .stories-section {
    padding: 0px 0 50px;
  }
  .technology-responsive .stories-section .story-img {
    height: 312px;
  }
  .technology-responsive .story-title-text-wrap {
    padding: 20px;
  }
  .technology-responsive .story-title-text-wrap .story-title {
    font-size: 20px;
  }
  .technology-responsive .story-title-text-wrap .story-text {
    font-size: 16px;
  }
  .technology-responsive .salient-content {
    font-size: 22px;
  }
  .technology-responsive .section-main-text {
    margin: 0px 0 18px;
  }
  .technology-responsive .adv-sec-heading {
    margin-left: 18px;
  }
  .technology-responsive .tech-get-btn {
    margin-top: 20px;
  }
  .technology-responsive .comp-mobile-heading h3 {
    font-size: 17px;
  }
  .technology-responsive .woking-img {
    height: 210px;
  }
  .home-page .banner-detail .section-main-text {
    width: 100%;
    margin: 70px auto 50px;
  }
  .home-page .banner-detail .section-main-text h1 {
    font-size: 42px;
  }
  .home-page .banner-detail .section-main-text h2 {
    font-size: 42px;
  }
  .stories-section .story-img img {
    object-fit: cover;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-social-link {
    right: 110px;
  }
  .footer-logo {
    height: 44px;
  }
  .result-section .result-icon {
    max-width: 158px;
    min-height: 0;
    height: 158px;
    margin: 0 0 12px;
  }
}
@media all and (max-width: 480px) {
  :root {
    --menuWidth: 320px;
  }
  .container {
    max-width: calc(100% - 30px);
  }
  .comm-section {
    padding: 16px 0;
  }
  .home-main-bnr-vdo-mob {
    transform: translate(-86%);
  }
  .challange-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .challange-wrap a {
    margin-top: 0px;
  }
  .challange-wrap .challange-text {
    width: 100%;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
  .stories-section .story-img {
    height: 515px;
  }
  .footer-links-wrapper .footer-links {
    width: 100%;
    margin-bottom: 20px;
  }
  .rights-developed-panel {
    flex-direction: column;
  }
  .rights-developed-panel p {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  .footer-wrap {
    padding: 40px 0 10px;
  }
  .footer-content hr {
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .banner-detail {
    text-align: left;
    margin-top: 30px;
  }
  .section-main-text {
    width: 100%;
    margin: 26px auto 24px;
  }
  .section-main-text h1 {
    font-size: 38px;
  }
  .section-main-text h2 {
    font-size: 38px;
  }
  .home-page .banner-content {
    height: 96vh;
  }
  .solution-swiper-box .solution-content .box-header {
    font-size: 22px;
  }
  .services-heading-detail .section-content {
    margin-top: 20px;
    font-size: 20px;
  }
  .techno-box-content-wrap .techno-detail-content {
    width: 96%;
    height: 66vh;
    padding: 40px 0 50px 30px;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text {
    font-size: 22px;
    line-height: 1.4;
  }
  .techno-box-content-wrap .techno-shape {
    width: 300px;
  }
  .inner-main-banner .section-content {
    font-size: 18px;
  }
  .services-title-uparw-wrap a {
    width: 16px;
    height: 16px;
  }
  .bnr-img {
    height: 176px;
    margin-bottom: 30px;
  }
  .footer-links-wrapper .footer-links {
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-links-wrapper .footer-links li {
    margin: 12px 20px;
    width: 36%;
  }
  .footer-wrap {
    padding: 70px 0 10px;
  }
  .solutions-vdo video {
    object-fit: cover;
  }
  .solutions-content .solution-row .num {
    font-size: 60px;
  }
  .inner-main-banner .section-content {
    margin: 30px auto 100px;
  }
  .solution-page-swiper-wrap .swiper-slide {
    padding-left: 0;
  }
  .solution-page-swiper-wrap .solution-page-slider-content {
    padding: 36px 0 36px 0px;
  }
  .solution-page-swiper-wrap .solution-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 4));
  }
  /*   .services-content-wrap .services-first-section .service-num {
    font-size: 100px;
  } */
  .services-content-wrap .services-first-section .service-num {
    text-align: left;
    border-right: none;
    padding: 10px 0;
  }
  .services-scope-section .scope-img {
    height: 240px;
    margin-top: 30px;
  }
  .case-study-bnr-detail {
    padding: 24px;
    flex-direction: column;
  }
  .case-study-bnr-detail .cs-bnr-dtl-text {
    width: 100%;
  }
  .case-study-bnr-detail {
    align-items: flex-start;
  }
  .case-study-bnr-detail .button {
    margin-top: 20px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 28px;
  }
  .inner-main-banner .banner-detail {
    margin: 0% auto 25%;
  }
  .inner-main-banner .section-main-text {
    margin-top: 10px;
  }
  .cs-detail-main-banner .banner-detail {
    margin: 0% auto 2%;
  }
  .panel-main-div-wrapper .f-col {
    border-right: 0;
  }
  .panel-main-div-wrapper .panel-wrap {
    padding: 20px 0;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail {
    margin-left: 26px;
  }
  .cs-detail-main-heading {
    width: 100% !important;
  }
  .cs-dtl-prof-pic-desig-wrap .cs-dtl-prof-pic {
    margin: 30px 0;
  }
  .cs-detail-right-sec-text {
    border-left: 0;
  }
  .cs-detail-right-sec-text {
    padding: 30px 0px 30px 0px;
  }
  .cs-section-heading {
    font-size: 32px;
  }
  .result-section {
    padding: 10px 0 80px !important;
  }
  .cs-dtl-prof-pic-desig-wrap {
    text-align: left;
  }
  .salt-wrapper h3 {
    font-size: 16px;
  }
  /*   .result-section .result-icon {
    max-width: 200px;
    min-height: 200px;
    margin: 0 0 30px;
  }
 */
  .result-section {
    padding: 10px 0 100px !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
  }
  .all-solutoins-wrap .services-row,
  .all-solutoins-wrap .services-row.row-reverse {
    flex-direction: column;
  }
  .all-solutoins-wrap .services-row .services-content,
  .all-solutoins-wrap .services-row .services-img {
    width: 100%;
  }
  .all-solutoins-wrap .services-row .services-img,
  .all-solutoins-wrap .services-row.row-reverse .services-img {
    border: 0;
  }
  .all-solutoins-wrap .services-row .services-content,
  .all-solutoins-wrap .services-row.row-reverse .services-content {
    padding: 30px 0px 10px 0px;
    border-left: 0;
  }
  .all-solutoins-wrap .services-row .services-img,
  .all-solutoins-wrap .services-row.row-reverse .services-img {
    padding: 24px 0px 30px 0px !important;
  }
  .about-banner-vector {
    width: 330px;
  }
  .about-first-section .about-sec-heading {
    margin-top: 40px;
  }
  .about-first-section .about-passion-section .section-sub-heading {
    font-size: 28px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-pic {
    max-width: 410px;
    width: 100%;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box {
    border-left: 0;
  }
  .water-treated-section-wrap {
    height: 400px;
  }
  .water-treated-section-wrap .water-treated-text {
    width: 210px;
    height: 210px;
  }
  .water-treated-section-wrap .water-treated-text .water-trat-heading {
    font-size: 34px;
  }
  .water-treated-section-wrap .water-treated-text .water-treat-content {
    font-size: 16px;
  }
  .solutoin-page .inner-main-banner {
    padding-bottom: 1px;
  }
  .contact-page .contact-main-banner-resp {
    padding-bottom: 1px;
  }
  .contact-bnr .contact-detail-content .contact-detail-header {
    font-size: 18px;
  }
  .contact-main-banner-resp .section-content {
    margin: 20px auto 0px;
  }
  .challange-wrap .button {
    line-height: 44px;
    height: 44px;
  }
  .challange-wrap {
    padding: 30px 28px;
    flex-direction: column;
  }
  .global-section {
    padding-top: 20px;
  }
  .home-page .banner-detail .section-main-text {
    width: 100%;
    margin: 40px auto 50px;
  }
  .home-page .banner-detail .section-main-text h1,
  .home-page .banner-detail .section-main-text h2 {
    font-size: 35px;
    line-height: 1.3;
  }
  .home-page .section-heading {
    margin: 30px auto;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 36px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content {
    padding: 40px 0 80px 40px;
  }
  .home-page .swiper-button-next,
  .home-page .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  }
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text h2 {
    font-size: 28px;
  }
  .tech-section-content,
  .working-content {
    -webkit-line-clamp: 30 !important;
  }
  .sectors-heading-detail .sector-swiper-arrow {
    top: 26px;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-social-link {
    right: 40px;
  }
  .global-section {
    height: 220px;
  }
  .solution-page-swiper-wrap .solution-img {
    max-width: 100%;
    margin: 0 auto;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
  }
  .challange-swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }
  .result-section .result-icon {
    max-width: 100px;
    height: 100px;
  }
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 36px;
  }
  .single-service-page .inner-main-banner {
    padding-bottom: 10px !important;
  }
  .home-page .techno-box-content-wrap .techno-shape {
    width: 230px;
  }
  .listContentSwiper {
    height: 270px;
    border-bottom: 0;
  }
  .services-first-cont-wrap {
    border-bottom: 0;
  }
  br {
    display: none;
  }
  .leaders-prof-boxes-wrap .leaders-prof-box .leader-prof-pic {
    max-height: 280px;
    width: auto;
  }
  .technology-responsive .woking-img {
    height: 150px;
  }
  .tech-case-section {
    overflow: hidden;
  }
}
@media all and (max-width: 428px) {
  .about-banner .banner-detail-img-wrap {
    height: 58vh;
  }
  .arrow-animation {
    background-position: right 5px;
    background-size: 40px 40px;
    width: 18px;
    height: 22px;
  }
  .listContentSwiper {
    height: 300px;
    border-bottom: 0;
  }
}
@media all and (max-width: 422px) {
  :root {
    --menuWidth: 260px;
  }
  .close-menu {
    right: 20px;
    top: 40px;
  }
  .menu {
    height: 26px;
  }
  .main-nav {
    right: 0px;
  }
  .main-nav > ul > li > a.drop-dwn {
    padding: 8px 24px 8px 6px;
  }
  .footer-wrap {
    padding: 70px 0 40px;
  }
  .footer-links-wrapper h3 {
    font-size: 18px;
  }
  .home-page .banner-detail {
    width: 100%;
    margin: 6% auto;
  }
  .home-main-bnr-vdo-mob {
    transform: translate(-89%);
    bottom: 80px;
  }
  .home-main-bnr-vdo-mob video {
    width: 180%;
  }
  .clients-sec {
    width: 100%;
  }
  .solutions-content .solution-row .num {
    font-size: 54px;
  }
  .section-content {
    font-size: 16px;
  }
  .solution-page-swiper-wrap .solution-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .solution-page-swiper-wrap .solution-img {
    max-width: 100%;
    height: 200px;
  }
  .solution-page-swiper-wrap .solution-img img {
    object-fit: cover;
  }
  .services-scope-section .scope-detail-text .scope-bullet-points li {
    width: 100%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  }
  /*   .services-content-wrap .services-first-section .service-num {
    text-align: left;
    border-right: 0;
    padding: 18px 0 0;
  } */
  .abt-bnr-text,
  .abt-bnr-text h1 {
    font-size: 28px;
  }
  .abt-bnr-content {
    font-size: 18px;
  }
  .about-first-section .about-sec-heading {
    font-size: 32px;
  }
  .about-first-section .about-passion-section .section-sub-heading {
    font-size: 22px;
  }
  .water-treated-section-wrap {
    height: 390px;
  }
  .global-section {
    height: 22vh;
    margin-bottom: -40px;
    padding-top: 16px;
  }
  .footer-wrap {
    padding: 40px 0 10px;
  }
  .technology-responsive .all-solutoins-wrap .services-row .services-title-uparw-wrap {
    align-items: baseline;
  }
  .technology-responsive .stories-section .story-img {
    height: 432px;
  }
  .technology-responsive .faq-heading {
    font-size: 26px;
  }
  .home-page .section-heading {
    margin: 30px auto;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 32px;
  }
  .home-page .banner-detail .section-main-text {
    margin: 40px auto 30px;
  }
  .home-page .banner-detail .section-main-text h1 {
    font-size: 30px;
  }
  .home-page .banner-detail .section-main-text h2 {
    font-size: 30px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text,
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .home-page .solutoin-page .section-heading,
  .home-page .solutoin-page .section-heading h2,
  .home-page .single-service-page .section-heading,
  .home-page .single-service-page .section-heading h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 396px) {
  :root {
    --menuWidth: 210px;
  }
  .mobile-menu .header-list {
    height: calc(100vh - 340px);
  }
  .home-page .home-main-bnr-vdo {
    bottom: -170px;
  }
  .home-page .section-content {
    font-size: 20px;
  }
  .home-page .banner-detail .section-main-text h1,
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 28px;
  }
  .section-main-text h1 {
    font-size: 30px;
  }
  .section-main-text h2 {
    font-size: 30px;
  }
  .arrow-animation {
    background-position: right 5px;
    background-size: 40px 40px;
    width: 19px;
    height: 24px;
  }
  .all-services-wrap .services-row a {
    width: 24px;
    height: 24px;
  }
  .services-content:hover .arrow-animation {
    background-position: left bottom;
    width: 20px;
    height: 26px;
  }
  .blk-bg {
    left: -40px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content {
    padding: 40px 0 80px 30px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text,
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .section-content {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .section-vdo {
    height: 76.8vh;
    width: 100%;
  }
  .services-heading-detail .section-content {
    margin-top: 20px;
    font-size: 20px;
  }
  .services-section .services-heading-detail {
    margin: 50px 0 30px;
  }
  .techno-box-content-wrap .techno-detail-content {
    width: 100%;
    height: 70vh;
    padding: 40px 0 60px 22px;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .techno-box-content-wrap .techno-shape {
    width: 270px;
  }
  .stories-section .story-img {
    height: 408px;
  }
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 26px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 24px;
  }
  .panel-main-div-wrapper .panel-wrap .panel-detail h2 {
    font-size: 20px;
  }
  .cs-detail-right-sec-text .cs-detail-prof-content {
    font-size: 20px;
  }
  .abt-bnr-text,
  .abt-bnr-text h1 {
    font-size: 26px;
  }
  .about-banner-vector {
    width: 320px;
  }
  .about-first-section .about-passion-section .about-section-detail {
    margin-bottom: 20px;
  }
  .leader-content {
    font-size: 18px;
  }
  .leader-sec-heading {
    padding: 40px 0 20px;
  }
  .leaders-prof-boxes-wrap {
    margin-top: 30px;
  }
  .section-main-text {
    margin: 26px auto 10px;
  }
}
@media all and (max-width: 375px) {
  .comm-section {
    padding: 30px 0;
  }
  .home-page .banner-content {
    height: 98vh;
  }
  .home-page .techno-box-content-wrap .techno-shape {
    width: 190px;
  }
  .logo {
    width: 110px;
  }
  .footer-links-wrapper .blank-ul {
    margin-top: 0px;
  }
  .footer-links-wrapper .blank-ul li {
    margin: 0px 0 30px;
  }
  .section-main-text {
    margin: 66px auto 24px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .section-content {
    margin-top: 20px;
  }
  .solution-left-content-sec .link-section {
    margin-top: 50px;
  }
  .section-heading {
    margin: 0px auto 30px;
  }
  .section-vdo {
    height: 79.6vh;
  }
  .services-section .services-heading-detail {
    margin: 20px 0 30px;
  }
  .techno-box-content-wrap .techno-detail-content {
    width: 100%;
    height: 70vh;
    padding: 40px 20px 60px 22px;
  }
  .techno-box-content-wrap .techno-detail-content .techno-text {
    font-size: 22px;
  }
  .solutions-content .solution-row {
    padding: 20px 0;
  }
  .solutions-content .solution-row .num {
    font-size: 54px;
    margin-bottom: 10px;
  }
  .banner-detail-img-wrap {
    height: 70vh;
  }
  .about-first-section .about-sec-heading {
    font-size: 30px;
  }
  .about-first-section .about-passion-section .section-sub-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .leader-sec-heading {
    padding: 40px 0 10px;
  }
  .workwith-sec-text {
    margin: 40px auto 30px;
  }
  .section-main-text,
  .section-main-text h1,
  .section-main-text h2 {
    font-size: 24px;
  }
  .global-section {
    height: 27vh;
    margin-bottom: -20px;
    padding-top: 12px;
  }
  .challange-wrap .challange-text p {
    font-size: 28px;
  }
  .technology-responsive .all-solutoins-wrap .services-row .services-title-uparw-wrap {
    align-items: baseline;
  }
  .technology-responsive .stories-section {
    padding: 30px 0 50px;
  }
  .technology-responsive .stories-section .story-img {
    height: 370px;
  }
  .technology-responsive .tech-first-section .overview-right-sec-text .tech-section-content,
  .technology-responsive .working-content {
    font-size: 16px;
  }
  .technology-responsive .woking-img {
    height: 120px;
  }
  .sectors-heading-detail .sector-swiper-arrow {
    top: -8px;
  }
  .listContentSwiper {
    height: 320px;
    border-bottom: 0;
  }
}
@media all and (max-width: 360px) {
  .techno-box-content-wrap .techno-detail-content {
    height: 80vh;
  }
  .techno-box-content-wrap .techno-shape {
    width: 250px;
  }
  .section-heading,
  .solutoin-page .section-heading {
    margin: 0px auto 20px;
  }
  .section-heading,
  .section-heading h2 {
    font-size: 28px;
  }
  .sectors-heading-detail .sector-swiper-arrow {
    top: -5px;
  }
  .stories-section {
    padding: 30px 0 130px;
  }
  .all-solutoins-wrap .services-row .services-title br {
    display: none;
  }
  .case-study-bnr-detail .cs-bnr-dtl-text h2 {
    font-size: 18px;
  }
  .section-main-text {
    margin: 30px auto 24px;
  }
  .challange-wrap {
    padding: 30px;
  }
  .challange-wrap .challange-text {
    font-size: 26px;
  }
  .banner-detail-img-wrap {
    height: 64vh;
  }
  .abt-bnr-text,
  .abt-bnr-text h1 {
    font-size: 24px;
  }
  .about-first-section .about-sec-heading {
    font-size: 28px;
  }
  .about-banner .banner-detail-img-wrap {
    height: 67vh;
    align-items: flex-start;
  }
  .abt-bnr-content p {
    font-size: 20px;
  }
  .global-section {
    height: 25vh !important;
  }
  .global-section {
    height: 30vh;
    background-size: cover;
    margin-bottom: -30px;
  }
  .home-page .banner-detail {
    width: 100%;
    margin: 4% auto;
  }
  .home-page .banner-detail .section-main-text {
    margin: 0px auto 30px;
  }
  .home-page .banner-detail .section-main-text h1 {
    font-size: 28px;
  }
  .home-page .banner-detail .section-main-text h2 {
    font-size: 28px;
  }
  .home-page .section-content {
    font-size: 18px;
  }
  .home-page .all-services-wrap .services-row a {
    width: 20px;
    height: 20px;
  }
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text,
  .home-page .techno-box-content-wrap .techno-detail-content .techno-text h2 {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.4;
  }
  .home-page .button {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }
  .home-page .section-heading {
    margin: 0px auto 20px;
  }
  .home-page .section-heading,
  .home-page .section-heading h2 {
    font-size: 26px;
  }
  .home-page .swiper-button-next,
  .home-page .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 10));
  }
  .home-page .swiper-button-prev:after,
  .home-page .swiper-rtl .swiper-button-next:after,
  .home-page .swiper-button-next:after,
  .home-page .swiper-rtl .swiper-button-prev:after {
    width: 20px;
    height: 20px;
  }
  .solutoin-page .section-heading,
  .solutoin-page .section-heading h2,
  .single-service-page .section-heading,
  .single-service-page .section-heading h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 600px) {
  .section-vdo {
    height: 98vh;
  }
  .section-vdo.half-width {
    width: 34% !important;
    height: 35vh !important;
  }
  .section-main-text {
    margin: 60px auto 24px;
    width: 100%;
  }
  .section-main-text h1 {
    font-size: 50px;
  }
  .section-main-text h2 {
    font-size: 50px;
  }
}
@media screen and (height: 1260px) {
  .home-page .banner-content {
    height: 75vh;
  }
  .home-page .section-main-text {
    margin: 150px auto 24px;
  }
}
@media screen and (height: 768px) {
  .home-page .section-main-text {
    margin: 50px auto 24px;
  }
}
.sol-wrap {
  height: 250vh;
  position: relative;
}
.sol-wrap .container {
  position: relative;
}
.sol-wrap-inner {
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sol-wrap-inner .section-wrap {
  width: 100%;
  position: static;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
.section-vdo {
  height: 100vh;
}
.solution-right-content-sec {
  position: absolute;
  top: 60px;
  left: 40%;
  height: auto;
  width: 100%;
}
.solutionSwiper {
  overflow: visible;
}
.solutionSwiper .swiper-slide {
  height: auto;
}
.solutionSwiper .swiper-slide .solution-swiper-box {
  height: 100%;
}
.solution-swiper-box {
  max-width: 492px;
}
.solution-swiper-box .solution-img {
  width: 492px;
  height: 290px;
  overflow: hidden;
  mix-blend-mode: luminosity;
}
.solution-swiper-box .solution-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.solution-swiper-box:hover .solution-img {
  mix-blend-mode: normal;
}
.home-sol-btn {
  transition: 0.8s ease-in-out;
}
.home-sol-btn.active {
  transform: translate(135%, 170px);
}
.section-vdo.half-width.service-left-sticky {
  height: 100%;
  overflow: visible;
  background: transparent;
}
.section-vdo.half-width.service-left-sticky .blue-bg {
  position: sticky;
  top: var(--header-height);
  background: transparent;
}
.service-btn {
  position: sticky;
  top: var(--header-height);
}
.blue-service {
  position: relative;
  top: 0;
  height: 100%;
}
.blue-service-video {
  position: sticky;
  top: 0;
  height: 100vh;
  background: transparent;
}
.sector-swiper {
  overflow: visible;
}
.sector-img {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  mix-blend-mode: luminosity;
}
.sector-img.active {
  opacity: 1;
  visibility: visible;
}
.sector-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-sol-btn-mob {
  display: none;
}
.home-ser-btn-mob {
  display: none;
}
@media all and (max-width: 1600px) {
  .solution-swiper-box.solution-img,
  .solution-swiper-box {
    width: 422px;
  }
  .solution-swiper-box .solution-img {
    width: 422px;
  }
  .home-sol-btn.active {
    transform: translate(135%, 80px);
  }
  .solution-right-content-sec {
    top: 80x;
  }
}
@media all and (max-width: 1440px) {
  .solution-swiper-box .solution-img {
    height: 230px;
  }
  .solution-right-content-sec {
    top: 120px;
  }
  .home-sol-btn.active {
    transform: translate(135%, 70px);
  }
}
@media all and (max-width: 1370px) {
  .solution-swiper-box.solution-img,
  .solution-swiper-box {
    width: 100%;
  }
  .solution-swiper-box .solution-img {
    height: 180px;
    width: 95%;
  }
  .solution-swiper-box .solution-img {
    height: 160px;
  }
  .solution-swiper-box .solution-img,
  .solution-swiper-box {
    width: 400px;
  }
  .all-services-btn .button {
    padding: 24px 30px;
    font-size: 16px;
  }
  .all-services-wrap {
    margin-left: 84px;
  }
}
@media all and (max-width: 1292px) {
  .solution-swiper-box .solution-img,
  .solution-swiper-box {
    width: 350px;
  }
  .solution-swiper-box .solution-img {
    height: 200px;
  }
  .solution-right-content-sec {
    top: -10px;
  }
  .all-services-btn .button {
    padding: 30px 24px;
  }
  .all-services-wrap {
    margin-left: 54px;
  }
}
@media all and (max-width: 1200px) {
  .solution-swiper-box .solution-img,
  .solution-swiper-box {
    width: 320px;
  }
  .solution-swiper-box .solution-img {
    height: 180px;
  }
}
@media all and (max-width: 1136px) {
  .solution-right-content-sec {
    top: 40px;
  }
}
@media all and (max-width: 1024px) {
  .solution-swiper-box .solution-img,
  .solution-swiper-box {
    width: 280px;
  }
  .solution-swiper-box .solution-img {
    height: 160px;
  }
  .all-services-btn {
    width: 25%;
  }
  .section-vdo.half-width {
    width: 34%;
  }
  .home-sol-btn.active {
    transform: translate(135%, 100px);
  }
}
@media all and (max-width: 990px) {
  .sol-wrap .section-vdo {
    width: 100%;
  }
  .sol-wrap-inner {
    height: auto;
    position: static;
  }
  .solution-right-content-sec {
    position: static;
  }
  .solution-left-content-sec {
    width: 100%;
  }
  .sol-wrap {
    height: auto;
  }
  .solution-swiper-box .solution-img,
  .solution-swiper-box {
    width: 320px;
  }
  .solution-swiper-box .solution-img {
    height: 200px;
  }
  .sol-wrap .section-vdo {
    height: 74%;
  }
  .home-sol-btn {
    display: none;
  }
  .home-sol-btn-mob {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 54px;
  }
}
@media all and (max-width: 835px) {
  .all-services-btn,
  .section-vdo.half-width.service-left-sticky {
    display: none;
  }
  .all-services-wrap {
    margin-left: 0;
    width: 100%;
  }
  .home-page .all-services-wrap {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .sol-wrap .section-vdo {
    height: 68%;
  }
  .home-ser-btn-mob {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .techno-box-content-wrap {
    background: var(--site-color);
  }
}
@media all and (max-width: 400px) {
  .solution-swiper-box .solution-img,
  .solution-swiper-box {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */