/*-- General --*/
body {
	background: #fff;
	color: #444;
	font-family: "Open Sans", sans-serif;
}
a {
	color: #edb041;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #51d8af;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 5px 0;
	padding: 0;
}
.pl-5{
	padding-left: 50px;
}
.imgs{
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	border-radius:5px;
}
.inner-img{
	background:#fafafa;
}
/* Back to top button */
.back-to-top {
	width:35px;
	height:35px;
	position: fixed;
	display: none;
	background: #edb041;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	text-align:center;
	border-radius: 2px;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
	border-bottom-left-radius:50%;
	right: 10px;
	bottom: 10px;
	transition: background 0.5s;
}
/* Whatsapp button */
.f-whatsapp {
	width:35px;
	height:35px;
	position: fixed;
	display: none;
	background: #10c246;
	color: #fff;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	text-align:center;
	border-radius: 2px;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
	border-bottom-left-radius:50%;
	right: 10px;
	bottom: 48px;
	transition: background 0.5s;
}
.cfmulli{
	margin-top:20px;
}
.cfmulli li{
	background:url(../img/ulli.png) left top no-repeat;
	padding-left:35px;
}
.darkfont{
	color:#333333;
}
.purewhitebg{
	background: #ffffff !important;
}
@media (max-width: 768px) {
	.back-to-top {
		right: 3px;
	}
	.f-whatsapp {
		right: 3px;
	}
}
.back-to-top:focus {
	background: #d68b03;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #d68b03;
	color: #fff;
}
.f-whatsapp:focus {
	background: #009688;
	color: #fff;
	outline: none;
}
.f-whatsapp:hover {
	background: #009688;
	color: #fff;
}
/*-- Top Bar --*/
#topbar {
	background: linear-gradient(45deg, #2f2f80 -100%, #4dafcf 100%);
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
#topbar .contact-info a {
	line-height: 1;
	color: #ffffff;
}
#topbar .contact-info a:hover {
	color: #e4bd01;
}
#topbar .contact-info i {
	color: #ffffff;
	padding: 4px;
}
.contact-info.float-left {
	color: #ffffff;
}
#topbar .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e947;
}
#topbar .social-links a {
	color: #ffffff;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e924;
}
#topbar .social-links a:hover {
	color: #e4bd01;
}
#topbar .social-links a:first-child {
	border-left: 0;
}
/*-- Header --*/
#header {
	padding: 20px 0;
	height: 110px;
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
#header #logo h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
#header #logo h1 a {
	color:#2f318e;
	line-height: 1;
	display: inline-block;
}
#header #logo h1 a span {
	color: #edb041;
}
#header #logo img {
	padding: 0;
	margin: 0;
}
@media (max-width: 1024px) {
	#header #logo h1 {
		font-size: 18px;
		margin: 0;
		padding: 0;
		line-height: 1;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
	}
	#header #logo img {
		height:50px;
	}
}
@media (max-width: 768px) {
	#header {
		padding: 24px 0 0 12px;
		height: 74px;
	}
	#header #logo h1 {
		font-size: 24px;
	}
	#header #logo img {
		max-height: 40px;
	}
}
@media (max-width: 426px) {
	#header #logo h1 {
		font-size: 20px;
	}
}
@media (max-width: 376px) {
	#header #logo h1 {
		font-size: 18px;
	}
}
@media (max-width: 321px) {
	#header #logo h1 {
		font-size: 14px;
	}
}
/*-- Intro Section --*/
#intro {
	width: 100%;
	height: 70vh;
	position: relative;
	background: url("../img/banner/Printing-Computer-Forms.jpg") no-repeat;
	background-size: cover;
}
#intro .intro-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 14%;
	z-index: 10;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: right;
}
#intro .intro-content h2 {
	color: #3a3a3a;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 300;
	text-align: right;
	/* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); */
	padding-top:15px;
	padding-bottom:15px;
	padding-right:40px;
}
@media (max-width: 1024px) {
	#intro .intro-content h2 {
		/* background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); */
	}
}
#intro .intro-content h2 span {
	color: #000000;
	text-align: right;
	font-size: 54px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	#intro .intro-content h2 {
		font-size: 22px;
		padding: 15px;
	}
}
@media (max-width: 426px) {
	#intro .intro-content h2 {
		/* background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 100%); */
		font-size:20px;
	}
	#intro .intro-content h2 span {
		color: #edb041;
		text-align: right;
		font-size: 34px;
		text-transform: uppercase;
	}
}
@media (max-width: 321px) {
	#intro .intro-content h2 {
		font-size:16px;
	}
	#intro .intro-content h2 span {
		color: #edb041;
		text-align: right;
		font-size: 28px;
		text-transform: uppercase;
	}
}
#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
}
#intro .intro-content .btn-get-started {
	background: #e4bd01;
	color:#ffffff;
}
#intro .intro-content .btn-get-started:hover {
	background: #945815;
	color:#ffffff;
}
#intro .intro-content .btn-projects {
	background: #edb041;
	border: 2px solid #edb041;
}
#intro .intro-content .btn-projects:hover {
	background: none;
	color: #edb041;
}
#intro #intro-carousel {
	z-index: 8;
}
#intro #intro-carousel::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
}
#intro #intro-carousel .item {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
/*-- Inner Banner --*/
#intro2 {
	width: 100%;
	height: 50vh;
	position: relative;
}
#intro2.banner1 {
	background: url("../img/banner/cbl-banner-about.jpg") bottom right no-repeat;
	background-size: cover;
}
#intro2.banner2 {
	background: url("../img/banner/cbl-banner-product.jpg") bottom right no-repeat;
	background-size: cover;
}
#intro2.bannerx {
	background: url("../img/banner/cbl-banner-bg.jpg") bottom left no-repeat;
	background-size: cover;
}
#intro2.banner4 {
	background: url("../img/banner/cbl-banner-contact.jpg") bottom right no-repeat;
	background-size: cover;
}
#intro2 .intro-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 13%;
	right: 13%;
	z-index: 10;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}
