:root{
	--mainfonts: 'Urbanist', sans-serif;
	--dark: 	#222222;
	--blue:		#3E72F8;
	--yellow:   #FFC727;
	--fs18: 	18px;
	--fs16: 	16px;
	--fs14: 	14px;
	--fs13: 	13px;
	--fs48: 	48px;
	--fs32: 	32px;
	--fs24: 	24px;
	--fs20: 	20px;
	--fs64: 	64px;
}

*, html, body{
	font-family: var(--mainfonts);
	font-size: var(--fs18);
	color: var(--dark);
}
img, svg {
	max-width: 100%;
}

.call_us {
	display: flex;
	list-style-type: none;
	gap: 20px;
	padding: 10px 0;
	justify-content: flex-end;
	margin-bottom: 0;
}
.call_us li{
	list-style-type: none;
	gap: 10px;
	display: flex;
	align-items: center;
}

header .navbar{
	padding: 0;
}
header .navbar .nav-link{
	color: var(--dark);
	opacity: 1;
	padding: 0 30px!important;
}

header .navbar .last-nav .nav-link{
	padding-right: 0!important;
}

.speead-section{
	display: flex;
	align-items: center;
	font-size: var(--fs18);
	color: var(--dark);
	line-height: normal;
	gap: 20px;
}
.soul-icons{
	background-color: var(--dark);
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 55px;
	min-height: 55px;
	border-radius: 6px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}
h1{
	font-size: var(--fs64);
	font-weight: 700;
}
h2 {
	font-size: var(--fs48);
	color: #222;
	line-height: normal;
}
h3 {
	font-size: var(--fs32);
	color: #222;
	line-height: normal;
}
.fs-20{
	font-size: var(--fs20);
}
.pt-100{
	padding-top: 100px;
}
.mt-80{
	margin-top: 100px;
}

