/*@font-face {
    font-family:'Poppins-Regular';
    src: url('../font/monument-grotesk/Poppins-Regular.ttf');
}
@font-face {
    font-family:'MonumentGrotesk-Bold';
    src: url('../font/monument-grotesk/MonumentGrotesk-Bold.ttf');
}
@font-face {
    font-family:'MonumentGrotesk-Medium';
    src: url('../font/monument-grotesk/MonumentGrotesk-Medium.ttf');
}*/
@font-face {
  font-family: 'Quatro-Bold';
  src: url('../font/quatro/Quatro-Bold.ttf');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../font/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../font/Poppins/Poppins-SemiBold.ttf');
}

body {
  font-size: 14px;
  font-family: 'Poppins-Regular';
  position: relative;
  width: 100%;
  color: #565656;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #565656;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

li {
  color: #565656;
}

label {
  color: #565656;
}

a {
  color: #1f2433;
}

a:hover {
  text-decoration: none;
  color: #337ab7;
}

p {
  color: #565656;
  font-size: 14px;
}

/*navigation start*/
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px -3px rgb(0 0 0 / 30%);
  z-index: 4;
  background: #ffffffed;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  /* -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);*/
}

.sticky-menu .logo {
  position: relative !important;
  padding: 0px !important;
  background: transparent !important;
  top: unset !important;
}

.sticky-menu .logo img {
  width: 35px !important;
}

.topbar_sec {
  padding: 5px 30px;
  background-color: #ffffff;
  /* background-color: #372F7E; */
}

.topbar_contact {}

.topbar_contact ul {
  position: relative;
  display: inline-block;
}

.topbar_contact ul li {
  position: relative;
  display: inline-block;
}

.topbar_contact ul li a {
  /*color: #fff;*/
  color: #111;
  text-decoration: none;
}

.topbar_contact ul li a:hover {
  color: #d4d4d4;
}

.topbar_contact ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 25px;
  font-size: 15px;
  height: 25px;
  margin-right: 5px;
  background: #fff;
  color: #372F7E;
  border-radius: 12px 12px 0px;
  line-height: 25px;
  transition: 0.3s;
}

.topbar_social {
  float: right;
    border-left: 1px solid #ccc;
}

.topbar_social ul {
  position: relative;
  display: inline-block;
}

.topbar_social ul li {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.topbar_social ul li:last-child {
  padding-right: 0px;
}

.topbar_social ul li a {
  color: #fff;
}

.topbar_social ul li a:hover {
  color: #fff;
}

.topbar_social ul li a:hover i {
  background-color: #ffffff;
  color: #372F7E;
}

.topbar_social ul li a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 25px;
  font-size: 14px;
  height: 25px;
  background: #372F7E;
  color: #ffffff;
  border-radius: 12px 12px 0px;
  line-height: 25px;
  transition: 0.3s;
}


.topbar_menu .menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.topbar_menu .menu-main li {
  display: inline;
  margin-right: 10px;
}

.topbar_menu .menu-main li:last-child {
  margin-right: 0;
}

.topbar_menu .menu-main li a {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #343434;
    text-transform: capitalize;
    transition: color 0.3s ease;
    letter-spacing: 0.1px;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    letter-spacing: 0.1px;
    font-weight: 400;
}



.main_menu .v-center {
  align-items: center;
}

.main_menu .row {
  display: flex;
  flex-wrap: wrap;
}

.home-icon {

}


.main_menu {
  /* background-color: #372F7E; */
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
/*  overflow: hidden;*/
  top: 0;
  left: 0;
  z-index: 111;
  padding: 15px 60px 15px;
  /*background-color: #3d3d3d3d;
  background: linear-gradient(0.5turn, #000000cc, #0000004d, #0000004f);*/
}

.main_menu .item-left {
  flex: 0 0 30%;
}

.main_menu .logo {}

.main_menu .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.main_menu .logo img {
  width: 265px;
}

.menu-main {
  /* text-align: right; */ 
    padding-left: 0%;
    text-align: right;
}

.main_menu .item-center {
  flex: 0 0 70%;
}

.main_menu .item-right {
  flex: 0 0 15%;
  display: flex;
  justify-content: flex-end;
}

.header-item .btn-style-1{
  display: none;
}

.header-item a {
  color: #fff;
}

.header-item img {
  width: 20px;
  fill: #d9faff;
  margin-top: -3px;
}

a.btn-style-1 {
  font-weight: 500;
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  border-bottom: 2px solid #372F7E;
  padding-bottom: 5px;
  border-color: #372F7E;
  border-style: solid;
  border-width: 2px;
  background-color: #372F7E;
  border-radius: 12px 12px 0px;
  padding: 10px 14px;
  transition: all 0.8s ease;
}

.header-item .logo img {
  width: 320px !important;
}

.contact-btn {
  color: rgb(255 255 255);
}

a.btn-style-1:hover {
  box-shadow: rgba(89, 226, 247, 0.03) 0px 8px 15px;
  border-color: #303e7f;
  background-image: linear-gradient(to right bottom, rgb(31, 36, 51), #303e7f, rgb(66, 89, 193));
  color: #ffff !important;
}

/*.main_menu .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#fff;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}*/
.main_menu .menu>ul>li {
  display: inline-block;
  line-height: 25px;
  margin-left: 45px;
/*  position: relative;*/
}

.main_menu .menu>ul>li>a {
  font-size: 15px;
  font-family: 'Poppins-SemiBold';
  /* color: #fff; */
  color: #111;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
  letter-spacing: 0.1px;
  font-weight: 500;
}

.main_menu .menu>ul>li .sub-menu {
  border-radius: 0px 30px 30px;
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 0px 20px;
  text-align: left;
  transition: all 0.5s ease;
  margin-top: 25px;
  top: 100px;
  opacity: 0;
  visibility: hidden;

/*  to make it align left*/
/*  left:0;*/
}

@media(min-width: 992px) {
  .main_menu .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

.main_menu .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.main_menu .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Poppins-SemiBold';
}

.sub-menu ul li {
/*  border-bottom: 1px solid #f1f1f1;*/
}

.sub-menu ul li:last-child {
  border-bottom: none;
}

.main_menu .menu>ul>li .single-column-menu {
  min-width: 220px;
  max-width: 350px;
}

.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 3px 0;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    color: #333;
    transition: color 0.3s ease;
}

.main_menu .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  flex: 0 0 33.33%;
  padding: 0 15px;
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 15px;
    color: #372F7E;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 0;
    font-family: 'Poppins-SemiBold';
}

.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}
.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item ul{
  margin-bottom: 10px;
}
.main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}

.main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.main_menu .menu>ul>li .sub-menu>ul>li>a:hover,
.main_menu .item-right a:hover,
.main_menu .menu>ul>li:hover>a {
  color: #CB222C;
  text-decoration: none;
}

/* banner section */
.banner-section {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media(max-width: 991px) {

  .main_menu .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .main_menu .item-left,
  .main_menu .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .main_menu .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .main_menu .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #111;
    width: 24px;
    position: relative;
  }

  .main_menu .mobile-menu-trigger span:before,
  .main_menu .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
  }

  .main_menu .mobile-menu-trigger span:before {
    top: -6px;
  }

  .main_menu .mobile-menu-trigger span:after {
    top: 6px;
  }

  .main_menu .item-right {
    align-items: center;
  }

  .main_menu .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .main_menu .menu.active {
    transform: translate(0%);
  }

  .main_menu .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .main_menu .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main_menu .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    color: var(--color-one);
    transform: rotate(-90deg);
  }

  .main_menu .menu ul li a i {
    color: var(--color-one);
  }

  .main_menu .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .main_menu .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .main_menu .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .main_menu .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .main_menu .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .main_menu .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu,
  .main_menu .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .main_menu .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .main_menu .menu>ul>li .sub-menu>ul>li>a,
  .main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .main_menu .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*navigation end*/