#intro2 .intro-content h2 {
	color: #333333;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	/* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); */
	padding-top:15px;
	padding-bottom:5px;
	padding-right:40px;
}
@media (max-width: 1024px) {
	#intro2 {
		width: 100%;
		height: 45vh;
		position: relative;
		background: url("../img/banner/Printing-Computer-Forms-CP.jpg") bottom left no-repeat;
		background-size: cover;
	}
	#intro2 .intro-content h2 {
		/* background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); */
	}
}
#intro2 .intro-content h2 span {
	color: #333333;
	text-align: left;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	#intro2 .intro-content{
		text-align: center;
	}
	#intro2 .intro-content h2 {
		font-size: 22px;
		padding: 25px 20px;
		text-align: center;
		background: linear-gradient(70deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%);
	}
}
@media (max-width: 426px) {
	#intro2 {
		width: 100%;
		height: 45vh;
		position: relative;
		background: url("../img/banner/Printing-Computer-Forms-CP.jpg") no-repeat;
		background-position-x: -100px;
		background-size: cover;
	}
	#intro2 .intro-content h2 {
		/* background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 100%); */
		font-size:18px;
	}
	#intro2 .intro-content h2 span {
		color: #edb041;
		font-size: 28px;
		text-transform: uppercase;
	}
}
@media (max-width: 321px) {
	#intro2 .intro-content h2 {
		font-size:16px;
	}
	#intro2 .intro-content h2 span {
		color: #edb041;
		text-align: right;
		font-size: 24px;
		text-transform: uppercase;
	}
}
#intro2 .intro-content .btn-get-started, #intro .intro-content .btn-projects {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#intro2 .intro-content .btn-get-started {
	background: #945815;
	color:#ffffff;
	border-radius: 0px;
	padding: 10px 25px;
}
#intro2 .intro-content .btn-get-started:hover {
	background: #e4bd01;
	color:#ffffff;
}
#intro .intro-content .btn-projects {
	background: #edb041;
	border: 2px solid #edb041;
}
#intro2 .intro-content .btn-projects:hover {
	background: none;
	color: #edb041;
}
#intro2 #intro-carousel {
	z-index: 8;
}
#intro2 #intro-carousel::before {
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 7;
}
#intro2 #intro-carousel .item {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#intro3 {
	width: 100%;
	position: relative;
}
.img100{
	width: 100%;
}
#intro3.bannerx {
	background: url("../img/banner/cbl-banner-x.jpg") center center no-repeat;
	background-size: cover;
}
#intro3 h2 {
	color: #333333;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	text-align: left;
	/* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); */
	padding-top:15px;
	padding-bottom:5px;
	padding-right:40px;
}
#intro3 h2 span {
	color: #333333;
	text-align: left;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
