p, a {font-weight: 400;}
h1 {font-size: 40px !important;}
h2 {font-size: 40px !important;}
h3 {font-size: 28px !important;}
.light-300 {font-weight: 300;}
.regular-400 {font-weight: 400;}
.semi-bold-600 {font-weight: 600;}
.typo-space-line::after,
.typo-space-line-center::after {
	content: "";
	width: 150px;
	display:block;
	position: absolute;
	border-bottom:  5px solid #c02f00;
	padding-top: .5em;
}

.typo-space-line-center::after {left: 50%;margin-left: -75px;}

/* Banners */
#websites_banner {
	background-image: url('./../img/banners/websites.jpg');
	background-position: center center; background-size: cover;
	height: 100%;
	width: 100%;
}

#infrastructure_banner {
	background-image: url('./../img/banners/infrastructure.jpg');
	background-position: center center; background-size: cover;
	height: 100%;
	width: 100%;
}

#abstract_banner {
	background-image: url('./../img/banners/abstract.jpg');
	background-position: center center; background-size: cover;
	height: 100%;
	width: 100%;
}

#partners_banner {
	background-image: url('./../img/banners/partners.jpg');
	background-position: center center; background-size: cover;
	height: 100%;
	width: 100%;
}

#legals_banner {
	background-image: url('./../img/banners/legals.jpg');
	background-position: center center; background-size: cover;
	height: 100%;
	width: 100%;
}

#zen_banner {
	background-image: url('./../img/banners/zen.jpg');
	background-position: center center; background-size: cover;
	height: 100%;
	width: 100%;
}

#management_banner {
	background-image: url('./../img/banners/management.jpg');
	background-position: center center; background-size: cover;
	height: 100%;
	width: 100%;
}

/* Main Nav */
#main_nav .nav-item .nav-link:hover {color: #fff;}

/* Home */
#index_banner {
	background-image: url('./../img/back0.jpg'); /* banner-bg-01.jpg */
	background-position: center center; background-size: cover;
	height: 100%;
	min-height: 60vh;
	width: 100%;
}

#index_banner .carousel-item {min-height: 60vh;}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
	color: #c02f00 !important;
	text-decoration: none;
	font-size: 4em;
}
#index_banner .carousel-inner {height: 80vh;}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {background-color: #c02f00 !important;}
.service-wrapper .service-footer {max-width: 720px;}
.service-work.card {
	border-radius: 10px !important;
	cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
	background-size: 300% 300%;
	background-position: 0% 100%;
	transition: .5s;
}
.service-work .service-work-vertical:hover {
	background-position: 0% 0%;
	transition: .5s;
}
.service-work .service-work-vertical:hover * {
	color: #000;
	border-color: #000;
	transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
	background-size: 300% 300%;
	background-position: 0% 100%;
	transition: .5s;
	cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
	background-position: 0% 0%;
	transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
	top: 50%;
	margin-top: -2.5em;
	position: absolute;
}
.recent-work .recent-work-vertical:hover * {
	color: white;
	transition: .5s;
}
.progress {height: 8px;}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

.Infrastructure .card-body { text-align:justify; }

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}
