html {
  scroll-behavior: smooth;
  /*user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; */
}
body{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1;
  color: #222;
  background: #fff;
    
}
.theme1{
  color: #ffd51e;
}
.theme2{
  color: #c5302c;
}
.theme3{
  color: #990099;
}
a{
  text-decoration: none;
}
.fbold{
  font-weight: bold;
}

.nopadd{
  padding: 0;
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
}
.navbar-theme{
    background-color: transparent;
}
.top-brand-theme{
    background-color: transparent;
    padding: 0;
}
.navbar-brand{
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}
.navbar-collapse{
    position: relative;
    z-index: 999;
}

.burger-menu{
  position: relative;
    z-index: 99999;
    width: 50px;
    background-color: transparent;
    padding-bottom: 7px;
    padding-left: 3px;
}
.navbar-toggler{
    border: none;
}

.navbar-toggler:focus{
    box-shadow: 0 0 0 0;
}
.navbar-toggler span {
  display: block;
  background: rgb(255,255,255);
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar-toggler span:hover{
  background: rgb(255,213,30);
  transform: scaleX(70%);
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: scaleX(90%);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  transform: scaleX(70%);
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: scaleX(50%);
}

.navbar-cta a{
    text-decoration: none;
    color: #777;
    letter-spacing: 3px;
    margin-right: 20px;
}
.navbar-cta i{
    background: -webkit-linear-gradient(#ff9933, #c5302c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-cta span{
    color: #bbb;
    transition: all 0.3s ease-in-out;
}
.navbar-cta span:hover{
    color: #eee;
}

#navbar.scrolled {
  background-color: rgba(0,0,0,0.8);
  color: black;
  transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}
img.logo{
  height: 95px;
  transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}
img.logo.toplogo{
  height: 95px;
}
img.logo.inner{
  height: 55px;
}

.offcanvas-backdrop {
    top: 0;
    pointer-events:none;
}
.offcanvas-backdrop.show {
    transition: all 0.6s ease-in-out;
}
.offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    z-index: 9999;
    bottom: 0;
    left: 100%;
    width: 300px;
    overflow-y: hidden;
    visibility: hidden;
    background-color: #111;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
.offcanvas-collapse.open {
  transition-delay: 0.3s;
  visibility: visible;
  transform: translateX(-100%);
}

.menubar-bottom{
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 300px;
  height: 55px;
  background-color: #222;
  z-index: 99999;
  visibility: hidden;
  transition: transform 0.3s ease-in-out, visibility 0.5s ease-in-out;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.1px;
  color: #aaa;
  padding-top: 20px;
  padding-bottom: 30px;
}
.offcanvas-collapse.open .menubar-bottom{
  transition-delay: 0.7s;
  visibility: visible;
  transform: translateY(-100%);
}
.offcanvas-collapse ul{
  padding: 33px;
  padding-left: 40px;
  padding-bottom: 0px;
  transition-delay: 1s;
  opacity: 0;
}
.offcanvas-collapse.open ul{
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  opacity: 1;
}
.offcanvas-collapse ul li a.nav-link{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1.4px;
  color: #ddd;
  margin-bottom: 5px;
}
.offcanvas-collapse ul li a.nav-link:hover{
  color: #fff;
}
.hr-menu{
  height: 1px;
  background-color: #D3D3D3;
  border: none;
  margin-top: 19px;
  margin-bottom: 19px;
}
.menu-headlines{
  width: 40px;
  height: 2px;
  background: rgb(255,213,30);
  margin-top: 33px;
  margin-left: 40px;
  color: #ffd51e;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
ul.menu-sosmed-box{
  margin-top: -15px;
}
ul.menu-sosmed-box li.menu-sosmed{
  list-style: none;
  background: #20333F;
  width: 40px;
  padding: 8px;
  text-align: center;
  float: left;
  margin-left: 5px;
  color: #999;
  transition: all 0.2s ease-in-out;
}
ul.menu-sosmed-box li.menu-sosmed:hover{
  background: #ffd51e;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px 0 rgba(226, 194, 11, 0.75);
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background:rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.moverlay{
  visibility: hidden;
  opacity: 0;
}


/* Animate.css custom */
.animate__animated.animate__delay-05 {
  animation-delay: calc(var(--animate-delay)*0.5);
}
.animate__animated.animate__delay-15 {
  animation-delay: calc(var(--animate-delay)*1.5);
}


/* Swiperjs plugin overrides */
.object-fit { width: 100%; height: 100%; object-fit: cover; }	
.swiper-wrapper {
	height: 100vh;
}
.swiper-slide {
	backface-visibility: hidden;
	overflow: hidden;			
}

/* curtain */
.curtain {			
	position: absolute;
	top: 0;
	left: 70%;
	z-index: 2;
	width: 40%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}

.is-animating .curtain {
	animation: curtain 3.75s ease-in-out;
}

@keyframes curtain {
	0% {
		left: 70%;
		width: 30%;
	}
	46% {				
		left: 0%;
		width: 70%;
	}
	53% {
		left: 0%;	
		width: 70%;			
	}
	100% {				
		left: 70%;
		width: 30%;
	}
}

/*slides for mobile */
.slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.slide > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  animation: slide 25s infinite;
  opacity: 0;
}
.slide > div:nth-child(2) {
  animation-delay: 5s;
}
.slide > div:nth-child(3) {
  animation-delay: 10s;
}
.slide > div:nth-child(4) {
  animation-delay: 15s;
}
.slide > div:nth-child(5) {
  animation-delay: 20s;
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
  }
}

/*slide title*/
.mob-header{
  position: absolute;
  width: 75%;
  color: #fff;
  top: 25%;
  left: 79px;
  text-align: left;
}
.mob-header h2{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 30pt;
  line-height: 30px;
  margin-bottom: 33px;
}
.mob-header h1{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 25pt;
}
.mob-header p{
  text-align: justify;
  color: #aaa;
}
.mob-home-button{
  position: absolute;
  width: 100%;
  margin-top: 33px;
  width: 200px;
  background: linear-gradient(0deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 100%);
  cursor: pointer;
  padding-left: 5px;
}
.mob-home-line1{
  position: absolute;
  width: 100%;
  margin-top: -30px;
  margin-left: -56px;
  height: 100px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
.mob-boxpanel-title {
  position: absolute;
  left: 19px;
  top: 37%;
}
.mob-boxpanel-title span {
  position: absolute;
  left: -121px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 10px;
  letter-spacing: 7px;
  padding: 10px 0;
  width: 250px;
  top: 0;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(255, 255, 255, 0.9);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*end slide*/

.home-titles{
  position: absolute;
  width: 27%;
  z-index: 999;
  color: #fff;
  top: 10%;
  right: 0px;
  text-align: left;
}
.home-titles h1{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: 1.3px;
  margin-bottom: -10px;
  padding-bottom: 0px;
}
.home-titles h2{
  font-weight: bold;
  letter-spacing: 1.3px;
}
.home-titles p{
  width: 90%;
  text-align: left;
  color: #ccc;
  text-align: justify;
}

.home-line1{
  position: absolute;
  width: 100%;
  z-index: 999;
  margin-top: 150px;
  margin-left: 25px;
  height: 100px;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
}
.home-button{
  position: absolute;
  width: 100%;
  z-index: 999;
  margin-top: 220px;
  width: 250px;
  background: linear-gradient(0deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 100%);
  padding-left: 5px;
  cursor: pointer;
}
.home-button-text{
  background: #091721;
  padding: 21px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.home-button-text:hover{
  background: linear-gradient(45deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 100%);
  padding: 21px;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  font-size: 10px;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.bounce2 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(15px);
  }
  60% {
    transform: translateX(5px);
  }
}

/* page loader slide anim */
.square {
  position: absolute;
  left: calc(20% - 80px);
  top: 30%;
  width: 60%;
  height: 50%;
  z-index: 9999;
}
.center {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #091721;
  opacity: 0.8;
}
.center {
  transform-origin: right;
  animation: center-animate 1700ms ease-out;
}
@keyframes center-animate {
    100% { transform: scaleX(0); }
}

/* loading anim for center box anim */
.lds-ripple {
  position: absolute;
  height: 80px;
  right: 100px;
  top: 35%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}




/*scroll page indicator */
#scrollPath {
  position: fixed;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}

#progressBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 2px;
  background: linear-gradient(to top, #ff9933, #c5302c);
  animation: animate 5s linear infinite;
  z-index: 999;
}

@keyframes animate {
  0%, 100% {
    filter: hue-rotate(0);
  }
  50% {
    filter: hue-rotate(360deg);
  }
}

#progressBar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ff9933, #c5302c);
  filter: blur(10px);
}

#progressBar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ff9933, #c5302c);
  filter: blur(30px);
}

