/* ========= [ * global ]  =========*/
/* --------------- global --------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*, * button:focus {
  outline: 0;
  margin: 0;
}
html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 0;
}
html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}
html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}
body {
  font-family: "Riviera Nights";
  text-decoration: none;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  color: #003b49;
}
.robo {
  font-family: minerva-modern, sans-serif;
}
.swiper-container {
  overflow: hidden;
}
.swiper-notification {
  display: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar {
  z-index: 99;
}
h1, h2, h3 {
  font-family: minerva-modern, sans-serif;
  /*font-weight: bold;*/
  margin: 0;
}
h4, h5, h6 {
  margin: 0;
}
.container, .container-fluid {
  position: relative;
  z-index: 5;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  
  padding-right: 15px;
  padding-left: 15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) {
  margin-right: -15px;
  margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row.gx-5, .row.gx-lg-5 {
  margin-right: -30px;
  margin-left: -30px;
}
.row.gx-5 > *, .row.gx-lg-5 > * {
  padding-right: 30px;
  padding-left: 30px;
}
body a:focus {
  outline: 0;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
body ul:not(.list-styled) {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}
.btn:active, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}
a, span, img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}
i, .bi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.text {
  font-size: 16px;
  line-height: 1.7;
}
.small, small {
  font-size: 12px;
  display: inline-block;
}
small.text {
  font-size: 12px;
}
.section-padding {
  padding: 100px 0;
}
.df-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.dnf-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.fm-playfair {
  font-family: 'Playfair Display', serif;
}
/* Preloader
-----------------------------------------------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}
.loader-wrap .text-center {
  position: relative;
  z-index: 444;
}
.loader-wrap .text-center .logo {
  width: 20%;
  margin-bottom: 50px;
  position: relative;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #003b49;
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
}
.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}
.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ====================== [ Start mouse-cursor ] ====================== */
.swiper-wrapper.curs-scroll {
  cursor: none;
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  z-index: 10000001;
  background-color: #0379a455;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  opacity: 1;
}
.cursor-inner.cursor-hover {
  opacity: 1;
}
.cursor-outer {
  margin-left: -17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  border: 1px solid #0379a455;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .5;
  z-index: 10000000;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, background-color .3s, opacity .3s;
  -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, background-color .3s, opacity .3s;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, background-color .3s, opacity .3s;
  opacity: 1;
}
.cursor-outer.cursor-hover {
  opacity: 1;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #0379a455 !important;
  border: 1px solid #fff9;
  opacity: .3 !important;
}
.cursor-outer.cursor-scroll {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-color: transparent;
  background-color: #fff;
  opacity: 1;
}
/* ====================== [ End mouse-cursor ] ====================== */
/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  line-height: 1;
  font-size: 0.8em;
}
.dropdown-menu {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%;
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid #9992;
}
/* --------------- forms --------------- */
select:focus, input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 3vw;
  right: -80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #999;
  border: 1px solid #999;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.to_top small {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 8px;
}
.to_top i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.to_top.show {
  right: 3vw;
  opacity: 1;
}
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.rotate-center.reverse {
  -webkit-animation: rotate-center 100s linear infinite both reverse;
  animation: rotate-center 100s linear infinite both reverse;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide-up-down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}