.pb-100{
	padding-bottom: 100px;
}
p {
	color: #222;
	font-style: normal;
	font-weight: 400;
	line-height: 166%;
}
.happen-section {
	background-image: url(../images/happen-bg.png); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 450px;
	padding-top: 210px;
	position: relative;
}
.btn {
	border-radius: 6px;
	padding: 7px 20px;
}
.btn-primary{
	background-color: var(--dark);
	border-color: var(--dark);
}
.small-title {
	color:var(--dark);
	font-size: var(--fs20);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mobile-view {
	display: none;
}
.innovative-solutions {
	background-image: url(../images/com-bg.png);
	background-size: cover;
	background-position: center center;
	min-height: 930px;
}
.nnterested-section {
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	background-position: center center;
	align-items: center;
	display: flex;
}
.images-bg-rectangle {
	flex-shrink: 0;
	background-image: url(../images/bg-img.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-images-rec {
	text-align: center;
	display: block;
}
.bg-images-rec .btn {
	border-radius: 6px;
	background: #323232;
	padding: 7px 20px;
	border-radius: 6px;
	border: 2px solid var(--yellow);
	background: var(--yellow);
	color: black;
}
.footer-section {
	background: #0F0F0F;
}
.social-list  .nav-link {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	background: #fff;
	border-radius: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
}
.social-list  {
	margin-bottom: 0 !important;
	list-style: none;
}
.social-list {
	margin-bottom: 0 !important;
	list-style: none;
	text-align: left;
	padding-left: 0;
}
.social-list .nav-item {
	margin-right: 10px;
	margin-bottom: 10px;
}
.copyright-blog span {
	color: #FFF;
	text-align: center;
	font-size: var(--fs16);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.copyright-blog {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 24px 0;
}
.footer-section .nav-link {
	font-size: var(--fs14);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.footer-section p {
	font-size: var(--fs14);
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.footer-section h4 {
	font-size: var(--fs20);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 15px;
}

.header-banner {
	padding-bottom: 50px;
	position: relative;
}
.header-banner .container{
	position: relative;
	z-index: 2;
}
.header-banner:after{
	content: '';
	background: url(../images/bg_pattern.webp) repeat center 0;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 300px;
	bottom: -140px;
	z-index: 0;
}

.dropdown-toggle::after {
	border: 0px;
	background:url(../images/arrow_dropdown.svg) no-repeat 0 0;
	width: 24px;
	height: 24px;
}
header .navbar .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sticky{
	background-color: var(--bs-white);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.bg-yellow{
	background-color: var(--yellow);
}

.bg-blue{
	background-color: var(--blue);
}

.bg-dark {
	background-color: var(--dark);
}

.innterpage-banner {
	margin: 20px 0 0 0;
	position: relative;
}

.innterpage-banner .bg-yellow,
.innterpage-banner .bg-blue{
	height: 500px;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
.innterpage-banner .container{
	position: relative;
	z-index: 99;
}

.content-list{
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 50px;
}
.contat-us-page {
	background-color: var(--bs-white);
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 100px;
	padding: 100px 0;
	margin-top: 50px;
}
.list-item-info{
	list-style-type: none;
	padding: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}
.list-item-info li {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: var(--fs18);
	justify-content: flex-start;
	text-align: left;
}
.contact-info-icon{
	min-width: 52px;
	min-height: 52px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border:1px solid #000;
}
.form-control{
	padding: 20px 20px;
	background-color: #EFEFEF;
	font-size: var(--fs16);
	color: var(--dark);
	border:0;
}
.title-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.fs-24{
	font-size: var(--fs24);
}
.textarea-control{
	resize: none;
	min-height: 200px!important;
}
.map-img {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-nav .nav-link.active{
	color: var(--yellow);
}

/*---Service pages css start here--*/
.service_hilight-section{
	padding: 3rem;
	border-radius: 20px;
}
.service_hilight-section p{
	font-size: var(--fs20);
	font-weight: 600;
}
.counting {
	background: rgba(0, 0, 0, 1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #fff;
}
.servers-page .our-story h3 .fs-2 {
	font-size: var(--fs24) !important;
}
.servers-page .structure ul {
	padding-left: 1rem;
}
.offer-section.servers-page {
	padding-bottom: 28px;
}

.mt-top-cls {
	margin-top: 33px;
}

/*---Career page css start here--*/
.career-page-banner{
	background-color: #F9F9F9;
}
.career-page-banner h1 span.blue-text{
	font-size: var(--fs64);
	color: var(--blue);
}
.job-list-items ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.job-list-items ul li{
	border:1px solid #DBDBDB;
	border-radius: 20px;
	box-shadow: 1px 3px 9px 2px rgba(0, 0, 0, 0.04);
	background-color: var(--bs-white);
	padding: 45px;
	margin: 30px 0;
	position: relative;
}
.w-70{
	max-width: 70%;
}
.job-title{
	font-size: var(--fs32);
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 10px;
}
.job-tag{
	background-color: #EDEDED;
	padding: 5px 10px 5px 30px;
	border-radius: 20px;
	font-size: var(--fs18);
	font-weight: 400;
	position: relative;
}
.job-tag:after{
	content: '';
	border-radius: 20px;
	height:8px;
	width: 8px;
	display: flex;
	position: absolute;
	left: 15px;
	top: 14px;
	line-height: 0;
	background-color: var(--dark);
}
.job-location{
	position: absolute;
	right: 45px;
	top: 45px;
	background-color: #EDEDED;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: var(--fs18);
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 99;
}
.job-type {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: var(--fs16);
}
.career-form label{
	margin-bottom: .5rem;
}
.select-role{
	appearance: auto!important;
}

@media(max-width:1450px){
	.images-bg-rectangle{
		height: 460px;
	}
	.bg-images-rec {
		max-width: 90%;
	}
	h2 {
		font-size: var(--fs32);
	}
	h3 {
		font-size: var(--fs24);
	}
	.fs-20 {
		font-size: var(--fs16);
	}
	*,html, body{
		font-size: var(--fs16);
	}
}

@media(max-width:1199px){
	*, html, body {
	  font-size: var(--fs14);
	}
	h1 {
	  font-size: var(--fs32);
	}
	.fs-20 {
		font-size: var(--fs16);
	}
	.speead-section{
		gap: 10px;
		font-size: var(--fs14);
	}
	.soul-icons {
		width: 35px;
		height: 35px;
		min-width: 35px;
		min-height: 35px;
	}
	.soul-icons img{
		max-width: 60%;
	}
	.pt-100 {
		padding-top: 60px;
	}
	h2 {
		font-size: var(--fs24);
	}
	.happen-section {
		height: 300px;
		padding-top: 150px !important;
	}
	.story-banner {
		margin-bottom: 30px;
	}
	h3{
		font-size: var(--fs20);
	}
	.innovative-solutions {
		min-height: 600px;
	}
	.small-title{
		font-size: var(--fs14);
	}
	.images-bg-rectangle {
		height: 280px;
	}
	.bg-images-rec p{
		font-size: var(--fs13);
		margin-bottom: 0;
	}
	.bg-images-rec p br:first-child{
		display: none;
	}
	.bg-images-rec {
		max-width: 90%;
	}
	.pb-100 {
		padding-bottom: 60px;
	}
	.footer-section h4{
		font-size: var(--fs16);
	}
	.footer-section .nav-link, .footer-section p, .copyright-blog span{
		font-size: var(--fs13);
	}
	.fs-24 {
		font-size: var(--fs16);
	}
	.career-page-banner h1 span.blue-text {
		font-size: var(--fs32);
	}
	.job-title{
		font-size: var(--fs24);
	}
	.job-tag{
		font-size: var(--fs16);
	}
	.job-location {
		font-size: var(--fs16);
	}
}
@media(max-width:992px){
	.story-section {
	  flex-direction: column-reverse;
	}
	header .navbar .nav-link{
		padding: 10px 0px!important;
	}
	.contat-us-page {
		background-color: var(--bs-white);
		border-radius: 20px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		margin-bottom: 100px;
		padding: 50px;
		margin-top: 50px;
	}
	.title-text {
		margin-top: 50px;
	}
	header .navbar .nav-link{
		justify-content: flex-start;
	}
	.dropdown-toggle::after {
		right: 0;
		left: auto;
		position: absolute;
	}
	.innterpage-banner .bg-yellow {
		height: 200px;
	}
	.innterpage-banner .bg-blue, .innterpage-banner .bg-dark {
		height: 200px;
	}
	.career-page-banner h1 span.blue-text {
		font-size: var(--fs32);
	}
	.career-page-banner{
		text-align: center;
		padding-top: 20px;
	}
	.job-title{
		font-size: var(--fs24);
	}
	.w-70 {
		max-width: 100%;
	}
	.job-type{
		font-size: var(--fs14);
	}
}
@media (max-width:767px){
	
	.mb-cls-tp {
		margin-top: 40px !important;
	}
	.servers-page .counting {
		margin: 0 auto;
	}
	*, html, body {
		font-size: var(--fs14);
	}
	.desktop-view {
		display: none;
	}
	h1 {
		font-size: var(--fs24);
		text-align: center;
	}
	.mobile-view {
		display: block !important;
	}
	.images-bg-rectangle{
		height: 360px;
		margin-top: 30px;
	}

	.bg-images-rec {
		max-width: 70%;
	}
	

	h2 {
		font-size: var(--fs24);
	}
	p {
		font-size: var(--fs14);
	}
	.header-banner p {
		font-size: var(--fs14);
		text-align: center;
	}
	.speead-section {
		font-size: var(--fs14);
		gap: 20px;
		margin-bottom: 20px;
	}
	.navbar-brand {
		max-width: 100px;
	}
	.top-bar {
		display: none;
	}
	.pt-100 {
		padding-top: 60px;
	}
	h3 {
		font-size: var(--fs18);
	}
	.pb-100 {
		padding-bottom: 60px;
	}
	.happen-section h2{
		margin-bottom: 2rem;
	}
	.happen-section, .innovative-solutions {
		background: var(--yellow);
		height: auto;
		margin-top: 60px;
	}
	.story-section {
		flex-direction: column-reverse;
	}
	.story-banner {
		max-width: 70%;
		margin: 0 auto 30px;
	}

	.small-title{
		font-size: var(--fs16);
		margin-top: 50px;
		display: flex;
	}
	.innovative-solutions h2{
		margin-bottom: 20px;
	}
	.fs-20, 
	.fs-24 {
		font-size: var(--fs14);
	}
	.happen-section {
		height: auto;
		padding-top: 60px !important;
	}
	.career-page-banner h1 span.blue-text {
		font-size: var(--fs24);
	}
	.career-page-banner{
		text-align: center;
		padding-top: 20px;
	}
	.job-title{
		font-size: var(--fs18);
	}
	.job-tag{
		font-size: var(--fs14);
	}
	.job-location {
		font-size: var(--fs14);
	}
	.job-type{
		font-size: var(--fs13);
	}
}
@media(max-width:600px){
	.contat-us-page {
		padding: 30px;
	}
	.job-location.wow.fadeInUp {
		position: relative;
		top: 12px;
		left: -1px;
		max-width: 82%;
		display: flex;
		justify-content: center;
	}
	.job-list-items ul li {
		padding: 20px 20px 40px 20px;
		margin: 20px 0;
	}
}
