* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: 0px !important;
  outline-offset: 0px !important; }

a:hover, a:focus {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0; }

input, textarea, a, button {
  outline: none !important; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

body {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.428571429;
  background-color: #ffffff;
  font-family: 'Poppins';}

.main-wrapper {
  position: relative;
  min-height: 100%;
  width: 100%;
  /*max-width: 1920px;*/
  margin: 0 auto;
  overflow: hidden; }

.pageContent {
  background-color: #f7f8fa;
  padding: 30px 0px; }

.titlePage {
  text-align: center;
  margin-bottom: 25px; }
  .titlePage h3 {
    color: #1a1a1a;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Poppins'; }
a {
  text-decoration: none;
  color: #0E4359;
}
a:hover {
  color: #166586;
}
@media (max-width: 576px) {
  .text-center-xs {
    text-align: center; } }
.pagination {
  margin: 25px 0px 15px; }
  .pagination .page-item {
    margin: 0px 5px; }
  .pagination .page-link {
    border: 0px;
    border-radius: 0px !important;
    font-family: 'Poppins';
    padding: 10px 15px;
    color: #3A3D3F;
    font-size: 18px; }
  .pagination .active {
    background-color: #144158;
    color: #fff; }

.button_more {
  background: #c63232;
  color: #FFF;
  border-radius: 30px;
  padding: 15px 40px;
  font-size: 16px;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  overflow: hidden;
  display: inline-block; }

.social-media {
  margin-bottom: 10px; }
  .social-media li {
    display: inline-block;
    margin-left: 15px; }
    .social-media li a {
      display: block;
      font-size: 16px;
      text-align: center; }
      .social-media li a i::before {
        color: #575757; }
    .social-media li:hover:nth-of-type(1) a i::before {
      color: #1DA1F2; }
    .social-media li:hover:nth-of-type(2) a i::before {
      color: red; }
    .social-media li:hover:nth-of-type(3) a i::before {
      color: #7a38ab; }
    .social-media li:hover:nth-of-type(4) a i::before {
      color: #4267B2; }

.social {
  margin-bottom: 10px; }
  .social li {
    display: inline-block;
    margin-right: 20px; }
    .social li a {
      display: block;
      text-align: center; }
      .social li a i {
        font-size: 22px; }
        .social li a i::before {
          color: #646464; }
    .social li:hover:nth-of-type(1) a i::before {
      color: #4267B2; }
    .social li:hover:nth-of-type(2) a i::before {
      color: #0077AF; }
    .social li:hover:nth-of-type(3) a i::before {
      color: #4DC25C; }
    .social li:hover:nth-of-type(4) a i::before {
      color: #1DA1F2; }
    .social li:hover:nth-of-type(5) a i::before {
      color: #7a38ab; }

.active-body {
  overflow: hidden; }

#toggle {
  display: none;
  width: 28px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  position: absolute;
  padding: 14px 0px; }

.toggle-ind-4 {
  position: absolute !important;
  top: 31px !important;
  right: auto !important;
  left: 20px !important; }

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px; }

#toggle span:after {
  top: 9px; }

#toggle span {
  position: relative;
  display: block; }

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #f8f8f8;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }

#toggle.on span {
  background-color: transparent; }

#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px); }

#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px); }
.main-menu-cont .depth_0 > .dropdown-menu {
  display: block;
  padding: 0;
}
.main-menu-cont-o {
  width: 100%;
  background: #164A64;
}
.main-menu-cont .depth_0 > .dropdown-menu .dropdown-toggle::after {
  float: right;
  margin-top: 9px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.main-menu-cont .depth_0 > .dropdown-menu .dropdown-menu.depth_1 {
  right: -100% !important;
  top: -38px !important;
}
.menu-mobile .sub-menu-mobile {
  display: none; }

.menu-mobile .sub-menu-mobile a {
  font-size: 12px !important;
  padding-right: 50px; }

.menu-mobile .toggle::before {
  content: '\e901';
  font-family: 'Poppins';
  position: absolute;
  left: 10px;
  top: 0px; }

.toggle-mobile-active::before {
  content: '\e900' !important; }

.menu-mobile-acitve {
  display: block; }

.icon-clear-button {
  color: #FFF;
  margin: 20px 20px 0px;
  cursor: pointer; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 10px !important; }
.row.col-same-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.main-header {
  padding: 10px 0px; }
  .main-header .logo img {
    width: 80px; }
  @media (min-width: 676px) {
    .main-header .logo {
      position: relative; }
      .main-header .logo::before {
        position: absolute;
        content: '';
        left: -30px;
        top: 50%;
        height: 60%;
        width: 2px;
        background-color: #ebebeb;
        transform: translateY(-50%); } }
  @media (max-width: 576px) {
    .main-header .social-media {
      margin: 20px 10px; } }

.main-navigation {
  height: auto;
  top: 0;
  right: 0;
  width: 100%;
  /*position: relative;*/
  position: fixed;
  z-index: 5;
  transition: background-color 0.4s ease;
}
.main-navigation.fixed-top {
  background-color: rgba(20, 65, 88, 1);
  z-index: 9999;
}
.main-navigation.search-opened {
  background-color: rgba(20, 65, 88, 1);
  z-index: 9999;
}
.main-navigation.mobile-menu-open {
  background-color: rgba(20, 65, 88, 1);
  z-index: 9999;
}
.main-navigation.plus-wpa {
  top: 32px
}
.main-navigation.static {
  background-color: rgb(20, 65, 88);
}
.header-cbs {
  margin-left: 90px;
  height: 85px;
}
.header-search-form {
  max-height: 0;
  width: 100%;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}
.search-form {
  width: 100%;
  border-bottom: 0.75px solid #FFFFFF;
  margin: 3rem 0;
  padding: 10px 0;
}
.search-form img {
  width: 20px;
  height: auto;
  margin-top: 10px;
}
.main-navigation.search-opened .header-search-form {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.main-navigation.search-opened .upper-menu-out {
  display: none;
}

.header-search-form .search-form input {
  background: transparent;
  height: 50px;
  color: #ccc;
  width: calc(100% - 30px);
}
/* Change the white to any color */
.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover,
.header-search-form input:-webkit-autofill:focus,
.header-search-form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
/*Change text in autofill textbox*/
.header-search-form input:-webkit-autofill{
  -webkit-text-fill-color: white !important;
}
.header-search-form .search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 300;
}
.header-search-form .search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 300;
}
.header-search-form .search-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 300;
}
.upper-menu-out {
  width: fit-content;
  float: right;
  display: inline-flex;
  margin-right: 50px;
}
.mobile-menu {
  display: none;
  float: right;
}
.btn {
  width: auto;
  padding: 13px 25px;
  height: 44px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  border: none;
  background: #F0D63C;
  border-radius: 8px;
  white-space: nowrap;
}
.btn:hover {
  background: linear-gradient(92.06deg, #D3C08B 24.09%, #D3C08B 75.91%);
}
.white-btn {
  background: #FFFFFF;
}
.bordered {
  border: 1px solid #444;
  width: fit-content;
}
.white-btn:hover {
  background: #eee;
}
.sp {
  padding: 5rem 3rem !important;
}
.sp-y {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.primary-btn {
  background: #144158;
  color: #fff !important;
}
.primary-btn:hover {
  background: #164A64;
}
.upper-menu-out .btn {
  margin: 4px 30px 0;
}
.upper-menu-out .header-search {
  width: auto;
  padding: 5px 0 0 15px;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.navbar-toggler {
  padding: 0 15px;
}
.navbar-toggler img {
  width: 25px;
  height: 25px;
}
.mobile-menu .main-menu-cont {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 25px;
  background-color: #144158
 }
.navbar-toggler,
.navbar-toggler:focus{
  border: none;
  box-shadow: none;
}
.mobile-menu .main-menu-cont .menu-item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1rem;
 }
.mobile-menu .main-menu-cont .menu-item .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
 }
/*.mobile-menu .main-menu-cont .menu-item a.show {*/
/*background-color: #fff;*/
/*  color: #333;*/
/*}*/
.mobile-menu .navbar-nav .dropdown-menu {
  width: 100%;
  position: initial !important;
  transform: none !important;
  padding-top: 0 !important;
}
.mobile-menu .navbar-nav .dropdown-menu a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 20px;
}
.mobile-menu .navbar-nav .dropdown-menu a.active {
  color: #fff;
}
.main-menu-cont .navbar-nav .dropdown-menu{
  padding-left: 0 !important;
}
/*@-webkit-keyframes slide {*/
/*  100% { left: 0; }*/
/*}*/

/*@keyframes slide {*/
/*  100% { left: 0; }*/
/*}*/
.upper-menu-out .search-image {
  margin-top: 7px;
  width: 24px;
  height: 24px;
}
.upper-menu-out .search-form {
  display: none;
}
.upper-menu-out .search-form .search-input{
  width: auto;
  height: 40px;
  background: transparent;
  border: 1px solid #666;
  margin-right: 5px;
  border-radius: 20px;
  color: #aaa;
  padding: 0 15px;
  margin-top: 0;
}
.upper-menu-out .header-search.active .search-form {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.menu-upper-menu-container li {
  margin: 14px 10px 0;
}
.menu-upper-menu-container li a {
  width: auto;
  height: 19px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #D7CEBE;
  text-decoration: none;
}
.header-menu {
  width: 100%;
  height: 50px;
  padding: 0;
  text-align: center;
}
.header-menu .main-menu-cont {
  width: fit-content;
  margin: 0 auto;
}
.header-menu .navbar-nav {
  flex-direction: row;
}

.header-menu .main-menu-cont li .nav-link  {
  line-height: 50px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.header-menu .main-menu-cont li:hover .nav-link {
  font-weight: 600;
}
.dropdown:hover {
  position: relative;
}
.dropdown:hover > .dropdown-menu:not(.show) {
  display: block;
  position: absolute;
  margin-top: 0 !important;
}

.dropdown:hover > .dropdown-menu.depth_1:not(.show) {
  top: 0 !important;
}

.navbar-nav .dropdown-menu {
  margin-top: -2px !important;
  border: 0;
  padding: 20px 0;
  border-radius: 2px;
  min-width: 220px;
  /*background: linear-gradient(50.65deg, #FFF 50.76%, #164A64 100%)*/
  /*background: linear-gradient(50.65deg, #E6EBE7 44.74%, #FAF9ED 83.7%);*/
  background-color: rgb(20, 65, 88);
}
/*.navbar-nav .dropdown-menu.depth_0, .navbar-nav .dropdown-menu.depth_1 {*/
/*  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
/*}*/
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.5rem 24px;
  color: #fff;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(51, 51, 51, 0.96);
}
.dropdown-toggle::after {
  margin-left: 10px;
}
/* Main Content */
/*.content {*/
/*  min-height: 50vh;*/
/*}*/
.toast-container {
  position: fixed;
  width: 350px;
  height: auto;
  max-width: 90%;
  top: 50px;
  right: 10px;
  z-index: 9999;
}
.toast-container .toast {
  width: 100%;
  margin-top: 15px;
}
.toast-container .toast:first-child {
  margin-top: 0;
}
/* Footer */
.main-footer {
  width: 100%;
  background-color: #144158;
  padding: 3rem 0 0;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer .footer-title {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.13em;
  color: #FFFFFF;

}
.main-footer .footer-title > img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

.main-footer .list-menu .nav {
  margin: 15px 0 30px;
}
.main-footer .list-menu .nav li  {
  margin-top: 10px;
  width: 100%;
}
.main-footer .list-menu .nav li a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
}
.main-footer .list-menu .nav li a:hover {
  text-decoration: underline;
}
.main-footer .copy-right-footer {
  border-top: 1px solid #FFFFFF;
  height: 75px;
  line-height: 75px;
}

.main-footer .social img.facebook {
  margin-top: 6px;
  height: 24px;
}
.main-footer .social img.instagram {
  margin-top: 7px;
  height: 22px;
}
.main-footer .social img.twitter {
  margin-top: 9px;
  height: 18px;
}
.main-footer .social img.linkedin {
  margin-top: 3px;
  height: 32px;
}
.main-footer .social img.youtube {
  margin-top: 7px;
  height: 18px;
}
.main-footer .social img:hover {
  opacity: 0.7;
}

.main-footer .copy-right-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #DCE2E7;
  text-align: right;
}

.bottom-footer .nav li a {
  font-weight: 200;
  font-size: 14px;
  color: #DAB852;
  padding: 0 10px;
  text-decoration: none;
}
.bottom-footer .nav li:first-child a {
  padding-left: 0;
}
.bottom-footer .nav li a:hover {
  text-decoration: underline;
}

.menu-bottom-menu-container .nav li a {
  color: #fff;
  font-weight: 300;
}
.menu-bottom-menu-container .nav li.menu-item a {
  border-right: 1px solid #fff;
}
.menu-bottom-menu-container .nav li.menu-item:last-child a {
  border-right: none;
}

ul.address-info {
  display: inline-block;
}
ul.address-info li {
  line-height: 23px;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  padding-left: 33px;
}
ul.address-info li a {
  text-decoration: none;
  color: #fff;
}
.s-nav-ar {
  width: 63px;
  height: 63px;
  line-height: 63px;
  font-size: 25px;
  background-color: rgba(255,255,255,.5);
  background-repeat: no-repeat;
}
.s-nav-ar img {
  width: 40px;
  height: auto;
}
.owl-theme .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
  background: #FFFCFC;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(50.65deg, #D1A630 19.76%, #F0DD6E 83.7%);
  box-shadow: 0px 0px 22px 8px rgba(237, 216, 104, 0.77);
}
.scroll-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  z-index: 3;
}
.scroll-down .icon-down img {
  height: 35px;
  cursor: pointer;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.section-title {
  padding: 0 15px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  color: #343434;
}
.section-description {
  font-weight: 300;
  font-size: 17px;
  line-height: 33px;
  text-align: center;
  color: #343434;
  width: 100%;
  padding: 15px 5%;
}
.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button:active,
.owl-carousel .owl-nav button:focus {
  background-color: transparent !important;
}
.owl-carousel .owl-nav button {
  opacity: 0.7;
}
.owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.top-section {
  height: 60vh;
  overflow: hidden;
}
.top-section.front-page {
  height: 90vh;
}
.admin-logged-in .top-section {
  height: calc(60vh - 32px);
}
.admin-logged-in .top-section.front-page  {
  height: calc(90vh - 32px);
}
.background-cont {
  height: 100%;
}
.background-cont img.main-bg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 60vh;
}
.admin-logged-in .background-cont img.main-bg {
  min-height: calc(60vh - 32px);
}
.admin-logged-in .front-page .background-cont img.main-bg {
  min-height: calc(90vh - 32px);
}
.front-page .background-cont img.main-bg {
  min-height: 90vh;
  width: 100%;
}
.top-sec-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
  background: linear-gradient(180deg, #144158 -17.18%, rgba(51, 51, 51, 0) 100%);
}
.slider-text {
  color: #fff;
}
.color-yellow {
  color: #F0D63C !important;
}
.slider-text h1 {
  font-weight: 700;
  font-size: 68px;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.01em;
  max-width: 850px;
}
.slider-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
}
.footer-subtitle {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.subscribe-form .group-sub {
  position: relative;
  border-bottom: 0.75px solid #FFFFFF;
}
.subscribe-form .group-sub input {
  background: transparent;
  width: 100%;
  height: 50px;
  color: #ccc;
}
/* Change the white to any color */
.subscribe-form input:-webkit-autofill,
.subscribe-form input:-webkit-autofill:hover,
.subscribe-form input:-webkit-autofill:focus,
.subscribe-form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
/*Change text in autofill textbox*/
.subscribe-form input:-webkit-autofill{
  -webkit-text-fill-color: white !important;
}
.subscribe-form .group-sub input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}
.subscribe-form .group-sub input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}
.subscribe-form .group-sub input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}
.submit-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 50px;
  cursor: pointer;
}
.title-h2 {
  padding: 0 15px;
  text-align: center;
  margin: 110px auto 0;
  font-weight: 600;
  font-size: 105px;
  color: #343434;
}
.feature-block {
  text-align: center;
  margin-top: 80px;
}
.feature-block .feature-img {
  height: 75px;
  width: 100%;
  display: flex;
}
.feature-block .feature-img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.blue-feature {
  position: relative;
  min-height: 125px;
}
.blue-feature .bf-sec-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.blue-feature .bf-sec-desc h3 {
  margin: auto;
  font-weight: 600;
  font-size: 54px;
  line-height: 70px;
  color: #FFFFFF;
  max-width: 980px;
  text-align: center;
}
.left-line {
  position: absolute;
  left: calc(50% - 696px + 3rem);
  top: 0;
  width: 2px;
  height: 100%;
  background: #DBDBDB;
}
.why-fluid-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.why-slider .owl-dots {
  display: none;
}
.why-slide img {
  border-radius: 8px;
}
.reason-desc-outer {
  width: 100%;
  padding-top: 50px;
}
.reason-desc-sel {
  position: relative;
  width: 100%;
  max-width: 550px;
  height: auto;
  min-height: 300px;
  padding: 10px 25px;
  cursor: pointer;
  border-left: 2px solid #DBDBDB;
}
.reason-desc-sel:last-child {
  min-height: 500px;
}
/*.reason-desc-sel:first-child {*/
/*  height: 50px;*/
/*  width: 0;*/
/*  padding: 0 !important;*/
/*}*/
/*.reason-desc-sel.active {*/
/*  height: 100%;*/
/*  border-left: 2px solid #144158;*/
/*}*/
.reason-desc-sel p {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #343434;
}
.reason-desc-container {
  position: relative;
  /*margin-top: 50px;*/
}
.reason-desc-cont {
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 500px;
  overflow-y: scroll;
  -webkit-mask-image: -webkit-gradient(linear, left 65%,
  left 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.reason-desc-container:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50px;
  width: 2px;
  background-color: #144158;
  height: 50%;
  z-index: 99;
}
.reason-desc-cont::-webkit-scrollbar {
  width: 0;
  background: transparent; /* make scrollbar transparent */
}
.video-section {
  background: #F7F7F7;
}
.video-container {
  position: relative;
  padding: 75px 120px;
  background: linear-gradient(50.65deg, #BA9BC5 19.76%, #FED189 83.7%);
  mix-blend-mode: multiply;
  cursor: pointer;
  text-align: center;
}
.video-container .video-preview {
  max-width: 350px;
}
.video-container .ellipse, .video-container .polygon {
  position: absolute;
}
.video-container .ellipse {
  width: 120px;
  height: 120px;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
.video-container .polygon {
  width: 26px;
  height: 42px;
  top: calc(50% - 21px);
  left: calc(50% - 13px);
}
.video-section .suite-logo {
  margin: 10px 0 20px;
}
.video-section .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #144158;
  margin: 0 0 20px 0;
}
.video-section .description {
  max-width: 80%;
  font-weight: 300;
  font-size: 17px;
  line-height: 33px;
  color: #000000;
  margin-top: 25px;
}
.slider-btns {
  width: 100%;
  text-align: center;
  margin: 3rem 0 1rem;
}
.slider-btns .slide-btns-ul {
  width: fit-content;
  height: 66px;
  background: #F7F7F7;
  border-radius: 80px;
  display: flex;
  margin: 0 auto;
  padding: 5px;
}
.slider-btns .slide-btns-ul li.slide-btn {
  cursor: pointer;
  padding: 5px 50px;
  font-weight: 300;
  font-size: 22px;
  line-height: 48px;
  color: #343434;
  border-radius: 33px;
  transition: background-color 0.4s ease;
}
.slider-btns .slide-btns-ul li.slide-btn:first-child {
  margin-right: 5px;
}
.slider-btns .slide-btns-ul li.slide-btn.active {
  background: #F0D63C;
}
.architecture-slider .owl-dots{
  display: none;
}
.products-section {
  background: #F7F7F7;
}
.prod-lef-side-out {
  display: flex;
  height: 365px;
  padding-left: 80px;
}
.prod-lef-side {
  padding: 0 10%;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.prod-sec-title {
  position: relative;
  width: 190px;
  height: 60px;
}
.prod-sec-title h3 {
  position: absolute;
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
  color: #343434;
  z-index: 10;
}
.pst-ext {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F0D63C;
  z-index: 1;
  right: -30px;
  top: -25px;
}
.prod-sec-desc {
  max-width: 440px;
}
.prod-sec-desc p {
  font-weight: 300;
  font-size: 24px;
  line-height: 41px;
  color: #343434;
}
.products-section .product-img {
  background: linear-gradient(50.65deg, #EAE6EB 19.76%, #E4D5BC 83.7%);
  text-align: center;
  height: 240px;
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
}
.products-section .product-img img {
  margin: auto;
  max-width: 70%;
  max-height: 60%;
  width: auto;
  height: auto;
}
/*.products-slider {*/
/*  padding-top: 40px;*/
/*}*/
.products-slider .owl-nav, .wc-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -20px;
  right: 120px;
}
.products-slider .owl-dots, .wc-slider .owl-dots {
  display: none;
}
.products-slider .owl-stage {
  margin-left: -60px;
}
.wc-slider .owl-stage {
  margin-left: -100px;
}
.product-item {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0px 10px 30px rgba(170, 170, 170, 0.15);
  border-radius: 16px;
  overflow: hidden;
  min-height: 365px;
}
.product-item .prod-title-desc a {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
}
.product-item .prod-title-desc img {
  height: 20px;
  max-width: 25px;
  margin-left: 8px;
  margin-top: 5px;
}
.product-item .prod-title-desc p {
  font-size: 17px;
  line-height: 28px;
  color: #343434;
  margin-top: 5px;
}
.ideal-slider-btns {
  padding: 3rem;
  text-align: center;
}
.i-slide-btns-ul {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}
.i-slide-btn {
  height: 66px;
  padding: 0 40px;
  border: 1px solid #D9D9D9;
  border-radius: 33px;
  line-height: 64px;
  margin: 0 10px;
  font-size: 22px;
  color: #343434;
  cursor: pointer;
}
.i-slide-btn.active,
.i-slide-btn:hover {
  background: #144158;
  color: #fff;
}
.owl-item:not(.active) .ideal-item {
  opacity: 0.5;
  transform: scale(1, 0.85);
}
.features-section {
  padding-left: 80px !important;
  background: #F7F7F7;
}
.features-section .section-title, .features-section .section-description {
  text-align: left;
  margin: 0;
}
.features-section .section-description {
  padding: 0 0 0 15px;
  margin-top: 15px;
  text-align: left !important;
}
.wc-item {
  position: relative;
}
.wc-item .wc-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.34%, #000000 100%);
  z-index: 9;
}
.wc-item .wc-cont {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.wc-item .wc-cont img {
  max-width: 45px;
  max-height: 45px;
}
.wc-item .wc-cont p {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin-top: 10px;
}
.testimonials-section {
  position: relative;
}
.testimonials-section .quotation-icon {
  position: absolute;
  width: 160px;
  left: calc(50% - 80px);
  top: 280px;
  z-index: 1;
}
.testimonial-item {
  text-align: center;
}
.testimonial-item img {
  width: 100%;
  max-width: 220px;
  margin: 30px auto 0;
}
.testimonials-slider {
  margin-top: 180px;
}
.testimonial-item .content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  width: 90%;
  margin: 0 auto;
}

.posts-section {
  background: #F7F7F7;
}
.posts-section .owl-nav button,
.testimonials-slider .owl-nav button {
  position: absolute;
  top: calc(50% - 12px);
}
.posts-section .owl-nav button.owl-prev,
.testimonials-slider .owl-nav button.owl-prev {
  left: -90px;
}
.posts-section .owl-nav button.owl-next,
.testimonials-slider .owl-nav button.owl-next {
  right: -90px;
}
button.owl-next, button.owl-prev {
  background: transparent;
}
.news-item {
  height: auto;
}
.news-content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  color: #343434;
}
.news-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #343434;
}
.p-tab-outer {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  height: 460px;
}
.p-tab-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: #F7F7F7;
  transition: opacity 0.3s linear;
}
.p-tab-body.active {
  z-index: 9;
  opacity: 1;
}
.posts-section .slider-btns .slide-btns-ul {
  background: #fff;
}
.news-image {
  width: 100%;
  aspect-ratio : 1 / 1;
}
.img-blur-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-bg-img {
  width: 100%;
  height: 100%;
  filter: blur(8px);
  -webkit-filter: blur(15px);
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  transform: scale(1.5);
}
.img-blur-bg-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.b-normal-img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact-left {
  padding: 0 120px;
}
.contact-left .section-title {
  text-align: left;
  margin: 0;
  padding: 0;
  max-width: 80%;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form-control {
  background: transparent;
  width: 100%;
  height: 50px;
  color: #343434;
  margin-top: 50px;
  text-align: left;
}
input[type=email].wpcf7-form-control,
select.wpcf7-form-control,
textarea.wpcf7-form-control,
input[type=text].wpcf7-form-control {
  border-bottom: 1px solid #343434;
  width: 100%;
}
/* Change the white to any color */
.wpcf7-form input:-webkit-autofill,
.wpcf7-form input:-webkit-autofill:hover,
.wpcf7-form input:-webkit-autofill:focus,
.wpcf7-form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  color: #343434;
}
/*Change text in autofill textbox*/
.wpcf7-form input:-webkit-autofill{
  -webkit-text-fill-color: #666 !important;
}
.wpcf7-form .group-sub input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #343434;
  font-size: 14px;
}
.wpcf7-form .group-sub input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #343434;
  font-size: 14px;
}
.wpcf7-form .group-sub input::-ms-input-placeholder { /* Microsoft Edge */
  color: #343434;
  font-size: 14px;
}
.submit-btn-outer {
  width: fit-content;
  display: inline-flex;
  height: 50px;
  margin-top: 50px;
}
.submit-btn-outer img {
  height: 12px;
  margin-top: 20px;
  margin-left: 13px;
  float: left;
  display: block;
}
.submit-btn-outer input {
  float: left;
  margin-top: 0;
  margin-right: 13px;
  width: fit-content;
  color: #0E4359;
}
.submit-btn-outer .wpcf7-spinner {
  display: none;
  float: left;
  margin: 13px 0;
}
.submitting .submit-btn-outer .wpcf7-spinner {
  display: block;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.wpcf7 .wpcf7-response-output {
  text-align: left;
  border: 0 !important;
  padding: 0 !important;
  margin: 30px 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900;
}
.contact-home-map {
  position: relative;
}
.contact-home-map .cm-left-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(90deg, #FFFFFF 6.11%, rgba(255, 255, 255, 0) 70%);
}
.contact-home-map .google-maps {
  min-height: 660px;
}
.about-us .top-sec-content {
  background: linear-gradient(180deg, #144158 -23.25%, rgba(51, 51, 51, 0) 164.34%);
}
.mc-image {
  width: 100%;
  height: auto;
}
.meet-cabsy {
  display: flex;
  height: 100%;
}

.meet-cabsy .mc-inner {
  width: fit-content;
  height: fit-content;
  margin: auto;
  max-width: 80%;
  padding-left: 7%;
}
.meet-cabsy .mc-inner h4 {
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
  color: #343434;
}

.meet-cabsy .mc-inner p {
  font-weight: 500;
  font-size: 24px;
  line-height: 45px;
  margin-top: 25px;
}
.vision-mission-section {
  position: relative;
  background-color: #144158;
  min-height: 300px;
}
.image-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: auto;
}
.image-bg-left {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 30%;
  height: auto;
}
.vm-content-outer {
  position: relative;
  padding: 25px 0;
}
.vm-content-outer.left-align .vm-content {
  padding-left: 20%;
}
.vm-content-outer.right-align .vm-content {
  padding-left: 48%;
}
.vm-content-outer .title-bg {
  position: absolute;
  font-weight: 800;
  font-size: 213px;
  line-height: 200px;
  color: rgba(255, 255, 255, 0.09);
  left: -3%;
}
.vm-content-outer.right-align .title-bg {
  left: auto;
  right: -12%;
}
.vm-content h3 {
  font-weight: 800;
  font-size: 38px;
  line-height: 50px;
  color: #FFFFFF;
}
.vm-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  color: #FFFFFF;
}
.cer-img {
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}
.our-value-section {
  background-color: #F7F7F7;
}
.innovts-outer {
  border-right: 2px solid #CECECE;
}
.innovation-item-head {
  height: 160px;
  padding: 0;
  display: inline-flex;
  width: calc(100% + 2px);
  cursor: pointer;
}
.innov-icon {
  width: 100px;
  margin-right: 20px;
  display: flex;
}
.innov-icon img {
  max-height: 60px;
  margin: auto;
}
.innovation-item-head:nth-child(3) .innov-icon img {
  max-height: none;
  width: 150px;
}
.innovation-item-head.active {
  border-right: 2px solid #144158;
}
.innovation-item-head.active .innov-icon img {
  filter: invert(0.5) sepia(1) hue-rotate(195deg) saturate(10) brightness(0.8);
}
.innov-tittle h4 {
  line-height: 160px;
  font-weight: 500;
  font-size: 26px;
  color: #343434;
}
.innovation-item-content {
  background-color: #f7f7f7;
  font-weight: 300;
  font-size: 24px;
  line-height: 45px;
  overflow: hidden;
}
.innovations-slider-outer {
  padding-left: 40px;
}
.innovations-slider {
  height: 100%;
}
.innovation-item-content {
  height: 100%;
  display: flex;
}
.innovation-item-content p {
  margin: auto;
}
.innovations-slider.owl-carousel .owl-stage-outer, .innovations-slider.owl-carousel .owl-stage , .innovations-slider.owl-carousel .owl-item {
  height: 100%;
}
.lets-talk-section {
  position: relative;
  border-top: 1px solid #CECECE;
  overflow: hidden;
}
lets-talk-section.find-partner {
  border-top: none;
}
.lets-talk-section .lets-talk-bg {
  position: absolute;
  width: 40%;
  top: 30px;
  right: 0;
}
.lets-talk-content {
  padding: 25px 0 25px 20%;
}
.lets-talk-content p {
  font-weight: 500;
  font-size: 38px;
  line-height: 60px;
}
.lets-talk-content a {
  font-weight: 600;
  font-size: 57px;
  line-height: 80px;
}
.lets-talk-content a img {
  width: 80px;
  margin-left: 15px;
}
.content.padding-header {
  margin-top: 85px;
  padding-top: 3rem;
}
.content.padding-header.no-pad {
  padding: 0 !important;
}
.breadcrumbs {
  display: inline-flex;
}
.breadcrumbs > * {
  margin-right: 10px;
  font-size: 24px;
  line-height: 36px;
  color: #144158;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.tabs-col-outer {
  display: inline-flex;
  border-bottom: 1px solid #D9D9D9;;
}
.tabs-col {
  padding: 0 25px;
  font-size: 26px;
  line-height: 52px;
  color: #343434;
}
.tabs-col.active {
  color: #144158;
  border-bottom: 3px solid #144158;;
}
.cus-container {
  width: 100%;
  padding-left: 15%;
}
.news-content {
  height: 100%;
  display: flex;
  padding: 0 10% 0 20px;
}
.news-content .news-content-in{
  margin: auto;
}
.news-go-btn {
  height: 100%;
  display: flex;
}
.news-go-btn .arrow-btn{
  margin: auto;
}
.arrow-btn img {
  margin-left: 15px;
}
.post-item {
  margin-top: 25px;
}
.news-evt-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  overflow: hidden;
}
.news-evt-image img {
  width: 100%;
  margin: auto;
}
.single-content {
  padding: 0 10%;
}
.single-img {
  width: 100%;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  position: relative;
}
.news-evt-image {
  position: relative;
}
.single-img img, .news-evt-image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.share-title {
  font-size: 24px;
  line-height: 40px;
  color: #144158;
  text-align: center;
}
.share-buttons {
  text-align: center;
}
.share-item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #FAFAFA;
}
.share-item:hover {
  background: #e3e3e3;
}
.share-item a {
  width: 100%;
  height: 100%;
  display: flex;
}
.share-item img {
  margin: auto;
}
.single-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #343434;
}