/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.left_to_right_apperance.no_scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.right_to_left_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%);
}
.right_to_left_apperance.no_scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.right_to_left_apperance.animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/* ========= [ * helper ]  =========*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
  border-radius: 3px !important;
}
.radius-2 {
  border-radius: 5px !important;
}
.radius-3 {
  border-radius: 8px !important;
}
.radius-4 {
  border-radius: 10px !important;
}
.radius-5 {
  border-radius: 12px !important;
}
.radius-6 {
  border-radius: 15px !important;
}
.radius-7 {
  border-radius: 20px !important;
}
.radius-8 {
  border-radius: 25px !important;
}
.radius-9 {
  border-radius: 30px !important;
}
.radius-10 {
  border-radius: 50px !important;
}
/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ms-10 {
  -webkit-margin-start: 10px !important;
  margin-inline-start: 10px !important;
}
.ms-15 {
  -webkit-margin-start: 15px !important;
  margin-inline-start: 15px !important;
}
.ms-20 {
  -webkit-margin-start: 20px !important;
  margin-inline-start: 20px !important;
}
.ms-30 {
  -webkit-margin-start: 30px !important;
  margin-inline-start: 30px !important;
}
.ms-40 {
  -webkit-margin-start: 40px !important;
  margin-inline-start: 40px !important;
}
.ms-50 {
  -webkit-margin-start: 50px !important;
  margin-inline-start: 50px !important;
}
.ms-60 {
  -webkit-margin-start: 60px !important;
  margin-inline-start: 60px !important;
}
.ms-70 {
  -webkit-margin-start: 70px !important;
  margin-inline-start: 70px !important;
}
.ms-80 {
  -webkit-margin-start: 80px !important;
  margin-inline-start: 80px !important;
}
.ms-90 {
  -webkit-margin-start: 90px !important;
  margin-inline-start: 90px !important;
}
.ms-100 {
  -webkit-margin-start: 100px !important;
  margin-inline-start: 100px !important;
}
.ms-120 {
  -webkit-margin-start: 120px !important;
  margin-inline-start: 120px !important;
}
.ms-150 {
  -webkit-margin-start: 150px !important;
  margin-inline-start: 150px !important;
}
.ms-200 {
  -webkit-margin-start: 200px !important;
  margin-inline-start: 200px !important;
}
.me-10 {
  -webkit-margin-end: 10px !important;
  margin-inline-end: 10px !important;
}
.me-15 {
  -webkit-margin-end: 15px !important;
  margin-inline-end: 15px !important;
}
.me-20 {
  -webkit-margin-end: 20px !important;
  margin-inline-end: 20px !important;
}
.me-30 {
  -webkit-margin-end: 30px !important;
  margin-inline-end: 30px !important;
}
.me-40 {
  -webkit-margin-end: 40px !important;
  margin-inline-end: 40px !important;
}
.me-50 {
  -webkit-margin-end: 50px !important;
  margin-inline-end: 50px !important;
}
.me-60 {
  -webkit-margin-end: 60px !important;
  margin-inline-end: 60px !important;
}
.me-70 {
  -webkit-margin-end: 70px !important;
  margin-inline-end: 70px !important;
}
.me-80 {
  -webkit-margin-end: 80px !important;
  margin-inline-end: 80px !important;
}
.me-90 {
  -webkit-margin-end: 90px !important;
  margin-inline-end: 90px !important;
}
.me-100 {
  -webkit-margin-end: 100px !important;
  margin-inline-end: 100px !important;
}
.me-120 {
  -webkit-margin-end: 120px !important;
  margin-inline-end: 120px !important;
}
.me-150 {
  -webkit-margin-end: 150px !important;
  margin-inline-end: 150px !important;
}
.me-200 {
  -webkit-margin-end: 200px !important;
  margin-inline-end: 200px !important;
}
/* --------------- padding classes --------------- */
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-200 {
  padding: 200px !important;
}
.ps-10 {
  -webkit-padding-start: 10px !important;
  padding-inline-start: 10px !important;
}
.ps-15 {
  -webkit-padding-start: 15px !important;
  padding-inline-start: 15px !important;
}
.ps-20 {
  -webkit-padding-start: 20px !important;
  padding-inline-start: 20px !important;
}
.ps-30 {
  -webkit-padding-start: 30px !important;
  padding-inline-start: 30px !important;
}
.ps-40 {
  -webkit-padding-start: 40px !important;
  padding-inline-start: 40px !important;
}
.ps-50 {
  -webkit-padding-start: 50px !important;
  padding-inline-start: 50px !important;
}
.ps-60 {
  -webkit-padding-start: 60px !important;
  padding-inline-start: 60px !important;
}
.ps-70 {
  -webkit-padding-start: 70px !important;
  padding-inline-start: 70px !important;
}
.ps-80 {
  -webkit-padding-start: 80px !important;
  padding-inline-start: 80px !important;
}
.ps-90 {
  -webkit-padding-start: 90px !important;
  padding-inline-start: 90px !important;
}
.ps-100 {
  -webkit-padding-start: 100px !important;
  padding-inline-start: 100px !important;
}
.ps-120 {
  -webkit-padding-start: 120px !important;
  padding-inline-start: 120px !important;
}
.ps-150 {
  -webkit-padding-start: 150px !important;
  padding-inline-start: 150px !important;
}
.ps-200 {
  -webkit-padding-start: 200px !important;
  padding-inline-start: 200px !important;
}
.pe-10 {
  -webkit-padding-end: 10px !important;
  padding-inline-end: 10px !important;
}
.pe-15 {
  -webkit-padding-end: 15px !important;
  padding-inline-end: 15px !important;
}
.pe-20 {
  -webkit-padding-end: 20px !important;
  padding-inline-end: 20px !important;
}
.pe-30 {
  -webkit-padding-end: 30px !important;
  padding-inline-end: 30px !important;
}
.pe-40 {
  -webkit-padding-end: 40px !important;
  padding-inline-end: 40px !important;
}
.pe-50 {
  -webkit-padding-end: 50px !important;
  padding-inline-end: 50px !important;
}
.pe-60 {
  -webkit-padding-end: 60px !important;
  padding-inline-end: 60px !important;
}
.pe-70 {
  -webkit-padding-end: 70px !important;
  padding-inline-end: 70px !important;
}
.pe-80 {
  -webkit-padding-end: 80px !important;
  padding-inline-end: 80px !important;
}
.pe-90 {
  -webkit-padding-end: 90px !important;
  padding-inline-end: 90px !important;
}
.pe-100 {
  -webkit-padding-end: 100px !important;
  padding-inline-end: 100px !important;
}
.pe-120 {
  -webkit-padding-end: 120px !important;
  padding-inline-end: 120px !important;
}
.pe-150 {
  -webkit-padding-end: 150px !important;
  padding-inline-end: 150px !important;
}
.pe-200 {
  -webkit-padding-end: 200px !important;
  padding-inline-end: 200px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
/* --------------- opacity classes --------------- */
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
/* --------------- lineHeight classes --------------- */
.lh-1 {
  line-height: 1 !important;
}
.lh-2 {
  line-height: 1.2 !important;
}
.lh-3 {
  line-height: 1.4 !important;
}
.lh-4 {
  line-height: 1.6 !important;
}
.lh-5 {
  line-height: 1.8 !important;
}
.lh-6 {
  line-height: 2 !important;
}
.lh-7 {
  line-height: 2.5 !important;
}
.lh-8 {
  line-height: 3 !important;
}
/* --------------- border color classes --------------- */
.brd-light {
  border-color: #fff4 !important;
}
.brd-gray {
  border-color: #d9d9d9 !important;
}
.brd-gray2 {
  border-color: #999 !important;
}
/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important;
}
.color-111 {
  color: #111 !important;
}
.color-222 {
  color: #222 !important;
}
.color-333 {
  color: #333 !important;
}
.color-444 {
  color: #444 !important;
}
.color-555 {
  color: #555 !important;
}
.color-666 {
  color: #666 !important;
}
.color-777 {
  color: #777 !important;
}
.color-888 {
  color: #888 !important;
}
.color-999 {
  color: #999 !important;
}
.color-ccc {
  color: #cccccc !important;
}
/* ---------------  bg classes --------------- */
.bg-000 {
  background-color: #000 !important;
}
.bg-111 {
  background-color: #111 !important;
}
.bg-222 {
  background-color: #222 !important;
}
.bg-333 {
  background-color: #333 !important;
}
.bg-444 {
  background-color: #444 !important;
}
.bg-555 {
  background-color: #555 !important;
}
.bg-666 {
  background-color: #666 !important;
}
.bg-777 {
  background-color: #777 !important;
}
.bg-888 {
  background-color: #888 !important;
}
.bg-999 {
  background-color: #999 !important;
}
.bg-ccc {
  background-color: #cccccc !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-dark1 {
  background-color: #2e2e31 !important;
}
/* --------------- icons size --------------- */
.icon-3 {
  width: 3px;
  height: 3px;
}
.icon-6 {
  width: 6px;
  height: 6px;
}
.icon-8 {
  width: 8px;
  height: 8px;
}
.icon-10 {
  width: 10px;
  height: 10px;
}
.icon-15 {
  width: 15px;
  height: 15px;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.icon-25 {
  width: 25px;
  height: 25px;
}
.icon-30 {
  width: 30px;
  height: 30px;
}
.icon-35 {
  width: 35px;
  height: 35px;
}
.icon-40 {
  width: 40px;
  height: 40px;
}
.icon-45 {
  width: 45px;
  height: 45px;
}
.icon-50 {
  width: 50px;
  height: 50px;
}
.icon-55 {
  width: 55px;
  height: 55px;
}
.icon-60 {
  width: 60px;
  height: 60px;
}
.icon-65 {
  width: 65px;
  height: 65px;
}
.icon-70 {
  width: 70px;
  height: 70px;
}
.icon-75 {
  width: 75px;
  height: 75px;
}
.icon-80 {
  width: 80px;
  height: 80px;
}
.icon-85 {
  width: 85px;
  height: 85px;
}
.icon-90 {
  width: 90px;
  height: 90px;
}
.icon-95 {
  width: 95px;
  height: 95px;
}
.icon-100 {
  width: 100px;
  height: 100px;
}
.icon-125 {
  width: 125px;
  height: 125px;
}
.icon-150 {
  width: 150px;
  height: 150px;
}
.icon-175 {
  width: 175px;
  height: 175px;
}
.icon-200 {
  width: 200px;
  height: 200px;
}
/* --------------- img classes --------------- */
.img-cover {
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;
  object-fit: cover;*/
  display: inherit;
}
.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inherit;
}
.imgrotate-scale-hover {
  overflow: hidden;
}
.imgrotate-scale-hover img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.imgrotate-scale-hover:hover img {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}
/* --------------- height classes --------------- */
.th-10 {
  height: 10px !important;
}
.th-20 {
  height: 20px !important;
}
.th-30 {
  height: 30px !important;
}
.th-40 {
  height: 40px !important;
}
.th-50 {
  height: 50px !important;
}
.th-60 {
  height: 60px !important;
}
.th-70 {
  height: 70px !important;
}
.th-80 {
  height: 80px !important;
}
.th-90 {
  height: 90px !important;
}
.th-100 {
  height: 100px !important;
}
.th-120 {
  height: 120px !important;
}
.th-140 {
  height: 140px !important;
}
.th-160 {
  height: 160px !important;
}
.th-180 {
  height: 180px !important;
}
.th-200 {
  height: 200px !important;
}
.th-230 {
  height: 230px !important;
}
.th-250 {
  height: 250px !important;
}
.th-280 {
  height: 280px !important;
}
.th-300 {
  height: 300px !important;
}
.th-330 {
  height: 330px !important;
}
.th-350 {
  height: 350px !important;
}
.th-380 {
  height: 380px !important;
}
.th-400 {
  height: 400px !important;
}
.th-425 {
  height: 425px !important;
}
.th-450 {
  height: 450px !important;
}
.th-475 {
  height: 475px !important;
}
.th-500 {
  height: 500px !important;
}
.th-525 {
  height: 525px !important;
}
.th-550 {
  height: 550px !important;
}
.th-575 {
  height: 575px !important;
}
.th-600 {
  height: 600px !important;
}
.th-650 {
  height: 650px !important;
}
.th-700 {
  height: 700px !important;
}
.th-750 {
  height: 750px !important;
}
.th-800 {
  height: 800px !important;
}
.th-900 {
  height: 900px !important;
}
.th-1000 {
  height: 1000px !important;
}
/* --------------- letter spacing classes --------------- */
.ltspc-0 {
  letter-spacing: 0 !important;
}
.ltspc-1 {
  letter-spacing: 1px !important;
}
.ltspc-2 {
  letter-spacing: 2px !important;
}
.ltspc-3 {
  letter-spacing: 3px !important;
}
.ltspc-4 {
  letter-spacing: 4px !important;
}
.ltspc-5 {
  letter-spacing: 5px !important;
}
.ltspc-8 {
  letter-spacing: 8px !important;
}
.ltspc-10 {
  letter-spacing: 10px !important;
}
.ltspc-12 {
  letter-spacing: 12px !important;
}
.ltspc-15 {
  letter-spacing: 15px !important;
}
.ltspc-17 {
  letter-spacing: 17px !important;
}
.ltspc-20 {
  letter-spacing: 20px !important;
}
.ltspc--1 {
  letter-spacing: -1px !important;
}
.ltspc--2 {
  letter-spacing: -2px !important;
}
.ltspc--3 {
  letter-spacing: -3px !important;
}
.fsz-10 {
  font-size: 10px !important;
}
.fsz-11 {
  font-size: 11px !important;
}
.fsz-12 {
  font-size: 12px !important;
}
.fsz-13 {
  font-size: 13px !important;
}
.fsz-14 {
  font-size: 14px !important;
}
.fsz-15 {
  font-size: 15px !important;
}
.fsz-16 {
  font-size: 16px !important;
}
.fsz-17 {
  font-size: 17px !important;
}
.fsz-18 {
  font-size: 18px !important;
}
.fsz-19 {
  font-size: 19px !important;
}
.fsz-20 {
  font-size: 20px !important;
}
.fsz-21 {
  font-size: 21px !important;
}
.fsz-22 {
  font-size: 22px !important;
}
.fsz-23 {
  font-size: 23px !important;
}
.fsz-24 {
  font-size: 24px !important;
}
.fsz-25 {
  font-size: 25px !important;
}
.fsz-26 {
  font-size: 26px !important;
}
.fsz-27 {
  font-size: 27px !important;
}
.fsz-28 {
  font-size: 28px !important;
}
.fsz-29 {
  font-size: 29px !important;
}
.fsz-30 {
  font-size: 30px !important;
}
.fsz-35 {
  font-size: 35px !important;
}
.fsz-40 {
  font-size: 40px !important;
}
.fsz-45 {
  font-size: 45px !important;
}
.fsz-50 {
  font-size: 50px !important;
}
.fsz-55 {
  font-size: 55px !important;
}
.fsz-60 {
  font-size: 60px !important;
}
.fsz-65 {
  font-size: 65px !important;
}
.fsz-70 {
  font-size: 70px !important;
}
.fsz-75 {
  font-size: 75px !important;
}
.fsz-80 {
  font-size: 80px !important;
}
.fsz-85 {
  font-size: 85px !important;
}
.fsz-90 {
  font-size: 90px !important;
}
.fsz-95 {
  font-size: 95px !important;
}
.fsz-100 {
  font-size: 100px !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.znd1 {
  z-index: 1;
}
.znd2 {
  z-index: 2;
}
.znd3 {
  z-index: 3;
}
.znd4 {
  z-index: 4;
}
.znd5 {
  z-index: 5;
}
.znd6 {
  z-index: 6;
}
.znd7 {
  z-index: 7;
}
.znd8 {
  z-index: 8;
}
.znd9 {
  z-index: 9;
}
.znd10 {
  z-index: 10;
}
.znd25 {
  z-index: 25;
}
.znd50 {
  z-index: 50;
}
.znd75 {
  z-index: 75;
}
.znd100 {
  z-index: 100;
}
.znd200 {
  z-index: 200;
}
.tr-delay1 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.tr-delay2 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.tr-delay3 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.tr-delay4 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.tr-delay5 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.hover-underline:hover {
  text-decoration: underline !important;
}
.hover-white:hover {
  color: #fff;
}
.hover-white:hover * {
  color: #fff;
}
/* ========= [ * buttons ]  =========*/
/* --------------- buttons style --------------- */
.butn {
  padding: 15px 40px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.butn.md-butn {
  padding: 10px 25px;
}
.butn:hover {
  -webkit-box-shadow: 4px 5px 0 #0005;
  box-shadow: 4px 5px 0 #0005;
  -webkit-box-shadow: 7px 10px 15px #0004;
  box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* ========= [ * variable ]  =========*/
/* --------------- variable --------------- */ :root {
  --color-blue1: #4b3ec4;
  --color-orange1: #FF481F;
  --color-yellow1: #778980;
  --color-green1: #2b2b2b;
  --color-brown1: #dfdacf;
  --color-brown2: #dfdacf;
  --color-light1: #eff3f6;
}
.color-blue1 {
  color: var(--color-blue1) !important;
}
.bg-blue1 {
  background: var(--color-blue1) !important;
}
.border-blue1 {
  border-color: var(--color-blue1) !important;
}
.hover-blue1:hover {
  color: var(--color-blue1) !important;
}
.hover-bg-blue1:hover {
  background: var(--color-blue1) !important;
  border-color: var(--color-blue1) !important;
  color: #fff !important;
}
.hover-bg-blue1:hover * {
  color: #fff !important;
}
.color-orange1 {
  color: var(--color-orange1) !important;
}
.bg-orange1 {
  background: #88785a !important;
}
.border-orange1 {
  border-color: var(--color-orange1) !important;
}
.hover-orange1:hover {
  color: var(--color-orange1) !important;
}
.hover-bg-orange1:hover {
  border-color: #16262a !important;
  background: #16262a !important;
  color: #fff !important;
}
.hover-bg-orange1:hover * {
  color: #fff !important;
}
.color-yellow1 {
  color: var(--color-yellow1) !important;
}
.bg-yellow1 {
  background: var(--color-yellow1) !important;
}
.border-yellow1 {
  border-color: var(--color-yellow1) !important;
}
.hover-yellow1:hover {
  color: var(--color-yellow1) !important;
}
.hover-bg-yellow1:hover {
  background: var(--color-yellow1) !important;
  border-color: var(--color-yellow1) !important;
  color: #fff;
}
.hover-bg-yellow1:hover * {
  color: #fff !important;
}
.color-green1 {
  /*color: var(--color-green1) !important;*/
}
.bg-green1 {
  background: var(--color-green1) !important;
}
.border-green1 {
  border-color: var(--color-green1) !important;
}
.hover-green1:hover {
  color: var(--color-green1) !important;
}
.hover-bg-green1:hover {
  background: var(--color-green1) !important;
  border-color: var(--color-green1) !important;
  color: #fff;
}
.hover-bg-green1:hover * {
  color: #fff !important;
}
.color-brown1 {
  color: var(--color-brown1) !important;
}
.bg-brown1 {
  background: var(--color-brown1) !important;
}
.border-brown1 {
  border-color: var(--color-brown1) !important;
}
.hover-brown1:hover {
  color: var(--color-brown1) !important;
}
.hover-bg-brown1:hover {
  background: var(--color-brown1) !important;
  border-color: var(--color-brown1) !important;
  color: #fff;
}
.hover-bg-brown1:hover * {
  color: #2b2b2b !important;
}
.color-brown2 {
  color: var(--color-brown2) !important;
}
.bg-brown2 {
  background: var(--color-brown2) !important;
}
.border-brown2 {
  border-color: var(--color-brown2) !important;
}
.hover-brown2:hover {
  color: var(--color-brown2) !important;
}
.hover-bg-brown2:hover {
  background: var(--color-brown2) !important;
  border-color: var(--color-brown2) !important;
  color: #fff;
}
.hover-bg-brown2:hover * {
  color: #fff !important;
}
.hover-white:hover {
  color: #fff !important;
}
.hover-bg-white:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.hover-bg-white:hover * {
  color: #000;
}
.hover-black:hover {
  color: #000 !important;
}
.hover-bg-black:hover {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #dfdacf !important;
}
.hover-bg-black:hover * {
  color: #d5e2dc;
}
.about-chairman-intro {
  background: #FFF;
  position: absolute;
  top: 50%;
  padding: 40px;
  left: 0;
  text-align: justify;
}
.about-chairman-intro h3 {
  margin-bottom: 15px;
}
.section-chairman-intro-inner {
  position: relative;
  z-index: 2;
}
.content_dd {
  top: 0 !important;
  padding: 0px !important;
}
.content_d {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #fff;
  z-index: 9999;
  padding: 70px 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
}
.spvisn h5 {
  font-family: 'vanitas-bolduploaded_file' !important;
  font-size: 1.75rem;
}
.service-card1 {
  padding: 50px 50px 50px 50px;
  background: #2b2b2b;
  color: #fff;
  height: 100%;
}
.service-card2 {
  background: #dfdacf;
  color: #19435d;
}
.service-card3 {
  background: #fff;
  color: #19435d;
}
.service-card1:hover {
  background: #dfdacf;
  color: #2b2b2b;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.spout {
  font-size: 120px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-stroke: 0.5px #2b2b2b;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #2b2b2b;
  -moz-text-fill-color: transparent;
  text-align: right;
}
.about-timeline {
  background-color: #fff;
  padding: 80px 0px;
}
.timeline-box h6 {
  font-size: 30px;
  line-height: 1;
  color: #2b2b2b;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  background-color: #dfdacf;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  margin-top: 0;
  transform: translate(0, -50%);
  border-radius: 50px;
  padding: 15px 40px;
}
.timeline-box p {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 26px;
}
.timeline-box p:last-of-type {
  margin-bottom: 15px;
}
.start-point h4 {
  color: #ffffff;
  font-weight: 600;
  background-color: #2b2b2b;
  border-radius: 70px;
  display: block;
  width: auto;
  text-align: center;
  padding: 30px;
  position: relative;
  margin-bottom: 45px;
  font-family: 'vanitas-bolduploaded_file' !important;
}
.black-dot {
  width: 21px;
  height: 21px;
  background-color: #dfdacf;
  border-radius: 50%;
  display: block;
  margin: 0 auto 62px;
  z-index: 1;
}
.start-point {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}
.start-point:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 0px;
  background-color: #dfdacf;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  border-left: 1px solid #dfdacf;
}
.timeline-row .horizontal-line {
  border-top: 1px solid #dfdacf;
  width: calc(100% - 150px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, 0%);
}
.timeline-row .verticle-line {
  margin: 0;
  padding: 0;
  width: 2px;
  border-right: 1px solid #dfdacf;
  height: calc(100% - 150px);
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 0;
  bottom: 0;
}
.timeline-row:nth-child(2n+2) .verticle-line {
  left: 0;
  right: inherit;
}
.corner {
  position: absolute;
  border-right: 1px solid #dfdacf;
  width: 76px;
  height: 76px;
  right: 0;
  border-top: 1px solid #dfdacf;
  top: 74.9px;
  border-radius: 0 70px 0 0;
  top: 0;
}
.timeline-row:nth-child(2n+2) .corner {
  right: inherit;
  left: 0;
  border-left: 1px solid #aaa;
  border-right: 0;
  border-radius: 70px 0 0 0;
}
.corner.bottom {
  bottom: -76px;
  top: inherit;
  border-radius: 0;
  border-top: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0 0 70px 0;
  right: 0;
  z-index: 1;
  bottom: -1px;
}
.timeline-row:nth-child(2n+2) .corner {
  right: inherit;
  left: 0;
  border-left: 1px solid #aaa;
  border-right: 0;
  border-radius: 70px 0 0 0;
}
.timeline-row:nth-child(2n+2) .corner.bottom {
  border-radius: 0 0 0 70px;
}
.timeline-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 0px;
  position: relative; /*padding: 0 66px 130px;margin-right: 111px;*/
}
.timeline-row:nth-child(2n+2) {
  justify-content: space-around;
  text-align: right;
  padding: 0 2%;
}
.timeline-row:nth-child(2n+2) {
  flex-direction: row-reverse;
}
/*.timeline-row:nth-child(2n+2) .timeline-content-txt { text-align: center; }*/
.timeline-box { /*padding: 45px 50px 130px;*/ max-width: 370px;
  margin-right: 25px;
  position: relative;
}
.timeline-main {
  margin-top: 75px;
}
.timeline-row:first-child {
  margin: 0 0px 0 auto;
  max-width: 50%;
  /* justify-content: space-between;*/
  padding: 0 0 0 120px;
}
.corner.bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-radius: 0 0 0px 100%;
  border-right: none;
  border-top: none;
  height: 76px;
  width: 76px;
}
.start-point .corner.bl {
  left: 50%;
  bottom: 0px;
  transform: translateY(100%);
  top: unset;
}
.timeline-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 27.5px;
  height: 1px;
  width: 100%;
}
.timeline-box-wrap {
  padding: 45px 0px 0;
  position: relative;
  background: #fff; /*min-height: 318px;*/ padding: 0;
  margin-bottom: 90px;
}
/*.timeline-row:after{content: ''; position: absolute; left: 50%; top: 74.5px; height: 1px; width: 91%; background-color: #aaa; transform: translateX(-50%);top: 0;} .timeline-row .verticle-line { margin: 0; padding: 0; width: 1px; border-right: 1px solid #aaa; height:calc(100% - 126px); position: absolute; top: calc( 50% + 75px );; right: 0; margin: auto 0; bottom: unset; transform: translateY(-50%);top: 50%; } */
.timeline-row:first-child::after {
  left: -54px;
  width: 97%;
  transform: none;
}
/*.timeline-row:first-child .timeline-box:last-child{margin-right: 5%;} */
.timeline-content {
  padding: 10px 10px 0;
}
.timeline-content-txt {
  padding: 10px 0 0 0;
}
.timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {
  display: flex;
  align-items: flex-start;
}
.timeline-box.img-right .timeline-content img {
  margin-left: 18px;
}
.timeline-box.img-left .timeline-content img {
  margin-right: 18px;
}
.timeline-box.img-left .timeline-content {
  flex-direction: row-reverse;
}
.timeline-row:first-child .timeline-box:first-child img {
  /*filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));*/
  display: block;
  margin: 0;
  border-radius: 15px;
}
.timeline-box-wrap .timeline-content img {
  /* filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.16));*/
  z-index: 2;
  position: relative;
  border-radius: 15px;
}
.timeline-row:last-child .corner.bottom {
  display: none;
}
.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap {
  text-align: center;
}
.start-point.end-point:before {
  display: none;
}
.start-point.end-point {
  position: absolute;
  bottom: 0;
  right: 0%;
  transform: translateX(50%);
}
.timeline-row:nth-child(2n+2) .start-point.end-point {
  left: 0;
  transform: translateX(-50%);
  right: unset;
}
.timeline-box.img-right .timeline-content-txt {
  text-align: right;
}
.timeline-box.img-left .timeline-content-txt {
  text-align: left;
}
.timeline-box.img-left, .timeline-box.img-right {
  text-align: center;
}
.timeline-row:first-child .timeline-box::after {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, -50%) rotate(0deg);
  transform: translate(100%, -50%) rotate(0deg);
}
.timeline-row:first-child .timeline-box:first-child {
  width: 100%;
}
.timeline-row .timeline-box:nth-child(3)::after {
  display: none;
}
.timeline-row:last-child .verticle-line::after {
  display: none;
}
.timeline-row:first-child .timeline-box:nth-child(2)::after {
  display: none;
}
.timeline-content-img .timeline-content {
  position: relative;
}
/*==============Responsive==============*/
@media screen and (max-width: 1800px) {
  .timeline-box {
    max-width: 460px;
  }
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
    max-width: 220px;
    max-height: 230px;
  }
  .timeline-box-wrap .timeline-content img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .timeline-row:first-child .timeline-box:first-child {
    width: 38%;
  }
  .timeline-box {
    max-width: 380px;
  }
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
    max-width: 180px;
    max-height: 190px;
  }
  .timeline-box h6 {
    font-size: 50px;
  }
  .about-timeline {
    padding: 120px 0 100px;
  }
  .timeline-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .about-timeline {
    padding: 100px 0 80px;
  }
  .start-point h4 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .timeline-box h6 {
    font-size: 40px;
  }
  .timeline-row:first-child .timeline-box:first-child {
    width: 45%;
  }
  .timeline-box p {
    font-size: 15px;
    line-height: 1.4;
  }
  .timeline-box {
    max-width: 300px;
  }
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
    max-width: 140px;
    max-height: 200px;
  }
  .timeline-box-wrap .timeline-content img {
    max-width: 100%;
  }
  .timeline-row:first-child .timeline-box:nth-child(2) {
    width: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .about-timeline {
    padding: 90px 0 60px;
  }
  .timeline-box h6 {
    font-size: 34px;
  }
  .timeline-box {
    max-width: 240px;
  }
  .timeline-row:first-child {
    padding: 0 0 0 60px;
  }
  .timeline-row:first-child .timeline-box:first-child {
    width: 42%;
  }
  .timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {
    flex-wrap: wrap;
  }
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
    max-width: 180px;
    max-height: 200px;
  }
  .top-timeline-arrow.timeline-content-img .timeline-content::after {
    right: 0;
  }
  .img-right.timeline-content-img .timeline-content::after {
    top: -20px;
    right: -45px;
  }
  .timeline-box.img-right .timeline-content-txt {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .corner {
    display: none;
  }
  .timeline-row .horizontal-line {
    display: none;
  }
  .timeline-row:first-child {
    max-width: 100%;
    padding: 0;
  }
  .timeline-main {
    margin-top: 0;
  }
  .timeline-row .verticle-line {
    right: 50%;
    transform: translate(50%, 0);
    height: calc(100% - 0px);
  }
  .timeline-row:nth-child(2n+2) .verticle-line {
    left: auto;
    right: 50%;
  }
  .verticle-line::after {
    display: none;
  }
  .timeline-row .timeline-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .timeline-row:first-child .timeline-box:first-child {
    width: 100%;
    margin: 0;
  }
  .timeline-row:first-child .timeline-box:nth-child(2) {
    width: 100%;
  }
  .timeline-box p br {
    display: none;
  }
  .timeline-box h6 {
    transform: translate(0, -0%);
    padding: 0;
  }
  .timeline-content {
    padding: 0;
  }
  .timeline-box.img-right .timeline-content-txt {
    width: 100%;
  }
  .start-point.end-point {
    right: 50%;
  }
  .start-point h4 {
    margin-bottom: 0;
  }
  .about-timeline {
    padding: 80px 0;
  }
  .timeline-box::after {
    -webkit-transform: translate(-100%, 100%) rotate(180deg);
    transform: translate(-100%, 100%) rotate(180deg);
    right: 50%;
    top: 20px;
    left: 50%;
  }
  .timeline-box-wrap {
    width: 50%;
    text-align: right;
    padding: 0 30px 0 0;
    margin: 40px 0 0 0;
  }
  .timeline-row .timeline-box img {
    margin: 0 0 0 auto;
  }
  .timeline-row:first-child .timeline-box:nth-child(2)::after {
    display: block;
  }
  .timeline-row:first-child .timeline-box:first-child img {
    margin: 0 0 0 auto;
  }
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
    margin: 0 0 0 auto;
  }
  .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
    margin: 40px 0 0 auto;
    padding: 0 0 0 30px;
    text-align: left;
  }
  .timeline-row:nth-child(2n+1) .timeline-box::after {
    left: auto;
    right: 50%;
    -webkit-transform: translate(0%, 100%) rotate(180deg);
    transform: translate(0%, 100%) rotate(180deg);
    top: 20px;
  }
  .timeline-row .timeline-box:nth-child(2n)::after {
    transform: translate(100%, 100%) rotate(0deg);
    -webkit-transform: translate(100%, 100%) rotate(0deg);
    right: 50%;
    left: auto;
  }
  .timeline-row .timeline-box:nth-child(3)::after {
    display: block;
  }
  .timeline-box.img-left .timeline-content-txt {
    text-align: right;
  }
  .timeline-row:last-child {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .about-timeline {
    padding: 50px 0;
  }
  .timeline-box h6 {
    font-size: 27px;
  }
  .timeline-box p {
    font-size: 14px;
    line-height: 1.4;
  }
  .timeline-box-wrap {
    margin: 30px 0 0 0;
  }
  .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
    margin: 30px 0 0 auto;
  }
  .timeline-box::after, .timeline-row:nth-child(2n+1) .timeline-box::after {
    top: 6px;
  }
  .timeline-box-wrap .timeline-content img {
    max-width: 100%;
  }
  .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
    max-width: 100%;
    max-height: unset;
  }
}
.timeline-content-txt h5 {
  font-family: 'vanitas-bolduploaded_file' !important;
  margin-bottom: 15px;
  font-size: 22px;
}
/* --------------- banners style6 --------------- */
.tc-banners-style6 {
  position: relative;
}
.tc-banners-style6 .banners {
  padding-top: 40px;
  border-top: 1px solid #2b2b2b;
}
.tc-banners-style6 .banners .banner-card {
  position: relative;
  display: block;
}
.tc-banners-style6 .banners .banner-card:hover .info .float-arrow {
  background-color: var(--color-brown2);
  color: #fff;
}
.tc-banners-style6 .banners .banner-card:hover .info h3 {
  text-decoration: underline;
  color: #dfdacf;
}
.tc-banners-style6 .banners .banner-card .img {
  position: relative;
  height: 730px;
}
.tc-banners-style6 .banners .banner-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0009), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #0009, transparent);
  background-image: -o-linear-gradient(bottom, #0009, transparent);
  background-image: linear-gradient(to top, #0009, transparent);
}
.tc-banners-style6 .banners .banner-card .info {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  background: rgb(10, 34, 49);
  background: linear-gradient(0deg, rgba(10, 34, 49, 1) 0%, rgba(10, 34, 49, 0.05504208519345233) 100%);
  border-radius: 20px;
}
.tc-banners-style6 .banners .banner-card .info h3 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 500;
}
.tc-banners-style6 .banners .banner-card .info h3:hover {
  color: #dfdacf;
}
.tc-banners-style6 .banners .banner-card .info .float-arrow {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .tc-banners-style6 .banners .banner-card {
    margin-bottom: 30px;
  }
  .tc-banners-style6 .banners .banner-card .info {
    padding: 30px;
  }
  .tc-banners-style6 .banners .banner-card .info h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .tc-banners-style6 .banners .banner-card .img {
    height: 450px;
  }
}
.offp .lg-img {
  position: relative;
  height: 530px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 50px;
}
.offp .lg-img img {
  position: absolute;
  left: 0;
  top: -70%;
  height: 250%;
  width: 100%;
  max-height: none;
  -webkit-transition: all linear;
  -o-transition: all linear;
  transition: all linear;
}
.dpform {
  padding: 50px;
  background: #d5e2dc; /*border-radius: 15px;*/
}
.dpform .form-control {
  width: 100%;
  outline: 0;
  height: 50px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #e2e5ea;
  border-radius: 48px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #2b2b2b !important;
}
.hover-bg-orange1d {
  color: #fff !important;
  background: #003b49;
  width: 100%;
  text-align: center;
}
.hover-bg-orange1d span {
  color: #fff !important;
}
.hover-bg-orange1d i {
  color: #fff !important;
}
.hover-bg-orange1d:hover {
  background: #2b2b2b;
  color: #d5e2dc;
}
.main-img-sec {
  background: #f5e1cc !important;
  height: 100%;
  padding: 50px;
}
.qrcode {
   background: #d6e3dc !important;
   border-radius: 10px !important;display: block;
  /*display: flex !important;*/
  width: 365px !important; margin-bottom: 25px;
  padding: 15px !important;
}
.qrcode .dld-qr1 {
  border-radius: 10px !important;
 text-align: center;
  padding: 10px !important;
}
.qrcode .title1 {
  /* display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  padding-left: 15px !important;*/ text-align: center;
}
.qrcode .title1 {
  text-align: center;
}
.new-sect .row {
  margin-left: -15px;
  margin-right: -15px;
}
.reg-info li {
  margin-left: 15px;
}
.reg-info-label {
  min-width: 145px;
  font-weight: 500;
  opacity: 0.8;
}
.reg-info-label {}
.reg-info-label + span {
  font-size: 13px;
}
/* --------------- portfolio style8 --------------- */
.tc-portfolio-style8 {
  position: relative;
  color: #fff;
}
.tc-portfolio-style8 .nav-pills {
  /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
  margin-top: 50px;
}
.tc-portfolio-style8 .nav-pills .nav-link {
  padding: 15px;
/*  width: 80px;
  height: 80px;*/
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  color: #fff;
  background-color: #2b2b2b;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.6;
}
.tc-portfolio-style8 .nav-pills .nav-link.active {
  opacity: 1;
}
.tc-portfolio-style8 .project-content .title {
  font-size: 100px;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-top: 80px;
}
.tc-portfolio-style8 .imgs .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-style8 .imgs .tab-img.current {
  opacity: 1;
  border-radius: 0px;
}
@media screen and (max-width: 991px) {
  .tc-portfolio-style8 .project-content .title {
    font-size: 40px;
    margin-top: 50px;
  }
  .tc-portfolio-style8 .nav-pills .nav-link {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
}
.tc-contact-style8 {
  position: inherit;
  color: #fff;
}
.tc-contact-style8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.tc-contact-style8 .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tc-contact-style8 h1 {
  font-size: calc(4vw + 30px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 50px;
  font-weight: 600;
}
.home-style8 .fullpage-slider8 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home-style8 .section {
  height: 80vh;
  /*overflow: hidden; */
}
.home-style8 .section .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  opacity: 1;
  /*-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);*/
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.home-style8 .swiper-slide-active .section .container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-style8 .swiper-pagination {
  right: 28px;
}
.home-style8 .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border: 0;
  background-color: #fff;
  margin: 30px;
  opacity: 1;
}
.home-style8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  outline: 1px solid #fff;
  outline-offset: 6px;
}
.home-style8 .fixed-content .fixed-btns {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999;
}
.home-style8 .fixed-content .fixed-btns .lang-icon {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #ccc;
}
.home-style8 .fixed-content .fixed-txt {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px;
  text-align: center;
  z-index: 999;
  color: #fff;
  height: 100vh;
  background-color: #00000057;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav*:not(.logo) {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav .social-icons a {
  margin-top: 15px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 13px;
}
.home-style8 .fixed-content .fixed-nav .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}
.home-style8 .fixed-content .fixed-nav .menu-icon {
  position: fixed;
  left: 40px;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}