.video-banner-wrap {
  overflow: hidden;
  /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;*/
  position: relative;
  background-color: #372F7E;
  z-index: 1;
  border-bottom-left-radius: 200px;
}

/*.video-banner-wrap:before {
    content: "";
    height: 100%;
    display: block;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1f2433;
}*/
.video-banner-wrap:after {
  content: "";
  top: 0;
  left: 0;
  /*    background: linear-gradient(1turn, #060321, #0402175c, #040029);*/
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: #080e3dc9;
  opacity: 0.6;
}

.background-video {
  /*    position: absolute;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.hero-content {
  padding: 350px 0 100px 0;
  z-index: 2;
  position: relative;
}

.hero-text {
  text-align: center;
}

.hero-text h1 {
  color: #fff;
  font-size: 47px;
  line-height: 65px;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 42%);
  font-family: 'Quatro-Bold';
  margin-bottom: 15px;
}

.hero-text p {
  color: #fff;
  font-size: 17px;
}

.hero-text span {
  color: #CB222C;
  text-transform: uppercase;
}

.group-btn {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn {
  font-family: 'Poppins-SemiBold';
  color: #fff;
  background: 0 0;
  background-color: #372F7E;
  border-radius: 16px 16px 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 12px 20px 32px;
  text-transform: none;
  letter-spacing: 0;
  margin: 12px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  gap: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.btn:after {
  content: "";
  background-image: url(../images/icons/btn-white.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  display: block;
  width: 10px;
  height: 12px;
  opacity: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transform: translateX(-14px);
  transform: translateX(-14px);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.btn:hover {
  color: #fff;
  background-color: #1f2433;
  gap: 10px;
  padding: 20px 22px 20px 22px;
}

.btn:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.btn-white {
  color: #372F7E;
  background-color: #d9faff;
}

.btn-white:after {
  background-image: url(../images/icons/btn-white.svg);
}

.btn-white:hover {
  color: #fff;
  background-color: #000;
}

.group-btn a {}

.dot-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/home/dot.png);
  opacity: 0.2;
}

.down-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.down-arrow img {
  margin-bottom: 10px;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}


.down-arrow p {
  display: inline-block;
  color: #c5d3d5;
  text-transform: uppercase;
  font-size: 12px;
}

.about-carousel-ser {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}

.service-media-bx {
  background-color: #f6f6f6;
  transition: all 0.8s;
  padding: 10px 30px;
  border-radius: 0 20px 20px 20px;
  border: 2px solid #fff;
  /*    box-shadow: rgb(31 36 51 / 7%) 0px 22px 73px 3px;*/
}

.service-media-bx:hover {
  border: 2px solid #372F7E;
}

.product-boxes-wrap {
  padding-right: 10%;
  padding-left: 2%;
  /*  padding:0% 5%;*/
  position: relative;
}

.product-boxes-wrap .owl-dots {
  margin-top: 30px;
}

.product-boxes-wrap .owl-theme .owl-nav {
  margin-top: 00px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30%;
  right: -9%;
}

/*.product-boxes-wrap .owl-prev{
   position: absolute;
    top: 30%;
    left: -6%;
}
.product-boxes-wrap .owl-next{
   position: absolute;
    top: 30%;
    right: -6%;
}*/
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF !important;
  font-size: 25px !important;
  line-height: 26px !important;
  background: #372F7E !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 65px;
  height: 65px;
  display: inline;
  background: transparent;
  align-items: center;
  margin-right: 0px;
  border-radius: 50px;
  justify-content: center;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  border: 1px solid rgba(66, 89, 193, 0.5) !important;
}

.service-media-bx:hover {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.service-media-bx:after {
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.service-media-bx:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.service-media-bx .dlab-title a {
  color: #CB222C;
  font-family: 'Quatro-Bold';
}

.service-media-bx p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.service-media-bx .dlab-title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  min-height: 105px;
}

.service-media-bx .dlab-info {
  padding: 25px 0px;
  border-top: 1px solid #ccc;
}

.service-media-bx .dlab-info ul {
  height: 240px;
}

.service-media-bx .dlab-info li {
  padding: 5px 0px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
}

.service-media-bx .dlab-info li a:hover {
  color: #001659;
}

.service-media-bx .dlab-info li a {
  position: relative;
}

.service-media-bx .dlab-info li a::after {
  font: normal normal normal 14px / 1 FontAwesome;
  right: -5px;
  content: "\f105";
  position: absolute;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.5s ease;
  opacity: 0;
}

.service-media-bx .dlab-info li a:hover::after {
  opacity: 1;
  right: -10px;
}

.service-media-bx .dlab-info li:last-child {
  border-bottom: 0px solid #eaeaea;
}

.service-media-bx .dlab-info li span {
  display: none !important;
  font-weight: 600;
  margin-right: 10px;
  height: 27px;
  width: 27px;
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  color: #111;
  position: relative;
  background: #d9faff;
  border-radius: 6px 6px 0px 6px;
}

/*.service-media-bx .dlab-info li span:after{
    content: "";
    border-right: 2px solid #ccc;
    padding-left: 10px;
}*/
.service-media-bx .dlab-info li a {
  font-family: 'Poppins-Regular';
  position: relative;
  padding-left: 15px;
}

.service-media-bx .dlab-info li a i {
  color: #CB222C;
  margin-right: 3px;
  font-size: 6px;
  position: absolute;
  top: 40%;
  left: 0;
}

.service-media-bx .site-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 2px;
  border-bottom: 2px solid #CB222C;
}

.about-ser-carousel.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0.2;
}

.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.service-media-bx img {
  height: 250px;
  object-fit: contain;
}

.heading {}

.heading h2 {
  font-family: 'Quatro-Bold';
  color: #1f2433;
  font-size: 45px;
  margin-bottom: 30px;
}

.heading h6 {
  font-size: 20px;
}

.s-single-services {
  transition: .3s;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px 30px 0px;
}

.s-single-services:hover .services-number {
  -webkit-text-fill-color: #CB222C;
}

.h-service {
  padding: 20px;
  text-align: center;
}

.s-single-services .feature-img {
  width: 100%;
}

.feature-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.5s ease;
}

.s-single-services .services-icon {
  /*position: absolute;
  left: 40px;
  top: 50px;
  z-index: 1;*/
}

.s-single-services .services-icon img {
  width: 60px;
}

.services-number {
  position: absolute;
  top: 55%;
  right: 40px;
  z-index: 1;
  font-size: 105px;
  line-height: 1;
  font-weight: 500;
  font-family: 'Quatro-Bold';
  -webkit-text-stroke: 1px #0000004a;
  -webkit-text-fill-color: transparent;
  transition: all 0.8s ease;
}

.s-single-services:hover img {
  filter: grayscale(0);
}

.services-number-hover {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: #fff;
  z-index: 2;
}

.h-service h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 60px;
  text-align: left;
  font-family: 'Quatro-Bold';
}

.h-service h5 a {
  color: #372F7E;
}

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 0 8px;
  background: #1f2433;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative;
}

.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #1f2433;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #adadad;
}

.services-hover .box1 {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #FE5716;
  position: absolute;
  z-index: 11;
  left: 40px;
  top: 40px;
  border-right: 0;
  border-bottom: 0;
}

.services-hover .box2 {
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #FE5716;
  position: absolute;
  z-index: 11;
  right: 40px;
  top: 40px;
  border-left: 0;
  border-bottom: 0;
}



.services-hover h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 25px;
}

.services-hover a {
  color: #fff;
  margin-top: 15px;
  display: block;
}

.industires-wrap {
  position: relative;
  padding: 0 0 80px 0;
}

