@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap");
:root {
  --psk_primary-color: #000000;
  --psk_secondary-color: #00836c; 
  --psk_heading-font: "Outfit", sans-serif;/*'Jost', sans-serif*/
  --psk_body-font: "Rubik", sans-serif;/*'Nunito', sans-serif*/
  --blue: #085dad;
  --dark-grey: #818287;
  --grey: #f7f7f7;
  --black: #000;
  --white: #fff;
  /* --orange: #fbae18;
  --dark-orange: #ed9f0a; */
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: var(--psk_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 24px;/*28*/}

h4, .h4 {
  font-size: 22px;/*24*/ }

h5, .h5 {
  font-size: 20px; /*24px*/ }

h6, .h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--psk_heading-font);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;  
}

p {
  color: var(--black);
  margin-bottom: 0.5em;
  /* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  */
}
.red-bg {
  background-color: var(--red);
}
.gold-bg {
  background-color: var(--gold);
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.psk-btn {  
  padding: 10px 22px;
  border: 1px solid var(--dark-grey);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
}
.psk-btn:hover {
  border: 1px solid var(--dark-grey);
  text-decoration: none;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--dark-grey);
}
.btn--secondary {
  z-index: 1;
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn--primary:hover {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue); 
}
.btn--secondary:hover { 
  color: #fff;
  background-color: var(--dark-grey);
  border-color: var(--dark-grey); 
}
.btn--white {
  z-index: 1;
  color: var(--black);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--blue);
  color: var(--white);
  background-color: var(--blue);
}
.pad-tb {
  padding: 50px 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-title.text-center {
  margin-bottom: 15px; 
  position: relative;
}
.section-title.text-left {
  margin-bottom: 15px;
  position: relative;
}
.section-title.text-left h2, .section-title.text-center h2 {
  padding-bottom: 15px;
  color: var(--black);
  position: relative;
  text-transform: uppercase;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--blue);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--blue);    
  display: block;
}
.top_bar {
  background: var(--blue); 
  padding: 7px 0; 
  overflow: hidden;
}
.top_bar ul {
  margin-bottom: 0;
  list-style: none;
  float: right;
  position: relative;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
.top_bar ul > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
.top_bar ul > li a {
  color: var(--white); 
  font-size: 17px;
  position: relative;
  padding-right: 15px;
}
.top_bar ul > li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px solid #eee;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.top_bar ul > li:last-child a:after {
  display: none;
}
.top_bar ul > li a i {
  margin-right: 8px;
}
.top_bar ul > li a:hover, .top_bar a:hover {
  text-decoration: none;
}
.top_bar ul > li:last-child a {
  padding-right: 0px;
}
.header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header {
  background: #fff;
  -webkit-box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);
  box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4); 
  z-index: 99999;
  padding: 10px 0;/*10px 0*/
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: var(--black);
  padding: 8px 1.5vw;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header .main-menu > li.active > a {
  color: var(--blue);
}
header .main-menu > li:hover > a {
  color: var(--blue);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--blue);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