.home-style8.reverse-color .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.home-style8.reverse-color .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-orange1);
  outline: 1px solid var(--color-orange1);
}
.home-style8.reverse-color .fixed-content .fixed-btns .lang-icon {
  color: #000;
}
.home-style8.reverse-color .fixed-content .fixed-txt {
  color: #000;
}
.home-style8.reverse-color .fixed-content .fixed-nav {
  color: #000;
  background-color: #fff;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  border-right: 1px solid #ccc;
}
.home-style8.reverse-color .fixed-content .fixed-nav .logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.home-style8.reverse-color .fixed-content .fixed-nav .social-icons a {
  border: 1px solid #ccc;
}
.home-style8.reverse-color .fixed-content .fixed-nav .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
}
@media screen and (max-width: 991px) {
  .home-style8 br {
    display: none;
  }
  .home-style8 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style8 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style8 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style8 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style8 .fsz-25 {
    font-size: 18px !important;
  }
  .home-style8 .fullpage-slider8 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-style8 .fullpage-slider8 .section {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: scroll;
  }
  .home-style8 .fullpage-slider8 .section .container {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .home-style8 .fullpage-slider8 > .swiper-wrapper {
    display: block;
    overflow: scroll;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .home-style8 .fullpage-slider8 .swiper-slide {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .home-style8 .fixed-content .fixed-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 90px;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-style8 .fixed-content .fixed-nav .menu-icon {
    left: 80px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
  }
  .home-style8 .fixed-content .fixed-nav .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-style8 .fixed-content .fixed-nav .social-icons a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-top: 0;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
  }
  .home-style8 .fixed-content .fixed-nav .logo {
    width: 30px;
  }
  .home-style8 .section {
    padding: 0 15px;
  }
}
.section-head {
  position: relative;
  z-index: 10;
  padding: 0px 50px;
}
.section-body {
  position: absolute;
  z-index: 10;
  padding: 0px 50px;
  bottom: 50px;
  width: 100%;
}
.main-video {
  height: 900px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.main-video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box1 {
  padding: 25px;
  text-align: center;
  background: #16262a;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.box1 b {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #dfdacf;
}
.spnfiz {
  position: fixed;
  z-index: 999;
  background: #dfdacf;
  padding: 10px;
  border-radius: 3px;
  width: 60px;
  right: 0.5%;
  bottom: 50%;
}
.video-card {
  position: relative;
  height: 100px;
  width: 100px;
  display: block;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.video-card .play-icon {
  z-index: 10;
  font-size: 70px;
}
/* --------------- proccess style7 --------------- */
.tc-proccess-style7 {
  position: relative;
  padding: 80px 0;
}
.tc-proccess-style7 .accordion-item {
  border: 0;
  border-radius: 0;
}
.tc-proccess-style7 .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0;
}
.tc-proccess-style7 .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}
.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed) {
  color: var(--color-green1);
  border-color: var(--color-green1);
  border-radius: 0;
}
.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.tc-proccess-style7 .accordion-item .accordion-button .num {
  color: #999;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-weight: 300;
}
.tc-proccess-style7 .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}
.tc-proccess-style7 .img {
  height: 550px;
  margin-top: 50px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.tc-proccess-style7 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 0;
}
.tc-proccess-style7 .img img.current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}
.tc-proccess-style7 .curve {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 20;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}
@media screen and (max-width: 991px) {
	.spikjks {
  top: 23% !important;
}
	#download{
		padding: 0px!important;
	}
		#download .col-lg-4{
		margin-bottom: 15px;
	}
	.containerr._100-width.download_section video {
  
      height: 100% !important;
}
	.slider_arrow .fa {

  top: 45%;
  
  font-size: 60px!important;
}
	.hightf {
  height: auto!important;
  align-content: center;
}
	.tc-banners-style6 {
  padding-top: 0px!important;
}
  .tc-proccess-style7 {
    overflow: hidden;
  }
  .tc-proccess-style7 .img {
    width: 70vw;
    -webkit-margin-start: 15vw;
    margin-inline-start: 15vw;
    height: 350px;
  }
}
.ccvcv p {
  margin-bottom: 10px;
}
.spnsshj {
  background: #003b49;
  top: 218px;
  position: absolute;
  /*  padding: 60px 95px;
  border-radius: 50%;*/
  left: 178px;
  color: #fff;
  transform: rotate(45deg);
  width: 400px;
  height: 400px;
}
.contnt {
  transform: rotate(-45deg);
  position: relative;
  top: 5px;
  left: 45px;
}
.sphjk {
  background: #003b49;
  border-color: #003b49 !important;
}
.fsz-42 {
  font-size: 42px;
  line-height: 40px;
}
.foot-logo {
  width: 100px;
}
.spdes {
  width: 100% !important;
  /*border-radius: 20px!important;*/
  height: 330px !important;
}
.highj750 {
  height: 750px !important;
}
.highj300 {
  height: 300px !important;
}
.diamond-shape {
  border: 1px solid #fff;
  height: 150px;
  width: 150px;
  text-align: center;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}