.ndp{
	display: flex;
	justify-content: center;
  	align-items: center;
}

/*-- Navigation Menu --*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul,.nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
	margin-top: 10px;
}
@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
	.img100{
		width: 50%;
	}
}
@media (max-width: 425px) {
	.img100{
		width: 80%;
		padding-left: 10%;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 20px 8px 0 8px;
	text-decoration: none;
	display: inline-block;
	color: #555;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	outline: none;
}
@media (max-width: 1024px) {
	.nav-menu a {
		padding: 16px 8px 8px 8px;
		text-decoration: none;
		display: inline-block;
		color: #555;
		font-family: "Raleway", sans-serif;
		font-weight: 700;
		font-size: 12px;
		outline: none;
	}
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color: #edb041;
}
.nav-menu > li {
	margin-left: 10px;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}
.nav-menu ul li:hover > a {
	color: #edb041;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;

	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #555;
}
@media (max-width: 768px) {
	#mobile-nav-toggle {
		display: inline;
	}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: #0c2e8a;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
	background: linear-gradient(45deg, #edb041 -200%, #0c2e8a 100%);
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fffc;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #edb041;
}
#mobile-nav ul .menu-item-active {
	color: #edb041;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(13, 13, 13, 0.9);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
/*-- Sections --*/
/* Sections Header */
.section-header {
	margin-bottom: 30px;
}
.section-header h2 {
	font-size: 32px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
	/* display: inline-block;
	*/
	text-align: center;
	margin-bottom: 25px;
}
h2.colorwhite{
	color: #ffffff;
}
.section-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 62px;
	height: 3px;
	bottom: 0;
	left: 0;
	border-top: #edb041 dashed 2px;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.section-header2 {
	margin-bottom: 30px;
}
.section-header2 h2 {
	font-size: 32px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
@media (max-width: 1024px) {
	.section-header h2 {
		font-size: 24px;
		text-transform: uppercase;
		font-weight: 700;
		position: relative;
		padding-bottom: 20px;
		/* display: inline-block;
		*/
		text-align: center;
	}
}
@media (max-width: 768px) {
	.section-header h2 {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 700;
		position: relative;
		padding-bottom: 20px;
		/* display: inline-block;
		*/
		text-align: center;
	}
}
@media (max-width: 321px) {
	.section-header h2 {
		font-size: 16px;
	}
}
.section-header p {
	padding: 0;
	margin: 0;
	text-align: center;
}
@media (max-width: 321px) {
	.section-header p {
		font-size: 14px;
	}
}
/* About Section */
#about {
	padding: 60px 0;
}
#about-dark{
	background: linear-gradient(45deg, #edb041 -132%, #0c2e8a 100%);
	padding: 50px 0 50px 0;
	color:#dddddd;
}
#about .about-img {
	overflow: hidden;
	background:#fafafa;
	background-size:100%;
	border:1px solid #eeeeee;
	text-align:center;
}
#about .about-img img {
	margin-left: 0;
	max-width: 100%;
}
#about .about-img2, #about-dark .about-img2 {
	overflow: hidden;
	border:0px solid #eeeeee;
	text-align:center;
}
#about .about-img2 img, #about-dark .about-img2 img {
	margin-left: 0;
	max-width: 100%;
}
@media (max-width: 768px) {
	#about .about-img {
		height: auto;
	}
	#about .about-img img {
		margin-left: 0;
		padding-bottom: 30px;
	}
	.mobpt20{
		padding-top:20px;
	}
}
#about .content h2 {
	color: #000000;
	font-weight: 700;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}