header .main-menu > li:last-child > a { 
  background: var(--dark-grey);
  color: #fff;
  border-radius: 50px;
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 325px;/*285px*/
  /* overflow: hidden; */
  border-top: 2px solid var(--dark-grey);
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
  padding: 8px 10px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-bottom: 1px solid #eee;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--blue);
  color: #fff;
  text-decoration: none;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .header-logo figure img {
  max-width: 200px;
}
header .demo-link {
  margin-left: 1vw;
}
header .side-menu-close {
  background: transparent;
}
header .side-menu-close span {
  background: var(--black);
  width: 28px;
}
/**/
header .main-menu .sub-menu > li {
  position: relative;
}
header .main-menu .sub-menu.second-sub-menu {
  display: none!important;
  position: absolute;
  left: 100%;
  top: 0;
  width: 285px;
  border-top: 2px solid var(--dark-grey);
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 999;
  transform: none!important;
}
header .main-menu > li .sub-menu > li:hover .sub-menu.second-sub-menu {
  display: block!important;
}
/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 999999;/*15000*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-wrap.opened {
  right: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-logo {
  border-bottom: 2px solid var(--grey-bg);
  padding-left: 0.5rem;
  display: none!important;
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu > li > a > i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid var(--dark-grey);
  background: #fff;
  display: none;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.side-menu-nav .main-menu .sub-menu.second-sub-menu li:last-child {
  border-bottom: none;
}
.side-menu-nav .main-menu .sub-menu li:last-child {
  border-bottom: none;
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px 10px 25px;/*10px 22px*/
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;    
  font-size: 15px;
  text-transform: uppercase;
}
.side-menu-nav .main-menu .sub-menu.second-sub-menu a {
  padding: 10px 22px 10px 35px;/*10px 22px*/
}
.side-menu-nav .main-menu .sub-menu a i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.side-menu-nav .main-menu .second-sub-menu ~ i { 
  padding: 15px 11px;
}
.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}
.side-menu-nav .main-menu > li > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover {
  text-decoration: none;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-close {
  height: 40px;
  width: 40px;
  background: var(--blue); 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--white);
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/**/
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ddd;/*var(--light-blue)*/
  color: var(--black);/*var(--white)*/
  display: inline-block;
  font-size: 19px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  background: var(--dark-blue); 
}
.breadcrumb_wrap {
  padding: 110px 0;
  background-color: #eee;
  background-size: cover!important;
  background-position: center center!important;
  position: relative;
}
.breadcrumb_title h1 {
  text-transform: uppercase;
  font-size: 42px;
  color: var(--white);
  position: relative;
}
.breadcrumb_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
}
label {
  display: block;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 52px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--blue);
}
textarea.form-control {
  height: 170px;
}
.img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}
ul.psk-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.psk-list > li {
  margin-bottom: 5px;  
  position: relative;
  padding-left: 30px;
}
ul.psk-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f560";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 600;
  color: var(--blue);
}
.inner-services-detail.mb-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.servicedetail-content {
  padding: 0px 15px;
}
.inner-services-detail h3 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: var(--black);
}
.inner-services-detail .col-md-push-6 {
  position: relative;
  left: 50%;
}
.inner-services-detail .col-md-pull-6 {
  position: relative;
  right: 50%;
}
.inner-services-detail h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--dark-grey);
}
.inner-services-detail.inner-services-detail-first {
  padding-top: 50px;
  padding-bottom: 20px;
}
.inner-services-detail.inner-services-detail-last {
  padding-top: 20px;
  padding-bottom: 75px;
}
.services_info .section-title.text-center h2 {
  padding-bottom: 0;
}
.call_toaction {
  display: none;
}
/*banner*/
.banner-section{
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.slider-content.style-two {
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  transform: translateY(0%);/*translateY(-50%)*/
  width: 100%; 
  z-index: 10;
}
.slider-main-title {
  text-align: left;/*center right*/
  max-width: 100%;/*1400px*/
  margin: 0px auto;
}
.slider-main-title h2, .slider-main-title h1 {
  font-size: 25px;
  color: #FFF;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;    
  margin-bottom: 0;/*30px*/
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
  background: linear-gradient(90deg, #085dad 40%, rgba(255, 255, 255, 0) 100%);/*linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #085dad 40%)*/
  padding: 2px 10px;
  font-family: 'Jost', sans-serif;
}
.slider-content-one {
  position: absolute;
  top: 25px;
  right: 0;
  transform: translateY(0%);
  width: 100%;
  z-index: 10;
}
.slider-main-title-one {
  text-align: right;
  max-width: 100%;
  margin: 0px auto;
}
.slider-main-title-one h3 {
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  margin-block-start: 0;
  margin-block-end: 0;    
  margin-bottom: 0;/*30px*/
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #818287 50%);
  padding: 2px 10px;
  font-family: "Rubik", sans-serif;/*'Jost', sans-serif*/
  letter-spacing: 1px;
}
.banner-section .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
} 
.banner-section .owl-carousel .owl-nav button:hover, 
.banner-section .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span, 
.banner-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 45px;
  color: #ccc;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span:hover, 
.banner-section .owl-carousel .owl-nav button.owl-next span:hover {
  color: #fff;
}
.banner-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 48%;
}
/**/
.intro-section-wrap .col-lg-push-6 {
  left: 50%;
}
.intro-section-wrap .col-lg-pull-6 {
  right: 50%;
}
.intro-section-wrap .intro-content {
  padding-left: 20px;
}
.intro-section-wrap .intro-content h3 {
  margin-bottom: 15px;
}
.intro-section-wrap .intro-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.intro-img-wrap-2 {
  gap: 5px;
  display: flex;
}
.intro-single-img-2 {
  width: 50%;
  flex-shrink: 0;
}
.intro-single-img-2.intro-single-img-21 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 465px;
}
.intro-single-img-2 img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.intro-img-content-2 {
  background-color: var(--blue);
  border-radius: 5px;
}
.intro-img-content-text-2 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 0;
  padding: 15px 25px;
}
.intro-single-img-2.intro-single-img-22 {
  width: calc(50% - 5px);
  height: 465px;
}
/**/
.services-wrap {
  background: #313131;
  padding: 50px 0 30px;
  position: relative;
  overflow-x: hidden;
}
.services-wrap::before {
  position: absolute;
  bottom:0px; /*-35px*/
  left: 0px;
  right: 0px;
  content: url(../images/services-bg.png);
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services-wrap .section-title.text-center h2 {
  color: #fff;
}
.services-wrap .section-title.text-center h2:after {
  background: var(--grey);
}
.services-item {
  --space: 75px;/*20*/
  position: relative;
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  z-index: 2;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}
.services-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: var(--grey);
  transition: 0.2s linear;
}
.services-item:hover:before {
  width: 100%;
}
.services-item_img {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  max-height: unset;
  overflow: hidden;
}
.services-item_img img {
  transition: 0.2s linear;
}
.services-item:hover .services-item_img img {
  transform: scale(1.04);
}
.services-item_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;  
  margin: 0;
}
.services-item_title a {
  color: var(--black);
}
.services-item_title a:hover {
  color: var(--blue);
  text-decoration: none;
}
.services-item:hover .services-item_title a {
  color: var(--blue);
}
.services-view-all .psk-btn:hover {
  background: var(--white)!important;
  color: var(--blue)!important;
}
.services-carousel.owl-carousel .owl-nav button.owl-next, 
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -80px;
}
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next {
  right: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: var(--white);
  color: var(--blue);
}
/**/
.page-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 450px;
  background: #fff;
}
.footer {
  position: relative;
  background: #f5f5f5; /*1e1e1e*/ 
  margin-top: 0px; /*25px*/
  z-index: 1;    
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;/*-1*/
}
.footer-top {
  padding: 55px 0 40px;/*40px 0 30px*/
  position: relative;
}
.footer-top .col-off-40 {
  margin-left: 0;/*-40px*/
  margin-right: 0; /*40px*/
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--black);
  padding-bottom: 12px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-widget h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--blue);
}
.footer-widget h3:hover:before {
  width: 70px;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 10px;
}
.footer-widget ul.widget-links > li:hover {
  padding-left: 10px;/*15px*/
}
.footer-widget ul.widget-links > li a {
  color: var(--black);
  position: relative;
  padding-left: 22px;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--blue);
  text-decoration: none;
} 
.footer-widget ul.widget-links > li a:before {
  font-family: "Font Awesome 6 Free";
  content:"-";/*"\f0da"\f105*/
  position: absolute;
  left: 0;
  font-weight: 600;
  top: -3px;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.icn {
  position: absolute;
  left: 0;
  color: var(--blue);
}
.txt {
  padding-left: 30px;
  color: #000;
}
.txt a {
  color: #000;
}
.footer-bottom {
  position: relative;
}
.footer-bottom .container {
  border-top: 1px solid #dedede; /*2f2f2f*/
  padding: 18px 0;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ddd;/*var(--light-blue)*/
  color: var(--white);/*var(--white)*/
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;/*50%*/
}
ul.social-links > li a:hover {
  background: var(--blue);
  color: var(--white); 
}
ul.social-links > li.facebook a { 
  background: #395693;
}
ul.social-links > li.twitter a { 
  background: #00b2e5;
}
ul.social-links > li.linkedin a { 
  background: #0a66c2;
}
ul.social-links > li.instagram a { 
  background:  linear-gradient(45deg, #edb901, #edb901, #f02f03, #c0296c, #9048c0, #7139ac);
}
ul.social-links > li.whatsapp a { 
  background: #34b544;
}
ul.social-links > li.youtube a { 
  background: #ff0000;
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.design-by {
  display: none;
}
.footer-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.enquiry-form {
  padding: 50px 0 70px;
}
.enquiry-form textarea.form-control {
  height: 130px;
} 
label {
  margin-bottom: .2rem;
}   
.enquiry-form .form-group a {
  color: var(--blue);
  text-decoration: underline;
}
.enquiry-form .psk-btn {
  padding: 10px 30px;
}
.gallery-wrap .grid a.fancybox {
  display: block;
  position: relative;
}
.gallery-wrap .masonry-gallery {
  margin: 0 -7.5px;
}
.gallery-wrap .masonry-gallery .grid {
  width: 25%;
  float: left;
  padding: 0 7.5px 15px;
}
.gallery-wrap .grid img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-wrap .grid .grid-img-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(129 130 135 / 90%); 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.gallery-wrap .grid .grid-img-overlay i {
  color: #fff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  align-items: center;
}
.gallery-wrap .grid a.fancybox:hover .grid-img-overlay {
  opacity: 1;
}
.thanks-sec {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 55px 0;
}
.thanks-sec h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #211d21;
  font-size: 48px;
}
.thanks-sec h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}
.contact-box-wrap {
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
}
.contact-box-wrap:hover .contact-icon {
  background: var(--blue);
}
.contact-box-wrap:hover h3 {
  color: var(--black);
}
.contact-box-wrap { 
  min-height: 250px;
}
.contact-icon {
  display: inline-block;
  background: var(--dark-grey);
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 70px;
  font-size: 30px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.contact-box-wrap p a {
  color: var(--black);
}
.contact-box-wrap p a:hover {
  color: var(--blue);
}
.contact-map-wrap.pad-tb {
  padding: 0px; /*0px 0px 75px*/
}
.contact-map-wrap iframe {
  margin-bottom: -12px;
}
.contact-form-wrap.enquiry-form {
  background: aliceblue;
  padding: 60px 0 60px;
  background: url(../images/contact-form-bg2.jpg);
  background-attachment: fixed;
  position: relative;
  display: block;    
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-form-wrap.enquiry-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
}
.contact-form-wrap .section-title.text-center {
  margin-bottom: 30px; 
}
.contact-form-wrap .section-title.text-center h2, .contact-form-wrap .section-title.text-center p {
  color: var(--white);
}  
.career-form-wrap.enquiry-form {
  padding: 50px 0 60px;
}
.image-anime-gray img {
  border-radius: 40px;
}
.image-anime-gray:hover img {
  filter: grayscale(80%);
}
/**/
.showcase-slider-wrappper {
  height: 820px;
}
.p-relative {
  position: relative;
}
.fix {
  overflow: hidden;
}
.tp-hero-bg::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../images/banner/hero-bg-shape.png) no-repeat;
}
.tp-hero-content {
  /*padding-top: 250px;*/
  z-index: 8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-content {
    /* padding-top: 200px; */
  }
}
@media (max-width: 575px) {
  .tp-hero-content {
    /* padding-top: 150px; */
  }
}
.tp-hero-title {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
    font-family: var(--psk_heading-font);
    text-transform: uppercase;
    text-align: center;
    background: rgb(0 0 0 / 5%);
    display: inline-block;
    margin: 0px auto;
    border-radius: 10px;
    padding: 5px 10px;
}
.tp-hero-title-wrapper {
  display: grid;
}
.tp-hero-title.home-3 {
  font-size: 110px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title.home-3 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title.home-3 {
    font-size: 66px;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title.home-3 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tp-hero-title.home-3 {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.tp-hero-title div {
  display: block;
  overflow: hidden;
}
.tp-hero-title div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}
/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 65px;
  }
} */
@media (max-width: 575px) {
  .tp-hero-title {
    /* font-size: 54px; */
    margin-bottom: 30px;
  }
}
.tp-hero-title-pre {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.tp-hero-title-pre div {
  display: block;
  overflow: hidden;
}
.tp-hero-title-pre div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1s;
}
.tp-hero-title-pre img {
  margin-right: 10px;
  margin-top: -5px;
}
.tp-hero-btn:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .tp-hero-btn:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.tp-hero-btn.style-2 .tp-btn {
  background: #fff;
  color: var(--dark-grey);
}
.tp-hero-button-wrapper {
  opacity: 0;
  overflow: hidden;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition: 1.5s;
}
@media (max-width: 575px) {
  .tp-hero-button-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .tp-hero-button-2-wrapper .tp-hero-2-btn {
    margin-bottom: 20px;
  }
}
.tp-hero-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-title div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.slide-wrap.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(0, 0, 0, 0.2);/*rgba(1, 9, 21, 0.4)*/
}