.know-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.know-btn .btn {
  color: #1f2a5b;
  background-color: #59e2f7;
  padding: 25px 32px 25px 52px;
  font-size: 15px;
}

.industires-sec-wrap {
  background-image: linear-gradient(to right bottom, rgb(31, 36, 51), rgb(48, 62, 127), rgb(66, 89, 193));
  margin-top: -220px;
  padding-top: 230px;
  padding-bottom: 80px;
  border-top-right-radius: 150px;
  position: relative;
}

.industires-sec-wrap .heading h2 {
  color: #fff;
}

.industires-sec-wrap .owl-theme .owl-nav {
  position: absolute;
  top: -93px;
  right: 0;
}

.industires-sec-wrap .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #394ead !important;
}

.rectangleArt-11 {
  inset: 12% 0% 0% 70%;
  width: 30%;
  height: 100%;
  opacity: 0.3;
  z-index: 0;
  position: absolute;
  border-width: 2px 0px 0px 2px;
  border-top-style: solid;
  border-top-color: #dae0ff;
  border-left-style: solid;
  border-left-color: #dae0ff;
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 80px 0px 0px;
}

.rectangleArt-22 {
  inset: 50% 20% 0% 0%;
  width: 80%;
  height: 50%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  border-width: 2px 2px 0px 0px;
  border-top-style: solid;
  border-top-color: #dae0ff;
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: solid;
  border-right-color: #dae0ff;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 0px 80px 0px 0px;
}

.rectangleArt-1 {
  inset: 20% 0% 0% 70%;
  width: 30%;
  height: 80%;
  opacity: 0.3;
  z-index: 0;
  position: absolute;
  border-width: 2px 0px 0px 2px;
  border-top-style: solid;
  border-top-color: rgb(66, 89, 193);
  border-left-style: solid;
  border-left-color: rgb(66, 89, 193);
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 80px 0px 0px;
}

.rectangleArt-d57-0-2-3152 {
  inset: 60% 20% 0% 0%;
  width: 80%;
  height: 50%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  border-width: 2px 2px 0px 0px;
  border-top-style: solid;
  border-top-color: rgb(66, 89, 193);
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: solid;
  border-right-color: rgb(66, 89, 193);
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 0px 80px 0px 0px;
}

.rectangleArt-d58-0-2-3153 {
  inset: 85% 0% 0% 50%;
  width: 50%;
  height: 15%;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  border-width: 2px 0px 0px 2px;
  border-top-style: solid;
  border-top-color: rgb(66, 89, 193);
  border-left-style: solid;
  border-left-color: rgb(66, 89, 193);
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 80px 0px 0px;
}

.rectangleArt-d59-0-2-3154 {
  inset: 75% 0% 0% 60%;
  width: 40%;
  height: 25%;
  opacity: 0.1;
  z-index: 0;
  position: absolute;
  border-width: 2px 0px 0px 2px;
  border-top-style: solid;
  border-top-color: rgb(66, 89, 193);
  border-left-style: solid;
  border-left-color: rgb(66, 89, 193);
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 80px 0px 0px;
}

/*.industires-wrap .col-lg-8,.industires-wrap .col-lg-4{
    padding-right: 0;
    padding-left: 0;
}
.industires-wrap .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
.industires-wrap .row{
    margin-right: -0;
    margin-left: -0;
}
.industires-wrap .col-lg-6{
  padding-right: 0;
  padding-left: 0;
}*/
/*.industires-wrap::before {
    content: "";
    background: #d9faff;
    width: 90%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 00px;
    border-top-right-radius: 150px;
}*/
.industires-wrap .container {
  background-color: #d9faff;
  padding: 80px 60px;
  z-index: 1;
  position: relative;
}

.col-industires-head {}

.col-industires-head p {}

.single-service-content {
  margin-left: 0px;
}

.col-industires-text {}

.col-industires-text h2 {
  margin-bottom: 0;
}

.col-industires-text h6 {
  font-family: 'Quatro-Bold';
  color: #CB222C;
  font-size: 30px;
  margin-bottom: 20px;
}

.col-industires-text h6 span {
  color: #c01e2e;
  font-family: 'Quatro-Bold';
  font-weight: 500;
  display: inline-block;
  font-size: 50px;
}

.single-service-content p {
  font-family: 'Quatro-Bold';
  font-size: 17px;
}

.single-service-content h4 {
  color: #c01e2e;
  font-family: 'Poppins-Regular';
  font-size: 40px;
  margin: 15px 0;
}

.col-industires-head p {
  color: #d0d0d0;
  font-size: 15px;
}

.single-service-icon {}

.single-service-icon img {
  width: 50px;
}

.service-lists-style1 .single-service:first-child {
  padding-top: 0;
}

.service-lists-style1 .single-service:first-child .single-service-content a {
  top: 15%;
}

.service-lists-style1 .single-service:hover .single-service-icon {
  background: var(--thm-teal);
}

.service-lists-style1 .single-service:hover .single-service-icon i {
  color: var(--thm-white);
}

.service-lists-style1 .single-service:hover .single-service-content a {
  color: var(--thm-teal);
}

.service-lists-style1 .single-service-icon {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--thm-teal);
  border-radius: 50%;
  margin-right: 24px;
  transition: all 0.3s linear;
}

.service-lists-style1 .single-service-icon i {
  font-size: 50px;
  color: var(--thm-teal);
  transition: all 0.3s linear;
}

.service-lists-style1 .single-service-content h4 {
  font-size: 30px;
  line-height: 52px;
  transition: all 0.3s linear;
}

.service-lists-style1 .single-service-content a {
  position: absolute;
  color: var(--thm-black);
  font-size: 32px;
  top: 36%;
  right: 0;
  transform: rotate(-45deg);
}

.single-service-style2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 50px 0 rgba(22, 165, 113, 0.15);
}

.single-service-style2 .img-box {
  transition: all 0.3s linear;
}

.single-service {
  gap: 20px;
  margin-top: 0px;
  padding: 30px;
  color: rgb(31, 36, 51);
  height: 240px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: rgba(31, 36, 51, 0.1) 32px 32px 73px -15px;
  border-radius: 20px;
}

.single-service p {
  margin-bottom: 0;
  color: #372F7E;
}

.align-items-center {
  align-items: center !important;
}

.d-flex {
  display: flex !important;
}

.col-industires-head {
  padding: 0px 0px 30px 0;
}

.col-industires-head p {
  color: #1f2433;
}

.industires-img {
  margin-top: 100px;
}

.generic-btn {
  display: inline-block;
}

.generic-btn a {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px;
  color: #1f2433;
  background: #ea452d;
  border: 1px solid #ea452d;
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 181px;
  min-height: 61px;
  box-shadow: 7px 7px 16px rgb(234 69 45 / 24%);
}

.generic-btn a:hover {
  background: transparent;
  border-color: #ea452d;
  color: #ea452d;
}

.generic-title span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ea452d;
  font-weight: 700;
  margin-bottom: 12px;
}

.clients-wrap {
  background-color: #f6f6f6;
  padding: 80px 0 80px 0;
  position: relative;
  /*  background-image: url(../images/home/world-map.svg);*/
}

.clients-wrap h2 {
  font-size: 25px;
  color: #c01e2e;
}