#about-dark .content h2 {
	color: #eeeeee;
	font-weight: 700;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}
#about .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
#about .content p, #about-dark .content p {
	line-height: 26px;
}
@media (max-width: 321px) {
	#about .content p {
		font-size:14px;
		line-height: 1.5;
	}
}
#about .content p:last-child {
	margin-bottom: 0;
}
#about .content i, #about-dark .content i {
	font-size: 20px;
	padding-right: 4px;
	color: #edb041;
}
#about .content ul, #about-dark .content ul {
	list-style: none;
	padding: 0;
}
#about .content ul li, #about-dark .content ul li {
	padding-bottom: 10px;
}
/* Services Section */
#services {
	background:url("../img/home-overlay-bg.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	color:#dddddd;
}
#services .box {
	padding: 10px 40px 40px 40px;
	margin-bottom: 40px;
	background: #fff;
	transition: 0.4s;
	border: 1px solid #dedede;
	color:#333333;
	font-size: 14px;
}
#services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
#services .box .icon {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px;
}
#services .box .icon i {
	color: #444;
	font-size: 44px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 0px;
}
#services .box .icon i:before {
	background: #0c2e8a;
	
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#services .box h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 22px;
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	margin: 0;
}
#services a .box > h4 {
	color: #444444;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
#services a .box:hover > h4 {
	color: #edb041;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
#services .box p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: block;
	margin: 0;
	padding-top: 15px;
}
/* Services Section */
#services2 {
	/*background: linear-gradient(0deg, #edb041 -100%, #ffffff 100%);
	*/
	padding: 60px 0;
	color:#dddddd;
	margin-bottom:0;
}
#services3 {
	/*background: linear-gradient(0deg, #edb041 -100%, #ffffff 100%);
	*/
	padding: 60px 0;
	color:#ffffff;
	margin-bottom:0;
}
.bggrey{
	background:#f3f3f3;
}
#services2 .box {
	min-height: 250px;
	margin-bottom: 30px;
	background: #fff;
	transition: 0.4s;
	border: 1px solid #dedede;
}
#services2 .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
#services2 .box .icon {
	display: block;
	text-align: center;
	margin: auto;
	width: 50%;
	padding: 5px;
	border-radius: 250px;
	margin-bottom: 30px;
	background: linear-gradient(45deg, #edb041 0%, #405ece 100%);
}
#services2 .box .icon img {
	width: 100%;
	border-radius: 250px;
}
.corebox1{
	background: url("../img/core-value-01.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.corebox2{
	background: url("../img/core-value-02.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.corebox3{
	background: url("../img/core-value-03.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.corebox4{
	background: url("../img/core-value-04.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.coreoverlay{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}
#services2 .box .title {
	font-weight: 700;
	font-size: 28px;
	text-align: left;
	z-index: 2;
	display: inline-block;
	color:#333333;
	width: 50%;
	padding-left: 10%;
}
#services2 .box .title2 {
	font-weight: 700;
	font-size: 28px;
	text-align: right;
	z-index: 2;
	display: inline-block;
	color:#333333;
	width: 50%;
	padding-left: 50%;
}
.coretxt{
	position:relative;
	z-index: 2;
}


#services2 a .box > h4 {
	color: #333333;
}
#services a .box:hover > h4 {
	color: #333333;
}
#services2 .box p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: block;
	margin: 0;
	padding-top: 15px;
}
.description{
	color:#666666;
}
@media (max-width: 767px) {
	#services .box .box {
		margin-bottom: 20px;
	}
	#services .box .icon {
		float: none;
		text-align: center;
		padding-bottom: 15px;
	}
	#services .box h4, #services .box p {
		margin-left: 0;
		text-align: center;
	}
}
/* Clients Section */
#clients {
	padding: 60px 0;
}
#clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
}
#clients img:hover {
	opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#clients .owl-dot.active {
	background-color: #edb041;
}
/* Our Portfolio Section */
#portfolio {
	background: linear-gradient(45deg, #edb041 -132%, #0c2e8a 100%);
	padding: 90px 50px;
	color: #ffffff9c;
}
#portfolio .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
	overflow: hidden;
	position: relative;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