.swiper-slide-active .tp-hero-button-wrapper {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.swiper-slide-active .tp-hero-title-pre div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.swiper-slide-active .tp-hero-7-title div span {
  opacity: 1;
}

/*.tp-hero-2-bg {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.tp-hero-2-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-hero-2-content {
  padding-top: 110px;
  padding-left: 375px;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-2-content {
    padding-top: 110px;
    padding-left: 260px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-2-content {
    padding-left: 230px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-content {
    padding-left: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-content {
    padding-left: 100px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-2-content {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-top: 0;
  }
}
.tp-hero-2-stock-color {
  position: absolute;
  top: 0px;
  left: 170px;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-stock-color {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-stock-color {
    left: 30px;
  }
}
.tp-hero-2-curve {
  position: absolute;
  top: 15%;
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-curve {
    top: 0;
    right: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-curve {
    display: none;
  }
}
.tp-hero-2-text {
  font-size: 180px;
  font-weight: 700;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 3px white;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-text {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-text {
    font-size: 145px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-text {
    font-size: 155px;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-text {
    display: none;
  }
}
.tp-hero-2-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -4px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 66px;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-title {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.tp-hero-2-btn {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-btn {
    margin-right: 15px;
  }
}
.tp-hero-2-btn .tp-btn {
  padding: 18px 44px;
}
.tp-hero-2-wrapper-slider {
  padding-left: 70px;
  margin-right: -700px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-wrapper-slider {
    margin-right: -560px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-wrapper-slider {
    margin-right: -500px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-2-wrapper-slider {
    padding-left: 30px;
    margin-right: 0;
    padding-right: 30px;
  }
}
.tp-hero-2-wrapper-slider .swiper-slide {
  background: #f8f9fd;
}
.tp-hero-2-nav {
  position: absolute;
  bottom: 0;
  left: 70px;
  z-index: 1;
}
.tp-hero-2-nav button {
  width: 82px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  background: #fff;
}
.tp-hero-2-nav button.hero-2-next {
  margin-left: -20px;
}
.tp-hero-2-nav button:hover {
  color: #fff;
  background: var(--blue);
}

.tp-hero-3-stock-color {
  position: absolute;
  top: 125px;
  left: -102px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-stock-color {
    left: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-stock-color {
    display: none;
  }
}
.tp-hero-3-text {
  font-size: 190px;
  font-weight: 700;
  color: transparent;
  margin: 0;
  -webkit-text-stroke: 1px rgba(244, 245, 247, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-text {
    font-size: 100px;
  }
}
.tp-hero-3-btn .tp-btn {
  margin-right: 30px;
  background: var(--dark-grey);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-btn .tp-btn {
    padding: 18px 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-btn .tp-btn {
    margin-bottom: 20px;
  }
}
.tp-hero-3-content {
  padding-top: 240px;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-content {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-content {
    padding-top: 150px;
  }
}
.tp-hero-3-title {
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #fff;
}

.tp-hero-4-hight {
  height: 100vh;
}
.tp-hero-4-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.tp-hero-4-sidebar {
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 2;
}
.tp-hero-4-sidebar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 190px;
  height: 100vh;
}
.tp-hero-4-menu-btn a span {
  cursor: pointer;
}
.tp-hero-4-menu-btn a svg .cls-1, .tp-hero-4-menu-btn a svg .cls-2, .tp-hero-4-menu-btn a svg .cls-3 {
  fill: var(--tp-dark-grey);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-4-menu-btn a:hover svg .cls-1, .tp-hero-4-menu-btn a:hover svg .cls-2, .tp-hero-4-menu-btn a:hover svg .cls-3 {
  fill: var(--blue);
}
.tp-hero-4-menu-btn a:hover svg .cls-2 {
  height: 16px;
}
.tp-hero-4-menu-btn a:hover svg .cls-1, .tp-hero-4-menu-btn a:hover svg .cls-3 {
  height: 26px;
}
.tp-hero-4-wrapper-box {
  padding-top: 100px;
}
.tp-hero-4-wrapper-box::after {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
  border-radius: 50%;
  right: -100px;
  bottom: -100px;
  z-index: -1;
  transition: all 0.5s ease-in;
  background: var(--blue);
}
.tp-hero-4-wrap {
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 765px;
}
.tp-hero-4-title {
  font-size: 140px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 0.93;
  margin-bottom: 48px;
  color: var(--dark-grey);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-4-title {
    font-size: 120px;
  }
}
.tp-hero-4-title div {
  display: block;
  overflow: hidden;
}
.tp-hero-4-title div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
  transition: 0.7s;
}
.tp-hero-4-title.orange {
  color: var(--blue);
}
.tp-hero-4-title.black {
  color: var(--tp-common-black);
}
.tp-hero-4-white-bg {
  overflow: hidden;
}
.tp-hero-4-style-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-hero-4-text-white {
  font-size: 140px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 0.93;
  margin-bottom: 48px;
  color: #fff;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-4-text-white {
    font-size: 120px;
  }
}
.tp-hero-4-text-white div {
  display: block;
  overflow: hidden;
}
.tp-hero-4-text-white div span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
  transition: 0.7s;
}
.tp-hero-4-social a {
  display: table;
}
.tp-hero-4-social a i {
  color: var(--dark-grey);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-4-social a:not(:last-of-type) {
  margin-bottom: 20px;
}
.tp-hero-4-social a:hover i {
  color: var(--blue);
}
.tp-hero-4-btn {
  animation-delay: 0.4s;
  animation-duration: 1s;
}
.tp-hero-4-btn.blue .tp-btn {
  background: var(--dark-grey);
}
.tp-hero-4-btn.black .tp-btn {
  background: var(--tp-common-black);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-title div span, .tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-text-white div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-wrapper-box::after {
  width: 544px;
  height: 544px;
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-wrapper-box.blue::after {
  background: var(--dark-grey);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-wrapper-box.black::after {
  background: var(--tp-common-black);
}
.tp-hero-4-pagination {
  position: absolute;
  left: 375px !important;
  z-index: 1;
  bottom: 100px !important;
  width: auto !important;
}
.tp-hero-4-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  opacity: 1;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--dark-grey);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.tp-hero-4-pagination .swiper-pagination-bullet-active {
  background: var(--blue);
}

.tp-hero-5-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
}
.tp-hero-5-bg span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  background: var(--tp-common-black);
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}
@media (max-width: 575px) {
  .tp-hero-5-bg span {
    display: none;
  }
}
.tp-hero-5-bg::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 433px;
  width: 232px;
  clip-path: polygon(87.14% -2px, 100.42% -1px, 13px 103.92%, 8.62% 100.69%);
  background: var(--blue);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 31px 106.46%, 17.67% 101.62%);
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 38px 109.23%, 21.98% 101.84%);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 69px 105.31%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 50px 109.23%, 23.27% 107.62%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-5-bg::after {
    clip-path: polygon(87.14% -2px, 100.42% -1px, 79px 110.39%, 37.93% 105.54%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-5-bg::after {
    display: none;
  }
}

.tp-slider-dot.hero-5 {
  left: 60px;
  right: auto;
  top: 46%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-dot.hero-5 {
    left: auto;
    right: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-dot.hero-5 {
    display: none;
  }
}
.tp-slider-dot.hero-5 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: block;
}
.tp-slider-dot.hero-5 .swiper-pagination-bullet:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-slider-dot.hero-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--blue);
  transform: scale(1);
}

.tp-hero-6-bg {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-6-bg {
    padding-top: 160px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-bg {
    padding-top: 130px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-bg {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-6-bg {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
.tp-hero-6-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(17, 0, 4);
  opacity: 0.702;
}
.tp-hero-6-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.tp-hero-6-shape img {
  width: 100%;
}
.tp-hero-6-content {
  z-index: 2;
}
.tp-hero-6-title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: -0.8px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-6-title {
    font-size: 70px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tp-hero-6-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-thumb {
    position: relative;
  }
}
.tp-hero-6-thumb .main {
  position: absolute;
  top: 60px;
  right: 170px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-6-thumb .main {
    right: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-6-thumb .main {
    right: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb .main {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb .main {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-6-thumb .main {
    position: static;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .tp-hero-6-thumb .main {
    display: none;
  }
}
.tp-hero-6-thumb .shape-1 {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-6-thumb .shape-1 {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-6-thumb .shape-1 {
    display: none;
  }
}
.tp-hero-6-thumb .shape-2 {
  position: absolute;
  top: 40px;
  right: 250px;
  z-index: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-6-thumb .shape-2 {
    right: 170px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-6-thumb .shape-2 {
    right: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-6-thumb .shape-2 {
    right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-6-thumb .shape-2 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-6-thumb .shape-2 {
    display: none;
  }
}

.tp-hero-7-line {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-hero-7-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.tp-hero-7-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-7-shape {
    right: -140px;
  }
}
.tp-hero-7-title {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.16;
  letter-spacing: -2px;
  color: var(--dark-grey);
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-7-title {
    font-size: 65px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-7-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-7-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-7-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.tp-hero-7-content {
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-content {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-7-content {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-7-content {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.tp-hero-7-thumb {
  opacity: 0;
  transform: translateX(500px);
  -webkit-transform: translateX(500px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-7-thumb {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-7-thumb {
    margin-left: -160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-7-thumb img {
    width: 100%;
  }
}
.tp-hero-7-wrapper {
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-hero-7-wrapper .tp-hero-2-btn {
    margin-bottom: 20px;
  }
}
.tp-hero-7-arrow-box {
  position: absolute;
  top: 54%;
  left: 60px;
  z-index: 5;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-7-arrow-box {
    display: none;
  }
}
.tp-hero-7-arrow-box button {
  display: block;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  font-size: 20px;
  transform: translateY(-50%);
  color: #fff;
  background: var(--dark-grey);
  z-index: 2;
}
.tp-hero-7-arrow-box button:hover {
  color: var(--dark-grey);
  background: #fff;
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-thumb {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-title {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-wrapper {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.tp-hero-7-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-7-content {
  opacity: 1;
}*/

.tp-line-wrapper {
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 0;
  bottom: 0px;
  margin: auto;
  width: calc(100% - 1000px);
  transform: translateX(-45%);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-line-wrapper {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-line-wrapper {
    width: calc(100% - 80px);
  }
}
.tp-line-wrapper::before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), transparent);
  animation: line_anim_2 15s ease-out infinite alternate;
  z-index: 1;
}
.tp-line-item {
  width: 30.5%;
  float: left;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-line-item {
    width: 20.5%;
  }
}
.tp-line-item::before {
  width: 1px;
  left: 100%;
  content: "";
  height: 100px;
  position: absolute;
  z-index: 2;
  animation: line_anim 15s ease-out infinite alternate;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), transparent);
}
.tp-line-item:nth-child(even)::before {
  animation: line_anim 15s ease-out infinite alternate;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

/*.tp-sidebar-8-left {
  position: fixed;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 98;
  text-align: center;
  background-color: rgb(248, 248, 248);
}
.tp-sidebar-8-content {
  height: 100%;
  padding-top: 40px;
}
.tp-sidebar-8-menu {
  cursor: pointer;
  padding: 40px 0;
  border-top: 1px solid rgb(232, 232, 232);
}
.tp-sidebar-8-menu:hover img {
  filter: brightness(150) invert(2);
}
.tp-sidebar-8-menu .hamburger-btn {
  transform: translateX(-2px);
}
.tp-sidebar-8-social a {
  display: flex;
  justify-content: center;
  color: var(--dark-grey);
}
.tp-sidebar-8-social a:hover {
  color: var(--blue);
}
.tp-sidebar-8-social a:not(:last-of-type) {
  margin-bottom: 20px;
}

.tp-hero-8-search-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  padding: 33px 70px;
  background-color: rgb(248, 248, 248);
}
.tp-hero-8-search span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #565969;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-8-search span:hover {
  color: var(--blue);
}
.tp-hero-8-search span:hover i {
  color: var(--blue);
}
.tp-hero-8-search span i {
  font-size: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--dark-grey);
}
.tp-hero-8-right {
  overflow: hidden;
}
@media (max-width: 575px) {
  .tp-hero-8-right {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-8-content {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-8-content {
    margin-bottom: 50px;
    padding-left: 100px;
  }
}
@media (max-width: 575px) {
  .tp-hero-8-content {
    margin-bottom: 40px;
  }
}
.tp-hero-8-content p {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-content p br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-content p {
    margin-bottom: 30px;
  }
}
.tp-hero-8-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-8-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-8-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-8-title {
    font-size: 52px;
    margin-bottom: 25px;
  }
}
.tp-hero-8-info {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media (max-width: 575px) {
  .tp-hero-8-info {
    left: 30px;
  }
}
.tp-hero-8-info p {
  margin-bottom: 6px;
  color: #fff;
}
.tp-hero-8-wrapper {
  margin-right: -500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-8-wrapper {
    margin-right: 0;
    padding-left: 100px;
  }
}
@media (max-width: 575px) {
  .tp-hero-8-wrapper {
    margin-right: 0;
  }
}
.tp-hero-8-thumb img {
  width: 100%;
}
.tp-hero-8-item:hover .tp-hero-8-info {
  opacity: 1;
  bottom: 30px;
}
.tp-hero-8-item:hover::after {
  height: 100%;
}
.tp-hero-8-item-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.tp-hero-8-item-title:hover {
  color: var(--blue);
}
.tp-hero-8-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(0, 35, 90) 0%, rgba(0, 35, 90, 0.5) 32%, rgba(0, 35, 90, 0.04) 95%, rgba(0, 35, 90, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 35, 90) 0%, rgba(0, 35, 90, 0.5) 32%, rgba(0, 35, 90, 0.04) 95%, rgba(0, 35, 90, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 35, 90) 0%, rgba(0, 35, 90, 0.5) 32%, rgba(0, 35, 90, 0.04) 95%, rgba(0, 35, 90, 0) 100%);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-slider {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-8-slider-btn {
    margin-bottom: 30px;
  }
}
.tp-hero-8-slider-btn a {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-grey);
  text-decoration: underline;
  margin-right: 160px;
}
.tp-hero-8-slider-btn a:hover {
  color: var(--blue);
}
@media (max-width: 575px) {
  .tp-hero-8-slider-btn a {
    margin-bottom: 20px;
    display: block;
  }
}
.tp-hero-8-slider-btn button {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-grey);
}
.tp-hero-8-slider-btn button:hover {
  color: var(--blue);
}
.tp-hero-8-slider-btn button:not(:last-of-type) {
  margin-right: 35px;
}

.tp-hero-9-slider {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-slider {
    display: none;
  }
}
.tp-hero-9-wrapper {
  height: 100vh;
}
.tp-hero-9-wrapper.blue {
  background: var(--dark-grey);
}
.tp-hero-9-box {
  display: flex;
  align-items: center;
  height: 100vh;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-box {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-box {
    height: auto;
  }
}
.tp-hero-9-box::after {
  position: absolute;
  content: "";
  top: 31%;
  left: -60px;
  height: 515px;
  width: 970px;
  z-index: -1;
  background: var(--blue);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-9-box::after {
    top: 30%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-9-box::after {
    top: 23%;
    left: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-9-box::after {
    width: 945px;
    left: 0;
    top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-box::after {
    content: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content {
    margin-bottom: 50px;
  }
}
.tp-hero-9-content-box {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-9-content-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-9-content-box {
    flex-wrap: wrap;
  }
}
.tp-hero-9-content p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 95px;
  color: #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-9-content p {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-9-content p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-9-thumb img {
    width: 100%;
  }
}
.tp-hero-9-point:not(:last-of-type) {
  margin-right: 60px;
}
@media (max-width: 575px) {
  .tp-hero-9-point:not(:last-of-type) {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.tp-hero-9-point span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.tp-hero-9-point p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.tp-hero-9-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 80px;
  color: #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-9-title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-9-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-9-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-9-title {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-9-title {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
.tp-hero-9-title span {
  color: var(--dark-grey);
}
.tp-hero-9-btn .tp-btn {
  color: var(--tp-dark-grey);
  background: #fff;
}
.tp-hero-9-active .swiper-slide-active .blue.tp-hero-9-box::after {
  background: var(--dark-grey);
}*/

/*.tp-comming-bg-color::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 44, 0.8);
}
.tp-comming-hight {
  height: 100vh;
  padding-top: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .tp-comming-hight {
    padding-top: 150px;
  }
}
.tp-comming-title {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-comming-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-title {
    font-size: 62px;
  }
}
.tp-comming-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 80px;
  color: #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-content p {
    margin-bottom: 30px;
  }
}
.tp-comming-countdown {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-comming-countdown {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-countdown {
    margin-bottom: 50px;
  }
}
.tp-comming-countdown-inner ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 150px;
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-comming-countdown-inner ul li {
    margin-bottom: 30px;
  }
}
.tp-comming-countdown-inner ul li span {
  display: block;
  font-size: 90px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--blue);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-comming-countdown-inner ul li span {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .tp-comming-countdown-inner ul li span {
    font-size: 65px;
  }
}
.tp-comming-countdown-inner ul li:not(:last-of-type) {
  margin-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-comming-countdown-inner ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-comming-countdown-inner ul li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .tp-comming-countdown-inner ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tp-comming-input {
  margin-bottom: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-comming-input {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-comming-input {
    margin-bottom: 100px;
  }
}
.tp-comming-input input {
  padding-left: 56px;
  padding-right: 170px;
  font-size: 16px;
  font-weight: 500;
  color: #565969;
  font-family: var(--tp-ff-p);
}
.tp-comming-input input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #565969;
}
.tp-comming-input input:focus {
  border: 1px solid var(--blue);
}
.tp-comming-input .icon-1 {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #565969;
}
.tp-comming-input button {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  padding: 18px 41px;
  color: var(#fff);
  background: var(--blue);
}*/

.tp-swiper-fraction-divide {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 45px;
}
.tp-swiper-fraction-divide::after {
  position: absolute;
  content: "/";
  top: -9px;
  left: 0;
  font-size: 55px;
  color: var(--blue);
}
.tp-swiper-fraction span {
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.tp-slider-pagination {
  position: absolute;
  bottom: 65px;
  left: 90px;
  z-index: 9;
  width: auto;
  right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-pagination {
    bottom: 20px;
  }
}
.tp-slider-pagination .swiper-pagination-total {
  color: var(--blue);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/** Swiper styles **/
.tp-showcase-arrow-box {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 2;
  transform: translateY(-40%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-showcase-arrow-box {
    right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-showcase-arrow-box {
    display: none;
  }
}
.tp-showcase-arrow-box button {
  display: block;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  font-size: 20px;
  transform: translateY(-50%);
  color: #fff;
  background: var(--dark-grey);
  z-index: 2;
}
.tp-showcase-arrow-box button:hover {
  color: var(--dark-grey);
  background: #fff;
}

.tp-slider-dot {
  z-index: 3;
}

.showcase-slider-wrappper {
  height: 820px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .showcase-slider-wrappper {
    height: 650px;
  }
}
.showcase-slider-wrappper .swiper-slide-active .tp-hero-3-content {
  opacity: 1;
}
.showcase-slider-wrappper .swiper-slide-active .tp-hero-title div span {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.parallax-slider-active.bg-shape::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  animation: tpLeftToRight 3s;
  background: rgba(255, 94, 20, 0.9);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

#canvas-slider {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}
#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#showcase-slider-holder {
  width: 100%;
  height: 820px;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
}

.port-showcase-slider-item {
  height: 820px;
}

.tp-slider__thumb-bg {
  position: absolute;
  width: 100%;
  height: 820px;
  object-fit: cover;
}

.parallax-slider-active .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 820px;    
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .parallax-slider-active .swiper-slide {
    height: 650px;
  }
}

.parallax-slider-active .swiper-container {
  width: 100%;
  height: 820px;
}

/*.tp-icon-style {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: unset;
  aspect-ratio: unset;
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
  background-color: transparent;
  color: var(--blue);
  stroke-width: 2;
  fill: none;
}
.tp-btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 44px;
  color: #fff;
  background-color: var(--blue);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn span {
  display: inline-block;
  font-weight: 700;
  margin-left: 1px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-icon-style svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 12px;
  margin-left: 5px;
  bottom: 0;
  flex-shrink: 0;
  stroke: currentColor;
}
.tp-icon-style svg g {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.tp-icon-style svg g:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.tp-icon-style svg g:nth-of-type(2) {
  transform: translateX(calc(-1* 110%)) translateY(110%);
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.tp-icon-style:hover g:nth-of-type(1) {
  transform: translateX(100%) translateY(calc(-1 * 100%)) translateZ(0);
  opacity: 0;
  transition-delay: 0s, 0s;
}
.tp-icon-style:hover g:nth-of-type(2) {
  transform: translateX(0) translateY(0) translateZ(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}*/

.tp-offer-pagination .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px; /*120px*/
  width: auto;
}
.tp-offer-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet, .swiper-pagination-custom .swiper-pagination-bullet, .swiper-pagination-fraction .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #dadada;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 1;
  margin-right: 6px;
}
.tp-offer-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active, .swiper-pagination-custom .swiper-pagination-bullet-active, .swiper-pagination-fraction .swiper-pagination-bullet-active {
  transform: scale(1.2);
  background: var(--dark-grey);
}

@keyframes line_anim_2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
@keyframes line_anim {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
/**/
.call-to-action-area {
  padding: 140px 0 120px;/*140px 0 100px*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.call-to-action-area:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--blue);/*#5956e9*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.call-to-action .section-heading {
  margin-bottom: 0px; /*65px*/
}
.call-to-action .section-heading .title {
  width: 60%;
  margin: 0 auto 55px;    
  color: #ffffff;
  font-size: 3em;
}
.call-to-action-area .psk-btn {
  background: #fff;    
  padding: 12px 25px;
}
.call-to-action-area .psk-btn:hover {
  color: var(--blue);
}
.list-unstyled {
  margin-bottom: 0;
}
.shape-group-9 .shape {
  position: absolute;
  z-index: -1;
}
.shape-group-9 .shape.shape-1 {
  top: 0;
  left: 32%;
}
.shape-group-9 .shape.shape-2 {
  top: 180px;
  left: 18%;
  opacity: 0.5;
  -webkit-animation: movingleftright1 infinite 20000ms;
  animation: movingleftright1 infinite 20000ms;
}
@keyframes movingleftright1 {
  0% {
      -webkit-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
  }

  40% {
      -webkit-transform: translateX(50px) translateY(-200px);
      transform: translateX(50px) translateY(-200px);
  }

  75% {
      -webkit-transform: translateX(800px);
      transform: translateX(800px);
  }

  100% {
      -webkit-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
  }
}
.shape-group-9 .shape.shape-3 {
  top: 31%;
  left: 20%;
  -webkit-animation: movingleftright2 infinite 25000ms;
  animation: movingleftright2 infinite 25000ms;
}
@keyframes movingleftright2 {
  0% {
      -webkit-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
  }

  40% {
      -webkit-transform: translateX(-50px) translateY(200px);
      transform: translateX(-50px) translateY(200px);
  }

  75% {
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px);
  }

  100% {
      -webkit-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
  }
}
.shape-group-9 .shape.shape-4 {
  top: 44%;
  left: 28%;
  -webkit-animation: movingleftright1 infinite 25000ms;
  animation: movingleftright1 infinite 25000ms;
}
.shape-group-9 .shape.shape-5 {
  top: 50%;
  left: 17%;
  -webkit-animation: movingleftright2 infinite 30000ms;
  animation: movingleftright2 infinite 30000ms;
}
.shape-group-9 .shape.shape-6 {
  top: 26%;
  right: 21%;
  -webkit-animation: movingleftright3 infinite 30000ms;
  animation: movingleftright3 infinite 30000ms;
}
@keyframes movingleftright3 {
  0% {
      -webkit-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
  }

  40% {
      -webkit-transform: translateX(100px) translateY(-200px);
      transform: translateX(100px) translateY(-200px);
  }

  75% {
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px);
  }

  100% {
      -webkit-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
  }
}
.shape-group-9 .shape.shape-7 {
  top: 30%;
  right: 15%;
  -webkit-animation: movingleftright1 infinite 30000ms;
  animation: movingleftright1 infinite 30000ms;
}

/**/
.single-client-wrap {
  background: #fff;
  padding: 10px 10px 10px;/*30px 0 30px*/
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  /* z-index: 1; */
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15); */
  border: 1px dashed #ccc; /*1px solid #ddd*/
}
.single-client-wrap:before {
  position: absolute;
  content: "";
  left: 15px;/*25px*/
  top: 18px;/*20px*/
  height: 76%;/*77%*/
  width: 89%;/*84%*/
  background: linear-gradient(90deg, #bbb 50%, transparent 0) repeat-x, linear-gradient(90deg, #bbb 50%, transparent 0) repeat-x, linear-gradient(0deg, #bbb 50%, transparent 0) repeat-y, linear-gradient(0deg, #bbb 50%, transparent 0) repeat-y;
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  -webkit-animation: linearGradientMove 0.3s infinite linear;
  animation: linearGradientMove 0.3s infinite linear;
  display: none;
}
.single-client-wrap img {
  display: inline-block;    
  position: relative;
}
.clients-section .col-lg-3 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.clients-section.pad-tb {
  padding: 50px 0 30px;
  background: #fff;
}

/**/
.title-wipe {
  text-align: center;
  background: linear-gradient(to right, #000 20%, #085dad 40%, #085dad 60%, #000 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 5s linear infinite;
   animation: shine 5s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/**/
.we-are-wrap {
  background: #fff;
  position: relative;
  z-index: 1;
}
.we-are-wrap .section-row {
  margin-bottom: 60px;
}
.we-are-wrap .section-row .section-title p {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 30px;
  /* color: #444; */
}
.we-are-item {
  border: 1px solid rgb(18 34 59 / 19%);
  border-radius: 40px;
  height: calc(100% - 60px);/*30px*/
  margin-bottom: 60px;
  padding: 30px;
}
.we-are-item .icon-box {
  margin-bottom: 30px;
}
.we-are-item .icon-box img {
  max-width: 85px;
}
.we-are-content {
  border-bottom: 1px solid rgb(18 34 59 / 19%);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.we-are-content h3 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 0; /*30px*/
}
.we-are-content p {
  margin: 0;
}
.we-are-counter h3 {
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1.1em;
  margin-bottom: 5px;
  color: var(--blue);
}
.we-are-counter p {
  text-transform: capitalize;
  margin: 0;
}
.we-are-image {
  height: calc(100% - 60px); /*30px*/
  margin-bottom: 60px;
}
.image-anime {
  position: relative;
  overflow: hidden;
}
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.we-are-image figure, .we-are-image img {
  height: 100%;
  border-radius: 40px;
  width: 100%;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.we-are-image:hover img {
  filter: grayscale(80%);
}
.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.we-are-wrap-shape-1 {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: -1;
}
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* #magic-cursor{
	position: absolute;
  width: 10px !important;
  height: 10px !important;
  pointer-events: none;
  z-index: 1000000;
}
#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	width: 8px !important;
	height: 8px !important;
	background: var(--blue)!important;
	margin: 0;
	border-radius: 50%;
	pointer-events: none;
	opacity:1 !important;
} */

/**/
.services-we-build {
  background: var(--grey);/* url(../images/build-shape-2.png) no-repeat*/
  /* background-position: bottom left;
  background-size: auto; */
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
}
.services-we-build-shape-1 {
  bottom: 0;
  left: 0;
  z-index: -1;    
  position: absolute;
}
.services-we-build-shape-2 {
  top: 0;
  right: 0;
  z-index: -1;    
  position: absolute;
}
.service-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.service-image {
  overflow: hidden;
  border-radius: 40px;
}
.service-image a {
  position: relative;
  /* cursor: none; */
  display: block;
  overflow: hidden;
}
.service-item .service-image a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 80%, rgba(0, 0, 0, 0.63) 90%, #000000 100%);/*linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 70%, rgba(0, 0, 0, 0.63) 80%, #000000 100%)*/
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-image img {
  width: 100%;
  border-radius: 40px;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.service-image figure {
  margin-bottom: 0;
}
.service-body {
  position: absolute;
  bottom: 50px;
  right: 40px;
  left: 40px;
  text-align: left;
  z-index: 2;
  transform: translateY(70%);
  transition: all 0.5s ease-in-out;
}
.service-body-title h3 {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.service-body-title h3 a { 
  color: #fff;
  text-decoration: none!important;
}
.service-item:hover .service-image img {
  transform: scale(1.1);
}
.services-carousel.owl-carousel .owl-nav button.owl-next, 
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -80px;
}
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  left: unset;
  right: 45px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span {
  background-color: var(--dark-grey);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--dark-grey);
  color: #fff;
}
.services-carousel.owl-carousel .owl-nav button.owl-next:focus, 
.services-carousel.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none!important;
  box-shadow: none!important;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span:hover, 
.services-carousel.owl-carousel .owl-nav button.owl-next span:focus, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span:focus {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
/**/
.scroll-top-arrow {
  font-size: 20px;
  line-height: 40px;
  color: #fff !important;
  display: none;
  height: 40px;
  width: 40px;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 99;
  border-radius: 5px;
  background-color: var(--blue);
}
@media (min-width: 992px) {
  .team-wrap .team-short-info {
    padding: 0 120px;
  }
}
.team-wrap .team-short-info h4 { 
  font-weight: 500;   
  line-height: 1.4;
}
/**/
.company-info p {
  text-align: justify;
}
.company-info-media {
  position: relative;
}
.company-info-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.clip-a-z {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-a-z 1s;
  animation: clip-a-z 1s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.company-info-box {
  width: auto; /*250px*/
  height: auto; /*100px*/
  background-color: #ffffff;
  text-align: center;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 25px 15px 10px;/*20px 30px*/
  /* gap: 13px; */
  -webkit-box-shadow: inset 0px 4px 0px var(--blue);
  box-shadow: inset 0px 4px 0px var(--blue);
}
.company-info-box h6 {
  text-transform: uppercase;
}
.company-info-box h4 {
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .company-info-desc {
    padding-left: 8.333333%;
  }
}
.company-info h3 {
  margin-top: 5px;
  padding-bottom: 0;    
  margin-bottom: 0;    
  line-height: 1.4;
}
.mission_vision {
  background: var(--blue);/*#131227*/
  position: relative;
  padding: 50px 0 100px;
}
.mission_vision_container h4 span img {
  width: 40px;
}
.mission_vision .row {
  position: relative;
}
.mission_vision .section-title {
  margin-bottom: 40px;
  width: 100%;
}
.mission_vision .section-title h2 {
  color: #fff;
}
.mission_vision .section-title.text-center h2:after {
  background: var(--white);
}
.mission_vision_container {
  padding: 50px 0 0;
}
.mission_vision_container .inner-box-content {
  max-width: 60%;/*460px*/
  width: 100%;
}
.mission_vision_container .inner-box-content h4 {
  color: #fff;
  position: relative;
  padding-left: 75px;    
  display: flex;
  align-items: center;
}
.mission_vision_container h4 span {
  /* width: 50px;
  height: 50px;
  border-radius: 25px; */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 7px 0 0;
  position: absolute;
  left: 0;
}
.mission_vision_container .inner-box-two {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #1e7dd7;/*#363636;*/
}
.mission_vision_container .inner-box-three {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #1e7dd7;
  border-bottom: 1px solid #1e7dd7;
}
.mission_vision .img_box_wrap {
  position: absolute;
  top: 0;
  right: 20px;
}
.mission_vision .img_box {
  position: relative;
}
/**/
.values_wrap {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;  
}
.values_block {
  border-right: none;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 65px 50px 45px;
}
.values_icon {
  background: var(--blue);
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;/*75px*/
  /* font-size: 28px; */
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.values_icon img {
  width: 45px;
}
.values_block .round-circle {
  position: absolute;
  width: 95px;
  height: 95px;
  left: -10px;
  top: -10px;
  border: 2px solid #818287;
  border-radius: 50%;
  clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
  transition: all 500ms ease;
  animation: service_hexagon 2s infinite linear;
  /* animation-play-state: paused;
  opacity: 0; */
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 1;
}
.values_block .round-circle:before {
  position: absolute;
  content: '';
  background: var(--blue);
  width: 8px;
  height: 8px;
  left: 10px;
  bottom: 7px;
  border-radius: 50%;
  z-index: 1;
}
.values_block p {
  text-align: center;    
  margin-bottom: 0;
}
.values_block h4 {
  margin-bottom: 15px;
}
.values_wrap .choose_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  text-align: center;
  line-height: 170px;
  border-radius: 85px;
  transform: translate(-50%, -10px);
  background-color: #ffffff;
  border: 1px solid #e5e6e1;
}
.values_wrap .border_vertical {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  z-index: -1;
  transform: translateY(70px);
  background-color: #e5e5e5;/*#e5e6e1*/
}
.values_wrap .border_horizental {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  z-index: -1;
  transform: translateX(-1px);
  background-color: #e5e5e5;/*#e5e6e1*/
}
@-moz-keyframes service_hexagon {
  0% {
      -moz-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  100% {
      -moz-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}
@-o-keyframes service_hexagon {
  0% {
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  100% {
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}
@keyframes service_hexagon {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

.expertise .expertise-block {
  position: relative;
}
.expertise .section-title {
  margin-bottom: 75px;
}
.expertise .expertise-block .inner-box {
  position: relative;
  background-color: #070009;
}
.expertise .icon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-bottom: -56px;
}
.expertise-block .inner-box .icon-box {
  position: absolute;
  left: 37%;
  top: -54px;
  display: inline-block;
  margin-top: -0px;
  width: 126px;
  height: 110px;
}
.expertise-block .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background-color: #818287;
  width: 100%;
  height: 100%;
  left: -1px;
  top: -1px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: all 500ms ease;
}
.expertise-block .inner-box .icon-box .icon {
  position: relative;
  display: inline-block;
  margin-top: -0px;
  width: 124px;
  height: 108px;
  line-height: 100px; /*108px*/
  background-color: var(--blue);
  font-size: 50px;
  color: #fff;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: all 500ms ease;
}
.expertise-block .inner-box .icon-box .icon img {
  width: 70px;
}
.expertise .lower-content {
  padding: 90px 25px 30px 25px;
  background-color: var(--grey);
  min-height: 395px;
}
.expertise .lower-content h4 {
  font-size: 22px;   
  text-align: center;
}
.expertise .lower-content ul {
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
  padding-inline-start: 0;
}
.expertise .lower-content ul > li {
  color: var(--black);
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
}
.expertise .lower-content ul > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 400;
  color: var(--blue);
}


.participate-section {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f5f5f5;
}
.participate-container {
  background-color: #f5f5f5;/*#fff*/
  border-radius: 16px;
}
.participate-wrap {
  border-top: 16px none #f5f5f5;
  background-color: #f5f5f5;
}
.participate-heading {
  border-top: 16px none #f5f5f5;
}
.participate-padding {
  padding: 140px 20px 0;
}
@media (min-width: 992px) {
  .s-tab-content .tabs-info {
      padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .participate-section {
      padding-left: 0;
      padding-right: 0;
      margin-top: 8px;
  }
  .participate-padding {
      padding-top: 100px;
  }
  .tabs-menu {
      margin-bottom: 60px;
  }
  .tabs-menu.tabs-sticky {
      padding-bottom: 50px;
  }
  .s-tab-content .tabs-container {
      border-top-width: 8px;
      border-bottom: none;
      height: auto;
  }
  .s-tab-content .tabs-content {
      padding: 0;
      border-radius: 8px;
  }
  .s-tab-content .tabs-container:first-child .tabs-content {
      border-radius: 0 0 8px 8px;
  }
  .s-tab-content .tabs-info {
      display: block;
      height: auto;
      padding: 40px 20px 48px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
  }
  .s-tab-content .tabs-number {
      width: 48px;
      height: 48px;
      line-height: 48px;
      font-size: 13px;
  }
  .s-tab-content .tabs-category {
      font-size: 13px;
  }
  .s-tab-content .tabs-title {
      margin-bottom: 20px;
      font-size: 36px;
  }
  .s-tab-content .tabs-desc {
      margin-bottom: 33px;
  }
  .s-tab-content .tabs-image {
      height: auto;
      border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 767px) {
  .tabs-menu .tab-link {
      width: 88px;
      min-height: 48px;
      min-width: 0;
      font-size: 11px;
      letter-spacing: 0;
      line-height: 26px;
  }
  .tabs-transform .tabs-width {
      width: 50px;
  }
  .tabs-transform .tabs-border {
      border-left-width: 136px;
      border-right-width: 136px;
  }
}

/**/
.tabs-section {
  position: relative;
  overflow: hidden;
}
.s-tab-content {
  position: relative;
}
.s-tab-content .s-tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
  display: block;
}
.s-tab-content .s-tab-pane.s-tab-active {
  opacity: 1;
  visibility: visible;
  position: static;
  height: auto;
  overflow: inherit;
}
.s-tab-content .tabs-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%; /*100vh*/
  border-top: 16px solid #f5f5f5;
  border-bottom: 16px solid #f5f5f5;
  background-color: #f5f5f5;
}
/* .s-tab-content .tabs-container.first {
  border-top: none;
} */
.s-tab-content .tabs-content {
  display: block;
  width: 100%;
  padding: 40px; /*32px*/
  border-radius: 16px;
  background-color: #fff;
}
.s-tab-content .tabs-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 450px;/*100%*/
  margin-top: auto;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  text-align: center;
}
.s-tab-content .tabs-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
.team-info h3{
  color: var(--blue);
  margin-bottom: 20px;
}
.team-info p {
  margin-bottom: 0;
}
/**/
.we-build-inner-wrap.py-0 {
  padding-bottom: 0 !important;    
  padding-top: 0 !important;    
  position: relative;
}
.we-build-inner-wrap .col {
  flex: 1 0 0%;
}
/* Split Slider */
.ht-img-split-scroller { display: flex; }
.split_images { position: absolute; top: 0; left: 0; width: 50%; height: 100vh; background-color: #c4dcd3; }
.split_images .split-img-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0; }
.split_images .split-img-block img { width: 100%; height: 100%; object-fit: cover; }
.split_images .split-img-block:first-child { opacity: 1; }
.split_texts { position: relative; width: 50%; margin-left: auto; }
.split_texts .split-text-block { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 100vh; padding: 6rem 4rem; box-sizing: border-box; }
.split-mobile-img { display: none; }
.split-number { font-size: 150px; -webkit-text-stroke: 1px #05152d; color: transparent; line-height: 1; margin-bottom: 20px; }
.split-content .counter h6 { margin-top: 0; }
.split-content-counter { margin: 50px 0; }
.sticky-panel-content { width: 100%; height: 100vh; overflow: hidden; display: flex; flex-wrap: nowrap; }
.sticky-panel { height: 100vh; flex: 1 0 100%; display: flex; justify-content: start; align-items: center; }
.sticky-panel-img { width: 50%; height: 100%; }
.sticky-panel-text { background: white; width: 50%; padding: 2rem 5rem 2rem 2rem;/*5rem*/ }
@media (min-width:1600px) {
  .split_texts .split-text-block, .sticky-panel-text { padding-right: 5rem;/*20rem*/ }
}
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sticky-panel-img img {
  display: none;
}
.sticky-panel-text .section-title h2.title-wipe {
  text-align: left;
}
.we-build-inner-wrap .wb-project-details ul {
  padding: 0!important;
  margin: 30px 0 0!important;
}
.we-build-inner-wrap .wb-project-details ul > li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  /* line-height: 55px; */
  position: relative;
  padding-left: 220px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.we-build-inner-wrap .wb-project-details ul > li span {
  font-weight: 500;
  /* display: inline-block;
  min-width: 120px; */
  color: var(--blue);
  position: absolute;
  left: 0;
}
.we-build-inner-wrap .wb-project-details ul > li:last-child {
  border: 0 none;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .sticky-panel-content {
    display: block;
    height: auto;
    overflow: inherit;
  }
  .sticky-panel {
    height: auto;
    display: block;
  }
  .sticky-panel-img {
    width: 100%;
    /* height: 400px; */
    height: auto;
    background: none;
  }
  .sticky-panel-img img {
    display: block;
  }
  .sticky-panel-text {
    width: 100%;
    padding: 2rem;
  }
}

/**/
.pskg_list .project-list-item .project-list-outer {
  position: relative;
  width: 100%;
}
.pskg_list.no-figure .project-list-item:nth-child(odd) .project-list-outer {
  padding: 0 0 30px 0;/*0 0 70px 0*/
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper {
  position: relative;
  width: 100%;
  min-height: 540px; /*420px*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 58%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pskg_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-img {
  left: 0;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
  width: 36%;
}
.pskg_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-content {
  margin-left: auto;
  text-align: left;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--blue);
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 85px;
  background-color: #111111;
}
.pskg_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category:after {
  right: 100%;
  margin-right: 15px;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-title a {
  color: #000;
  text-decoration: none!important;
  cursor: default;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt {
  margin-top: 22px;
  color: #555;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt p {
  margin-bottom: 0;
  color: #555;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-excerpt p span { 
  color: var(--blue);
}
.a-btn-arrow-2 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: #111111;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-link {
  margin-top: 19px;
}
.pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-link:hover {
  text-decoration: none;
}
.arrow-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 10px;
  width: 31px;
  height: 1px;
  -webkit-transition: right 0.3s ease-in;
  -o-transition: right 0.3s ease-in;
  transition: right 0.3s ease-in;
  background-color: #111111;
}
.arrow-right:before, .arrow-right:after {
  position: absolute;
  display: block;
  right: 0;
  width: 6px;
  height: 1px;
  content: '';
}
.arrow-right:before {
  bottom: 1px;
  -webkit-transform: translateX(0px) translateY(3px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(3px) rotate(-45deg);
  transform: translateX(0px) translateY(3px) rotate(-45deg);
}
.arrow-right:after {
  top: 1px;
  -webkit-transform: translateX(0px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(-3px) rotate(45deg);
  transform: translateX(0px) translateY(-3px) rotate(45deg);
}
.a-btn-arrow-2 .arrow-right:before, .a-btn-arrow-2 .arrow-right:after {
  background-color: #111111;
}
.a-btn-arrow-2:hover .arrow-right, .a-btn-arrow-2:focus .arrow-right {
  right: 0;
}
.pskg_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
  padding: 0 0 30px 0; /*0 0 70px 0*/
}
.pskg_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-img {
  right: 0;
}
.pskg_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
  text-align: right;
}
.pskg_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-category:after {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-content {
    width: 100%;
    padding-top: 20px;
  }
  .pskg_list .project-list-item .project-list-outer .project-list-wrapper .project-list-img {
    width: 100%;
    /* height: 300px; */
  }
  .pskg_list .project-list-item .project-list-outer .project-list-wrapper {
    min-height: auto;
    overflow: visible;
    padding-top: 300px;
  }
  .pskg_list.no-figure .project-list-item:nth-child(odd) .project-list-outer {
    padding: 0 0 50px 0;
  }
  .pskg_list.no-figure .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-content {
    margin-left: 0;
  } 
  .pskg_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category {
    padding-left: 100px;
  }
  .pskg_list .project-list-item:nth-child(odd) .project-list-outer .project-list-wrapper .project-list-category:after {
    right: auto;
    left: 0;
    margin-right: 15px;
  }
  .pskg_list.no-figure .project-list-item:nth-child(even) .project-list-outer {
    padding: 0 0 50px 0;
  }
  .pskg_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-img {
    right: 0;
  }
  .pskg_list.no-figure .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-content {
    margin-right: 0;
  }
  .pskg_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-category {
    padding-right: 100px;
  }
  .pskg_list .project-list-item:nth-child(even) .project-list-outer .project-list-wrapper .project-list-category:after {
    margin-left: 15px;
  }
}

/**/
.we-build-detail-wrap {
  position: relative;
}
.pr-56 {
  padding-right: 56px;
} 
.mb-50 {
  margin-bottom: 50px;
}
.we-build-item {
  margin-bottom: 50px;
}
.we-build-item .we-build-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.we-build-item .we-build-img img {
  border-radius: 30px;
}
.we-build-item .we-build-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 8, 45, 0);
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.we-build-detail-wrap .we-build-item .we-build-img a {
  cursor: default;
}
.we-build-detail-wrap .we-build-item .we-build-content {
  padding: 20px 0px 0px 0px;
}
.we-build-detail-wrap .we-build-item .we-build-content .title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}

.we-build-detail-wrap .we-build-item .we-build-content a {
  color: #000;
  text-decoration: none!important;
  cursor: pointer;
}
.we-build-detail-wrap .we-build-item .we-build-content a i {
  /* min-width: 45px;
  min-height: 45px;
  border-radius: 45px;
  line-height: 40px;
  border: 1px solid transparent; */
  text-align: center;
  display: inline-block;
  position: relative;
  left: 10px;
  border-color: #000;
  transition: 0.4s;
}
.we-build-detail-wrap .we-build-item .we-build-content .title a {
  color: #000;
  text-decoration: none!important;
}
.mt-80 {
  margin-top: 80px;
}
.mt-160 {
  margin-top: 160px;
}
.tower-wrap .we-build-item {
  text-align: center;
}
.we-build-detail-wrap .col-lg-6:nth-of-type(odd) {
  padding-right: 56px;
  margin-top: -30px;
}
.we-build-detail-wrap .col-lg-6:nth-of-type(odd):first-of-type {
  margin-top: 0px;
}
.we-build-detail-wrap .col-lg-6:nth-of-type(even) {
  margin-top: 50px;
}
.we-build-detail-wrap .col-lg-6:nth-of-type(even) .we-build-item {
  margin-bottom: 0;
}
.we-build-detail-wrap .col-lg-6:nth-of-type(even):last-of-type .we-build-item {
  margin-bottom: 50px;
}
.pskg_list.no-figure .project-list-item:last-child .project-list-outer {
  padding: 0 0 0;
}
.we-build-detail-wrap .we-build-item .we-build-content .title a {
  cursor: default;
}
@media (max-width: 767px) {
  .we-build-detail-wrap .mt-80 {
    margin-top: 0px;
  }
  .we-build-detail-wrap .mt-160 {
    margin-top: 160px;
  }
  .we-build-detail-wrap .pr-56 {
    padding-right: 15px;
  }
  .we-build-detail-wrap .col-lg-6:nth-of-type(odd) {
    padding-right: 15px;
    margin-top: 0px;
  }
  .we-build-detail-wrap .col-lg-6:nth-of-type(even) {
    margin-top: 0px;
  }
  .we-build-detail-wrap .col-lg-6:nth-of-type(even) .we-build-item {
    margin-bottom: 50px;
  }
}