.clients-wrap h3 {
  font-size: 140px;
  position: absolute;
  bottom: 0;
  opacity: 0.1;
  font-family: 'Quatro-Bold';
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.clients-wrap img{
  height: 100px;
  object-fit: contain;
}
/*.client-row {
  display: flex;
  flex-wrap: wrap;
}*/

.client-row .col-md-3 {
  width: 20%;
  margin: auto;
}

.client-row .col-md-3 img {
  width: 190px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: grayscale(1);
  transition: all 0.5s ease;
  margin: auto;
  margin-bottom: 20px;
}

.client-row .col-md-3 img:hover {
  filter: grayscale(0);
}

.contact-area {
  padding: 80px 0 0 0;
  position: relative;
  overflow: hidden;
}

.mapimg {
  position: absolute;
  max-width: 500px;
  left: 5%;
  bottom: 0;
}

.mapimgtwo {
  position: absolute;
  max-width: 500px;
  right: 0;
  top: -34px;
  opacity: 0.5;
}

.form-box form {
  /*    background-color: #d9faff;*/
  padding: 0 40px 60px 40px;
  z-index: 1;
  margin-top: 0px;
  position: relative;
  border-radius: 30px 30px 0px;
  /*    box-shadow: 0 0 30px rgba(0, 0, 0, .08);  */
}

.form-box form h6 {
  font-family: 'Poppins-Regular';
  color: #1f2433;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.form-box form h6 span {
  color: #CB222C;
  font-family: 'Quatro-Bold';
  margin-top: 10px;
  display: block;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  position: relative;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  padding: 18px 20px;
  height: 50px;
  border: 0;
  background-color: #f1f1f1;
}

.form-group label {
  color: #1d1d1d;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  /*position: absolute;
    top: -10px;
    left: 25px;*/
  z-index: 1;
}

.career-box {
  background-image: linear-gradient(to right bottom, rgb(31, 36, 51), rgb(48, 62, 127), rgb(66, 89, 193));
  padding: 60px;
  border-radius: 30px 30px 0px;
}

.career-box h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 35px;
}

.career-box h6 {
  color: #fff;
  margin-top: 7px;
  font-size: 16px;
}

.career-box a {
  color: #d9faff;
  border-bottom: 1px solid #d9faff;
  margin-top: 30px;
  display: inline-block;
}

.career-box a i {
  transition: all 0.8s ease;
}

.career-box a:hover i {
  margin-left: 5px;
}

label {
  color: #565656;
  font-family: 'Quatro-Bold';
  font-size: 15px;
}

.footer-style-eleven {
  position: relative;
  z-index: 1;
  padding: 90px 0 0 0;
  background-image: linear-gradient(to right bottom, rgb(31, 36, 51), rgb(48, 62, 127), rgb(66, 89, 193));
}

.bg-single-product {}

.bg-single-product:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 285px;
  width: 400px;
  right: 10px;
  top: 10px;
  background-image: url(../images/bg/heart-bg.png);
  background-size: 400px;
  background-position: left;
  background-repeat: no-repeat;
}

.theme-basic-footer.footer-style-eleven .footer-title {
  color: #d9faff;
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 20px;
  font-family: 'Quatro-Bold';
  position: relative;
}

.theme-basic-footer.footer-style-eleven .footer-title:after {
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  position: absolute;
  background: #59e2f7;
  border-radius: 3px 3px 0px 3px;
}

.theme-basic-footer .footer-nav-link a {
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 15px;
  transition: all .3s ease-in-out;
  color: #fff;
  text-transform: capitalize;
}

.footer-style-eleven .footer-nav-link a:hover {
  color: #77edff;
}

.footer-style-eleven .form-widget form input {
  border: 1px solid #000;
  border-radius: 6px;
}

.footer-style-eleven .form-widget form button {
  border-radius: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 125px;
  color: #fff;
  background: #2d5124;
  position: absolute !important;
  height: 58px;
}

.theme-basic-footer .form-widget form {
  height: 70px;
  position: relative;

}

.theme-basic-footer .form-widget form input {
  width: 100%;
  height: 100%;
  padding: 0 132px 0 25px;
}

.footer-style-eleven .bottom-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0;
  margin-top: 60px;
  background-color: #233771;
}

.footer-style-eleven .bottom-footer .footer-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-right: 22px;
}

.footer-style-eleven .bottom-footer .footer-nav a:hover {
  text-decoration: underline;
}

.footer-style-eleven .bottom-footer .copyright {
  font-size: 15px;
}

#copyright,
#copyright a {
  color: #fff;
}

#copyright a {
  color: #d9faff;
}

.footer-style-eleven .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.footer-style-eleven .bottom-footer .social-icon a:hover {
  color: #aebd0a;
}

.footer-style-eleven .shape-one {
  left: 0;
  top: 45%;
}

.hero-banner-thirteen {
  background: url(/_next/static/media/img_72.c42732c6.jpg) no-repeat 0 100%;
  background-size: cover;
}

.footer-intro {}

.footer-intro h6 {
  color: #d9faff;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Quatro-Bold';
}

.footer-intro h6 img {
  width: 20px;
}

.footer-intro p,
.footer-intro a {
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer-social {
  margin-top: 30px;
}

.footer-social a {
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  color: #fff;
  background: 0 0;
  background-color: #3d8a96;
  border-radius: 16px 16px 0px;
}

.footer-social a:hover,
.footer-social a:focus {
  background-color: #1f2433;
  color: #d9faff;
  border-color: #1f2433;
}

.hr-line {
  border-bottom: 1px solid #303e7f;
  padding-top: 20px;
  margin-bottom: 20px;
}

.hr-line-two {
  border-bottom: 1px solid #4259c1;
  padding-top: 10px;
  margin-bottom: 10px;
}

#scrollUp {
  bottom: 45px;
  cursor: pointer;
  display: none;
  font-size: 30px;
  height: 43px;
  line-height: 37px;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 43px;
  z-index: 9999;
  color: #fff;
  background: 0 0;
  background-color: #3d8a96;
  border-radius: 0px 16px 16px;
}

#scrollUp:hover {
  background-color: #233771;
}

.darkbg-dot .owl-theme .owl-dots .owl-dot span:before {
  border: 1px solid #ffffff;
}

.darkbg-dot .owl-theme .owl-dots .owl-dot.active span,
.darkbg-dot .owl-theme .owl-dots .owl-dot:hover span {
  background: #d9faff;
}

.darkbg-dot .owl-theme .owl-dots .owl-dot.active span:before,
.darkbg-dot .owl-theme .owl-dots .owl-dot:hover span:before {
  border: 1px solid #d9faff;
}

.darkbg-dot .owl-theme .owl-dots .owl-dot span:before {
  border: 1px solid #7b8cbe;
}

.link-btn {
  border-bottom: 2px solid #CB222C;
  font-family: 'Poppins-SemiBold';
  margin-top: 10px;
  display: inline-block;
  color: #372F7E;
}

.link-btn i {
  transition: all 0.8s ease;
}

.link-btn:hover i {
  margin-left: 5px;
}

.msg-wrap {
  padding: 70px 0;
}

.founder-text {
  border-bottom-right-radius: 120px;
  background-color: #d9faff;
}

.msg-text {
  padding: 55px 0;
  padding-left: 60px;
}

.msg-text h6 {
  color: rgb(31, 36, 51);
  font-size: 35px;
  letter-spacing: normal;
  line-height: 1.7;
  font-family: 'Quatro-Bold';
}

.msg-text p {
  color: #CB222C;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.7;
  margin-bottom: 0;
  font-family: 'Poppins-SemiBold';
}

.msg-text h2 {
  max-width: 540px;
  margin-top: 25px;
  color: rgb(31, 36, 51);
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.4;
}

.msg-img {
  margin-top: 70px;
  margin-bottom: -70px;
}

.msg-img img {}

.breadcrumb-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: linear-gradient(to right bottom, rgb(31, 36, 51), rgb(48, 62, 127), rgb(66, 89, 193));
  border-bottom-left-radius: 200px;
}

.page-header-content h2 {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Quatro-Bold';
  font-size: 35px;
}

.breadcrumb>li {
  color: #fff;
}

.breadcrumb>.active {
  color: #d9faff;
}

