
* {
	margin: 0;
	padding: 0;
	font-family: Raleway;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.6em;
}
.fix {
	overflow: hidden;
}

/*============ Wrappers =============*/
.main_wrapper {
	width: 100%;
}
.main_wrapper:after {
	content: '';
	display: block;
	clear: both;
}
/*--------------------------*/
.wrapper {
	max-width: 960px;
	margin: 0 auto; 
}

/*========== Header ===========*/
.header_bg {
	background-color: #F3F3F3;
}
header {
	overflow: hidden;
	padding: 20px 0px;
}
header .logo {
	float: left;
}
header nav {
	float: right;
	margin-top: 10px;
}
header nav li {
	display: inline-block;
}
header nav li a {
	display: inline-block;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #7B7C7C;
}
header nav li.active a {
	color: #1abb9c;
}
header nav li a:hover {
	transition: 0.4s all;
	color: #1abb9c;
}

/*========= Welcome text ==========*/
.welcome {
	overflow: hidden;
	padding: 40px 0px;
	color: #606060;
}
.welcome p {
	font-size: 18px;
}

/*========= Slider ==========*/
.slide {
	position: relative;
}
.hover {
	display: none;
}
.slide > span {
	display: inline-block;
	padding: 10px 20px;
	background-color: #FFF;
	position: absolute;
	top: 38%;
	left: 20px;
	cursor: pointer;
}
.slide span:nth-child(2) {
	left: unset;
	right: 20px;
	cursor: pointer;
}
.slide > span:hover {
	transition: 0.3s all;
	background-color: #f0f0f0;
}
.slide img {
	width: 100%;
}
.slide .caption {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #606060;
}
.slide .caption h2 {
	background-color: #fff;
	margin: 10px;
	margin-bottom: 0px;
	padding: 10px;
}
.slide .caption p {
	background-color: #fff;
	margin: 10px;
	margin-top: 4px;
	padding: 10px;
	font-size: 15px;
}

/*========= Common Heading ========*/
.heading-h {
	padding: 20px 0px;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
}
.heading-h.trans h3 {
	position: relative;
	background-color: transparent;
	color: white;
}
.heading-h.trans h3:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: white;
	color: white;
	left: -85px;
	top: 19px;
}
.heading-h.trans h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: white;
	color: white;
	right: -85px;
	top: 19px;
}
.heading-h hr {
	width: 350px;
	margin: 0px auto;
	margin-top: -21px;
	border: none;
	height: 1px;
	background-color: #E1E1E1;
}
.heading-h h3 {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	text-transform: uppercase;
	word-spacing: 4px;
	font-size: 16px;
}
.heading-h p {
	margin-top: 30px;
}

/*========== Service ==========*/
.services {
	display: flex;
}
.service {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0px 5px;
	position: relative;
}
.service:after {
	content: '';
	display: block;
	background-color: unset;
	width: 96%;
	height: 97%;
	position: absolute;
	top: 3px;
	left: 3px;
	border: 1px solid #ddd;
}
.service h4 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 15px 0px;
	color: #606060;
}

/*========= Process ==========*/
.process_bg {
	background: url(img/process_bg.png) no-repeat;
	background-size: cover;
}
.processes {
	overflow: hidden;
	padding-bottom: 50px;
}
.processes .process {
	width: 270px;
	float: left;
}
.processes .process:last-child {
	width: 150px;
}
.processes .process h5 {
	color: white;
	text-transform: uppercase;
}
.processes .process .img {
	margin-left: 20px;
	display: inline-block;
	border: 1px solid #07C1A0;
	padding: 12px 23px;
	border-radius: 50%;
	margin-bottom: 20px;
	cursor: pointer;
}
.processes .process .img:hover {
	transition: 0.5s all;
	background-color: #07C1A0;
}
.processes .process img {
	width: 30px;
	height: 45px;
}

/*=========== Project ===========*/
.projects {
	display: flex;
}
.projects .project {
	margin: 0px 10px;
	text-align: center;
}
.projects .project img {
	width: 311px;
	margin-bottom: 13px;
}
.projects .project h3 {
	color: #606060;
	font-size: 16px;
	word-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.projects .project p {
	width: 100%;
	color: #7a7a7a;
	margin-bottom: 10px;
}
.projects .project p.light-blue {
	width: auto;
	color: #1abb9c;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

/*========= reviews ==========*/
.review_bg {
	background: url(img/ct_think.png);
}
.review {
	text-align: center;
}
.review p {
	color: white;
	margin-bottom: 10px;
}
.review a {
	color: #1abb9c;
	font-weight: bold;
	word-spacing: 3px;
}

/*========== Journal ==========*/
.journals {
	display: flex;
	margin: 30px 0px;
}
.journals .journal {
	text-align: center;
	margin: 0px 10px;
}
.journals .journal img {
	width: 300px;
}
.journal .meta {
	text-align: left;
	overflow: hidden;
	padding: 15px 0px;
}
.journal .meta .date {
	float: left;
	width: 55px;
	height: 55px;
	border: 1px solid #ddd;
	text-align: center;
	padding-bottom: 5px;
	overflow: hidden;
	color: #7a7a7a;
}
.journal .meta .date p:first-child {
	font-weight: bold;
}
.journal .meta .title_links {
	float: left;
	padding-left: 10px;
	width: 245px;
	color: #1abb9c;
}
.journal .meta .title_links h3 {
	font-size: 16px;
	color: #606060;
}
.journal .meta .title_links a {
	font-weight: bold;
	color: #1abb9c;
	font-size: 13px;
}
.journal .meta .title_links a:hover {
	transition: 0.5s all;
	color: #1ca489 ;
}
.journal p {
	width: 100%;
	color: #606060;
	font-size: 15px;
}
/*========= Footer top ==========*/
.footer_top_bg {
	background-color: #373737;
	padding: 40px 0px;
}
.footer-top-wrapper {
	display: flex;
	color: #cacaca;
}
.single-footer {
	padding: 0px 10px;
	width: 280px;
}
.single-footer h3 {
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 15px;
	color: #f0f0f0;
}
.single-footer p {
	margin-bottom: 15px;
}
.single-footer ul li {
	margin: 10px 0px;
}
.single-footer i {
	margin-right: 10px;
}

/*======== Footer ========*/
.footer_bg {
	background-color: #3D3D3D;
}
footer {
	overflow: hidden;
	padding: 20px 0px;
	color: #cacaca;
}