.single-desc {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #343434;
}
.single-desc p {
  margin-bottom: 1rem !important;
}
.single-desc a {
  color: #2271b1;
}
.single-desc a:hover {
  text-decoration: underline;
}
.posts-index {
  padding: 0 10%;
}

.latest-post {
  width: 100%;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  position: relative;
}
.latest-post > img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.latest-post-content {
  position: absolute;
  right: 0;
  padding: 40px;
  width: 37.5%;
  height: 100%;
  background: rgba(20, 65, 88, 0.79);
}
.latest-post-content h3 {
  width: 100%;
  font-weight: 600;
  font-size: 38px;
  line-height: 57px;
  color: #FFFFFF;
}
.latest-post-content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF !important;
  text-transform: capitalize;
  margin-top: 5px;
}
.latest-post-content a {
  font-size: 24px;
}
.latest-post-content .btn-icon {
  margin-left: 10px;
  width: 25px;
}
.sub-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}
.terms-list {
  overflow: hidden;
}
.terms-item {
  width: fit-content;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid #D9D9D9;
  border-radius: 45px;
}
.terms-item.active {
  background-color: #144158;
}
.terms-item.active a {
  color: #FFFFFF;
}
.post-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
.post-image img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-top: 15px;
  color: #343434;
}
.post .desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #343434;
  margin-top: 10px;
}
.post .date-read-time {
  font-weight: 300;
  font-size: 16px;
  line-height: 46px;
  color: #949494;
}
.post-go-btn {
  color: #144158;
  font-weight: 300;
  font-size: 18px;
  line-height: 46px;
}
.post-go-btn img {
  width: 25px;

}
.single-post .single-img{
  /*aspect-ratio: 16 / 6.5;*/
  aspect-ratio: 16 / 9;
}
.share-buttons.horizontal {
  display: inline-flex;
  margin: 0 5px;
  text-align: left;
}