.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 0 0 0px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb-item a {
  color: #fff;
}

.page-header-text {
  border-left: 1px solid #5b52ab;
  padding-left: 15px;
}

.page-header-text p {
  color: #fff;
  margin-bottom: 0;
  padding: 5px 0;
}

.about-inner-wrap {
  padding: 80px 0 90px 0;
}

.about-inner-img {
  position: relative;
}

.about-inner-img img {
  width: 86%;
  height: 100%;
  box-shadow: rgba(31, 36, 51, 0.5) 32px 32px 73px -15px;
  object-fit: cover;
  object-position: center top;
  border-bottom-left-radius: 50px;
}

.about-inner-wrap h2 {
  margin-bottom: 10px;
}

.about-inner-wrap h6 {
  margin-bottom: 30px;
  font-family: 'Quatro-Bold';
  color: #c01e2e;
  font-size: 30px;
}

.about-text {
  margin-top: 0px;
}

.about-text .heading h6 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 5px;
}

.about-text .heading h2 {
  font-size: 35px;
}

.about-counter-wrap .container {
  background-color: #d9faff;
  padding: 80px 60px;
  z-index: 1;
  position: relative;
}

.vision-mission-list {}

.vision-mission-list .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #f8f7f7;
  text-align: center;
  border-top-left-radius: 30px;
  flex-shrink: 0;
}

.vision-mission-list .text {}

.vision-mission-list .icon img {
  width: 40px;
}

.values-icon img {
  width: 50px !important;
}

.vision-mission-list .text-box {
  margin-top: 30px;
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.vision-mission-list h5 {
  margin-bottom: 5px;
  font-family: 'Quatro-Bold';
  color: #363636;
  font-size: 23px;
}

.vision-mission-list p {
  margin-bottom: 0;
}

.download-sec-wrap {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 80px;
  border-top-right-radius: 150px;
  position: relative;
}

.download-sec-wrap .heading h2 {
  color: #111;
  margin-top: 60px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.download-sec-wrap .heading h6 {
  font-family: 'Poppins-Regular';
  color: #111;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}

.button-group {
  display: flex;
  gap: 150px;
  margin-top: 0px;
}

.download-btn {
  border-left: 1px solid #59e2f7;
  padding: 10px 0;
  padding-left: 20px;
}

.download-btn h6 {
  font-size: 26px;
  color: #111;
  margin-bottom: 10px;
}

.download-btn a {
  color: #1f2a5b;
  background-color: #59e2f7;
  padding: 15px 9px 15px 28px;
}

.download-btn a:hover {
  padding: 15px 19px 15px 19px;
}

.countries-wrap {
  padding: 80px 0;
  background-size: contain;
  background-position: center;
}

.countries-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.countries-wrap li {
  text-align: center;
}

.countries-wrap img {
  width: 60px;
}

.countries-wrap p {
  font-size: 15px;
  color: #372F7E;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 0;
}

.clients {
  margin-top: 60px;
}

.countries-wrap .clients {
  margin-top: 0px;
}

.clients .item img {
  height: 100px !important;
  object-fit: contain;
}

.contact-inner-wrap {
  padding: 80px 0;
}

.contact-inner-wrap .heading {
  margin-bottom: 60px;
}

.contact-box {
  background: #d9faff;
  padding: 40px;
  border-radius: 16px 16px 0px;
}
.contact-box .content a{
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}
.contact-box p {
  margin-bottom: 0;
  font-size: 18px;
  color: #111;
}

.contact-box p a {
  color: #111;
}

.contact-box .icon {
  margin-bottom: 40px;
}

.contact-box .icon img {
  width: 60px;
}

.contact-box .content h5 {
  margin-top: 0px;
  color: #372F7E;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Quatro-Bold';
}

.content .text {}

.content .text p {
  font-size: 16px;
  margin-bottom: 8px;
}

.content .text b {
  margin-right: 5px;
  font-size: 16px;
  font-family: 'Poppins-SemiBold';
  color: #111;
}

.contact-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #a5e0ea;
}

.heading-sub {
  color: #211871 !important;
  margin-bottom: 10px !important;
  display: inline-block;
}

.content img {
  width: 20px;
}

li.text-secondary {
  color: #343434;
  padding: 6px 0;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}

li.text-secondary a {
  color: #464646;
}

.mT-30 {
  margin-top: 30px;
}

.contact-form-wrap {
  padding: 80px 0 0 0;
}

.contact-form-wrap .heading h2 {
  margin-bottom: 10px;
}

.contact-form-wrap .heading {
  margin-bottom: 50px;
}

.contact-form-wrap .form-box {
  background-color: #fff;
  transition: all 0.8s;
  padding: 60px 0px 0 0;
}

.contact-form-wrap .form-box form {
  padding: 0 0px 0px 0px;
}

.contact-map-wrap iframe {
  height: 450px;
  margin-bottom: -60px;
}

.contact-inner-img {
  position: relative;
}

.contact-inner-img img {
  width: 80%;
  height: 100%;
  box-shadow: rgba(31, 36, 51, 0.5) 32px 32px 73px -15px;
  object-fit: cover;
  object-position: center top;
  border-bottom-left-radius: 50px;
}

.contact-form-wrap .form-box .heading h6 {
  font-size: 16px;
}

.map-about-img {
  width: 100% !important;
}

.history-wrap {
  width: 100%;
  padding: 40px 30px 40px 30px;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to right bottom, rgb(31, 36, 51), rgb(48, 62, 127), rgb(66, 89, 193));
  margin-top: 00px;
  /* padding-top: 230px; */
  /* padding-bottom: 80px; */
  border-top-right-radius: 150px;
  position: relative;
}

.history-wrap:after {
  /* content: "";
    position: absolute;
    top: 47%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #407c85;
    z-index: 0;*/
}

.history-wrap .container-fluid {
  /* padding-right: 0px;
    padding-left: 0px;*/
  /*    width: 1489px;*/
}

.history-wrap .col-md-2 {
  padding-right: 0;
  padding-left: 0;
}

.single-hbox {
  text-align: center;
  margin: auto;
  /*    height: 400px;*/
  position: relative;
}

.single-hbox h6 {
  font-size: 40px;
  font-family: 'Quatro-Bold';
  color: #d9faff;
  line-height: 1;
  padding-bottom: 60px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.single-hbox h6 span {
  font-size: 14px;
  display: block;
  font-family: 'Poppins-Regular';
  color: #fff;
}

.top-box {
  margin-top: 0px;
}

.bottom-box {
  /*    margin-top: -125px;*/
}

.hbox-img {
  position: relative;
}

/*.hbox-img:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ccc;
    z-index: -1;
}*/
.hbox-img img {
  margin-left: auto;
  height: 150px;
  width: 230px !important;
  object-fit: cover;
  line-height: 130px;
  background: #fff;
  border-bottom-left-radius: 50px;
  margin-bottom: 25px;
}

.hbox-img1 img {
  margin-right: auto;
  height: 150px;
  width: 230px !important;
  object-fit: cover;
  line-height: 130px;
  border-bottom-left-radius: 50px;
  margin-bottom: 25px;
}

.history .owl-nav {
  margin-top: 10px;
}

.hbox-icon {
  content: "";
  /* color: #348e80; */
  width: 2px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  top: 80px;
  left: 50%;
}

.hbox-icon:after {
  content: "";
  color: #348e80;
  width: 10px;
  height: 10px;
  background: #ff3c42;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* bottom: 0; */
  left: -4px;
  margin: auto;
}

.single-hbox h2 {
  margin: 10px 0;
  font-family: 'Quatro-Bold';
  color: #fff;
  font-size: 21px;
}

.single-hbox p {
  min-height: 90px;
  color: #fff;
}

.img-contain img {
  object-fit: contain;
  background-color: #eaeaea;
}

.product-heading {}

.product-heading .heading h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.product-heading .heading h6 {
  font-size: 17px;
  background-color: #d9faff;
  padding: 15px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  color: #111;
}

.product-heading .heading h6 b {
  color: #CB222C;
  font-family: 'Quatro-Bold';
  margin-bottom: 10px;
}

.product-grid-wrap {
  padding: 80px 0;
  position: relative;
}

.product-grid-wrap .container-fluid {
  padding: 0px 7%;
  position: relative;
}

.product-grid-wrap .col-lg-3 {
  width: 27%;
}

.product-grid-wrap .col-lg-9 {
  width: 73%;
}

.sidebar-product-list {
  position: relative;
  padding: 30px;
  border: 1px solid #ececec;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.filter-box {
  font-family: 'Poppins-SemiBold';
}

.filter-box h6 {
  color: #CB222C;
  font-size: 21px;
  font-family: 'Quatro-Bold';
  margin-bottom: 10px;
}

.custome-checkbox {}

.custome-checkbox .form-check-input {}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  font-family: 'Poppins-Regular';
  margin-bottom: 10px;
  font-size: 14px;
}

.custome-checkbox .form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

.custome-checkbox .form-check-label span {
  vertical-align: middle;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
  opacity: 1;
}

.custome-checkbox input[type=checkbox]+.form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(-45deg);
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
  display: none;
}

