* {
	margin: 0;
	padding: 0;
	font-family: Raleway;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.6em;
}
input {
	outline: none !important;
}
.fix {
	overflow: hidden;
}

/*======= Wrappers =======*/
.main-wrapper {
	width: 100%;
}
.main-wrapper:after {
	content: '';
	display: block;
	clear: both;
}
/*-------------------------*/
.wrapper {
	max-width: 1110px;
	margin: 0 auto;
}

/*========= Header ==========*/
.header_bg {
	background-color: #283048;
}
header {
	display: block;
	overflow: hidden;
	padding: 30px 0px;
}
header .logo {
	display: inline-block;
	float: left;
}
header nav {
	display: inline-block;
	float: right;
}
/*---------------------------*/
header nav ul li {
	float: left;
}
header nav li a {
	display: block;
	padding: 5px 20px;
	text-transform: capitalize;
	color: #a8b9c0;
}
header nav ul li.search a {
	color: #00c7c0;
}
header nav ul li.search a {
	border-left: 1px solid #00c7c0;
}
header nav li a:hover {
	transition: 0.4s all;
	color: #00c7c0;
}
header nav ul li.active a {
	color: #00c7c0;
}

/*----------- Header bottom ------------*/
.header_bottom {
	overflow: hidden;
	padding: 80px 0px;
	text-align: center;
	color: #fff;
}
.header_bottom h1 {
	font-size: 45px;
	font-weight: 400;
}
.header_bottom p {
	color: #a8b9c0;
	font-size: 15px;
}
a.uni_a {
	display: inline-block;
	padding: 10px 30px;
	background-color: #FE1A5B;
	color: #ffc501;
	margin-top: 30px;
	border-radius: 25px;
	font-weight: bold;
	transition: 0.4s all;
}
a.uni_a::first-letter {
	text-transform: uppercase;
}
a.uni_a:hover {
	background-color: #E51651;
}

/*========= Services =========*/
.service_wrapper {
	overflow: hidden;
	padding: 40px 0px;
}
/*--------- Uhead -----------*/
.uhead {
	overflow: hidden;
	padding: 20px 0px;
	text-align: center;
}
.uhead img {
	margin-bottom: 20px;
}
.uhead h2 {
	margin-bottom: 5px;
	font-size: 25px;
	color: #1a2940;
	text-transform: capitalize;
}
.uhead p {
	color: #a8b9c0;
}
.uhead hr.uni_hr {
	display: inline-block;
	width: 100px;
	height: 2px;
	border: none;
	text-align: center;
	background-color: #03CAC1;
}

/*--------------------------------*/
.services {
	overflow: hidden;
	padding: 40px 0px;
	text-align: center;
}
.services .service {
	width: 350px;
	float: left;
	margin-right: 30px;
	padding: 20px;
}
.services .service:last-child {
	margin-right: 0px;
}
.services .service i {
	font-size: 45px;
	color: #03CAC1;
	margin-bottom: 20px;
}
.services .service h3 {
	font-size: 22px;
	color: #ffc501;
	text-transform: uppercase;
	word-spacing: 2px;
	margin-bottom: 20px;
}
.services .service p {
	color: #a8b9c0;
}

/*========== showcase =========*/
.showcase_bg {
	background-color: #EEF5F8;
}
.showcase_wrapper {
	overflow: hidden;
	padding: 40px 0px;
}
.showcase_tabs {
	position: relative;
	text-align: center;
	height: 500px;
}
/*.showcase_tabs .tab {
	display: none;
}*/
.showcase_tabs ul {
	display: block;
	overflow: hidden;
	width: 455px;
	margin: 0 auto;
}
.showcase_tabs ul li {
	float: left;
	margin-right: 10px;
}
.showcase_tabs ul li a {
	display: block;
	padding: 8px 15px;
	color: #a8b9c0;
	font-weight: bold;
	border-radius: 6px;
	text-transform: capitalize;
}
.showcase_tabs ul li a:hover {
	transition: 0.4s all;
	color: #ffc501;
}
.showcase_tabs ul li.active a {
	background-color: #FE1A5B;
	color: #ffc501;
}
.showcase_tabs ul li .tab {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	overflow: hidden;
	display: none;
}
.showcase_tabs .tab .stab {
	width: 255px;
	height: 180px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.showcase_tabs .tab .stab:nth-child(4n) {
	margin-right: 0px;
}
.showcase_tabs .tab .stab img {
	width: 100%;
	height: 100%;
}
.showcase_tabs .stab .hov {
	width: 100%;
	height: 100%;
	background-color: rgba( 58, 212, 205, 0.6 );
	overflow: hidden;
	display: none;
}
.showcase_tabs .stab .hov h3 {
	margin-top: 60px;
}
.showcase_tabs .tab .stab img:hover .hov {
	transition: 0.4s all;
	display: block;
}

/*=========== About Us ============*/
.about_us_wrapper {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 80px;
}
.about_us_wrapper .about-us {
	overflow: hidden;
	margin-top: 50px;
}
.about_us_wrapper .about-us .left {
	width: 40%;
	float: left;
	display: inline-block;
	margin-top: 40px;
}
.about_us_wrapper .about-us .left p {
	font-size: 18px;
	color: #a8b9c0;
	margin-bottom: 15px;
}
/*-------------------------------*/
.about_us_wrapper .about-us .right {
	width: 60%;
	float: right;
}

/*============= Team ============*/
.team_bg {
	background-color: #EEF5F8;
}
.team_wrapper {
	overflow: hidden;
	padding: 50px 0px;
}
.team_wrapper > h2 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 15px;
	color: #ffc501;
}
.team_wrapper > p {
	font-size: 18px;
	color: #a8b9c0;
	margin-bottom: 30px;
	text-align: center;
}
/*----------------------------*/
.team_wrapper > .team {
	overflow: hidden;
	margin: 0;
}
.team_wrapper .team .s_team {
	width: 23%;
	float: left;
	margin-right: 2.5%;
	text-align: center;
}
.team_wrapper .team .s_team:last-child {
	margin-right: 0;
}
.team_wrapper .team .s_team img {
	width: 100%;
	border: 1px solid #fff;
	border-bottom: 0;
}
.team_wrapper .team .s_team h3 {
	background-color: #3AD4CD;
	padding: 8px 0px;
	color: #fff;
	font-weight: 500;
	margin-top: -4px;
	margin-bottom: 20px;
	overflow: hidden;
}
.team_wrapper .team .s_team p {
	color: #9fabb0;
}