.single-post .share-title {
  text-align: left;
  padding-left: 10px;
}
.auth-time-read {
  display: inline-flex;
}
.auth-time-read p {
  font-weight: 300;
  font-size: 22px;
  line-height: 46px;
  color: #949494;
}
.single-cats {

}
.single-cats .cat-item {
  width: fit-content;
  height: 45px;
  line-height: 45px;
  border: 1px solid #144158;
  border-radius: 5px;
  padding: 0 15px;
  margin-left: 20px;
  color: #144158;
}
.archive-title h1 {
  font-weight: 600;
  font-size: 68px;
  line-height: 70px;
}
.career {
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;;
}
.career:last-child {
  border-bottom: none;
}
.career .career-title h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 52px;
}
.career .career-short-desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 52px;
}

.career .post-go-btn {
  line-height: 52px;
}
.sub-sec-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 52px;
}
.req-item {
  display: flex;
  font-weight: 300;
  font-size: 21px;
  line-height: 66px;
}
.req-item img {
  float: left;
  margin-top: 24px;
  margin-right: 20px;
  height: 16px;
}
.skill-item {
  width: 35px;
  margin-right: 25px;
}
.skill-item img {
  width: 100%;
}
.lets-talk-section .lets-talk-bg.apply-bg {
  width: 40%;
  top: -40px;
  right: 0;
}
.career-form .wpcf7 {
  margin-bottom: 200px;
}
.career-form .wpcf7-form-control {
  color: #343434;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.career-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #343434;
}
.career-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #343434;
}
.career-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #343434;
}
.hidden {
  display: none;
}
.file-in-cv {
  margin: 80px auto 25px;
}
.drag-drop-box {
  max-width: 550px;
  border: 1px dashed #A6A6A6;
  padding: 40px;
  margin: 30px auto;
  cursor: pointer;
}
#cf-file-input {
  margin-top: 0 !important;
  text-align: center;
  width: 120px;
}
#cf-file-input::file-selector-button {
  display: none;
}
.add-info {
  margin-top: 80px;
}
.accept-terms {
  margin-top: 45px;
}