.login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
  background-color: #372F7E;
  border-color: #372F7E;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
  opacity: 1;
}

.product-list {}

.single-product {
  background-color: #f6f6f6;
  transition: all 0.8s;
  border-radius: 20px;
  border: 1px solid #dadada;
  margin-bottom: 30px;
  border-radius: 0 20px 20px 20px;
}

.single-product img {
  height: 250px;
  object-fit: contain;
  width: 100%;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
}

.product-details {
  padding: 30px 20px;
  min-height: 220px;
}

.single-product h3 {
  color: #372F7E;
  font-family: 'Quatro-Bold';
  font-size: 19px;
  line-height: 25px;
}

.single-product h6 {
  margin: 10px 0 5px 0;
  font-size: 15px;
  font-family: 'Poppins-SemiBold';
}

.single-product p {}

.single-product .industires-list {
  display: flex;
  gap: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.single-product .industires-list li {}

.single-product .industires-list li img {
  width: 20px;
  height: auto;
  border-radius: 0;
}

.industires-list li {
  position: relative;
}

.industires-list li p {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  bottom: -40px;
  color: #fff;
  font-size: 12px;
  background-color: #372F7E;
  border-radius: 0 0px 12px 0px;
  padding: 3px 10px 3px 8px;
  transition: all 0.25s ease-out;
}

.industires-list li p::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid red;
  position: absolute;
  top: -6px;
  width: 3px;
  height: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.industires-list li:hover p {
  display: block;
}

.product-details-wrap {
  padding: 80px 0;
}

.product-details-wrap .row {
  /*  display: flex;
  align-items: center;*/
}

.product-detail-img {
  margin: 0px 0;
}

.product-detail-heading {
  padding-left: 40px;
}

.sizes-list {}

.sizes-list li {}

.product-detail-heading p {
  font-size: 16px;
}

.product-detail-heading h6 {
  color: #CB222C;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 0;
  font-family: 'Poppins-SemiBold';
}

.product-detail-heading h2 {
  font-size: 30px;
  letter-spacing: normal;
  line-height: 1.7;
  font-family: 'Quatro-Bold';
  margin-bottom: 15px;
}

.product-detail-heading ul {
  /*gap: 30px;
    display: flex;*/
  margin-top: 30px;
  border-top: 1px solid #ededed;
  padding-top: 30px;
}

.product-detail-heading li {
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
  width: 33.33%;
  float: left;
  display: inline-block;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  min-height: 210px;
}

.product-detail-heading li:last-child {
  border-right: 0;
}

.product-detail-heading li img {
  width: 30px;
  margin-bottom: 20px;
  opacity: 0.7;
}

.product-detail-heading li b {
  font-family: 'Poppins-SemiBold';
  display: block;
  width: 100%;
  font-size: 18px;
  min-height: 55px;
  margin-bottom: 15px;
  color: #CB222C;
}

/*.product-detail-heading li::after {
    font: normal normal normal 14px / 1 FontAwesome;
    left: 1px;
    top: 6px;
    color: #CB222C;
    position: absolute;
    font-size: 8px;
    line-height: 1;
    transition: all 0.5s ease;
    opacity: 1;
    content: "\f111";
}*/

.list-detail {
  text-align: left;
}

.list-detail li {
  font-family: 'Poppins-Regular';
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.list-detail li::after {
  font: normal normal normal 14px / 1 FontAwesome;
  left: 1px;
  top: 6px;
  color: #CB222C;
  position: absolute;
  font-size: 8px;
  line-height: 1;
  transition: all 0.5s ease;
  opacity: 1;
  content: "\f111";
}

.list-detail h5 {
  margin: 0px 0 20px 0;
  font-family: 'Quatro-Bold';
  color: #fff;
  font-size: 25px;
}

.list-detail li b {
  font-family: 'Poppins-SemiBold';
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.technical-detail-wrap {
  padding: 70px 0;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right bottom, rgb(31, 36, 51), rgb(48, 62, 127), rgb(66, 89, 193));
/*  margin-top: -110px;*/
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-right-radius: 150px;
  position: relative;
}

.product-detail-industry-wrap {}

.product-detail-industry-wrap .container {
  background-color: #d9faff;
  padding: 80px 60px;
  z-index: 1;
  position: relative;
}

.technical-detail-wrap .heading h2 {
  color: #fff;
}

.product-detail-industry-wrap h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Quatro-Bold';
  color: #1f2433;
}

.product-industry-box {
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(31, 36, 51, 0.1) 32px 32px 73px -15px;
  border-radius: 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-industry-box h6 {
  font-size: 15px;
  color: #372F7E;
  font-family: 'Quatro-Bold';
  margin-top: 10px;
}

.product-industry-box img {
  width: 50px;
}

.product-industry-list {
  display: flex;
  align-items: center;
}

.product-industry-list .col-md-2 {
  /*    border-right: 1px solid #94eaf7;*/
  text-align: center;
}

.product-industry-list .col-md-2:last-child {
  border-right: 0px solid #94eaf7;
}

.job-boxes-wrap {
  padding: 20px 0 80px 0;
}

.job-boxes-wrap h2 {
  font-size: 35px;
  text-align: center;
}

.item-careers {
  border: 1px solid #DDD;
  border-bottom-left-radius: 50px;
  padding: 40px;
  margin-bottom: 30px;
}

.item-careers h4 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 5px 0;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Quatro-Bold';
  color: #372F7E;
}

.item-careers h4 a {
  color: #1C1A30;
}

.item-careers h4:hover a {
  color: #F57009;
}

.item-careers ul li {
  display: inline-block;
  font-family: 'Poppins-SemiBold';
  margin-right: 10px;
  color: #CB222C;
  position: relative;
  border-right: 1px solid #787878;
  padding-right: 10px;
}

.item-careers ul li:last-child {
  border-right: 0;
}

.item-careers ul li:after {
  content: "";
}

.item-careers ul li.active {
  background-color: #F57009;
  padding: 2px 15px;
  color: #FFF;
  border-radius: 3px;
}

.item-careers p {
  margin: 18px 0 0 0;
}

.item-careers a {
  line-height: 45px;
  margin-top: 18px;
  border-bottom: 1px solid #767676;
  cursor: pointer;
}

.modal-content {
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0 20px 20px 20px;
  padding: 20px 30px 30px 30px;
}

.modal-title {
  color: #CB222C;
  font-family: 'Quatro-Bold';
}

.close {
  font-size: 25px;
  text-shadow: none;
  opacity: .6;
}

.careers-detail-wrap {
  padding: 70px 0;
}

.careers-text .text-p {
  font-size: 17px;
  margin-bottom: 30px;
}

.careers-text a {
  font-family: 'Quatro-Bold';
  color: #CB222C;
}

.careers-text .heading h2 {
  margin-bottom: 0;
}

.careers-text .heading h6 {
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-family: 'Poppins-Regular';
  color: #CB222C;
}

.careers-form-wrap {
  padding: 0 0 70px 0;
}

.careers-form-wrap .heading h2 {
  font-size: 27px;
  margin-bottom: 40px;
}

.careers-form-wrap .container .col-lg-10 {
  background-color: #d9faff;
  padding: 80px 60px;
  z-index: 1;
  position: relative;
}

.careers-form-wrap {}

.careers-form-wrap .form-control {
  background-color: #ffffff;
}

.careers-form-wrap .form-box form {
  padding: 0 40px;
  z-index: 1;
  margin-top: 0px;
  position: relative;
  border-radius: 30px 30px 0px;
}

.table-bordered>thead>tr>th {
  font-family: 'Quatro-Bold';
  color: #c01e2e;
  font-size: 17px;
  background-color: #e7e7e7;
  padding: 18px 8px;
  text-align: center;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  vertical-align: middle;
}

.thumbnail_slider_img li {
  border: 1px solid #ccc;
}

.thumbnail_slider_img li img {}

.services-detail-wrap {
  padding: 80px 0;
}

.services-inner-box {
  margin-bottom: 30px;
  box-shadow: rgba(31, 36, 51, 0.1) 32px 32px 73px -15px;
  border-radius: 0 20px 20px 20px;
}

.services-inner-box .service-text {
  padding: 30px 30px;
}

.services-inner-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.5s ease;
}