.shptext {
  transform: rotate(-45deg);
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  width: 150px;
}
.diamond-shapee {
  border: 1px solid #003b49;
  height: 200px;
  width: 200px;
  text-align: center;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  background: #003b49;
}
.shptextt {
  transform: rotate(-45deg);
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  width: 200px;
}
.demnd {
  background: #fff;
  height: 10px;
  width: 10px;
  text-align: center;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}
.sphnhsec {
  padding: 100px;
  border: 1px solid #fff;
}
.linedmnddd {
  border: 2px solid #fff;
  height: 150px;
  width: 150px;
  text-align: center;
  transform: rotate(45deg);
  display: block;
  align-content: center;
  position: absolute;
  right: 44.4%;
  top: 45%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linedmnddd2 {
  border: 2px solid #ECECEC;
  height: 150px;
  width: 150px;
  text-align: center;
  transform: rotate(45deg);
  display: block;
  align-content: center;
  position: absolute;
  right: 61.4%;
  top: 45%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linedmnddd3 {
  border: 2px solid #ECECEC;
  height: 150px;
  width: 150px;
  text-align: center;
  transform: rotate(45deg);
  display: block;
  align-content: center;
  position: absolute;
  right: 30.9%;
  top: 45%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spndemndxx {
  border: 1px solid #fff;
  height: 500px;
  width: 500px;
  text-align: center;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: 33px;
}
.sphjkil {
  /*transform: rotate(-45deg);*/
  display: table-cell;
  vertical-align: middle;
  height: 500px;
  width: 500px;
}
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px;
  text-align: center;
  z-index: 999;
  color: #fff;
  background-color: #00000057;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nnf {
  font-size: 50px !important;
}


.cool-link {
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #93d3dc;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}
.tc-footer-style3 .top-info .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* --------------- services style5 --------------- */
.tc-services-style5 {
  position: relative;
  background-color: #0a2231;
}
.tc-services-style5 .content {
  position: relative;
  padding: 80px 0;
  /*border-bottom: 1px solid #373E43;*/
}
.tc-services-style5 .services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-services-style5 .services .service-card {
  display: block;
  position: relative;
  width: 16.555%;
  padding:35px;
  /*border: 1px solid #373E43;*/
  margin: -0.5px;text-align: center;
}
.tc-services-style5 .services .service-card:hover .icon {
  border-color: #74bad1;
}
.tc-services-style5 .services .service-card .num {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 14px;
  color: #000;
}
.tc-services-style5 .services .service-card .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #74bad1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: #74bad1;
  margin: 0 auto 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style5 .services .service-card .info h6 {
 font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
}
.tc-services-style5 .services .service-card .info p {
  color: #fff;font-size: 14px;
}
@media screen and (max-width: 991px) {
  .tc-services-style5 .content {
    padding: 100px 0;
  }
  .tc-services-style5 .content .services .service-card {
    width: 50%;
    padding: 50px 15px 20px;
  }
  .tc-services-style5 .content .services .service-card .icon {
    height: 80px;
    width: 80px;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .tc-services-style5 .content .services .service-card .info h6 {
    font-size: 16px;
  }
}