.accept-terms .wpcf7-list-item-label {
  font-weight: 300;
  font-size: 15px;
  margin-left: 5px;
}
.career-form .wpcf7 .wpcf7-response-output {
  text-align: center;
}
.long-text-desc .hidden-text {
  display: none;
}
.long-text-desc.show-hidden .hidden-text {
  display: block;
}
.long-text-desc.show-hidden .invert-hidden-text {
  display: none;
}
.cabsy-overview-image {
  width: 100%;
  background: #144158;
  height: 100%;
  text-align: center;
  display: flex;
}
.cabsy-overview-image img {
  margin: auto;
}
.feature-v-slider-section {
  background: #FAFAFA;
}
.feature-item {
  overflow: hidden;
  background: #FAFAFA;
}
.feature-item .fi-inner-item {
  animation: flipInX ease-in-out 1s;
}
.feature-item .left-it img {
  height: 55px;
  width: auto;
  margin-right: 25px;
}
.feature-item .left-it h3 {
  font-weight: 500;
  font-size: 38px;
  line-height: 55px;
}
.feature-item .right-itd:not(:first-child) {
  margin-top: 50px;
}
.feature-item .right-itd:last-child {
  padding-bottom: 40px;
}
.feature-item .right-itd p {
  font-weight: 300;
  font-size: 24px;
  line-height: 41px;
}
.feature-v-slider-section .owl-dots {
  width: unset;
  left: -120px;
  bottom: -300px;
}
.feature-v-slider-section .owl-dots .owl-dot span, .feature-v-slider-section .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #CECECE;
  border-radius: 6px;
}
.features-list {
  /*height: 650px;*/
  /*overflow-y: scroll;*/
}
.features-list::-webkit-scrollbar {
  /*display: none;*/
}
.features-text-outer {
  height: 650px;
  overflow-y: scroll;
}
.features-text-outer::-webkit-scrollbar {
  display: none;
}