.services-inner-box .service-img {
  position: relative;
}

.services-inner-box .service-img:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #372F7E;
  opacity: 0.4;
  transition: all 0.5s ease;
}

.services-inner-box:hover img {
  filter: grayscale(0);
}

.services-inner-box:hover .service-img:after {
  opacity: 0;
}

.services-inner-box h3 {
  color: #CB222C;
  font-family: 'Quatro-Bold';
  font-size: 19px;
  min-height: 50px;
}

.services-inner-box p {
  min-height: 105px;
  margin-bottom: 0;
}

.blog-detail-wrap {
  padding: 80px 0;
}

.service-text img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  filter: grayscale(0);
  object-fit: contain;
}

.single-blog-box {
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 6px 41px 6px rgba(0, 0, 0, 0.05);
}

.single-blog-box figure img {
  border-radius: 0 20px 0px 0px;
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.single-blog-box:hover h4 a {}

.single-blog-details {
  padding: 30px;
  background-color: #d9faff;
  margin-bottom: 30px;
}

.single-blog-details .generic-btn2 a::before {
  bottom: -7px;
}

.single-blog-details h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  font-family: 'Quatro-Bold';
  color: #111;
}

.single-blog-details ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #372F7E;
  font-family: 'Poppins-SemiBold';
}

.single-blog-details ul li i {
  font-size: 14px;
  line-height: 16px;
}

.single-blog-details p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #111;
}

.single-blog-details ul {
  display: flex;
  gap: 20px;
}

.single-blog-details a {
  font-family: 'Quatro-Bold';
  color: #CB222C;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-detail-wrap .tab-content>.tab-pane {
  padding: 50px 0 0 0;
}

.blog-detail-wrap .nav-tabs>li {
  float: none;
  display: inline-block;
  font-family: 'Quatro-Bold';
}

.blog-detail-wrap .nav-tabs {
  text-align: center;
  font-size: 20px;
}

.blog-detail-wrap .nav-tabs>li.active>a,
.blog-detail-wrap .nav-tabs>li.active>a:focus,
.blog-detail-wrap .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #CB222C;
}

.blog-detail-wrap .nav-tabs a:hover {
  color: #CB222C;
}

.values-box-wrap {
  margin-bottom: 70px;
}

.values-box-wrap ul {
  /*display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;*/
  /*    padding: 20px 60px;*/
  margin-bottom: 80px;
  border-radius: 55px;
}

.values-box-text {
  text-align: right;
  margin-right: 60px;
}

.values-box-img {
  position: relative;
}

.values-box-img img {
  width: 90%;
  height: 100%;
  box-shadow: rgba(31, 36, 51, 0.5) -14px 20px 73px -15px;
  object-fit: cover;
  object-position: center top;
  border-bottom-left-radius: 50px;
  float: right;
}

.values-box-wrap ul li {
  font-family: 'Quatro-Bold';
  color: #1f2433;
  font-size: 20px;
  margin: 22px 0;
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: right;
  align-items: center;
}

.values-box-wrap ul li h6 {
  font-size: 23px;
  font-family: 'Poppins-SemiBold';
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

.values-box-wrap ul li .icon {}

.values-box-wrap ul li img {
  width: 30px;
}

.history .owl-nav [class*=owl-] {
  color: #000 !important;
  background: #d9faff !important;
  width: 45px;
  height: 45px;
  border: none !important;
}

.blog-detail-inner-wrap {
  padding: 80px 0;
}

.blog-meta {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-meta li {
  font-size: 18px;
  font-family: 'Poppins-SemiBold';
}

.blog-meta i {
  color: #CB222C;
}

.blog-detail-inner-wrap blockquote {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  margin: 20px 0px;
}

.blog-detail-inner-wrap blockquote span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  padding-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-heading h3 {
  color: #372F7E;
  font-family: 'Quatro-Bold';
  margin-bottom: 40px;
  font-size: 30px;
}

.blog-text {}

.gallery-box {}

.gallery-box img {
  height: 270px;
  object-fit: cover;
  border-radius: 0 10px 10px 10px;
}

.gallery-wrap {
  margin-top: 30px;
}

.countries-inner-wrap {
  padding: 80px 0 0 0;
}

.county-one {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: left;
  padding: 20px;
  background-color: #d9faff;
  border-radius: 0 20px 0 0;
}

.countries-inner-wrap .col-lg-2 {
  width: 20%;
  margin-bottom: 30px;
  float: left;
}

.county-one .countyimg {
  flex: 0 0 auto;
}

.county-one .countyimg img {
  width: 50px;
  display: none;
}

.county-one .countytext {}

.county-one .countytext h6 {
  font-family: 'Quatro-Bold';
  font-size: 16px;
  color: #372F7E;
}

.privacy-inner-wrap {
  padding: 65px 0 80px 0;
}

.single-content {}

.single-content h5 {
  font-family: 'Quatro-Bold';
  font-size: 17px;
  margin-bottom: 5px;
  color: #372F7E;
  margin-top: 20px;
}

.single-content p {}

.single-content a {
  font-family: 'Poppins-SemiBold';
  color: #CB222C;
}

.know-more-btn {
  text-align: center;
  margin-top: 30px;
}

.know-more-btn .btn {
  color: #1f2a5b;
  background-color: #59e2f7;
  padding: 25px 32px 25px 52px;
  font-size: 15px;
}

.white-table {}

.white-table td {
  color: #fff;
}

.white-table .table-bordered>thead>tr>th {
  color: #c01e2e;
  background-color: #fbfbfb;
}

.white-list li {
  color: #fff;
}

.moretext {
  display: none;
}

.manufacturing-inner-wrap {
  padding: 80px 0;
}

.manufacturing-box {
  background: #d9faff;
  padding: 40px;
  border-radius: 16px 16px 0px;
}

.manufacturing-box img {
  width: 60px;
}

.manufacturing-box h3 {
  color: #CB222C;
  font-family: 'Quatro-Bold';
  padding: 20px 0 10px 0;
}

.manufacturing-box p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.industries-inner-wrap {
  padding: 80px 0;
}

.industires-box-box {
  border-bottom-right-radius: 50px;
  background-color: #d9faff;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.industires-box-box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.industries-inner-text {
  margin-top: 20px;
}

.industries-inner-text img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.industries-inner-text h3 {
  color: #CB222C;
  font-family: 'Quatro-Bold';
  font-size: 22px;
  min-height: 30px;
}

.industires-box-box .link-btn {
  border-bottom: 0px solid #CB222C;
  margin-top: 0;
  color: #3f3f3f;
}

.industiry-detail-inner-wrap {
  padding: 80px 0;
}

.industiry-detail-inner-wrap .industiry-detail-inner-img {
  position: relative;
}

.industiry-detail-inner-wrap .industiry-detail-inner-img img {
  width: 86%;
  height: 100%;
  box-shadow: rgba(31, 36, 51, 0.5) 32px 32px 73px -15px;
  object-fit: cover;
  object-position: center top;
  border-bottom-left-radius: 50px;
}

.industiry-detail-inner-wrap .industiry-detail-text {}

.industiry-detail-text .heading h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.industiry-detail-text h6 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 5px;
  font-family: 'Quatro-Bold';
  color: #c01e2e;
}

.industiry-detail-text ul {
  margin-top: 40px;
}

.industiry-detail-text li {
  padding: 11px 20px;
  background-color: #d9faff;
  margin-bottom: 10px;
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  color: #404040;
  display: inline-block;
  margin: 5px;
  border-radius: 16px 16px 0px;
  transition: all 0.5s ease;
}

.industiry-detail-text li:hover {
  background-color: #c01e2e;
  color: #fff;
}

.industiry-sec-wrap {}

.industiry-sec-wrap .container {
  z-index: 1;
  position: relative;
}

.industiry-sec-wrap .heading h2 {
  color: #111;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.industiry-sec-wrap h6 {
  margin-bottom: 30px;
}

.downbox {
  text-align: center;
  background-color: #d9faff;
  padding: 60px 60px;
  z-index: 1;
  position: relative;
  margin: 0 100px;
  margin-top: 60px;
  border-top-right-radius: 80px;
}

.downbox h4 {
  font-size: 35px;
  font-family: 'Quatro-Bold';
  color: #1f2433;
  margin-bottom: 10px;
}

.downbox p {
  font-size: 16px;
  font-family: 'Poppins-SemiBold';
}

.downbox a {}

.timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 50%;
  width: 2px;
  top: -20px;
  background: #fff;
  z-index: 1;
}