/* container content */
.c-content{
  background: white;
  max-width: 1151px !important;
}

.r-content{
  width: 99%;
  padding-top: 99px;
  padding-bottom: 99px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: justify;
}

/* content styles */
.headlines{
  width: 99px;
  height: 3px;
  background: #c5302c;
  z-index: 999;
  margin: 0 auto;
}
.r-content h2{
  font-family: 'Oswald', sans-serif;
  font-size: 25pt;
  font-weight: 500;
  position: relative;
  z-index: 9;
  text-align: center;
  margin-top: 1em;
}
.r-content h3{
  font-size: 18pt;
  font-weight: 400;
  position: relative;
  z-index: 9;
  text-align: left;
}
.headlines-box{
  position: absolute;
  left: 99px;
  width: 203px;
  height: 120px;
  background: transparent url('../../images/bgheadline.png') no-repeat left top;
  margin-top: -19px;
}
.r-content h4{
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.1px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 20px;
  color: #555;
}

.figure {
  position: relative;
  display: block;
  overflow: hidden;
}

.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.figure:hover img.image-hover {
  opacity: 1;
}

.subcontent-padd{
  padding-left: 60px;
}
.opt-button{
  background: linear-gradient(0deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 100%);
  padding-left: 5px;
  padding-bottom: 1px;
  margin-bottom: 21px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.opt-button .opt-text{
  transition: all .3s ease-in-out;
  transition-delay: .3s;
}
.opt-button .fa{
  transition: all .3s ease-in-out;
  margin-top: -18px;
}
.opt-subtext{
  letter-spacing: normal;
  position: absolute;
  opacity: 0;
  transition: all .3s ease-in-out;
  transition-delay: .4s;
  color: #999;
}
.opt-button:hover{
  padding-left: 10px;
}
.opt-button:hover .fa {
  -moz-animation: bounce2 1s infinite;
  -webkit-animation: bounce2 1s infinite;
  animation: bounce2 1s infinite;
}
.opt-button:hover .opt-text {
  transform: translateY(-11px);
}
.opt-button:hover .opt-subtext {
  display: inline;
  opacity: 1;
  transform: translateY(-11px);
}
.opt-button-text{
  background: #fff;
  padding: 21px;
  color: #555;
  text-align: left;
  padding-left: 25px;
  letter-spacing: 3px;
  font-size: 13px;
  width: 100%;
}
.opt-button-text i{
  position: relative;
  float: right;
}

.box-technology{
  background-color: #fff;
  padding: 15px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.box-technology img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  border: 1px solid #E0E0E0;
  margin-top: 3px;
  margin-bottom: 3px;
}
.box-technology img:hover {
  background: #fff;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.hr-section{
  height: 1px;
  background-color: #D3D3D3;
  border: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* GRAPHIC DESIGN SECTION */
.test-shine {
  background-color: #fff;
  background-image: url('../../images/graphic.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  position:relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 350px;
}
.test-shine:after {
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
.small-arrow{
  font-size: 8px;
  padding-left: 3em;
}
.btn-rounded{
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
/* PETA DISTRIBUSI */
.w11{ position: absolute; padding-left: 20%; padding-top: 7%; }
.w12{ position: absolute; padding-left: 25%; padding-top: 11%; }
.w13{ position: absolute; padding-left: 23%; padding-top: 15%; }
.w14{ position: absolute; padding-left: 28%; padding-top: 15%; }
.w15{ position: absolute; padding-left: 30%; padding-top: 18%; }
.w16{ position: absolute; padding-left: 31%; padding-top: 21%; }
.maps img{
  width: 70%;
}

.btn-map{
  position: relative;
  z-index: 10000;
  cursor: pointer;
}
#pop1, #pop2{
  position: absolute;
  top: 50%;
  width: 340px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 100000;
  visibility: hidden;
}

/* Hover state - trigger effect */
.test-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease-in-out;
}

/* Active state */
.test-shine:active:after {
  opacity: 0;
}

.r-content .sub-head{
  font-family: 'Poppins', sans-serif;
  font-size: 19pt;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 19px;
}

.dark-button{
  position: relative;
  width: 100%;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  margin-top: 19px;
  background: linear-gradient(0deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 100%);
  padding-left: 5px;
  cursor: pointer;
}
.dark-button p{
  margin-bottom: 0;
  color: #ddd;
  letter-spacing: normal;
  font-size: 11px;
}
.dark-button-text{
  background: #091721;
  padding: 21px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-size: 13px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.dark-button-text:hover{
  background: linear-gradient(90deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 200%);
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
  opacity: 1;
}
.dark-button-text:hover .fa{
  transition: all 0.3s ease-in-out
}
.dark-button-text:hover .fa{
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  -moz-animation: bounce2 1s infinite;
  -webkit-animation: bounce2 1s infinite;
  animation: bounce2 1s infinite;
}

/* footer */
.footer{
  width: 99%;
  padding-left: 99px;
  padding-right: 99px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: justify;
  color: #aaa;
}
.footer p{
  font-size: 12px;
  color: #aaa;
}
.footer .fcontact{
  letter-spacing: 1.2px;
}
.dark-button-sm{
  float: left;
  width: 200px;
  border: 1px solid #132B3D;
}
.dark-button-footer{
  padding: 11px !important;
}
.footer-headlines{
  width: 40px;
  height: 2px;
  background: #c5302c;
  margin-bottom: 15px;
}
.footer ul li{
  margin-bottom: 2px;
}
.footer-link{
  color: #ccc;
  transition: all ease-in-out 0.5s;
}
.footer-link:hover{
  color: #fff;
}

/* CONTENT WEBSITE SERVICES */
.lg2-slider{
  width: 70%;
}
.sm2-slider{
  width: 30%;
}
.swiper-container-web {
  width: 100%;
  height: 90vh;
}
.swiper-container-web .swiper-slide{
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.swiper-zoom>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: 3s;
}
.swiper-zoom:hover img {
  transform: scale(1.1);
}
.swiper-container-vertical > .swiper-pagination-bullets {
  left: 64.1%;
  width: 79px;
  height: 129px;
  padding-left: 35px;
  padding-top: 21px;
  bottom: 0px;
}
.swiper-pagination{
  width: 79px;
  background-color: #c5302c;
  text-align: center;
  object-position: center;
  z-index: 999;
}
.swiper-pagination-bullet-active {
    background-color: #c5302c !important;
    transition: all ease-in-out 1.5s;
}
.box-contentread{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 50%;
  height: 58px;
  background-color: #091721;
}
.box-contentread-button{
  position: absolute;
  width: 100%;
  z-index: 999;
  width: 250px;
  background: linear-gradient(0deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 100%);
  padding-left: 5px;
  cursor: pointer;
}
.contentread-button{
  width: 250px;
  background: #091721;
  padding: 21px;
  padding-left: 40px;
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.contentread-button:hover{
  background: linear-gradient(45deg, rgba(255,153,51,1) 0%, rgba(255,51,153,1) 35%, rgba(153,0,153,1) 100%);
  padding: 21px;
  padding-left: 30px;
  color: #000;
  text-align: left;
  letter-spacing: 9px;
  font-size: 10px;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.box-bgswiper{
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 99;
  background: transparent url('../../images/bg-boxswiper.png') no-repeat right center;
  background-size: contain;
  width: 550px;
  height: 355px;
}
.slide-captions {
	position: absolute;
	top: 22%;
	right: 20%;
	color: #FFF;
	z-index: 999;
  padding-left: 400px;
  text-align: right;
}
.slide-captions .current-title {
  font-family: 'oswald', sans-serif;
	font-size: 55pt;
  font-weight: bolder;
  line-height: 70px;
}
.slide-captions .current-subtitle {
	font-size: 21px;
}
h3.inner-subcontent-title{
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
  font-size: 13pt;
  text-align: justify;
}
h3.inner-subcontent2-title{
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
  font-size: 12pt;
  text-align: justify;
  margin-top: 21px;
}
h3.box-highlight{
  background: #091721;
  width: 100%;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #f2f2f2;
  font-weight: 200;
  font-size: 16pt;
  letter-spacing: 1.1px;
}
.box-webflow{
  padding: 15px;
}
.box-whatuget{
  padding: 15px;
  text-align: center;
}
.box-whatuget img{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.box-whatuget:hover{
  -moz-animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}
.box-whatuget h5{
  font-size: 17px;
}
.text-highlight{
  font-weight: 400;
  font-size: 17px;
}

/* CTA */
.bg-cta{
  padding: 0;
  background: #192F3D;
}

/*anim dots*/
.bar {
  position: absolute;
  z-index: 9999;
  top: 14.5rem;
  right: 130px;
  width: 19px;
  height: 3px;
  border-radius: 2px;
  background-color: #c5302c;
}
.load-10 .bar {
  animation: loadingJ 3s ease-in-out infinite;
}
@keyframes loadingJ {
  0%,
  100% {
    transform: translate(0, 0);
  }

  40% {
    transform: translate(50px, 0);
    background-color: #ff9933;
    width: 25px;
    opacity: 0.2;
  }
  60% {
    transform: translate(30px, 0);
    background-color: #fff;
    width: 15px;
    opacity: 0.7;
  }
  80% {
    transform: translate(110px, 0);
    background-color: #990099;
    width: 25px;
    opacity: 1;
  }
}


/*effect blink*/
.flashes {
  animation: blinker 0.3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
    color: #ff9933;
  }
}

/* swiper new */
.creative-fullpage--slider img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
  
}
/* ============ Full Page Slider ================= */
.creative-fullpage--slider{
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: 100vh;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	height: 100vh;
	position: relative;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	height: 100vh;
  filter: brightness(70%);
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
  filter: brightness(50%);
}
.creative-fullpage--slider .swiper-slide .slider-inner img.logos {
  position: relative;
  filter: brightness(100%);
  object-fit: contain;
  width: auto;
  display: inline-block;
  height: 67px;
  margin-top: 1em;
  margin-right: 2em;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 18%;
	left: 50px;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
  font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
  font-family: 'Oswald', sans-serif;
	margin-top: 50px;
	color: #fff;
	font-size: 60pt;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-decoration: none;
}
.desc-line{
  position: absolute;
  display: block;
  height: 1px;
  width: 40px;
  background-color: #fff;
  margin-top: 32px;
}
.swiper-slide .slider-inner .swiper-content p.disc {
  position: relative;
	font-size: 16px;
	width: 50%;
	margin-top: 15px;
  padding-left: 55px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 25px;
	color: #FFFFFF;
}
.creative-btn--wrap .creative-slide--btn a{
  text-decoration: none;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 1em;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffd51e;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 36px;
	top: unset;
	transition: all 0.4s;
	height: 5px;
	width: 5px;
	line-height: 5px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 44%;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 44%;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 40px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 20px;
}
.swiper-container-h .swiper-button-prev::after {
	content:"\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 20px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF;
}


/*inner page */
.bsection{
  margin-top: 2em;
}
.bsection p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.navbar-theme2 {
  background-color: #000;
}

h4.ltitle-post{
  margin-bottom: 0px !important;
}
h4.ltitle-post a{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

/* product content */
.product-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.product-title2{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.title-products{
  font-family: 'Oswald', sans-serif;
  font-weight: bolder;
  font-size: 22px;
}
h4.ltitle-product{
  margin-bottom: 0px !important;
}
h4.ltitle-product a:hover{
  font-weight: 700;
  color: #cc3333;
}
.image-wrapper {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  font-size: 0;
}
.image-wrapper img {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.image-wrapper:hover img {
  transform: scale(1.1);
}

.table-specs td{
  padding: 20px;
}

.tabs-section {
  padding: 1rem 1rem;
  background: transparent;
  font-family: 'Segoe UI', sans-serif;
}

.tabs-container {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Tab nav */
.tabs-nav {
  display: flex;
  background: #c5302c;
  background: linear-gradient(90deg, #c5302c, #BA2B28);
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tab svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.tab.active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

/* Content panes */
.tabs-content {
  padding: 2rem;
  background-color: #fff;
}

.tabs-content ul li{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1;
  color: #222;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Typography */
.tab-pane h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

.tab-pane p {
  font-size: 14px;
  color: #222;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
		width: 100%;
		text-align: left;
		left: 15px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area{
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after, 
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev{
		background: #000;
    opacity: 0.6;
	}
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 35%;
  }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 35%;
}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 64px;
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag{
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc{
		    margin: 20px auto 20px auto;
    font-size: 16px;
    width:85%;
	}
	.swiper-container-h .slider-pagination-area{
		display: none;
	}
	.swiper-slide .slider-inner .swiper-content p.disc br{
		display: none;
	}
  .creative-fullpage--slider .swiper-slide .slider-inner img.logos {
    height: 40px;
  }
}

/* end swiper */

/* swiper featured under mainslide */
.swiper.mySwiper{
  height: 300px;
}
.mySwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 260px;
    }

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 11px;
  border: 5px solid #EFEFEF;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.mySwiper .swiper-slide img:hover {
  border: 5px solid #176035;
  transform: scale(0.95);
}
.mySwiper .swiper-pagination {
  background-color: transparent;
  text-align: center;
  object-position: center;
  z-index: 999;
}
.mySwiper .swiper-slide h6 {
  position: absolute;
  bottom: 0px;
  font-size: 15px;
}
/* end swiper */

.button-product{
  text-align: center;
}
.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 35px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #fff;
  display: block;
  padding: 0 25px;
  line-height: 35px;
  transition: 0.5s;
  position: absolute;
  background: #c5302c;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  border-radius: 7px;
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #fff;
  display: block;
  padding: 0 25px;
  line-height: 35px;
  transition: 0.5s;
  position: relative;
  background: #176035;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
  border-radius: 7px;
}

@media only screen and (min-width: 1400px) {
    .c-content{
      padding-left: 0px;
    }
    .r-content{
      padding-left: 40px;
      padding-right: 40px;
    }
    .navbar-brand{
        width: 350px;
    }
    .home-titles h1{
      font-size: 45pt;
    }
    .home-titles h2{
      font-size: 40pt;
    }
    .home-line1{
      margin-top: 250px;
      height: 200px;
    }
    .home-button{
      margin-top: 420px;
    }
    .test-shine {
      height: 400px;
    }
}
@media (max-width: 1399px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1150px;
  }
  .maps img{
    width: 60%;
  }
}
@media only screen and (max-width: 576px) {
    .navbar-brand{
        width: 250px;
        padding-left: 15px;
    }
    .m-space{
      margin-top: 30px;
    }
    .r-content{
      padding-top: 33px;
      padding-right: 11px;
      padding-left: 15px;
      text-align: justify;
    }
    .subcontent-padd{
      padding-left: 15px;
    }
    .headlines-box{
      left: 0px;
    }
    #sect-services{
      padding-top: 50px;
    }
    .bg-content{
      background: transparent url('../../images/bg-contents.jpg') no-repeat;
      background-size: 150%;
      background-position: left top;
    }
    .test-shine {
      height: 145px;
    }
    .box-technology{
      background-color: #fff;
      text-align: center;
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .dark-button-text{
      font-size: 14px;
    }
    .mob-header p{
      color: #eee;
    }
    .square {
      width: 90%;
    }
    .center {
      transform-origin: right;
      animation: center-animate 2100ms ease-out;
    }
    .opt-button-text {
      letter-spacing: normal;x
      
    }
    .opt-text {
      width: 80%;
      font-weight: bold;
      font-size: 15px;
      line-height: 12px;
    }
    .opt-button:hover .opt-text {
      transform: translateY(-20px);
    }
    .opt-button:hover .opt-subtext {
      display: inline;
      opacity: 1;
      transform: translateY(-20px);
    }
    .r-content h4 {
      font-size: 12px;
      letter-spacing: normal;
    }
    .dark-button p {
      font-size: 13px;
      text-align: center;
    }
    .burger-menu {
      width: 53px;
      margin-right: 15px;
    }
    .box-whatuget img{
      width: 80%;
      margin: 0 auto;
      margin-bottom: 15px;
    }
    .maps img{
      width: 30%;
    }
    .w11{
      padding-top: 6%; 
    }
    .footer{
      padding: 33px;
      padding-top: 45px;
      padding-bottom: 45px;
    }
}