#portfolio .portfolio-item h2 {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
	background: #00000085;
	border: 1px solid #fff;
	padding: 25px;
	/* background: linear-gradient(45deg, #edb04157 0%, #405ece91 100%);
	*/
}
#portfolio .portfolio-item img {
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	width: 100%;
}
#portfolio .portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* Testimonials Section */
#testimonials {
	padding: 60px 0;
}
#testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px 30px 0 30px;
	margin: 30px 15px;
	text-align: center;
	min-height: 250px;
	/* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	*/
}
@media (max-width: 767px) {
	#testimonials .testimonial-item {
		margin: 30px 10px;
	}
}
#testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}
#testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
	background: #f1f1f1;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 15px 15px 0 15px;
	padding: 22px 15px;
	font-size: 15px;
	color: #686868;
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #edb041;
}
.map{
	margin: 80px auto 40px;
}
p.help-block,p.help-block ul{
	float: left;
	margin: 0;
	padding: 0;
}
p.help-block li {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	list-style:none;
	color:red;
}
/* Call To Action Section */
#call-to-action {
	background-size: cover;
	padding: 40px 0;
}
.cta2 {
	margin-bottom:0;
	padding-bottom:0;
}
#call-to-action .cta-title {
	color: #333333;
	font-size: 28px;
	font-weight: 700;
}
#call-to-action .cta-text {
	color: #333333;
}
@media (min-width: 769px) {
	#call-to-action .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}
#call-to-action .cta-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	background:#fecf7b;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff;
}
#call-to-action .cta-btn:hover {
	background: #edb041;
	border: 3px solid #edb041;
}
/* Our Team Section */
#team {
	background: #fff;
	padding: 60px 0 0 0;
}
#team .member {
	text-align: center;
	margin-bottom: 20px;
}
#team .member .pic {
	overflow: hidden;
	text-align: center;
}
#team .member .pic img {
	max-width: 100%;
	border-bottom: 4px solid #edb041;
	padding: 20px 20px 0;
}
#team .member .details {
	background: #fff;
	color: #edb041;
	padding: 15px 0;
	border-radius: 0 0 3px 3px;
}
#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}
#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}
#team .member .social {
	margin-top: 5px;
	padding: 6px;
	text-align: center;
}
#team .member .social a {
	color: #081e5b;
	margin: 2px 6px;
	border: 1px solid #081e5b;
	width: 42px;
	display: inline-block;
	opacity: .4;
}
#team .member .social a:hover{
	color: #081e5b;
	margin: 2px 6px;
	border: 1px solid #081e5b;
	opacity: 1;
}
#team .member .social i {
	font-size: 16px;
	margin: 0 2px;
}
/* Contact Section */
#contact {
	padding: 60px 0 0 0;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 24px;
	display: inline-block;
	margin-bottom: 0;
	color: #edb041;
	float: left;
}
#contact .contact-info address, #contact .contact-info p {
	color: #000;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
	margin-top: 0;
	margin-left: 27px;
	font-size: 14px;
}
#contact .contact-info h3 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	float: left;
	margin: 8px 15px;
}
#contact .contact-info h4 {
	font-size: 22px;
	margin-bottom: 35px;
	font-weight: bold;
	color: #2f2f80;
	float: left;
	margin: 8px 15px 8px 0;
}
#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
	color: #edb041;
}
#contact .contact-cname, #contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	#contact .contact-cname, #contact .contact-address, #contact .contact-phone, #contact .contact-email {
		padding: 0;
		text-align: left;
	}
}
@media (max-width: 768px) {
	#contact .contact-cname, #contact .contact-address, #contact .contact-phone, #contact .contact-email {
		padding: 0;
		text-align: left;
	}
	#contact .contact-info address, #contact .contact-info p {
		margin-left: 10%;
		width: 90%
	}
}
@media (min-width: 768px) {
	#contact .contact-phone {
	}
}
#contact #google-map {
	height: 290px;
	margin-bottom: 20px;
}
@media (max-width: 576px) {
	#contact #google-map {
		margin-top: 20px;
	}
}
#contact .form #sendmessage {
	color: #edb041;
	border: 1px solid #edb041;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#contact .form input, #contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