.timeline {
  position: relative;
  margin: 50px auto;
  width: 1000px;
  padding: 50px 0;
}


.timeline ul {
  margin: 0;
  padding: 0;
}

.timeline ul li {
  list-style: none;
  box-sizing: border-box;
  line-height: normal;
  position: relative;
  width: 50%;
  padding: 20px 25px;
}

.timeline ul li .right_content h2 {
  color: #fff;
  font-family: 'Quatro-Bold';
  font-size: 20px;
  padding: 0px 2px 10px 0px;
}

.timeline ul li .right_content p {
  color: #fff;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.left_content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff3c42;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ff3c4269;
  right: -6px;
  top: 24px;
  z-index: 1;
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff3c42;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #ff3c4269;
  left: -6px;
  top: 24px;
}

.timeline ul li:nth-child(odd) .left_content {
  position: absolute;
  top: 12px;
  right: -100px;
  margin: 0;
  padding: 5px 15px;
  color: #fff;
  box-shadow: 0 0 0 2px rgb(255 255 255);
  border-radius: 0px 16px 16px;

}

.left_content h3 {
  font-size: 20px;
  font-family: 'Quatro-Bold';
  color: #fff;
}

.timeline ul li:nth-child(even) .left_content {
  position: absolute;
  top: 12px;
  left: -100px;
  margin: 0;
  padding: 5px 15px;
  color: #fff;
  box-shadow: 0 0 0 2px rgb(255 255 255);
  border-radius: 0px 16px 16px;

}

.timeline ul li:nth-child(even) .last_child {
  left: -195px;

}

@media (max-width: 1000px) {

  .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
  }

  .timeline:before {
    left: 20px;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
  }

  .timeline ul li:nth-child(odd):before {
    top: -18px;
    left: 16px;

  }

  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }

  .timeline ul li:nth-child(odd) .left_content,
  .timeline ul li:nth-child(even) .left_content {
    top: -30px;
    left: 50px;
    right: inherit;
  }


}




/* Header-section-new */
/*.header-item .logo img {
  width: 400px !important;
}*/

.header-top-menu {
  display: block;
    text-align: right;
    margin-bottom: 15px;
}

.header-top-menu .topbar_social ul li {
  padding-right: 5px;
  margin-right: 0 !important;
}
.header-top-menu .topbar_social ul li a{
    font-family: 'Poppins-SemiBold';
}


.header-top-menu ul {
  position: relative;
  display: inline-block;
    margin-left: 10px;
}

.topbar_menu .menu-main li a:hover {
  color: #CB222C;
}

.topbar_sec .v-center {
  align-items: center;
}

.topbar_sec .row {
  display: flex;
  flex-wrap: wrap;
}

.topbar_sec {
  padding: 5px 30px 0px;
  background-color: #ffffff;
  /* background-color: #372F7E; */
}


@media (max-width: 480px) {
  .main_menu .row {
    justify-content: end !important;
  }

  .topbar_social ul li {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    padding-top: 15px;
    padding-left: 15px;
  }
}


.fixed-btn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 11;
}
.fixed-btn a{
transition: all .3s ease;
    z-index: 9999;
    border-radius: 10px 10px 10px 0px;
    padding: 8px 18px;
    color: #1f2a5b;
    font-family: 'Poppins-SemiBold';
    background-color: #59e2f7;
    font-size: 22px;
    cursor: pointer;
}
.fixed-btn img{
    width: 25px;
    margin-right: 10px;
}
.fixed-btn li {
    padding: 10px 0;
    border-top: 1px solid #d5d5d5;
}
.fixed-btn li:first-child {
    border-top: 0px;
}
.modal-header .heading h2 {
    font-family: 'Quatro-Bold';
    color: #1f2433;
    font-size: 35px;
    margin-bottom: 0px;
}
.modal-header .close {
    margin-top: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.job-opening-list{

}
.job-opening-list ul{
  display: flex;
    flex-wrap: wrap;
}
.job-opening-list li{
    width: 31%;
    padding: 15px 10px;
    background-color: #d9faff;
    margin: 1%;
    font-size: 17px;
    text-align: center;
    color: #3c3c3c;
    font-family: 'Poppins-SemiBold';
    border-radius: 10px 10px 0px;
    transition: all 0.2s;
}
.job-opening-list li:hover{
  background-color: #303e7f;
  color: #fff;
}
.job-opening-list img{
  
}
.job-opening-list p{
  
}
.translate-list .form-group {
    margin-bottom: 0;
}
.translate-list li{
  
}
.translate-list select{
    padding: 0 10px;
    height: 30px;
}
.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.video_wrap{
    position:relative;
    padding:80px 0px;
    background-color:#f7f7f7;
}
.video_content{
    text-align:center;
}
.thankyou-wrap{
    position:relative;
    padding:80px 0px;
    background-color:#f7f7f7;
}
.thank-text{
    text-align:center;
}
.thank-text h2{
    font-family: 'Quatro-Bold';
    color: #1f2433;
    font-size: 80px;
    margin-bottom: 20px;
}
.thank-text h6{
    font-size: 20px;
    margin-bottom: 30px;
}