/*========= Sponsers wrapper ========*/
.sponser_wrapper {
	overflow: hidden;
	text-align: center;
	padding: 50px 0px;
}

/*========== Our Project ==========*/
.project_bg {
	background-color: #283048;
}
.project_wrapper {
	overflow: hidden;
	padding: 80px 0px;
	text-align: center;
	color: #fff;
}
.project_wrapper h1 {
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}
.project_wrapper p {
	color: #a8b9c0;
}

/*========= Blog ========*/
.blog_wrapper {
	overflow: hidden;
	padding: 30px 0px;
}
.blog_wrapper .blogs {
	overflow: hidden;
}
.blog_wrapper .blogs .blog {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.blog_wrapper .blogs .blog:last-child {
	margin-right: 0;
}
.blog_wrapper .blog img {
	width: 100%;
	height: 150px;
}
.blog_wrapper .blog p {
	color: #9ea3a5;
	margin-bottom: 3px;
}
.blog_wrapper .blog h3 {
	font-size: 20px;
	letter-spacing: .5px;
	cursor: pointer;
}

/*========= Newsletter ==========*/
.newsletter_bg {
	background-color: #FFC400;
}
.newsletter_wrapper {
	overflow: hidden;
	padding: 20px;
}
.newsletter_wrapper h2 {
	font-size: 20px;
	display: inline-block;
	font-weight: 500;
}
.newsletter_wrapper form {
	display: inline-block;
	margin-left: 20px;
}
.newsletter_wrapper form input[type=email] {
	width: 450px;
	height: 35px;
	padding-left: 20px;
	background: unset;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	color: #fff;
}
.newsletter_wrapper form input[type=email]:focus {
	transition: 0.3s all;
	border-bottom: 1px solid #fff;
}
.newsletter_wrapper form input[type=submit] {
	width: 140px;
	height: 35px;
	background: #19283F;
	border: none;
	font-size: 16px;
	color: #FFC400;
	margin-left: 20px;
	border-radius: 20px;
	cursor: pointer;
}
.newsletter_wrapper form input[type=submit]:hover {
	transition: 0.3s all;
	background: #374151;
}

/*========= Footer =========*/
.footer_bg {
	background-color: #19283F;
	color: #9ea3a5;
}
.footer_wrapper {
	overflow: hidden;
	padding: 40px 0px;
}
.footer_wrapper .single_footer {
	float: left;
	width: 15%;
	padding: 5px;
}
.footer_wrapper .single_footer:nth-child(1),
.footer_wrapper .single_footer:nth-child(4) {
	width: 35%;
}
.footer_wrapper .single_footer > h3 {
	color: #F0F8FB;
	margin-bottom: 10px;
}
.footer_wrapper .single_footer .copyr {
	color: #00C7C0;
	font-weight: 500;
}
/*---------------------------*/
.footer_wrapper .single_footer ul li {
	margin: 10px 0px;
}
.footer_wrapper .single_footer ul li a {
	color: #9ea3a5;
	text-transform: capitalize;
	font-size: 15px;
}
.footer_wrapper .single_footer ul li a:hover {
	transition: 0.3s;
	color: #00C7C0;
}
.footer_wrapper .single_footer .gmail {
	width: 90%;
	background: #FF3150;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	text-align: center;
	margin-top: 30px;
}
.footer_wrapper .single_footer:nth-child(4) ul {
	margin-top: 30px;
}
.footer_wrapper .single_footer:nth-child(4) ul li {
	display: inline-block;
	margin-right: 10px;	
}
.footer_wrapper .single_footer:nth-child(4) ul i {
	font-size: 30px;
}