#contact .form button[type="submit"] {
	background: #edb041;
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
	margin-top: 15px;
	display: block;
	overflow: hidden;
	outline: 0;
}
#contact .form button[type="submit"]:active {
	outline: 0;
}
#contact .form button[type="submit"]:hover {
	background: #081e5b;
}

/* Form Response Message */
#contactForm button:disabled {
    opacity: 0.5;
}
#responseMsg {
    width: 100%;
    font-size: 16px;
	text-align: left;
}
.error,
.processing {
    margin: 15px auto;
    padding: 10px;
	overflow: hidden;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
}
.success {
    margin: 15px auto;
	overflow: hidden;
    padding: 10px;
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}
/*-- Footer --*/
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background:#000000;
	padding: 20px 0 50px 0;
	font-size: 14px;
	color: #fff;
	margin-top:0 !important;
}
#footer .copyright {
	text-align: center;
	color: #ffffff;
	font-size:14px;
	padding-top:15px;
	width:100%;
	letter-spacing: 1px;
}
#footer .flinks{
	text-align: center;
	padding-top:30px;
	font-size: 13px;
	color: #eeeeee;
}
#footer .flinks a {
	color: #edb041;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #ffffff85;
	margin-top: 8px;
}
#footer .credits a {
	color: #edb041;
	font-size:13px;
}
.owl-carousel .owl-item img {
	display: block;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 426px) {
	#footer .flinks{
		text-align: center;
		padding-top:30px;
		font-size: 13px;
		color: #eeeeee;
		margin-top: 28px;
		margin-bottom:10px;
	}
	#footer .flinks a {
		color: #edb041;
		font-size:14px;
		padding:8px 15px;
		display:inline-block;
		text-align:left;
		width:100%;
		border-bottom:1px dotted #6c666b;
	}
	#footer .copyright {
		text-align: left;
		color: #ffffffad;
		font-size:14px;
		padding:8px 15px;
		margin-bottom:25px;
		line-height:1.6;
	}
	#footer .copyright span{
		display:inline-block;
	}
}
@media (max-width: 376px) {
	#footer .copyright {
		text-align: left;
		color: #ffffffad;
		font-size:13px;
		padding:8px 15px;
		margin-bottom:25px;
	}
}
/* 401 */
.mo401{
	float:left;
	padding-left:0;
}
@media (max-width: 769px) {
	.mo402{
		margin-top:0 !important;
		margin-bottom:0 !important;
	}
	.mo403{
		margin-top:20px;
		margin-bottom:20px;
	}
}
.greentxt{
	float:right;
	width:50%;
	background:#0C6;
	color:#ffffff;
	padding:10px;
	text-align:center;
	font-size:14px;
	border:1px solid #096;
	border-radius:3px;
}
.redtxt{
	float:right;
	width:50%;
	background:#F36;
	color:#ffffff;
	padding:10px;
	text-align:center;
	font-size:14px;
	border:1px solid #C30;
	border-radius:3px;
}
.form form{
	margin-top:20px;
	width: 100%;
	overflow: hidden;
}
.cbllogo img{
	height: 75px;
}
.slide .carousel-caption{
	top: 25%;
	right:15%;
	left:0%;
	width: 80%;
	z-index:100;
	color:#000000;
	text-align: left;
}
.slide .carousel-caption h5{
	font-size: 48px;
	font-weight: 800;
	padding-bottom: 20px;
}
.slide .carousel-caption p{
	padding-bottom: 10px;
}
.bannerbtn{
	background: #945815;
	color:#ffffff;
	border-radius: 0px;
	padding: 10px 25px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.bannerbtn:hover{
	background: #e4bd01;
	color:#ffffff;
}
.btmsection{
	padding: 60px 0;
	color: #dddddd;
	background: url("../img/home-overlay-bg.png") center center no-repeat #000000;
}
.btmtitle{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color:#eeeeee;
}
.btmicon{
	color: #e4bd01;
	border: 1px dashed #e4bd01;
	border-radius: 50%;
	width: 40px; height: 40px;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.btmsection a{
	color:#e4bd01;
	transition: 0.5s all;
}
.btmsection a:hover{
	color:#ffffff;
}
.btmsection a .btmiconfb{
	color: #ffffff;
	background: #1877f2;
	border: 1px dashed #ffffff;
	border-radius: 50%;
	width: 40px; height: 40px;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition:0.5s all;
}
.btmsection a .btmiconfb:hover{
	color: #ffffff;
	background: #2f2f80;
	border: 1px dashed #ffffff;
}

.btmsection a .btmiconwa{
	color: #ffffff;
	background: #4fca5d;
	border: 1px dashed #ffffff;
	border-radius: 50%;
	width: 40px; height: 40px;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition:0.5s all;
}
.btmsection a .btmiconwa:hover{
	color: #ffffff;
	background: #1b7625;
	border: 1px dashed #ffffff;
}
.btmmob img{
	width: 200px;
}

.carousel-inner{
	background: url("../img/banner/cbl-banner-bg.jpg") center center no-repeat;
	background-size:cover;
}
.carousel-item img{
	width: 85%;
	padding: 3% 5%;
	float: right;
}
.newmap{
	margin-top: 100px;
	width: 100%;
	display: block;
}
.img200{
	width: 200px;
}
.top-home-banner{
	background:url(../img/banner/cbl-banner-home-bg.jpg) right top no-repeat; 
	background-size:100%;
	min-height: 600px;
}
.banner-text{
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 150px;
	background: rgba(255,255,255,0.20);
	padding: 50px 50px 50px 50px;
}
.banner-text h5{
	font-size: 42px;
	font-weight: 800;
	padding-bottom: 20px;
}
.imgstyle{
	border: 1px solid #eeeeee;
	border-radius: 15px;
}
.pdesc{
	line-height: 1.2;
}
.ptit{
	font-size: 14px;
	width: 100%;
	font-weight: 700;
	text-align: center;
	border-bottom:1px solid #eeeeee;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.ptxt01{
	width: 25%;	float:left;
	padding-bottom: 7px;
}
.ptxt02{
	width: 5%;	float:left;
	padding-bottom: 7px;
}
.ptxt03{
	width: 70%;	float:left;
	padding-bottom: 7px;
}
.ntal{
	text-align: left !important;
}
.vidstyle{
	width: 100%;
	height: 500px;
	background:#eeeeee;
	padding: 10px;
	border-radius: 10px;
}
.tagline{
	color:#2f2f80;
	margin-bottom: 30px;
	font-size: 26px;
	font-family: 'Dancing Script', cursive;
	font-weight: 600;
}
.awardstxt{
	font-size: 10px;
}
.imgframe{
	border: 1px solid #eeeeee;
	border-radius: 15px;
	margin-bottom: 10px;
}
.waffq{
	font-size: 20px;
}
.c-iframe{
	width: 100%;
	border: 0;
	height: 500px;
}
.btn-primary{
	outline: none;
}

.newoverlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 0;
}
.contensec{
	height: 100vh;
	background:url(../img/background.png) center bottom no-repeat;
	background-size: cover;
}

.contactlink a{
	color: #E95154;
	letter-spacing: 1px;
	transition: 0.5s all;
}
.contactlink a:hover{
	color: #233EC6;
}

@media (max-width: 1530px) {
	.top-home-banner{
		background:url(../img/banner/cbl-banner-home-bg.jpg) right top no-repeat; 
		background-size: cover;
		min-height:inherit;
	}
}

@media (max-width: 1400px) {
	.tagline{
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
	.slide .carousel-caption{
		top: 10%;
		right:15%;
		width: 80%;
		z-index:100;
		color:#000000;
		text-align: left;
	}
	.banner-text{
		margin-top: 100px;
		margin-bottom: 100px;
		margin-left: 100px;
		background: rgba(255,255,255,0.7);
		padding: 50px 50px 50px 50px;
	}
	.tagline{
		font-size: 20px;
	}
	.ptxt01{
		width: 35%;	float:left;
	}
	.ptxt03{
		width: 60%;	float:left;
	}
	.waffq{
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.slide .carousel-caption{
		top: 15%;
		right:15%;
		z-index:100;
		color:#000000;
		text-align: left;
	}
	.slide .carousel-caption h5{
		font-size: 28px;
		font-weight: 800;
		padding-bottom: 10px;
	}
	.slide .carousel-caption p{
		padding-bottom: 0px;
		font-size: 12px;
	}
	.banner-text{
		margin-top: 100px;
		margin-bottom: 100px;
		margin-left: 50px;
		background: rgba(255,255,255,0.7);
		padding: 50px 50px 50px 50px;
	}

}

@media (max-width: 768px) {
	.slide .carousel-caption{
		top: 3%;
		right:0%;
		left:0%;
		width: 90%;
		z-index:1000;
		color:#000000;
		text-align: left;
	}
	.banner-text{
		margin-top: 100px;
		margin-bottom: 100px;
		margin-left: 50px;
		margin-right: 50px;
		background: rgba(255,255,255,0.7);
		padding: 50px 50px 50px 50px;
	}
	.banner-text h5{
		font-size: 38px;
		font-weight: 800;
		padding-bottom: 20px;
	}
	.banner-text p{
		font-size: 14px;
		padding-bottom: 20px;
	}
	.tagline{
		font-size: 26px;
	}
	.waffq{
		font-size: 20px;
	}
}

@media (max-width: 650px) {
	.tagline{
		font-size: 22px;
	}
}

@media (max-width: 576px) {
	.btmmob{
		text-align: center;
		margin-bottom: 30px;
	}
	.mobpl30{
		padding-left: 30px;
		margin-top: 20px;
	}
	.carousel-item img{
		width:100%;
		padding: 3% 5%;
		float: right;
		padding-bottom: 250px;
		
	}
	.slide .carousel-caption p{
		padding-bottom: 0px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.slide .carousel-caption{
		width: 100%;
		display:inline-block;
		margin-top: -250px;
		padding:10px 10%;
		color:#000000;
		text-align: left;
	}
	.banner-text h5{
		font-size: 28px;
		font-weight: 800;
		padding-bottom: 20px;
	}
	.banner-text p{
		font-size: 12px;
		padding-bottom: 20px;
	}
	.banner-text{
		margin-top: 100px;
		margin-bottom: 100px;
		margin-left: 20px;
		margin-right: 20px;
		background: rgba(255,255,255,0.7);
		padding: 50px 50px 50px 50px;
	}
	
}

@media (max-width: 576px) {
	.tagline{
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.tagline{
		font-size: 18px;
	}
}

@media (max-width: 460px) {
	.tagline{
		font-size: 14px;
	}
}

@media (max-width: 378px) {
	.banner-text{
		padding: 50px 20px 50px 20px;
	}
}