.feature-v-slider-section .owl-dots .owl-dot.active span, .feature-v-slider-section .owl-dots .owl-dot:hover span {
  background: #144158;
  box-shadow: none;
}
.feature-v-slider-section .owl-dots .owl-dot.active span {
  height: 26px !important;
}
.feature-v-slider-section .owl-dots .owl-dot {
  display: contents;
}
.mw-70 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.how-its-work-section .video-container {
  padding: 150px;
}
.infographic-section {
  padding: 5rem 10%;
}
.infographic-item {
  position: relative;
}

.infographic-item .infographic-img {
  position: relative;
  width: 60%;
  aspect-ratio: 16 / 9;
}
.infographic-item .infographic-img img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 99;
}
.infographic-item:nth-child(2n) .infographic-img {
  margin-right: 0;
  margin-left: auto;
}
.infographic-item .infographic-name {
  position: absolute;
  right: 0;
  top: calc(50% - 80px);
  z-index: 9;
}
.infographic-item:nth-child(2n) .infographic-name {
  right: auto;
  left: 0;
}
.infographic-item .infographic-name h2{
  font-weight: 800;
  font-size: 213px;
  line-height: 160px;
  text-transform: uppercase;
  color: #F0F0F0;
}
.technical-workflow-section {
  padding: 5rem 10%;
}
.feat-desc-sel {
  position: relative;
  width: 100%;
  max-width: 85%;
  height: fit-content;
  padding: 10px 25px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 35px;
}
.feat-desc-sel:last-child {
  margin-bottom:  220px;
}
/*.feat-desc-sel.active {*/
/*  height: auto;*/
/*  margin-bottom: 25px;*/
/*  min-height: 450px;*/
/*}*/
.feat-desc-sel h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 10px;
}
.feat-desc-sel p {
  font-weight: 300;
  font-size: 24px;
  line-height: 42px;
}
.feat-desc-cont {
  position: relative;
  height: 650px;
  overflow-y: scroll;
}
.feat-desc-outer {
  position: absolute;
  z-index: 9;
  height: fit-content;
  -webkit-mask-image: -webkit-gradient(linear, left 65%,
  left 100%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.feat-desc-inner {
  max-width: 58.33333333%;
}
/*.feat-desc-outer:before {*/
/*  content:'';*/
/*  width:100%;*/
/*  height:220px;*/
/*  position:absolute;*/
/*  left:0;*/
/*  bottom:0;*/
/*  background: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%); !* FF3.6-15 *!*/
/*  background: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*  background: linear-gradient(to top,  rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); !* IE6-9 *!*/
/*  z-index: 999;*/
/*}*/
.feat-desc-cont::-webkit-scrollbar {
  width: 0;
  background: transparent; /* make scrollbar transparent */
}
/*.feat-desc-sel:not(.active):before {*/
/*  content:'';*/
/*  width:100%;*/
/*  height:100%;*/
/*  position:absolute;*/
/*  left:0;*/
/*  top:0;*/
/*  !* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent *!*/
/*  background: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 15%, rgba(255,255,255,0) 200%); !* FF3.6-15 *!*/
/*  background: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 15%,rgba(255,255,255,0) 200%); !* Chrome10-25,Safari5.1-6 *!*/
/*  background: linear-gradient(to top,  rgba(255,255,255,1) 15%,rgba(255,255,255,0) 200%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); !* IE6-9 *!*/
/*}*/

.feat-slider .owl-dots {
  width: unset;
  left: -155%;
  bottom: 50%;
}
.feat-slider .owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #CECECE;
  border-radius: 6px;
}

.feat-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #144158;
  box-shadow: none;
}
.feat-slider .owl-dots .owl-dot.active span {
  height: 26px;
}
.feat-slider.owl-theme .owl-dots .owl-dot {
  display: contents;
}
.device-software-content .row > .cbs-row:not(.normal-dir):nth-child(odd) {
  direction: rtl;
}
.device-software-content {
  padding: 50px 0;
}
.device-software-content .logo img{
  width: 200px;
}
.hard-soft-slider-out {
  max-width: 880px;
  margin: 80px auto 0;
}
.hard-soft-slider, .hard-soft-slider-full {
  width: 480px;
}
.hard-soft-slider .hard-soft-item, .hard-soft-slider-full .hard-soft-item {
  width: 400px;
  min-height: 250px;
}
.hard-soft-slider .hard-soft-item img, .hard-soft-slider-full .hard-soft-item img {
  max-height: 500px;
  width: auto;
  margin: 0 auto;
}
.hard-soft-slider .owl-nav button {
  margin: 0 15px !important;
}
.hard-content  {
  padding-right: 50px !important;
}
.hard-content .cbs-half-col-inner {
  margin-top: 0 !important;
}
.cbs-half-col-inner img {
  max-height: 400px;
}
.hs-content {
  font-size: 17px;
  line-height: 32px;
  color: #2C2E30;
  margin-top: 25px;
  max-width: 90%;
}
.hs-content p {
  margin-top: 25px;
  font-size: 14px;
}
.font-icon {
  height: 35px;
  margin-bottom: 8px;
}
.product-features-section {
  background: #FAFAFA;
}
.device-properties {
  padding: 3rem 10% 0;
}
.mobile-only {
  display: none;
}
.full-slider img {
  width: 100%;
  max-height: 500px;
}
.cert-sheet {
  padding: 0 10%;
}
.sheet-sec {
  float: left;
  width: 442px;
  height: 180px;
  background: #FFFFFF;
  border: 1px solid #DAD6D6;
  padding: 20px;
}
.download-btn {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
}
.text-right {
  text-align: right;
}
.certifications-images {
  margin-top: 15px;
}
.certifications-images img {
  height: 70px;
  width: auto;
}
.cbs-row {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-auto-flow: column;
}
.cbs-row .cbs-half-col {
  width: 100%;
  padding: 40px 40px;
  direction: ltr;
  display: flex;
}
.cbs-row .cbs-half-col .cbs-half-col-inner {
  flex: 1;
  width: 100%;
  margin: auto;
}
.cbs-row .cbs-half-col .description {
  margin-top: 2rem;
  max-width: 90%;
}
.cbs-row .cbs-half-col .title {
  font-weight: 800;
  font-size: 24px;
}
.cbs-row .cbs-half-col .description br {
  margin-top: 25px;
}
.even-bg-diff:nth-child(odd) .cbs-row:not(.normal-dir), .odd-bg-diff:nth-child(odd) .cbs-row:not(.normal-dir) {
  direction: rtl;
}
.device-software-content .row > .cbs-row:not(.normal-dir):nth-child(odd) {
  direction: rtl;
}
.cbs-col-half-ref {
  width: 50%;
  float: right;
}
.large-container {
  padding-left: 10%;
  padding-right: 10%;
}
.hard-soft-slider.owl-theme .owl-nav {
  width: auto;
  top: -90px;
  position: absolute;
  right: 85px;
}
.hs-content h1 {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 41px;
}
.hs-content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 41px;
}
.product .features-section .section-title, .features-section .section-description {
  max-width: none;
  text-align: center;
}
.feature-item {
  margin-top: 3rem;
  padding: 0 10%;
}
.feature-item .feature-icon {
  width: 125px;
  min-width: 125px;
  margin-right: 20px;
  text-align: right;
  height: 150px;
  display: flex;
}
.feature-item .feature-icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto 0 auto auto;
}
.feature-item .feature-text {
  display: flex;
}
.feature-item .feature-text p {
  margin: auto;
  font-weight: 300;
  font-size: 24px;
  line-height: 41px;
}
.connections-slider {
  background: #FAFAFA;
}
.hard-soft-slider-full.owl-theme .owl-nav {
  width: calc(100% + 100px);
}
.hard-soft-slider-full.owl-theme .owl-nav button.owl-prev {
  top: calc(50% - 10px);
  position: absolute;
  left: -50px;
}
.hard-soft-slider-full.owl-theme .owl-nav button.owl-next {
  top: calc(50% - 10px);
  position: absolute;
  right: -50px;
}
.datasheet-block {
  padding: 70px 0;
  border-right: 1px solid #CECECE;
}
.datasheet-block h4 {
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.datasheet-block p {
  font-weight: 300;
  font-size: 24px;
  line-height: 41px;
  max-width: 370px;
}
.datasheet-block a {
  margin-top: 50px;
  font-weight: 600;
  font-size: 32px;
  line-height: 60px;
  color: #343434;
  float: right;
  margin-right: 20%;
}
.cert-sec {
  padding: 70px 0 0 20%;
}

.cert-sec h4 {
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.partners .top-sec-content {
  background: linear-gradient(165.92deg, #144158 -31.48%, rgba(51, 51, 51, 0) 174.43%);
}
.header-link {
  font-weight: 300;
  font-size: 24px;
  line-height: 46px;
  color: #FFFFFF;
}
.header-link img {
  width: 30px;
  margin-left: 10px;
}
.link-col {
  padding: 120px 40px;
}
.link-col h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  text-transform: capitalize;
}
.link-col p {
  font-weight: 300;
  font-size: 20px;
  line-height: 41px;
}
.icon-btn {
  margin-right: 3rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 60px;
  margin-top: 25px;
}
.icon-btn img {
  width: 40px;
  margin-left: 10px;
}
.the-right-side {
  border-left: 1px solid #CECECE;
}
.the-right {
  padding-top: 50px;
}
.login-form {
  width: 100%;
  max-width: 515px;
  margin: 0 auto 50px;
}
.login-form h3, .registration-form h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 60px;
}
.registration-form {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 50px;
}
.registration-form p {
  font-weight: 300;
  font-size: 18px;
  line-height: 190%;
  text-align: center;
  letter-spacing: 0.025em;
}
.remember-forget {
  text-align: left;
}
.remember-forget .wpcf7-list-item.first{
  margin-left: 0;
  color: #343434;
}
.dark-btn {
  width: 100%;
  height: 50px;
  background: #144158;
  border-radius: 8px;
  line-height: 50px;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.submit-btn-preg .dark-btn {
  width: 50%;
}
.supports .top-sec-content {
  background: linear-gradient(157.6deg, #144158 -22.17%, rgba(51, 51, 51, 0) 173.45%);
}
.supports .slider-text h1 {
  max-width: 1050px;
}
.file-section {
  position: relative;
  aspect-ratio: 9 / 12.05;
  width: 100%;
  overflow: hidden;
}
.file-section .image-con-f {
  width: 100%;
  height: 100%;
}
.file-section .image-con-f img {
  width: 100%;
}
.file-section .content-con-f {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 84.4%);
}
.share-btn {
  cursor: pointer;
}
.share-down {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 12px;
  z-index: 10;
  width: 100%;
  padding: 10px;
}
.download-b:hover, .share-button:hover {
  opacity: 0.8;
}

.question-collapse {
  width: 100%;

  height: auto;
  border-bottom: 1px solid #CECECE;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.question-collapse img.q-icon {
  width: 35px;
  height: auto;
}
.question-collapse h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  margin-left: 15px;
  flex: 1;
}

.question-collapse img.pm-icon {
  width: 25px;
  height: auto;
}
.question-collapse img.plus {
  display: none;
}
.question-collapse.collapsed img.plus {
  display: block;
}
.question-collapse img.minus {
  rotate: 180deg;
}
.question-collapse.collapsed img.minus {
  display: none;
}
.question-collapse .q-answer {
  padding: 0 50px;
  margin-top: 15px;
  font-weight: 300;
}
.tab-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.tab-sub {
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
  text-transform: capitalize;
  color: #000000;
}
.licenses-table th, .licenses-table td {
  text-align: center;
  vertical-align: middle;
}
.licenses-table td {
  height: 58px;
}
.licenses-table tbody, .licenses-table td, .licenses-table tfoot, .licenses-table th, .licenses-table thead, .licenses-table tr {
  border: none !important;
}
.licenses-table tbody tr:nth-child(odd) {
  background: rgba(20, 65, 88, 0.1);
}
.licenses-table th:first-child, .licenses-table td:first-child {
  text-align: left;
  padding-left: 45px;
}
.licenses-table td {
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000 !important;
}
.licenses-table thead {
  height: 100px;
  line-height: 80px;
}
.licenses-table thead th {
  font-weight: 600;
  font-size: 20px;
  line-height: 80px;
  text-transform: capitalize;
  color: #000000;
}
a.t-n-upper {
  display: block;
}
.t-n-upper:first-letter {
  text-transform: lowercase !important;
}
.contact-us .top-sec-content {
  background: linear-gradient(156.13deg, #144158 -20.65%, rgba(51, 51, 51, 0) 167.42%);
}
.contact-us .slider-text h1 {
  max-width: 650px;
}
.contact-us .contact-home-map .google-maps {
  min-height: 890px;
}
.arch-item {
  max-height: 735px;
}

.page-cont {
  padding: 3rem;
  text-align: center;
}
.page-header {
  width: 100%;
  position: relative;
}
.page-header img {
  width: 100%;
  max-height: 300px;
}
.page-header .page-title {
  position: absolute;
  top: calc(50% - 33px);
  width: 100%;
  text-align: center;

}
.page-header .page-title > h1 {
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.4);
  margin: 0 auto;
  width: fit-content;
  padding: 0 10px;
}
.page-content-section {
  background: linear-gradient(110.89deg, #E6E2D4 19.96%, #F5F5F5 61.96%);
  text-align: center;
  padding: 50px 15px;
}
.page-content-section .inner-content {
  font-weight: 200;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  max-width: 60%;
  margin: 0 auto;
}

.single-page p {
  margin-top: 10px;
  margin-bottom: 25px;
}
.single-page ul {
  margin-top: 10px;
  margin-bottom: 25px;
}
.single-page .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  padding: 15px 25px;
  min-width: 150px;
  word-break: break-word;
}
.single-section p.date-time {
  color: #949494;
  margin-top: 25px;
  line-height: 52px;
  font-size: 17px;
}
.latest-post::after {
    content: 'Latest';
    position: absolute;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    background: #F0D63C;
    border-radius: 10px;
    top: 15px;
    left: 20px;
}
.site-links-page {
  padding-top: 0 !important;
}
.site-links-page .head-banner img {
  width: 100%;
  height: auto;
}
.links-content {
  padding: 30px 15px;
}
.content-link {
  padding: 0 15px;
}
.links-content h1 {
  font-size: 20px;
  line-height: 25px;
  color: #212121;
}
.links-content p {
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
  margin-top: 10px;
}
.link-logo {
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.link-name {
  font-size: 20px;
  line-height: 25px;
  color: #212121;
}

.link-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;

}




































/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
  opacity: 0;
}


/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}
