.tp-hero-4-height {
	padding-top: 200px;
	padding-bottom: 120px;
}

.black-bg-5 {
	background-color: #0A1A46;
} 

.tp-hero-4-title-box {
	margin-top: 0;
}

.tp-hero-4-title {
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #00a99b; 
}

.text-medium {
    font-size: 24px;
}

.text-green {
    color: #00a99b;
}
h2.tp-hero-4-title {
	font-size: 120px; 
}

.logo-black img {
    height: 80px;
    width: 100px;
    object-fit: contain
}
.hero-img {
	height: 671px; 
	object-fit: contain;
    object-position: top right;
	position: absolute;
	top: 0;
	right: 70px;
	/* background: #ddd; */
    z-index: 5;
}

.tp-text-slider-4-area {
    position: relative;
    z-index: 1;
}
.tp-text-slider-4-wrap {
	background-color: #00a99b;
	padding: 10px 0; 
}

.tp-text-slider-4-item span { 
	text-transform: lowercase;
	color: #FFF; 
}

.tp-brand-item img {
	opacity: 1;
	height: 100px;
	width: 100%;
	object-fit: contain;
	border: 1px solid #DDD;
	border-radius: 10px;
} 

.container-fluid {
	padding: 0 !important;
}

.br-10 {
    border-radius: 10px;
}

.bg-dark { 
	background-color: #162251 !important;
} 
.brand-img {
	height: 40px;
	width: 120px;
	object-fit: contain;
}

.tp-marquee-area {
	padding: 100px 0;
	background: #162251;
}

.text-medium {
	font-size: 18px;
	font-weight: 400;
}

.social-icon{
	height: 30px;
	width: 30px;
	object-fit: contain;
}
.client-img {
    height: 30px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.marquee-wrapper { 
	/* width: 100%; */
	/* height: 100px;  */
	/* display: flex;
	justify-content: center;
	align-items: center; */
	position: relative;
    width: 100%;
    height: 300px; /* set parent height */
    overflow: hidden;
  }
  
.marquee {
	overflow: hidden;
	white-space: nowrap;
	background: yellow;
	color: black;
	font-weight: bold;
	padding: 0.5em;
	font-size: 20px;
	position: absolute;
    width: 150%;  /* make them long enough to cover diagonally */
    height: 50px; /* thickness of the strip */
    top: 50%;
    left: 50%;
    transform-origin: center;
  }
  
  .marquee.marquee1 {
    background: #00a99b;
    transform: translate(-50%, -50%) rotate(10deg);
}

.marquee.marquee2 {
    background: #FF0745;
    transform: translate(-50%, -50%) rotate(-10deg);
}
  
  .marquee__inner {
	display: inline-block;
	 /* start off screen */
	/* animation: scroll 10s linear infinite; */
  }

  .sticky-logo {
	height: 70px;
	width: 90px;
	object-fit: contain;
	float: left;
}

.ogp-vertical-carousel {
	width: 100%;         /* adjust as needed */
	height: 64vh;        /* visible area */
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	margin-top: 30px;
	border: 2px solid #4257aa;
	padding: 10px;
  }
  
  .ogp-carousel-track {
	display: flex;
	flex-direction: column;
  }
  
  .ogp-carousel-track img {
	width: 100%;
	height: 100%;        /* match container height */
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 15px;
  }

  /* @keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
  } */
  
.tp-service-3__circle-img .text-img img { 
	height: 130px;
	width: 130px;
	object-fit: contain;
}  

footer svg {
	enable-background: new 0 0 122.88 122.27;
	height: 20px;
	width: 20px;
	object-fit: contain;
}

.pop-image {
	height: 95vh;
	width: 100%;
	object-fit: contain;
	position: absolute;
	top: -7%;
	left: 100%;
	z-index: 9999999;
	display: none; /* hidden by default */
}
.pop-image.show {
    display: block;
}

@media (max-width: 767px) {

	.hero-img { 
		top: 0;
		right: -25%; 
		opacity: 0.15;
	}
	h2.tp-hero-4-title {
		font-size: 30px;
	}
	.tp-hero-4-title {
		font-size: 50px; 
	}
	.text-medium {
		font-size: 16px;
		font-weight: 400;
	}
	.pop-image {
		height: 80vh;
		width: 70%; 
		top: -60%;
		left: 15%;
		z-index: 9999999;
		display: none; /* hidden by default */
	}
	.tp-service-3__circle-img {
	    display: none;
    }
  }

