/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 *	+ WAVES EFFECT
 * 	+ HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ CLIENTS LISTS
 *	+ BUTTONS
  *	+ DIVIDERS
 *	+ TEXT BOXES
 *	+ IMAGE BOXES
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 * 	+ COUNTERS
 * 	+ COUNTERS
 *	+ PRICE PLAN
 *	+ TIMELINE
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 */

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/

body {
	font-family: "Poppins", Arial, sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}

.body-overlay:after {
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #020317;
	font-weight: 400;
}

h1 {
	margin-bottom: 10px;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 48px;
}

h2 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 48px;
}

h3 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 36px;
}

h4 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 27px;
}

h5 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

h6 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: #020317;
		text-decoration: none;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

		h1 a:hover,
		h2 a:hover,
		h3 a:hover,
		h4 a:hover,
		h5 a:hover,
		h6 a:hover {
			text-decoration: none;
		}

	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
		font-size: 85%;
	}

p {
	margin-bottom: 20px;
}


/* LINKS */
a {
	color: #afa939;
}

	a:hover,
	a:focus {
		outline: 0;
		color: #afa939;
	}


/* IMAGES */
img {
	max-width: 100%;
	height: auto;
}


/* ADDRESS */
address {
	line-height: inherit;
}


/* FORMS */
input,
select,
textarea {
	display: block;
	max-width: 100%;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

label {
	font-weight: normal;
}

select {
	width: 100%;
	height: 50px;
}

	input[class^="col-"],
	select[class^="col-"],
	textarea[class^="col-"] {
		padding: 10px 20px;
	}

textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="image"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
	border-color: #000;
	box-shadow: none;
	outline: 0;
}

select:focus {
	outline: none;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-top: 7px;
}

	.checkbox input[type="checkbox"]:focus,
	.checkbox-inline input[type="checkbox"]:focus,
	.radio input[type="radio"]:focus,
	.radio-inline input[type="radio"]:focus {
		outline: none;
	}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	padding: 10px 30px;
	border: none;
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

	button:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		background-color: #afa939;
		cursor: pointer;
	}

	button,
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;
		outline: 0;
	}

::-moz-placeholder {
	color: #c3c3c3;
	font-size: 13px;
	font-style: italic;
}

::-webkit-input-placeholder {
	color: #c3c3c3;
	font-size: 13px;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #c3c3c3;
	font-size: 13px;
	font-style: italic;
}

/* TRANFORMATION CLASSES */
.text-mute {
	color: #b4b4b4;
}

.text-default-color {
	color: #02793b !important;
}

.text-highlight {
	padding: 10px 15px;
	background-color: #00ddf7;
	color: #fff;
}

.dropcap:first-letter {
	float: left;
	font-size: 52px;
	line-height: 64px;
	margin-top: 5px;
	margin-right: 10px;
}

.last,
.no-margin-bottom {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {

	.last {
		margin-bottom: 20px !important;
	}
}

/***********************************************************************************
 *	+ WAVES EFFECT
 ***********************************************************************************/

.waves {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	-webkit-user-select: none;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

	.waves .waves-ripple {
		position: absolute;
		z-index: -1;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin-top: -10px;
		margin-left: -10px;
		background-color: rgba(255, 255, 255, 0.5);
		opacity: 0;
		pointer-events: none;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.7s ease-out;
		transition: all 0.7s ease-out;
	}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/

.headline {
	margin-bottom: 50px;
}

	.headline:after {
		display: inline-block;
		width: 120px;
		border-bottom: 2px solid #02793b !important;
		box-shadow: -15px 5px 0 0 #02793b !important;
		content: "";
	}

	.headline h2 {
		margin-bottom: 0px !important;
		font-size: 29px !important;
		line-height: 40px !important;
	}

	.headline h6 {
		margin-bottom: 0;
		color: #000 !important;
		font-size: 13px;
		line-height: 18px;
		font-weight: 700;
		text-transform: uppercase;
	}

/* DARK SECTION */
.full-section.dark-section .headline h6 {
	color: #afa939;
}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/

.alert {
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	color: #252525;
	text-align: center;
}

	.alert.alert-info {
		background-color: #f1f2f3;
	}

	.alert.alert-danger {
		background-color: #f4233c;
		color: #fff;
	}

	.alert.alert-success {
		background-color: #afa939;
		color: #fff;
	}

	.alert.alert-warning {
		background-color: #fddb01;
	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/

/* GENERAL */
ul,
ol {
	padding: 0;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dl {
	margin-bottom: 20px;
}


/* CHECK LIST */
/* CHECK LIST */
.check-list {
	list-style: none;
	margin-bottom: 20px;
}

	.check-list li {
		margin-bottom: 10px;
	}

		.check-list li:last-child {
			margin-bottom: 0;
		}

		.check-list li:before {
			display: inline-block;
			width: 20px;
			height: 20px;
			text-align: center;
			vertical-align: middle;
			font-family: "FontAwesome";
			font-size: 16px;
			line-height: 17px;
			content: "\f046";
			margin-right: 10px;
			color: #afa939;
		}

/***********************************************************************************
 *	+ CLIENTS LIST
 ***********************************************************************************/

.clients-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
	text-align: center;
	list-style: none;
}

	.clients-list li {
		flex-basis: 20%;
	}

		.clients-list li a {
			display: block;
			padding: 15px;
		}

	.clients-list a img {
		-webkit-filter: contrast(50%) grayscale(100%);
		filter: contrast(50%) grayscale(100%);
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

	.clients-list a:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-filter: contrast(100%) grayscale(0%);
		filter: contrast(100%) grayscale(0%);
	}

@media (max-width: 767px) {

	.clients-list li {
		flex-basis: 50%;
	}
}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

.btn {
	position: relative;
	overflow: hidden;
	padding: 8px 30px;
	border: none;
	border-radius: 2px;
	margin-bottom: 20px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

	.btn:last-child {
		margin-right: 0;
	}

	.btn i {
		margin-left: 10px;
		margin-right: -5px;
	}

.btn-lg {
	padding: 9px 40px;
	font-size: 15px;
}

.btn-xs {
	padding: 5px 20px;
	font-size: 11px;
}

.btn:focus,
.btn:active {
	outline: 0 !important;
	box-shadow: none;
}

.btn:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/* DEFAULT BUTTON 1 */
.btn-default {
	background-color: #afa939;
	color: #fff;
}

	.btn-default:hover,
	.btn-default:focus {
		color: #fff;
	}


/* DEFAULT WHITE */
.btn-white {
	border: 1px solid #e1e1e1;
	background-color: #fff;
	color: #464646;
}

	.btn-white:hover,
	.btn-white:focus {
		color: #464646;
	}

/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/

.hr {
	border-top: 1px solid #e1e1e1;
	margin: 30px 0;
}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/

.text-box {
}

/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/

.image-box {
	padding: 0 20px 20px;
	margin-bottom: 50px;
	background-color: #fff;
	color: #424242;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

	.image-box .image-box-thumbnail {
		position: relative;
		overflow: hidden;
		margin: 0 -20px 25px;
	}

		.image-box .image-box-thumbnail img {
			-webkit-transition: all 0.5s;
			transition: all 0.5s;
		}

	.image-box h4 {
		margin-bottom: 10px;
		font-weight: 600;
	}

	.image-box > *:last-child {
		margin-bottom: 0;
	}

	.image-box:hover .image-box-thumbnail img {
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
	}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/

.accordion {
}

.accordion-title {
}

	.accordion-title a {
		position: relative;
		overflow: hidden;
		display: block;
		padding: 5px 30px;
		border-radius: 30px;
		border: 2px solid transparent;
		margin-bottom: 15px;
		background-color: #efefef;
		color: #252525;
		font-weight: 600;
		text-decoration: none;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

		.accordion-title a:before {
			position: absolute;
			top: 50%;
			right: 25px;
			content: "+";
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

		.accordion-title a[aria-expanded="true"]:before {
			content: "-";
		}

		.accordion-title a:hover,
		.accordion-title a[aria-expanded="true"] {
			background-color: transparent;
		}

		.accordion-title a:hover,
		.accordion-title a[aria-expanded="true"] {
			border-color: #afa939;
		}

.accordion-body {
	padding: 15px 30px 30px;
}

	.accordion-body > *:last-child {
		margin-bottom: 0;
	}

/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/

/* HORIZONTAL TABS */
.nav-tabs {
	border-bottom: none;
}

	.nav-tabs > li {
		margin-bottom: 0;
		margin-right: 0;
	}

		.nav-tabs > li:last-child {
			margin-right: 0;
		}

		.nav-tabs > li > a {
			padding: 12px 25px;
			border: none;
			border-radius: 0;
			background-color: #f8f8f8;
			color: #212121;
			text-decoration: none;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}

			.nav-tabs > li > a:focus {
				border-color: transparent;
				background-color: #f8f8f8;
			}

			.nav-tabs > li > a:hover,
			.nav-tabs > li > a.active,
			.nav-tabs > li > a.active:hover,
			.nav-tabs > li > a.active:focus {
				border: none;
				background-color: #afa939;
				color: #fff;
			}

.tab-content {
	margin: 30px 0;
}

	.tab-content .tab-pane > *:last-child {
		margin-bottom: 0;
	}

	.tab-content:after {
		display: table;
		content: " ";
		clear: both;
	}

/* VERTICAL TABS */
.vertical-tabs {
	margin-bottom: 50px;
}

	.vertical-tabs .nav-tabs {
		display: block;
		float: left;
	}

		.vertical-tabs .nav-tabs li {
			float: none;
			display: block;
			margin-left: 0;
		}

	.vertical-tabs .nav-tabs {
		width: 370px;
	}

		.vertical-tabs .nav-tabs > li > a {
			display: block;
			padding: 15px 20px;
			margin-right: 0;
			margin-bottom: 5px;
			font-weight: 700;
			text-transform: uppercase;
		}

	.vertical-tabs.rounded .nav-tabs > li > a {
		border-radius: 5px;
	}

	.vertical-tabs .nav-tabs > li:last-child > a {
		margin-bottom: 0;
	}

	.vertical-tabs .nav-tabs > li > a i {
		position: relative;
		top: -4px;
		float: left;
		margin-right: 20px;
		font-size: 28px;
	}

	.vertical-tabs .nav-tabs > li:first-child > a {
		border-top: none;
	}

	.vertical-tabs .nav-tabs > li > a:hover,
	.vertical-tabs .nav-tabs > li.active > a {
		background-color: #afa939;
		color: #fff;
	}

	.vertical-tabs .tab-content {
		padding-left: 30px;
		margin-top: 0;
	}

/* DARK SECTION */
.full-section.dark-section .vertical-tabs .tab-pane {
	padding: 90px;
	background-color: #fff;
	color: #424242;
}

	.full-section.dark-section .vertical-tabs .tab-pane h1,
	.full-section.dark-section .vertical-tabs .tab-pane h2,
	.full-section.dark-section .vertical-tabs .tab-pane h3,
	.full-section.dark-section .vertical-tabs .tab-pane h4,
	.full-section.dark-section .vertical-tabs .tab-pane h5,
	.full-section.dark-section .vertical-tabs .tab-pane h6 {
		color: #020317;
	}

@media (min-width: 768px) and (max-width: 991px) {

	.vertical-tabs .nav-tabs {
		width: 220px;
	}

	.vertical-tabs .tab-content {
		margin-left: 220px;
	}

	.full-section.dark-section .vertical-tabs .tab-pane {
		padding: 50px;
	}
}

@media (max-width: 767px) {

	.vertical-tabs .nav-tabs {
		float: none;
		width: 100%;
	}

	.vertical-tabs .tab-content {
		margin-left: 0;
		padding-left: 0;
	}

	.full-section.dark-section .vertical-tabs .tab-pane {
		padding: 50px 20px;
		margin-top: 30px;
	}
}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/

.map {
	height: 300px;
	margin-bottom: 100px;
}

	.map img {
		max-width: none;
	}

@media (max-width: 767px) {

	.map {
		height: 400px !important;
	}
}

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/

.social-media {
	margin-bottom: 20px;
}

	.social-media a {
		display: inline-block;
		margin-right: 18px;
		font-size: 16px;
		line-height: 32px;
		color: #a1a1a1;
		text-decoration: none;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

	.social-media.bordered,
	.social-media.rounded {
		margin-top: -5px;
	}

		.social-media.bordered a {
			width: 25px;
			height: 25px;
			border: 1px solid #c7c7c7;
			border-radius: 50%;
			margin: 5px 15px 5px 0;
			font-size: 12px;
			line-height: 23px;
			text-align: center;
		}

		.social-media.rounded a {
			width: 28px;
			height: 28px;
			border-radius: 50%;
			margin: 5px 15px 5px 0;
			background-color: #636b75;
			color: #fff;
			font-size: 14px;
			line-height: 28px;
			text-align: center;
		}

		.social-media strong + a,
		.social-media.rounded strong + a,
		.social-media.bordered strong + a {
			margin-left: 15px;
		}

	.social-media a:last-child {
		margin-right: 0;
	}

	.social-media a.facebook:hover {
		color: #0e59a0;
	}

	.social-media a.twitter:hover {
		color: #0ea4ff;
	}

	.social-media a.dribbble:hover {
		color: #ea73a0;
	}

	.social-media a.pinterest:hover {
		color: #d73532;
	}

	.social-media a.google:hover {
		color: #da4835;
	}

	.social-media a.tumblr:hover {
		color: #2a445f;
	}

	.social-media a.instagram:hover {
		color: #82685a;
	}

	.social-media a.rss:hover {
		color: #f79638;
	}

	.social-media a.linkedin:hover {
		color: #018faf;
	}

	.social-media a.skype:hover {
		color: #00b0f6;
	}

	.social-media a.flickr:hover {
		color: #0061db;
	}

	.social-media a.vimeo:hover {
		color: #4cb2d9;
	}

	.social-media a.github:hover {
		color: #3b3b3b;
	}

	.social-media a.youtube:hover {
		color: #cc181e;
	}

	.social-media a.windows:hover {
		color: #6dc2e9;
	}

	.social-media a.dropbox:hover {
		color: #007ee5;
	}

	.social-media a.xing:hover {
		color: #026566;
	}

	.social-media a.adn:hover {
		color: #1ea076;
	}

	.social-media a.android:hover {
		color: #98cb02;
	}

	.social-media a.apple:hover {
		color: #a6b1b7;
	}

	.social-media a.behance:hover {
		color: #2d9ad2;
	}

	.social-media a.bitbucket:hover {
		color: #214f81;
	}

	.social-media a.bitcoin:hover {
		color: #f7931b;
	}

	.social-media a.codepan:hover {
		color: #000;
	}

	.social-media a.css3:hover {
		color: #3289ce;
	}

	.social-media a.delicious:hover {
		color: #3399fe;
	}

	.social-media a.deviantart:hover {
		color: #c8da30;
	}

	.social-media a.digg:hover {
		color: #0080c2;
	}

	.social-media a.drupal:hover {
		color: #0077b9;
	}

	.social-media a.empire:hover {
		color: #000;
	}

	.social-media a.foursquare:hover {
		color: #daecb0;
	}

	.social-media a.git:hover {
		color: #f34f29;
	}

	.social-media a.gitti:hover {
		color: #634c3e;
	}

	.social-media a.hacker-news:hover {
		color: #f18642;
	}

	.social-media a.html5:hover {
		color: #e54c1f;
	}

	.social-media a.joomla:hover {
		color: #016fb9;
	}

	.social-media a.jsfiddle:hover {
		color: #4679a4;
	}

	.social-media a.linux:hover {
		color: #fece0e;
	}

	.social-media a.maxcdn:hover {
		color: #f36f20;
	}

	.social-media a.openid:hover {
		color: #fe6101;
	}

	.social-media a.pagelines:hover {
		color: #3783e3;
	}

	.social-media a.pied-piper:hover {
		color: #0c7b48;
	}

	.social-media a.qq:hover {
		color: #23286c;
	}

	.social-media a.rebel:hover {
		color: #000;
	}

	.social-media a.reddit:hover {
		color: #cee3f8;
	}

	.social-media a.renren:hover {
		color: #0d81e4;
	}

	.social-media a.share:hover {
		color: #252525;
	}

	.social-media a.slack:hover {
		color: #453744;
	}

	.social-media a.soundcloud:hover {
		color: #fe4e00;
	}

	.social-media a.spotify:hover {
		color: #80bb41;
	}

	.social-media a.stack-exchange:hover {
		color: #265a93;
	}

	.social-media a.stackoverflow:hover {
		color: #fea501;
	}

	.social-media a.steam:hover {
		color: #191919;
	}

	.social-media a.stumbleupon:hover {
		color: #f04f23;
	}

	.social-media a.tencent-weibo:hover {
		color: #0063a7;
	}

	.social-media a.trello:hover {
		color: #226784;
	}

	.social-media a.vine:hover {
		color: #00b081;
	}

	.social-media a.vk:hover {
		color: #50769d;
	}

	.social-media a.wechat:hover {
		color: #a4dc31;
	}

	.social-media a.weibo:hover {
		color: #d82828;
	}

	.social-media a.wordpress:hover {
		color: #454442;
	}

	.social-media a.yahoo:hover {
		color: #4b04a8;
	}

	.social-media a.ftpx:hover {
		color: #000;
	}

	.social-media a.amazon:hover {
		color: #ff9900;
	}

	.social-media a.angellist:hover {
		color: #000;
	}

	.social-media a.btc:hover {
		color: #f7931b;
	}

	.social-media a.black-tie:hover {
		color: #000;
	}

	.social-media a.bluetooth:hover {
		color: #0a3d91;
	}

	.social-media a.buysellads:hover {
		color: #ba0202;
	}

	.social-media a.cc-amex:hover {
		color: #016dd2;
	}

	.social-media a.cc-diners-club:hover {
		color: #0069aa;
	}

	.social-media a.cc-discover:hover {
		color: #f88737;
	}

	.social-media a.cc-jcb:hover {
		color: #29166f;
	}

	.social-media a.cc-mastercard:hover {
		color: #fe9611;
	}

	.social-media a.paypal:hover {
		color: #012069;
	}

	.social-media a.cc-stripe:hover {
		color: #49b802;
	}

	.social-media a.cc-visa:hover {
		color: #1b4da2;
	}

	.social-media a.chrome:hover {
		color: #edcd16;
	}

	.social-media a.codepen:hover {
		color: #1b1c1b;
	}

	.social-media a.codiepie:hover {
		color: #000;
	}

	.social-media a.connectdevelop:hover {
		color: #023cb0;
	}

	.social-media a.contao:hover {
		color: #e4790f;
	}

	.social-media a.dashcube:hover {
		color: #000;
	}

	.social-media a.edge:hover {
		color: #2c74be;
	}

	.social-media a.expeditedssl:hover {
		color: #2e2e2e;
	}

	.social-media a.firefox:hover {
		color: #df731b;
	}

	.social-media a.fonticons:hover {
		color: #1d1e2a;
	}

	.social-media a.fort-awesome:hover {
		color: #000;
	}

	.social-media a.forumbee:hover {
		color: #85ac2f;
	}

	.social-media a.get-pocket:hover {
		color: #e84352;
	}

	.social-media a.gg:hover {
		color: #fd0002;
	}

	.social-media a.gratipay:hover {
		color: #653614;
	}

	.social-media a.houzz:hover {
		color: #9bc545;
	}

	.social-media a.internet-explorer:hover {
		color: #00bcf2;
	}

	.social-media a.ioxhost:hover {
		color: #f6a814;
	}

	.social-media a.lastfm:hover {
		color: #e2152b;
	}

	.social-media a.leanpub:hover {
		color: #231f20;
	}

	.social-media a.meanpath:hover {
		color: #538dd6;
	}

	.social-media a.medium:hover {
		color: #00ab6c;
	}

	.social-media a.mixcloud:hover {
		color: #040204;
	}

	.social-media a.modx:hover {
		color: #8ed547;
	}

	.social-media a.odnoklassniki:hover {
		color: #f68634;
	}

	.social-media a.opencart:hover {
		color: #00c1f2;
	}

	.social-media a.opera:hover {
		color: #e81617;
	}

	.social-media a.optin-monster:hover {
		color: #8ed31e;
	}

	.social-media a.product-hunt:hover {
		color: #d6573d;
	}

	.social-media a.reddit:hover {
		color: #ff4500;
	}

	.social-media a.safari:hover {
		color: #2973d9;
	}

	.social-media a.scribd:hover {
		color: #382d29;
	}

	.social-media a.sellsy:hover {
		color: #006ca2;
	}

	.social-media a.shirtsinbulk:hover {
		color: #dd3a26;
	}

	.social-media a.simplybuilt:hover {
		color: #322f34;
	}

	.social-media a.skyatlas:hover {
		color: #01aebe;
	}

	.social-media a.slideshare:hover {
		color: #13999a;
	}

	.social-media a.stack-overflow:hover {
		color: #ef532a;
	}

	.social-media a.tripadvisor:hover {
		color: #1e892f;
	}

	.social-media a.twitch:hover {
		color: #6441a5;
	}

	.social-media a.usb:hover {
		color: #000;
	}

	.social-media a.viacoin:hover {
		color: #2376a2;
	}

	.social-media a.whatsapp:hover {
		color: #44c254;
	}

	.social-media a.wikipedia:hover {
		color: #212121;
	}

	.social-media a.y-combinator:hover {
		color: #ff6501;
	}

	.social-media a.yelp:hover {
		color: #bf311b;
	}

	.social-media a.email:hover {
		color: #689c49;
	}

	.social-media a.envira:hover {
		color: #75bd3b;
	}

	.social-media a.gitlab:hover {
		color: #e24329;
	}

	.social-media a.glide:hover {
		color: #00a7ff;
	}

	.social-media a.snapchat:hover {
		color: #efe200;
	}

	.social-media a.viadeo:hover {
		color: #f4982b;
	}

	.social-media a.wpbeginner:hover {
		color: #ff6600;
	}

	.social-media a.wpforms:hover {
		color: #b6581a;
	}

	.social-media.bordered a.facebook:hover {
		color: #0e59a0;
		border-color: #0e59a0;
	}

	.social-media.bordered a.twitter:hover {
		color: #0ea4ff;
		border-color: #0ea4ff;
	}

	.social-media.bordered a.dribbble:hover {
		color: #ea73a0;
		border-color: #ea73a0;
	}

	.social-media.bordered a.pinterest:hover {
		color: #d73532;
		border-color: #d73532;
	}

	.social-media.bordered a.google:hover {
		color: #da4835;
		border-color: #da4835;
	}

	.social-media.bordered a.tumblr:hover {
		color: #2a445f;
		border-color: #2a445f;
	}

	.social-media.bordered a.instagram:hover {
		color: #82685a;
		border-color: #82685a;
	}

	.social-media.bordered a.rss:hover {
		color: #f79638;
		border-color: #f79638;
	}

	.social-media.bordered a.linkedin:hover {
		color: #018faf;
		border-color: #018faf;
	}

	.social-media.bordered a.skype:hover {
		color: #00b0f6;
		border-color: #00b0f6;
	}

	.social-media.bordered a.flickr:hover {
		color: #0061db;
		border-color: #0061db;
	}

	.social-media.bordered a.vimeo:hover {
		color: #4cb2d9;
		border-color: #4cb2d9;
	}

	.social-media.bordered a.github:hover {
		color: #3b3b3b;
		border-color: #3b3b3b;
	}

	.social-media.bordered a.youtube:hover {
		color: #cc181e;
		border-color: #cc181e;
	}

	.social-media.bordered a.windows:hover {
		color: #6dc2e9;
		border-color: #6dc2e9;
	}

	.social-media.bordered a.dropbox:hover {
		color: #007ee5;
		border-color: #007ee5;
	}

	.social-media.bordered a.xing:hover {
		color: #026566;
		border-color: #026566;
	}

	.social-media.bordered a.adn:hover {
		color: #1ea076;
		border-color: #1ea076;
	}

	.social-media.bordered a.android:hover {
		color: #98cb02;
		border-color: #98cb02;
	}

	.social-media.bordered a.apple:hover {
		color: #a6b1b7;
		border-color: #a6b1b7;
	}

	.social-media.bordered a.behance:hover {
		color: #2d9ad2;
		border-color: #2d9ad2;
	}

	.social-media.bordered a.bitbucket:hover {
		color: #214f81;
		border-color: #214f81;
	}

	.social-media.bordered a.bitcoin:hover {
		color: #f7931b;
		border-color: #f7931b;
	}

	.social-media.bordered a.codepan:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.css3:hover {
		color: #3289ce;
		border-color: #3289ce;
	}

	.social-media.bordered a.delicious:hover {
		color: #3399fe;
		border-color: #3399fe;
	}

	.social-media.bordered a.deviantart:hover {
		color: #c8da30;
		border-color: #c8da30;
	}

	.social-media.bordered a.digg:hover {
		color: #0080c2;
		border-color: #0080c2;
	}

	.social-media.bordered a.drupal:hover {
		color: #0077b9;
		border-color: #0077b9;
	}

	.social-media.bordered a.empire:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.foursquare:hover {
		color: #daecb0;
		border-color: #daecb0;
	}

	.social-media.bordered a.git:hover {
		color: #f34f29;
		border-color: #f34f29;
	}

	.social-media.bordered a.gitti:hover {
		color: #634c3e;
		border-color: #634c3e;
	}

	.social-media.bordered a.hacker-news:hover {
		color: #f18642;
		border-color: #f18642;
	}

	.social-media.bordered a.html5:hover {
		color: #e54c1f;
		border-color: #e54c1f;
	}

	.social-media.bordered a.joomla:hover {
		color: #016fb9;
		border-color: #016fb9;
	}

	.social-media.bordered a.jsfiddle:hover {
		color: #4679a4;
		border-color: #4679a4;
	}

	.social-media.bordered a.linux:hover {
		color: #fece0e;
		border-color: #fece0e;
	}

	.social-media.bordered a.maxcdn:hover {
		color: #f36f20;
		border-color: #f36f20;
	}

	.social-media.bordered a.openid:hover {
		color: #fe6101;
		border-color: #fe6101;
	}

	.social-media.bordered a.pagelines:hover {
		color: #3783e3;
		border-color: #3783e3;
	}

	.social-media.bordered a.pied-piper:hover {
		color: #0c7b48;
		border-color: #0c7b48;
	}

	.social-media.bordered a.qq:hover {
		color: #23286c;
		border-color: #23286c;
	}

	.social-media.bordered a.rebel:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.reddit:hover {
		color: #cee3f8;
		border-color: #cee3f8;
	}

	.social-media.bordered a.renren:hover {
		color: #0d81e4;
		border-color: #0d81e4;
	}

	.social-media.bordered a.share:hover {
		color: #252525;
		border-color: #252525;
	}

	.social-media.bordered a.slack:hover {
		color: #453744;
		border-color: #453744;
	}

	.social-media.bordered a.soundcloud:hover {
		color: #fe4e00;
		border-color: #fe4e00;
	}

	.social-media.bordered a.spotify:hover {
		color: #80bb41;
		border-color: #80bb41;
	}

	.social-media.bordered a.stack-exchange:hover {
		color: #265a93;
		border-color: #265a93;
	}

	.social-media.bordered a.stackoverflow:hover {
		color: #fea501;
		border-color: #fea501;
	}

	.social-media.bordered a.steam:hover {
		color: #191919;
		border-color: #191919;
	}

	.social-media.bordered a.stumbleupon:hover {
		color: #f04f23;
		border-color: #f04f23;
	}

	.social-media.bordered a.tencent-weibo:hover {
		color: #0063a7;
		border-color: #0063a7;
	}

	.social-media.bordered a.trello:hover {
		color: #226784;
		border-color: #226784;
	}

	.social-media.bordered a.vine:hover {
		color: #00b081;
		border-color: #00b081;
	}

	.social-media.bordered a.vk:hover {
		color: #50769d;
		border-color: #50769d;
	}

	.social-media.bordered a.wechat:hover {
		color: #a4dc31;
		border-color: #a4dc31;
	}

	.social-media.bordered a.weibo:hover {
		color: #d82828;
		border-color: #d82828;
	}

	.social-media.bordered a.wordpress:hover {
		color: #454442;
		border-color: #454442;
	}

	.social-media.bordered a.yahoo:hover {
		color: #4b04a8;
		border-color: #4b04a8;
	}

	.social-media.bordered a.ftpx:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.amazon:hover {
		color: #ff9900;
		border-color: #ff9900;
	}

	.social-media.bordered a.angellist:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.btc:hover {
		color: #f7931b;
		border-color: #f7931b;
	}

	.social-media.bordered a.black-tie:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.bluetooth:hover {
		color: #0a3d91;
		border-color: #0a3d91;
	}

	.social-media.bordered a.buysellads:hover {
		color: #ba0202;
		border-color: #ba0202;
	}

	.social-media.bordered a.cc-amex:hover {
		color: #016dd2;
		border-color: #016dd2;
	}

	.social-media.bordered a.cc-diners-club:hover {
		color: #0069aa;
		border-color: #0069aa;
	}

	.social-media.bordered a.cc-discover:hover {
		color: #f88737;
		border-color: #f88737;
	}

	.social-media.bordered a.cc-jcb:hover {
		color: #29166f;
		border-color: #29166f;
	}

	.social-media.bordered a.cc-mastercard:hover {
		color: #fe9611;
		border-color: #fe9611;
	}

	.social-media.bordered a.paypal:hover {
		color: #012069;
		border-color: #012069;
	}

	.social-media.bordered a.cc-stripe:hover {
		color: #49b802;
		border-color: #49b802;
	}

	.social-media.bordered a.cc-visa:hover {
		color: #1b4da2;
		border-color: #1b4da2;
	}

	.social-media.bordered a.chrome:hover {
		color: #edcd16;
		border-color: #edcd16;
	}

	.social-media.bordered a.codepen:hover {
		color: #1b1c1b;
		border-color: #1b1c1b;
	}

	.social-media.bordered a.codiepie:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.connectdevelop:hover {
		color: #023cb0;
		border-color: #023cb0;
	}

	.social-media.bordered a.contao:hover {
		color: #e4790f;
		border-color: #e4790f;
	}

	.social-media.bordered a.dashcube:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.edge:hover {
		color: #2c74be;
		border-color: #2c74be;
	}

	.social-media.bordered a.expeditedssl:hover {
		color: #2e2e2e;
		border-color: #2e2e2e;
	}

	.social-media.bordered a.firefox:hover {
		color: #df731b;
		border-color: #df731b;
	}

	.social-media.bordered a.fonticons:hover {
		color: #1d1e2a;
		border-color: #1d1e2a;
	}

	.social-media.bordered a.fort-awesome:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.forumbee:hover {
		color: #85ac2f;
		border-color: #85ac2f;
	}

	.social-media.bordered a.get-pocket:hover {
		color: #e84352;
		border-color: #e84352;
	}

	.social-media.bordered a.gg:hover {
		color: #fd0002;
		border-color: #fd0002;
	}

	.social-media.bordered a.gratipay:hover {
		color: #653614;
		border-color: #653614;
	}

	.social-media.bordered a.houzz:hover {
		color: #9bc545;
		border-color: #9bc545;
	}

	.social-media.bordered a.internet-explorer:hover {
		color: #00bcf2;
		border-color: #00bcf2;
	}

	.social-media.bordered a.ioxhost:hover {
		color: #f6a814;
		border-color: #f6a814;
	}

	.social-media.bordered a.lastfm:hover {
		color: #e2152b;
		border-color: #e2152b;
	}

	.social-media.bordered a.leanpub:hover {
		color: #231f20;
		border-color: #231f20;
	}

	.social-media.bordered a.meanpath:hover {
		color: #538dd6;
		border-color: #538dd6;
	}

	.social-media.bordered a.medium:hover {
		color: #00ab6c;
		border-color: #00ab6c;
	}

	.social-media.bordered a.mixcloud:hover {
		color: #040204;
		border-color: #040204;
	}

	.social-media.bordered a.modx:hover {
		color: #8ed547;
		border-color: #8ed547;
	}

	.social-media.bordered a.odnoklassniki:hover {
		color: #f68634;
		border-color: #f68634;
	}

	.social-media.bordered a.opencart:hover {
		color: #00c1f2;
		border-color: #00c1f2;
	}

	.social-media.bordered a.opera:hover {
		color: #e81617;
		border-color: #e81617;
	}

	.social-media.bordered a.optin-monster:hover {
		color: #8ed31e;
		border-color: #8ed31e;
	}

	.social-media.bordered a.product-hunt:hover {
		color: #d6573d;
		border-color: #d6573d;
	}

	.social-media.bordered a.reddit:hover {
		color: #ff4500;
		border-color: #ff4500;
	}

	.social-media.bordered a.safari:hover {
		color: #2973d9;
		border-color: #2973d9;
	}

	.social-media.bordered a.scribd:hover {
		color: #382d29;
		border-color: #382d29;
	}

	.social-media.bordered a.sellsy:hover {
		color: #006ca2;
		border-color: #006ca2;
	}

	.social-media.bordered a.shirtsinbulk:hover {
		color: #dd3a26;
		border-color: #dd3a26;
	}

	.social-media.bordered a.simplybuilt:hover {
		color: #322f34;
		border-color: #322f34;
	}

	.social-media.bordered a.skyatlas:hover {
		color: #01aebe;
		border-color: #01aebe;
	}

	.social-media.bordered a.slideshare:hover {
		color: #13999a;
		border-color: #13999a;
	}

	.social-media.bordered a.stack-overflow:hover {
		color: #ef532a;
		border-color: #ef532a;
	}

	.social-media.bordered a.tripadvisor:hover {
		color: #1e892f;
		border-color: #1e892f;
	}

	.social-media.bordered a.twitch:hover {
		color: #6441a5;
		border-color: #6441a5;
	}

	.social-media.bordered a.usb:hover {
		color: #000;
		border-color: #000;
	}

	.social-media.bordered a.viacoin:hover {
		color: #2376a2;
		border-color: #2376a2;
	}

	.social-media.bordered a.whatsapp:hover {
		color: #44c254;
		border-color: #44c254;
	}

	.social-media.bordered a.wikipedia:hover {
		color: #212121;
		border-color: #212121;
	}

	.social-media.bordered a.y-combinator:hover {
		color: #ff6501;
		border-color: #ff6501;
	}

	.social-media.bordered a.yelp:hover {
		color: #bf311b;
		border-color: #bf311b;
	}

	.social-media.bordered a.email:hover {
		color: #689c49;
		border-color: #689c49;
	}

	.social-media.bordered a.envira:hover {
		color: #75bd3b;
		border-color: #75bd3b;
	}

	.social-media.bordered a.gitlab:hover {
		color: #e24329;
		border-color: #e24329;
	}

	.social-media.bordered a.glide:hover {
		color: #00a7ff;
		border-color: #00a7ff;
	}

	.social-media.bordered a.snapchat:hover {
		color: #efe200;
		border-color: #efe200;
	}

	.social-media.bordered a.viadeo:hover {
		color: #f4982b;
		border-color: #f4982b;
	}

	.social-media.bordered a.wpbeginner:hover {
		color: #ff6600;
		border-color: #ff6600;
	}

	.social-media.bordered a.wpforms:hover {
		color: #b6581a;
		border-color: #b6581a;
	}

	.social-media.rounded a:hover {
		color: #fff !important;
	}

	.social-media.rounded a.facebook:hover {
		background-color: #0e59a0;
	}

	.social-media.rounded a.twitter:hover {
		background-color: #0ea4ff;
	}

	.social-media.rounded a.dribbble:hover {
		background-color: #ea73a0;
	}

	.social-media.rounded a.pinterest:hover {
		background-color: #d73532;
	}

	.social-media.rounded a.google:hover {
		background-color: #da4835;
	}

	.social-media.rounded a.tumblr:hover {
		background-color: #2a445f;
	}

	.social-media.rounded a.instagram:hover {
		background-color: #82685a;
	}

	.social-media.rounded a.rss:hover {
		background-color: #f79638;
	}

	.social-media.rounded a.linkedin:hover {
		background-color: #018faf;
	}

	.social-media.rounded a.skype:hover {
		background-color: #00b0f6;
	}

	.social-media.rounded a.flickr:hover {
		background-color: #0061db;
	}

	.social-media.rounded a.vimeo:hover {
		background-color: #4cb2d9;
	}

	.social-media.rounded a.github:hover {
		background-color: #3b3b3b;
	}

	.social-media.rounded a.youtube:hover {
		background-color: #cc181e;
	}

	.social-media.rounded a.windows:hover {
		background-color: #6dc2e9;
	}

	.social-media.rounded a.dropbox:hover {
		background-color: #007ee5;
	}

	.social-media.rounded a.xing:hover {
		background-color: #026566;
	}

	.social-media.rounded a.adn:hover {
		background-color: #1ea076;
	}

	.social-media.rounded a.android:hover {
		background-color: #98cb02;
	}

	.social-media.rounded a.apple:hover {
		background-color: #a6b1b7;
	}

	.social-media.rounded a.behance:hover {
		background-color: #2d9ad2;
	}

	.social-media.rounded a.bitbucket:hover {
		background-color: #214f81;
	}

	.social-media.rounded a.bitcoin:hover {
		background-color: #f7931b;
	}

	.social-media.rounded a.codepan:hover {
		background-color: #000;
	}

	.social-media.rounded a.css3:hover {
		background-color: #3289ce;
	}

	.social-media.rounded a.delicious:hover {
		background-color: #3399fe;
	}

	.social-media.rounded a.deviantart:hover {
		background-color: #c8da30;
	}

	.social-media.rounded a.digg:hover {
		background-color: #0080c2;
	}

	.social-media.rounded a.drupal:hover {
		background-color: #0077b9;
	}

	.social-media.rounded a.empire:hover {
		background-color: #000;
	}

	.social-media.rounded a.foursquare:hover {
		background-color: #daecb0;
	}

	.social-media.rounded a.git:hover {
		background-color: #f34f29;
	}

	.social-media.rounded a.gitti:hover {
		background-color: #634c3e;
	}

	.social-media.rounded a.hacker-news:hover {
		background-color: #f18642;
	}

	.social-media.rounded a.html5:hover {
		background-color: #e54c1f;
	}

	.social-media.rounded a.joomla:hover {
		background-color: #016fb9;
	}

	.social-media.rounded a.jsfiddle:hover {
		background-color: #4679a4;
	}

	.social-media.rounded a.linux:hover {
		background-color: #fece0e;
	}

	.social-media.rounded a.maxcdn:hover {
		background-color: #f36f20;
	}

	.social-media.rounded a.openid:hover {
		background-color: #fe6101;
	}

	.social-media.rounded a.pagelines:hover {
		background-color: #3783e3;
	}

	.social-media.rounded a.pied-piper:hover {
		background-color: #0c7b48;
	}

	.social-media.rounded a.qq:hover {
		background-color: #23286c;
	}

	.social-media.rounded a.rebel:hover {
		background-color: #000;
	}

	.social-media.rounded a.reddit:hover {
		background-color: #cee3f8;
	}

	.social-media.rounded a.renren:hover {
		background-color: #0d81e4;
	}

	.social-media.rounded a.share:hover {
		background-color: #252525;
	}

	.social-media.rounded a.slack:hover {
		background-color: #453744;
	}

	.social-media.rounded a.soundcloud:hover {
		background-color: #fe4e00;
	}

	.social-media.rounded a.spotify:hover {
		background-color: #80bb41;
	}

	.social-media.rounded a.stack-exchange:hover {
		background-color: #265a93;
	}

	.social-media.rounded a.stackoverflow:hover {
		background-color: #fea501;
	}

	.social-media.rounded a.steam:hover {
		background-color: #191919;
	}

	.social-media.rounded a.stumbleupon:hover {
		background-color: #f04f23;
	}

	.social-media.rounded a.tencent-weibo:hover {
		background-color: #0063a7;
	}

	.social-media.rounded a.trello:hover {
		background-color: #226784;
	}

	.social-media.rounded a.vine:hover {
		background-color: #00b081;
	}

	.social-media.rounded a.vk:hover {
		background-color: #50769d;
	}

	.social-media.rounded a.wechat:hover {
		background-color: #a4dc31;
	}

	.social-media.rounded a.weibo:hover {
		background-color: #d82828;
	}

	.social-media.rounded a.wordpress:hover {
		background-color: #454442;
	}

	.social-media.rounded a.yahoo:hover {
		background-color: #4b04a8;
	}

	.social-media.rounded a.ftpx:hover {
		background-color: #000;
	}

	.social-media.rounded a.amazon:hover {
		background-color: #ff9900;
	}

	.social-media.rounded a.angellist:hover {
		background-color: #000;
	}

	.social-media.rounded a.btc:hover {
		background-color: #f7931b;
	}

	.social-media.rounded a.black-tie:hover {
		background-color: #000;
	}

	.social-media.rounded a.bluetooth:hover {
		background-color: #0a3d91;
	}

	.social-media.rounded a.buysellads:hover {
		background-color: #ba0202;
	}

	.social-media.rounded a.cc-amex:hover {
		background-color: #016dd2;
	}

	.social-media.rounded a.cc-diners-club:hover {
		background-color: #0069aa;
	}

	.social-media.rounded a.cc-discover:hover {
		background-color: #f88737;
	}

	.social-media.rounded a.cc-jcb:hover {
		background-color: #29166f;
	}

	.social-media.rounded a.cc-mastercard:hover {
		background-color: #fe9611;
	}

	.social-media.rounded a.paypal:hover {
		background-color: #012069;
	}

	.social-media.rounded a.cc-stripe:hover {
		background-color: #49b802;
	}

	.social-media.rounded a.cc-visa:hover {
		background-color: #1b4da2;
	}

	.social-media.rounded a.chrome:hover {
		background-color: #edcd16;
	}

	.social-media.rounded a.codepen:hover {
		background-color: #1b1c1b;
	}

	.social-media.rounded a.codiepie:hover {
		background-color: #000;
	}

	.social-media.rounded a.connectdevelop:hover {
		background-color: #023cb0;
	}

	.social-media.rounded a.contao:hover {
		background-color: #e4790f;
	}

	.social-media.rounded a.dashcube:hover {
		background-color: #000;
	}

	.social-media.rounded a.edge:hover {
		background-color: #2c74be;
	}

	.social-media.rounded a.expeditedssl:hover {
		background-color: #2e2e2e;
	}

	.social-media.rounded a.firefox:hover {
		background-color: #df731b;
	}

	.social-media.rounded a.fonticons:hover {
		background-color: #1d1e2a;
	}

	.social-media.rounded a.fort-awesome:hover {
		background-color: #000;
	}

	.social-media.rounded a.forumbee:hover {
		background-color: #85ac2f;
	}

	.social-media.rounded a.get-pocket:hover {
		background-color: #e84352;
	}

	.social-media.rounded a.gg:hover {
		background-color: #fd0002;
	}

	.social-media.rounded a.gratipay:hover {
		background-color: #653614;
	}

	.social-media.rounded a.houzz:hover {
		background-color: #9bc545;
	}

	.social-media.rounded a.internet-explorer:hover {
		background-color: #00bcf2;
	}

	.social-media.rounded a.ioxhost:hover {
		background-color: #f6a814;
	}

	.social-media.rounded a.lastfm:hover {
		background-color: #e2152b;
	}

	.social-media.rounded a.leanpub:hover {
		background-color: #231f20;
	}

	.social-media.rounded a.meanpath:hover {
		background-color: #538dd6;
	}

	.social-media.rounded a.medium:hover {
		background-color: #00ab6c;
	}

	.social-media.rounded a.mixcloud:hover {
		background-color: #040204;
	}

	.social-media.rounded a.modx:hover {
		background-color: #8ed547;
	}

	.social-media.rounded a.odnoklassniki:hover {
		background-color: #f68634;
	}

	.social-media.rounded a.opencart:hover {
		background-color: #00c1f2;
	}

	.social-media.rounded a.opera:hover {
		background-color: #e81617;
	}

	.social-media.rounded a.optin-monster:hover {
		background-color: #8ed31e;
	}

	.social-media.rounded a.product-hunt:hover {
		background-color: #d6573d;
	}

	.social-media.rounded a.reddit:hover {
		background-color: #ff4500;
	}

	.social-media.rounded a.safari:hover {
		background-color: #2973d9;
	}

	.social-media.rounded a.scribd:hover {
		background-color: #382d29;
	}

	.social-media.rounded a.sellsy:hover {
		background-color: #006ca2;
	}

	.social-media.rounded a.shirtsinbulk:hover {
		background-color: #dd3a26;
	}

	.social-media.rounded a.simplybuilt:hover {
		background-color: #322f34;
	}

	.social-media.rounded a.skyatlas:hover {
		background-color: #01aebe;
	}

	.social-media.rounded a.slideshare:hover {
		background-color: #13999a;
	}

	.social-media.rounded a.stack-overflow:hover {
		background-color: #ef532a;
	}

	.social-media.rounded a.tripadvisor:hover {
		background-color: #1e892f;
	}

	.social-media.rounded a.twitch:hover {
		background-color: #6441a5;
	}

	.social-media.rounded a.usb:hover {
		background-color: #000;
	}

	.social-media.rounded a.viacoin:hover {
		background-color: #2376a2;
	}

	.social-media.rounded a.whatsapp:hover {
		background-color: #44c254;
	}

	.social-media.rounded a.wikipedia:hover {
		background-color: #212121;
	}

	.social-media.rounded a.y-combinator:hover {
		background-color: #ff6501;
	}

	.social-media.rounded a.yelp:hover {
		background-color: #bf311b;
	}

	.social-media.rounded a.email:hover {
		background-color: #689c49;
	}

	.social-media.rounded a.envira:hover {
		background-color: #75bd3b;
	}

	.social-media.rounded a.gitlab:hover {
		background-color: #e24329;
	}

	.social-media.rounded a.glide:hover {
		background-color: #00a7ff;
	}

	.social-media.rounded a.snapchat:hover {
		background-color: #efe200;
	}

	.social-media.rounded a.viadeo:hover {
		background-color: #f4982b;
	}

	.social-media.rounded a.wpbeginner:hover {
		background-color: #ff6600;
	}

	.social-media.rounded a.wpforms:hover {
		background-color: #b6581a;
	}


	/* DEFAULT COLOR */
	.social-media.default-color a:hover {
		color: #afa939;
	}

	.social-media.bordered.default-color a:hover {
		border-color: #afa939;
		color: #afa939;
	}

	.social-media.rounded.default-color a:hover {
		background-color: #afa939;
		color: #fff;
	}

/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/

.pie-chart-container {
	margin-bottom: 50px;
}

.pie-chart {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	min-height: 160px;
}

	.pie-chart canvas {
		max-width: 100%;
	}

.pie-chart-percent {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #252525;
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pie-chart-details {
	text-align: center;
}

	.pie-chart-details h6 {
		margin-bottom: 0;
		font-weight: 600;
		text-transform: uppercase;
	}

/* DARK SECTION */
.full-section.dark-section .pie-chart-percent {
	color: inherit;
}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/


.progress {
	overflow: visible;
	height: 3px;
	border-radius: 0;
	margin-bottom: 10px;
	background-color: #e3e3e3;
	box-shadow: none;
}

.progress-bar {
	position: relative;
	background-color: #afa939;
}

	.progress-bar span {
		position: absolute;
		top: -28px;
		right: 0;
		color: #020317;
		font-weight: 600;
	}

.progress-bar-title {
	margin-bottom: 5px;
	color: #020317;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/

.counter {
	margin-bottom: 50px;
	text-align: center;
}

	.counter > i {
		display: inline-block;
		font-size: 42px;
		line-height: 42px;
		margin-bottom: 30px;
		color: #e1e1e1;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

.counter-value {
	font-size: 64px;
	line-height: 64px;
	color: #212121;
}

.counter-details {
	margin-top: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.counter-value:before {
	content: attr(data-symbol-before);
}

.counter-value:after {
	content: attr(data-symbol-after);
}

.counter:hover > i {
	color: #afa939;
}

/* DARK SECTION */
.dark-section .counter-value {
	color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {

	.counter-value {
		font-size: 48px;
		line-height: 48px;
	}
}

/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/

.timeline {
	margin-bottom: 50px;
	list-style: none;
}

	.timeline > li {
		position: relative;
		padding-bottom: 50px;
	}

		.timeline > li:last-child {
			padding-bottom: 0;
		}

		.timeline > li:before {
			position: absolute;
			top: 130px;
			bottom: 0;
			left: 50%;
			border-left: 2px solid #e1e1e1;
			margin-left: -1px;
			content: "";
		}

		.timeline > li:last-child:before {
			display: none;
		}

	.timeline h4 {
		margin-bottom: 20px;
		font-weight: 600;
	}

	.timeline .awards {
		color: #9f9f9f;
		list-style: none;
		-webkit-transition: color 0.25s;
		transition: color 0.25s;
	}

		.timeline .awards li {
			margin-bottom: 5px;
		}

			.timeline .awards li:last-child {
				margin-bottom: 0;
			}

	.timeline .period {
		position: relative;
		z-index: 1;
		width: 84px;
		height: 84px;
		padding: 15px 10px;
		border: 9px solid #e1e1e1;
		background-color: #fff;
		border-radius: 50%;
		margin: 25px auto 0;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

		.timeline .period:after {
			position: absolute;
			z-index: -1;
			top: 50%;
			left: 50%;
			width: 68px;
			height: 68px;
			border-radius: 50%;
			margin: -34px 0 0 -34px;
			background-color: #afa939;
			content: "";
			-webkit-transform: scale(0);
			-ms-transform: scale(0);
			transform: scale(0);
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

	.timeline > li:hover .awards {
		color: #242424;
	}

	.timeline > li:hover .period {
		padding: 25px 17px;
		border-width: 2px;
		color: #fff;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

		.timeline > li:hover .period:after {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}

@media (max-width: 767px) {

	.timeline > li {
		padding-bottom: 0;
	}

		.timeline > li:before {
			display: none;
		}

		.timeline > li .period {
			margin-bottom: 20px;
		}
}

/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/

.timeline {
	position: relative;
	margin-bottom: 50px;
}

	.timeline:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		border-left: 1px solid #b7b7b7;
		content: "";
	}

.timeline-item {
	padding: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	background-color: #f2f3f4;
}

	.timeline-item > *:last-child {
		margin-bottom: 0;
	}

	.timeline-item:last-child {
		margin-top: 100px;
	}

	.timeline-item:last-child {
		margin-bottom: 0;
	}

	.timeline-item:before,
	.timeline-item:after {
		position: absolute;
		top: 7px;
		right: -91px;
		display: block;
		border-radius: 50%;
		content: "";
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

	.timeline-item:first-child:after {
		margin-right: 2px;
	}

	.timeline-item:last-child:before,
	.timeline-item:last-child:after {
		left: -80px;
		right: auto;
	}

	.timeline-item:before {
		width: 22px;
		height: 22px;
		margin-left: -11px;
		background-color: #b7b7b7;
	}

	.timeline-item:after {
		width: 18px;
		height: 18px;
		margin-top: 2px;
		margin-left: -9px;
		background-color: #fff;
	}

	.timeline-item h3 {
		margin-bottom: 15px;
		font-weight: 600;
	}

	.timeline-item:hover:before {
		background-color: #afa939;
	}

@media (min-width: 1200px) {

	.timeline-item:before,
	.timeline-item:after {
		right: -106px;
	}

	.timeline-item:last-child:before,
	.timeline-item:last-child:after {
		left: -95px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.timeline-item:before,
	.timeline-item:after {
		right: -71px;
	}

	.timeline-item:last-child:before,
	.timeline-item:last-child:after {
		left: -60px;
	}
}

@media (max-width: 767px) {

	.timeline {
		margin-bottom: 35px;
	}

	.timeline-item,
	.timeline-item:last-child {
		margin: 15px 0;
	}

		.timeline:before,
		.timeline-item:before,
		.timeline-item:after {
			display: none;
		}
}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/

/* BLOCKQUOTE */
blockquote {
	padding: 0;
	border-left: none;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}

	blockquote footer {
		color: inherit;
		font-size: 14px;
		font-weight: 700;
		font-style: normal;
	}

		blockquote footer small {
			color: inherit;
		}

			blockquote footer:before,
			blockquote footer small:before {
				display: none;
			}

		blockquote footer img {
			border-radius: 50%;
			margin-right: 10px;
		}


/* TESTIMONIAL */
.testimonial {
	margin-bottom: 50px;
	text-align: center;
}

	.testimonial blockquote {
		margin-bottom: 50px;
		font-size: 26px;
		line-height: 40px;
		font-weight: 300;
	}

	.testimonial > img {
		border-radius: 50%;
		margin: 0 auto 30px;
	}

	.testimonial h5,
	.testimonial h6 {
		font-weight: 600;
		text-transform: uppercase;
	}

		.testimonial h5 + img,
		.testimonial h6 + img {
			margin-top: 10px;
			margin-bottom: 0;
			width: 60px;
		}

	/* STYLE 2 */
	.testimonial.style-2 {
		padding: 30px;
		border: 1px solid #e1e1e1;
		background-color: #fff;
		color: #4e4e4e;
	}

		.testimonial.style-2 blockquote {
			margin-bottom: 20px;
			font-size: 15px;
			line-height: 24px;
			font-weight: 400;
		}

@media (max-width: 767px) {

	.testimonial blockquote {
		font-size: 22px;
		line-height: 40px
	}

	.testimonial.style-2 blockquote {
		font-size: 15px;
		line-height: 24px;
	}
}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/

.isotope {
	margin-bottom: 75px;
}

	.isotope.gutter {
		margin: -15px -15px 75px;
	}

	.isotope .isotope-item {
		float: left;
		width: 25%;
	}

	.isotope.gutter .isotope-item {
		padding: 15px;
	}

	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}

	.isotope.col-4 .isotope-item {
		width: 25%;
	}

	.isotope .portfolio-item {
		margin-bottom: 0;
	}

	.isotope:after {
		display: table;
		content: " ";
		clear: both;
	}

@media (min-width: 768px) and (max-width: 991px) {

	.isotope.col-4 .isotope-item {
		width: 33.33333%;
	}
}

@media (max-width: 767px) {

	.isotope .isotope-item,
	.isotope.col-3 .isotope-item,
	.isotope.col-4 .isotope-item {
		float: none;
		width: 100%;
	}
}

/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/

.filter {
	list-style: none;
}

	.filter li {
		display: inline-block;
	}

		.filter li a {
			text-decoration: none;
		}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

.pagination {
	margin: 30px 0 100px 0;
}

	.pagination li {
		margin-right: 5px;
	}

		.pagination li:last-child {
			margin-right: 0;
		}

		.pagination li a {
			display: block;
			width: 40px;
			height: 40px;
			border: 2px solid #e1e1e1;
			color: #959595;
			font-size: 12px;
			line-height: 36px;
			font-weight: 700;
			text-align: center;
			text-decoration: none;
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

			.pagination li.active a,
			.pagination li a:hover {
				border-color: #afa939;
				color: #afa939;
			}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/

.full-section {
	position: relative;
	z-index: 1;
	padding: 50px 0;
	margin-bottom: 70px;
	background: no-repeat center center;
}

.full-section-overlay-color {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #020317;
	opacity: 0.87;
}

.full-section-container {
	position: relative;
	z-index: 3;
}


/* PARALLAX */
.parallax {
	background-attachment: fixed;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

	.parallax.parallax-disable {
		background-attachment: scroll;
	}


/* ELEMENTS IN DARK SECTION */
.full-section.dark-section {
	background-color: #000;
	color: #fff;
}

	.full-section.dark-section h1,
	.full-section.dark-section h2,
	.full-section.dark-section h3,
	.full-section.dark-section h4,
	.full-section.dark-section h5,
	.full-section.dark-section h6 {
		color: inherit;
	}


/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
#section-1 {
	padding: 100px 0 50px;
	margin-top: 50px;
	background-image: url(../../images/backgrounds/bg-1.jpg);
}

#section-2 {
	padding: 60px 0;
	margin-top: 50px;
	background-image: url(../../images/backgrounds/bg-2.jpg);
}

#section-3 {
	padding: 100px 0 50px;
	margin-top: 30px;
	background-image: url(../../images/backgrounds/bg-3.jpg);
}

#section-4 {
	padding-top: 100px;
	padding-bottom: 0;
	margin-top: 30px;
	background-image: url(../../images/backgrounds/bg-3.jpg);
}

#section-5 {
	padding: 100px 0 50px;
	margin-top: 50px;
	background-image: url(../../images/backgrounds/bg-3.jpg);
}

#section-6 {
	padding: 100px 0 80px;
	margin-top: 50px;
	background-image: url(../../images/backgrounds/bg-3.jpg);
}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/

#local-video-section,
#youtube-video-section {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100%;
}

#video-section {
	height: 780px;
	padding: 0;
	margin-top: 100px;
	margin-bottom: 0;
}

.youtube-player {
	display: none;
}

#video-section .full-section-container {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embed-responsive {
	margin-bottom: 20px;
}

#local-video-section video {
	width: 100%;
}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/

#scroll-up {
	position: fixed;
	z-index: 8030;
	bottom: 50px;
	right: 50px;
	display: none;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #afa939;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

	#scroll-up:hover {
		box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
	}

@media (max-width: 767px) {

	#scroll-up {
		right: 20px;
		bottom: 20px;
	}
}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/

/* OWL Carousel */
.owl-carousel {
	margin-bottom: 50px;
}

	.owl-carousel .owl-item img {
		width: auto;
	}

.clients-slider .item img {
	height: 100px;
	width: 100%;
}

.owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 8px;
	border: 2px solid #8f8f8f;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

	.owl-dot:hover,
	.owl-dot.active {
		border-color: #afa939;
	}

	.owl-dot:last-child {
		margin-right: 0;
	}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #afa939no-repeat center center;
	color: #fff;
	text-align: center;
	opacity: 0.25;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.owl-prev {
	left: 20px;
}

.owl-next {
	right: 20px;
}

	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 22px;
		line-height: 32px;
	}

.owl-prev:before {
	content: "\f104";
}

.owl-next:before {
	content: "\f105";
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
}

/* MAIN SLIDER */
.main-slider-container {
	height: 760px;
}

.main-slider {
	margin-bottom: 0;
}

	.main-slider .item {
		height: 760px;
		background: no-repeat;
		background-size: cover;
	}

	.main-slider .slide-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #403f3f !important ;
			opacity: 0;
		height: 760px;
	}

	.main-slider .slide-description {
		position: absolute;
		z-index: 50;
		top: 25%;
		left: 0;
		width: 100%;
		padding-top: 85px;
		color: #fff;
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

		.main-slider .slide-description p,
		.main-slider .slide-description h1,
		.main-slider .slide-description .btn {
			margin-top: 50px;
			opacity: 0;
		}

		.main-slider .slide-description h1 {
			margin-bottom: 20px;
			color: inherit;
			font-weight: 300;
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

		.main-slider .slide-description p {
			margin-bottom: 30px;
			-webkit-transition: all 0.25s 0.15s;
			transition: all 0.25s 0.15s;
		}

		.main-slider .slide-description .btn {
			margin-bottom: 30px;
			-webkit-transition: margin 0.25s 0.25s, opacity 0.25s 0.25s, transform 0.25s;
			transition: margin 0.25s 0.25s, opacity 0.25s 0.25s, transform 0.25s;
		}

		.main-slider .slide-description.animated p,
		.main-slider .slide-description.animated h1,
		.main-slider .slide-description.animated .btn {
			margin-top: 0;
			opacity: 1;
		}

	.main-slider .owl-prev,
	.main-slider .owl-next {
		background: none;
	}

		.main-slider .owl-prev:before,
		.main-slider .owl-next:before {
			font-size: 42px;
			line-height: 32px;
		}

	.main-slider .owl-dot {
		border-color: #fff;
	}

		.main-slider .owl-dot:hover,
		.main-slider .owl-dot.active {
			border-color: #afa939;
		}

@media (max-width: 767px) {

	.aboutUs-section .about-message {
		height: 570px !important
	}

	.aboutUs-section .about-goal {
		height: 400px !important
	}
	.ftco-section .services{
		height:780px !important;
	}
	.slider-content {
		margin-top: -160px;
	}

	.main-slider-container, .main-slider .item {
		height: 550px;
	}

	.main-slider .slide-overlay {
		height: 550px;
	}

	.main-slider .owl-prev,
	.main-slider .owl-next {
		display: none;
	}

	.main-slider .slide-description {
		margin-top: -20px;
	}

		.main-slider .slide-description h1 {
			font-size: 24px;
			line-height: 32px;
		}

		.main-slider .slide-description p {
			margin-bottom: 20px;
			font-size: 9px;
			line-height: 14px;
		}

		.main-slider .slide-description .btn {
			font-size: 8px;
			line-height: 14px;
			padding: 5px 15px;
		}
}

/* TESTIMONIALS SLIDER */
.testimonials-slider .owl-dots {
	bottom: -20px;
}

/* TESTIMONIALS CAROUSEL */
.testimonials-carousel {
	width: 90%;
	margin: 0 auto 50px;
}

	.testimonials-carousel .owl-stage {
		padding: 35px 0 80px;
	}

	.testimonials-carousel .owl-prev {
		left: -80px;
	}

	.testimonials-carousel .owl-next {
		right: -80px;
	}

	.testimonials-carousel .owl-item {
		-webkit-transition: all 0.25s 0.25s;
		transition: all 0.25s 0.25s;
	}

	.testimonials-carousel .center {
		z-index: 9999;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	.testimonials-carousel .testimonial.style-2 {
		margin-bottom: 0;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

	.testimonials-carousel .center .testimonial.style-2 {
		border-color: transparent;
		box-shadow: 0 14px 17px 0 rgba(0, 0, 0, 0.16), 0 13px 22px 0 rgba(0, 0, 0, 0.12);
	}

/* CLIENTS SLIDER */
.clients-slider a {
	display: block;
	padding: 15px;
}

.teams-slider a {
	display: block;
}

.servises-slider a {
	display: block;
}

.teams-slider a img {
	-webkit-filter: contrast(85%) grayscale(10%);
	filter: contrast(85%) grayscale(10%);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.clients-slider a:hover img, .teams-slider a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: contrast(100%) grayscale(0%);
	filter: contrast(100%) grayscale(0%);
}





.clients-slider .owl-prev, .teams-slider .owl-prev, .servises-slider .owl-prev {
	left: -40px;
}

.clients-slider .owl-next, .teams-slider .owl-next, .servises-slider .owl-next {
	right: -40px;
}

.clients-slider .owl-dots, .teams-slider .owl-dots, .servises-slider .owl-dots {
	bottom: -20px;
	display: none;
}


@media (min-width: 768px) and (max-width: 991px) {
	.ftco-section .services {
		height: 780px !important;
	}
	.slider-content {
		margin-top: -160px;
	}
	.aboutUs-section .about-message {
	
		height: 570px !important
	}
	.aboutUs-section .about-goal {
		height: 400px !important
	}
	.main-slider-container, .main-slider .item {
		height: 550px;
	}

	.main-slider .slide-overlay {
		height: 550px;
	}

	.clients-slider .owl-prev,
	.clients-slider .owl-next {
		display: none;
	}

	.teams-slider .owl-prev,
	.teams-slider .owl-next {
		display: none;
	}

	.servises-slider .owl-prev,
	.servises-slider .owl-next {
		display: none;
	}

	.clients-slider .owl-dots, .teams-slider .owl-dots, .servises-slider .owl-dots {
		display: block;
	}

	.testimonials-carousel .owl-prev {
		left: -40px;
	}

	.testimonials-carousel .owl-next {
		right: -40px;
	}
}

@media (max-width: 767px) {

	.testimonials-carousel .center {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.testimonials-carousel .owl-prev {
		left: -20px;
	}

	.testimonials-carousel .owl-next {
		right: -20px;
	}

	.clients-slider .owl-prev,
	.clients-slider .owl-next {
		display: none;
	}

	.teams-slider .owl-prev,
	.teams-slider .owl-next {
		display: none;
	}

	.servises-slider .owl-prev,
	.servises-slider .owl-next {
		display: none;
	}

	.clients-slider .owl-dots, .teams-slider .owl-dots, .servises-slider .owl-dots {
		display: block;
	}
}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/

.wow {
	visibility: hidden;
}

	.wow.animated {
		visibility: visible;
	}

/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/

.widget {
	margin-bottom: 75px;
}

	.widget > *:last-child {
		margin-bottom: 0;
	}

.widget-title {
	margin-bottom: 45px;
	font-size: 18px;
}

	.widget-title:after {
		display: block;
		width: 50px;
		border-bottom: 2px solid #afa939;
		margin-top: 10px;
		content: "";
	}

/* WIDGET TEXT */
.widget-text {
}

	.widget-text div > *:last-child {
		margin-bottom: 0;
	}

	.widget-text blockquote {
		font-weight: 400;
	}


/* WIDGET SERACH */
.widget-search {
}

	.widget-search form {
		position: relative;
	}

	.widget-search #s {
		position: relative;
		width: 100%;
		padding: 10px 45px 10px 0;
		border: none;
		border-bottom: 2px solid #e1e1e1;
		margin-bottom: 0;
	}

	.widget-search input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		width: 41px;
		height: 41px;
		padding: 0;
		border: none;
		background: url(../images/search.png) no-repeat center center;
	}

	.widget-search label {
		position: absolute;
		z-index: 1;
		top: 10px;
		left: 0;
		font-size: 14px;
		font-style: italic;
		pointer-events: none;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

	.widget-search input ~ span {
		position: absolute;
		z-index: 20;
		bottom: 0;
		left: 50%;
		display: block;
		width: 0;
		height: 2px;
		background-color: #afa939;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

	.widget-search input:focus ~ label,
	.widget-search textarea:focus ~ label,
	.widget-search input:valid ~ label,
	.widget-search textarea:valid ~ label {
		top: -15px;
		font-size: 12px;
		font-style: normal;
	}

	.widget-search input:focus ~ span {
		width: 100%;
	}

/* WIDGET CATEGORIES */
.widget-categories ul {
	margin-bottom: 0;
	list-style: none;
}

	.widget-categories ul li {
		margin-bottom: 5px;
	}

		.widget-categories ul li:before {
			position: relative;
			top: -2px;
			display: inline-block;
			width: 5px;
			height: 5px;
			margin-right: 15px;
			background-color: #afa939;
			content: "";
		}

		.widget-categories ul li:last-child {
			margin-bottom: 0;
		}

		.widget-categories ul li a {
			color: #424242;
			text-decoration: none;
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

			.widget-categories ul li a:hover {
				color: #afa939;
			}

	.widget-categories ul.inline {
		display: flex;
		justify-content: center;
	}

		.widget-categories ul.inline li {
			margin: 0 30px;
		}

			.widget-categories ul.inline li:before {
				display: none;
			}

			.widget-categories ul.inline li a {
				font-weight: 600;
				text-transform: uppercase;
			}

@media (min-width: 576px) and (max-width: 767px) {

	.widget-categories ul.inline li {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {

	.widget-categories ul.inline {
		flex-wrap: wrap;
	}
}


/* WIDGET CATEGORIES DROPDOWN */
.widget-categories-dropdown {
}


/* WIDGET ARCHIVES */
.widget-archives ul {
	margin-bottom: 0;
	list-style: none;
}

	.widget-archives ul li {
		margin-bottom: 5px;
	}

		.widget-archives ul li:before {
			position: relative;
			top: -2px;
			display: inline-block;
			width: 5px;
			height: 5px;
			margin-right: 15px;
			background-color: #afa939;
			content: "";
		}

		.widget-archives ul li:last-child {
			margin-bottom: 0;
		}

		.widget-archives ul li a {
			color: #424242;
			text-decoration: none;
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

			.widget-archives ul li a:hover {
				color: #afa939;
			}

	.widget-archives ul.inline {
		display: flex;
		justify-content: center;
	}

		.widget-archives ul.inline li {
			margin: 0 30px;
		}

			.widget-archives ul.inline li:before {
				display: none;
			}

			.widget-archives ul.inline li a {
				font-weight: 600;
				text-transform: uppercase;
			}

@media (min-width: 576px) and (max-width: 767px) {

	.widget-archives ul.inline li {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {

	.widget-archives ul.inline {
		flex-wrap: wrap;
	}
}


/* WIDGET ARCHIVES DROPDOWN */
.widget-archives-dropdown {
}


/* WIDGET PAGES */
.widget-pages {
}

	.widget-pages ul {
		margin-bottom: 0;
		list-style: none;
	}

		.widget-pages ul li {
			margin-bottom: 7px;
		}

			.widget-pages ul li:before {
				position: relative;
				top: -2px;
				display: inline-block;
				width: 5px;
				height: 5px;
				margin-right: 15px;
				background-color: #afa939;
				content: "";
			}

			.widget-pages ul li:last-child {
				margin-bottom: 0;
			}

			.widget-pages ul li a {
				color: #424242;
				text-decoration: none;
				-webkit-transition: all 0.25s;
				transition: all 0.25s;
			}

				.widget-pages ul li a:hover {
					color: #afa939;
				}

		.widget-pages ul.inline {
			display: flex;
			justify-content: center;
		}

			.widget-pages ul.inline li {
				margin: 0 30px;
			}

				.widget-pages ul.inline li:before {
					display: none;
				}

				.widget-pages ul.inline li a {
					font-weight: 600;
					text-transform: uppercase;
				}

@media (min-width: 576px) and (max-width: 767px) {

	.widget-pages ul.inline li {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {

	.widget-pages ul.inline {
		flex-wrap: wrap;
	}
}



/* WIDGET METADATA */
.widget-metadata ul {
	margin-bottom: 0;
	list-style: none;
}

	.widget-metadata ul li {
		margin-bottom: 5px;
	}

		.widget-metadata ul li:before {
			position: relative;
			top: -2px;
			display: inline-block;
			width: 5px;
			height: 5px;
			margin-right: 15px;
			background-color: #afa939;
			content: "";
		}

		.widget-metadata ul li:last-child {
			margin-bottom: 0;
		}

		.widget-metadata ul li a {
			color: #424242;
			text-decoration: none;
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

			.widget-metadata ul li a:hover {
				color: #afa939;
			}

	.widget-metadata ul.inline {
		display: flex;
		justify-content: center;
	}

		.widget-metadata ul.inline li {
			margin: 0 30px;
		}

			.widget-metadata ul.inline li:before {
				display: none;
			}

			.widget-metadata ul.inline li a {
				font-weight: 600;
				text-transform: uppercase;
			}

@media (min-width: 576px) and (max-width: 767px) {

	.widget-metadata ul.inline li {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {

	.widget-metadata ul.inline {
		flex-wrap: wrap;
	}
}


/* WIDGET TAGS */
.widget-tags {
}

	.widget-tags a {
		display: inline-block;
		padding: 3px 20px;
		border: 1px solid #e1e1e1;
		border-radius: 2px;
		margin-right: 5px;
		margin-bottom: 10px;
		color: #959595;
		text-decoration: none;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}

		.widget-tags a:last-child {
			margin-right: 0;
		}

		.widget-tags a:hover {
			border-color: #afa939;
			color: #afa939;
		}


/* WIDGET NEWSLETTER */
.widget-newsletter {
}

	.widget-newsletter form {
	}

	.widget-newsletter input[type="text"] {
		width: 100%;
	}

	.widget-newsletter input[type="submit"] {
	}


/* WIDGET RECENT POSTS */
.widget-recent-posts {
}

	.widget-recent-posts ul {
		list-style: none;
		margin-bottom: 0;
	}

		.widget-recent-posts ul li {
			margin-bottom: 15px;
		}

			.widget-recent-posts ul li:last-child {
				margin-bottom: 0;
			}

			.widget-recent-posts ul li .post-title {
				color: #020317;
				font-size: 13px;
				font-weight: 700;
				text-transform: uppercase;
				-webkit-transition: all 0.25s;
				transition: all 0.25s;
			}

			.widget-recent-posts ul li .post-details {
				font-size: 12px;
				-webkit-transition: all 0.25s;
				transition: all 0.25s;
			}

				.widget-recent-posts ul li .post-details a {
					display: inline-block;
					padding-right: 6px;
					border-right: 1px solid #a1a1a1;
					margin-right: 3px;
					line-height: 12px;
				}

				.widget-recent-posts ul li .post-details .post-date {
					color: #8f8f8f;
				}

				.widget-recent-posts ul li .post-details a:last-child {
					padding-right: 0;
					border-right: 0;
					margin-right: 0;
				}

			.widget-recent-posts ul li .post-title:hover {
				color: #afa939;
				text-decoration: none;
			}

			.widget-recent-posts ul li:after {
				display: table;
				clear: both;
				content: "";
			}


/* WIDGET RECENT COMMENTS */
.widget-recent-comments {
}

	.widget-recent-comments ul {
		margin-bottom: 0;
		list-style: none;
	}


/* WIDGET CALENDAR */
.widget-calendar {
}

	.widget-calendar table {
		width: 100%;
		text-align: center;
	}

		.widget-calendar table th,
		.widget-calendar table td {
			padding: 5px;
			border-top: 1px solid #3b3e43;
			border-left: 1px solid #3b3e43;
			text-align: center;
		}

			.widget-calendar table th:last-child,
			.widget-calendar table td:last-child {
				border-right: 1px solid #3b3e43;
			}

		.widget-calendar table tr:last-child td {
			border-bottom: 1px solid #3b3e43;
		}

		.widget-calendar table tfoot td,
		.widget-calendar table tfoot td:last-child,
		.widget-calendar table tfoot tr:last-child td {
			border: none;
		}

		.widget-calendar table td#today {
			background-color: #bca480;
			color: #fff;
		}


/* WIDGET FLICKR */
.widget-flickr {
}

.flickr-photos {
}

.flickr_badge_image {
}

	.flickr_badge_image img {
		width: 85px;
		height: auto;
	}

.flickr-photos:after {
	display: table;
	content: " ";
	clear: both;
}


/* WIDGET INSTAGRAM */
.widget-instagram {
}

#instafeed {
	margin: -5px;
}

	#instafeed a {
		float: left;
		display: block;
		width: 72px;
	}

		#instafeed a img {
			display: block;
			width: 100%;
			height: auto;
			padding: 5px;
		}

	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}


@media (min-width: 1200px) {

	#instafeed a {
		width: 90px;
	}
}


/* WIDGET TWITTER */
.widget-twitter {
	text-align: center;
}

.tweets-list ul {
	margin-bottom: 0;
	list-style: none;
}

	.tweets-list ul li {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 32px;
	}

		.tweets-list ul li > *:last-child {
			margin-bottom: 0;
		}

		.tweets-list ul li:last-child {
			margin-bottom: 0;
		}


/* WIDGET CONTACT */
.widget-contact {
}

	.widget-contact ul {
		margin-bottom: 0;
		list-style: none;
	}

		.widget-contact ul li {
			position: relative;
			padding-left: 30px;
			margin-bottom: 20px;
			line-height: 24px;
		}

			.widget-contact ul li:last-child {
				margin-bottom: 0;
			}

			.widget-contact ul li i {
				position: absolute;
				top: 5px;
				left: 0;
				color: #afa939;
				font-size: 16px;
			}

			.widget-contact ul li a {
				color: #424242;
				-webkit-transition: all 0.2s;
				transition: all 0.2s;
			}

				.widget-contact ul li a:hover {
					color: #afa939;
					text-decoration: none;
				}

		.widget-contact ul.inline {
			display: flex;
			flex-direction: row;
			justify-content: center;
		}

			.widget-contact ul.inline li {
				margin: 0 20px;
			}

@media (min-width: 768px) and (max-width: 991px) {

	.widget-contact ul li {
		padding-left: 0;
	}

		.widget-contact ul li i {
			display: none;
		}
}

@media (max-width: 767px) {

	.widget-contact ul.inline {
		flex-direction: column;
		align-items: center;
	}

		.widget-contact ul.inline li {
			margin-bottom: 10px;
		}

			.widget-contact ul.inline li:last-child {
				margin-bottom: 0;
			}
}


/* WIDGET SOCIAL */
.widget-social {
}

	.widget-social .social-media {
		margin-bottom: 0;
	}
/*.logo-center img{
	height: 100px !important;
}*/

.news-content {
	margin-bottom: 10px !important;
}

.news-img {
	height: 250px !important;
	width: 100%;
}

.container-AboutUs {
	max-width: 1620px !important;
}

.aboutus-img {
	height: 500px !important;
	width: 500px !important;
	border-radius: 6px;
	background-color: #eed;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 100px rgba(0,0,0,0.6);
}

.aboutus-content {
	font-weight: 500;
	font-size: 20px;
}

	.aboutus-content span {
		color: #764203;
		font-weight: 600;
	}

.contactus-form input, .contactus-form textarea {
	width: 100% !important;
	border-radius: 3px;
}

.contactus-form textarea {
	height: 125px;
}


.map-container {
	overflow: hidden;
	position: relative;
	height: 0;
}

	.map-container iframe {
		left: 0;
		top: 0;
		height: 600px;
		width: 100%;
		position: absolute;
	}


.menu > li > a {
	font-weight: 300 !important;
}

.full-section.dark-section .vertical-tabs .tab-pane {
	padding: 40px;
	border-radius: 3px;
	height: 420px;
}

.vertical-tabs .nav-tabs > li > a {
	border-radius: 5px;
}







/*#header {
	z-index: 8000;
	top: 0 !important;
	right: 0;
	left: 0; 
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}


.header-center .menu > li > a {
 
	color: #020317 !important;
}
.header-center .menu > li{
	margin-top:15px;
}
.header-center .mobile-menu-button {
	color: #afa939!important;
	margin-top: 15px;
}

.logo-center img {
	content: url("../../assets/images/1 - Copy.jpeg") !important;
	height: 120px;
}



.menu li a:hover, .menu li.active > a, .menu li.sfHover > a {
	color: #afa939!important;
}*/ /*#header {
	z-index: 8000;
	top: 0 !important;
	right: 0;
	left: 0; 
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}


.header-center .menu > li > a {
 
	color: #020317 !important;
}
.header-center .menu > li{
	margin-top:15px;
}

 */
.logo-menu img, .logo-center img, .logo-footer img {
	content: url("../../assets/images/logo.png") !important;
}

.logo-menu img, .logo-center img, .logo-footer img {
	height: 170px;
	width: 250px;
}

#soical-media {
	padding: 0 20px;
	z-index: 999;
	background-color: #fff;
	position: fixed;
	top: 130px;
	left: -250px;
	width: 250px;
	color: #252525;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

	#soical-media > a {
		position: absolute;
		top: 0;
		right: -60px;
		display: block;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 25px;
		text-align: center;
		text-decoration: none;
		width: 60px;
		height: 45px;
		line-height: 45px;
	}

.menu > li > a {
	padding: 11px 11px 23px !important;
}

.title-footer {
	font-size: 20px;
}

.menu-list {
	margin-top: 25px !important;
}

#menu {
	margin-top: -10px !important;
}

.head-team-img {
	height: 535px;
	width: 450px;
	/* border-radius: 0px; */
	background-color: #eed;
	box-shadow: 0 0 75px rgba(0,0,0,0.6);
	border-radius: 5px;
}

.head-about-img {
	height: 490px;
	/* border-radius: 0px; */
	background-color: #eed;
	box-shadow: 0 0 75px rgba(0,0,0,0.6);
	border-radius: 5px;
	width:80%;
}


.header-center #header {
	position: unset !important;
	background: #fff;
}

.header-center .menu > li > a {
	color: #020317 !important;
}

.menu li a:hover, .menu li.active > a, .menu li.sfHover > a {
	color: #afa939 !important;
}

.header-center .mobile-menu-button {
	color: #afa939 !important;
	margin-top: 15px;
}

#logo {
	margin: 0px !important;
}

.headline h3 {
	margin-bottom: 0;
	color: #afa939 !important;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}



.menu ul li > a:hover {
	color: #fff !important;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	padding: 70px 20px 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
	box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
	height: 300px;
}

	.services .icon-box .icon {
		margin: 0 auto;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: ease-in-out 0.3s;
		position: relative;
	}

		.services .icon-box .icon i {
			font-size: 36px;
			transition: 0.5s;
			position: relative;
		}

		.services .icon-box .icon svg {
			position: absolute;
			top: 0;
			left: 0;
		}

			.services .icon-box .icon svg path {
				transition: 0.5s;
				fill: #f5f5f5;
			}

	.services .icon-box h4 {
		font-weight: 600;
		margin: 10px 0 15px 0;
		font-size: 22px;
	}

		.services .icon-box h4 a {
			color: #124265;
			transition: ease-in-out 0.3s;
		}

	.services .icon-box p {
		line-height: 24px;
		font-size: 14px;
		margin-bottom: 0;
	}

	.services .icon-box:hover {
		border-color: #fff;
		box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
	}

.services .iconbox-blue i {
	color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
	color: #fff;
}

.services .iconbox-blue:hover .icon path {
	fill: #47aeff;
}

.services .iconbox-orange i {
	color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
	color: #fff;
}

.services .iconbox-orange:hover .icon path {
	fill: #ffa76e;
}

.services .iconbox-pink i {
	color: #e80368;
}

.services .iconbox-pink:hover .icon i {
	color: #fff;
}

.services .iconbox-pink:hover .icon path {
	fill: #e80368;
}

.services .iconbox-yellow i {
	color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
	color: #fff;
}

.services .iconbox-yellow:hover .icon path {
	fill: #ffbb2c;
}

.services .iconbox-red i {
	color: #ff5828;
}

.services .iconbox-red:hover .icon i {
	color: #fff;
}

.services .iconbox-red:hover .icon path {
	fill: #ff5828;
}

.services .iconbox-teal i {
	color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
	color: #fff;
}

.services .iconbox-teal:hover .icon path {
	fill: #11dbcf;
}

.service {
	background: #f9f9f9;
}

.section-gray {
	background-color: #f8f9fa;
}

.team-member {
	margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	background: #fff;
	padding: 40px 0;
}

	.team .member {
		margin-bottom: 20px;
		overflow: hidden;
		border-radius: 5px;
		background: #fff;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	}

		.team .member .member-img {
			position: relative;
			overflow: hidden;
			height:300px;
		}
.member-img img {
	width: 100% !important;
	height: 100% !important;
}

		.team .member .social {
			position: absolute;
			left: 0;
			bottom: 30px;
			right: 0;
			opacity: 0;
			transition: ease-in-out 0.3s;
			text-align: center;
		}

			.team .member .social a {
				transition: color 0.3s;
				color: #151515;
				margin: 0 3px;
				border-radius: 4px;
				width: 36px;
				height: 36px;
				background: rgba(255, 255, 255, 0.8);
				transition: ease-in-out 0.3s;
				color: #484848;
				display: inline-flex;
				justify-content: center;
				align-items: center;
			}

				.team .member .social a:hover {
					color: #151515;
					background: #ffc451;
				}

			.team .member .social i {
				font-size: 18px;
				line-height: 0;
			}

		.team .member .member-info {
			padding: 25px 15px;
		}

			.team .member .member-info h4 {
				font-weight: 700;
				margin-bottom: 5px;
				font-size: 18px;
				color: #151515;
			}

			.team .member .member-info span {
				display: block;
				font-size: 13px;
				font-weight: 400;
				color: #aaaaaa;
			}

			.team .member .member-info p {
				font-style: italic;
				font-size: 14px;
				line-height: 26px;
				color: #777777;
			}

		.team .member:hover .social {
			opacity: 1;
			bottom: 15px;
		}

.section-title {
	padding-bottom: 40px !important;
}

	.section-title h2 {
		font-size: 14px  ;
		font-weight: 500 !important;
		padding: 0 !important;
		line-height: 1px !important;
		margin: 0 0 5px 0 !important;
		text-transform: uppercase !important;
		color: #aaaaaa !important;
	}

	.section-title p {
		margin: 0 !important;
		font-size: 36px !important;
		font-weight: 700 !important;
		text-transform: uppercase;
		font-family: "Poppins", sans-serif;
		color: #151515 !important;
		line-height: 45px !important;
	}

	.section-title h2::after {
		content: "" !important;
		width: 120px !important;
		height: 1px !important;
		display: inline-block !important;
		background: #afa939 !important;
		margin: 4px 10px !important;
	}

.sec-title {
	margin-bottom: 50px;
}

	.sec-title h2 {
		text-transform: uppercase;
		display: inline-block;
		position: relative;
		color: #D5AA6D;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.1;
		padding: 0 35px;
		letter-spacing: 2px;
	}

	.sec-title h3 {
		color: #343434;
		font-size: 36px;
		font-weight: 700;
		text-transform: capitalize;
		margin-top: 20px;
		line-height: 1.3;
	}

	.sec-title h2:before {
		position: absolute;
		left: 0;
	}

	.sec-title h2:after, .sec-title h2:before {
		content: '\f107';
		font-family: 'Flaticon';
	}

	.sec-title h2:after {
		position: absolute;
		right: 0;
	}

.team-member-details p {
	font-weight: 700 !important;
}

.paddingBottom {
	padding-bottom: 25px !important;
}

.nav-tabs > li > a {
	background-color: #dcd9d9 !important;
}

	.nav-tabs > li > a:hover, .nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
		background-color: #afa939 !important;
		color: #fff !important;
	}


.flex-parent {
	display: flex;
}



.long-and-truncated {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Frequently Asked Questions Section
--------------------------------*/
#faq {
	overflow: hidden;
}

	#faq #faq-list {
		padding: 0;
		list-style: none;
	}

		#faq #faq-list li {
			border-bottom: 1px solid #ebebeb;
		}

		#faq #faq-list a {
			padding: 22px 0;
			display: block;
			position: relative;
			font-size: 20px;
			line-height: 1;
			font-weight: 400;
			padding-right: 20px;
		}

		#faq #faq-list .collapse-icon {
			/*font-size: 24px;*/
			position: absolute;
			right: 0;
			top: 20px;
		}

		#faq #faq-list p {
			margin-bottom: 20px;
		}

@media (max-width: 768px) {
	#faq #faq-list a {
		font-size: 18px;
	}

	#faq #faq-list .collapse-icon {
		top: 25px;
	}
}

#faq #faq-list a.collapse {
	color: #1bb1dc;
}

#faq #faq-list a.collapsed {
	color: #000;
}

#faq #faq-list .question-icon {
	color: #e7e5c3 !important;
}


.page-header-without-title {
	margin-bottom: 40px !important;
}
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# book
--------------------------------------------------------------*/
.book {
	padding-bottom: 40px;
}

	.book .card {
		border: 0;
		padding: 0 30px;
		margin-bottom: 60px;
		position: relative;
		background: transparent;
	}

	.book .card-img {
		width: calc(100% + 60px);
		margin-left: -30px;
		overflow: hidden;
		z-index: 9;
		border-radius: 0;
	}

		.book .card-img img {
			max-width: 100%;
			transition: all 0.3s ease-in-out;
		}

	.book .card-body {
		z-index: 10;
		background: #fff;
		border-top: 4px solid #fff;
		padding: 30px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
		margin-top: -60px;
		transition: 0.3s;
	}

	.book .card-title {
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px;
	}

		.book .card-title a {
			color: #213b52;
			transition: 0.3s;
		}

	.book .card-text {
		color: #5e5e5e;
	}

	.book .read-more a {
		color: #777777;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
		transition: 0.3s;
	}

		.book .read-more a:hover {
			color: #afa939;
		}

	.book .card:hover img {
		transform: scale(1.1);
	}

	.book .card:hover .card-body {
		border-color: #afa939;
	}

		.book .card:hover .card-body .card-title a {
			color: #afa939;
		}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 35px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
}

	.portfolio #portfolio-flters li {
		cursor: pointer;
		display: inline-block;
		padding: 10px 15px 8px 15px;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		text-transform: uppercase;
		color: #444444;
		margin-bottom: 5px;
		transition: all 0.3s ease-in-out;
	}

		.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
			color: #2487ce;
		}

		.portfolio #portfolio-flters li:last-child {
			margin-right: 0;
		}

.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

	.portfolio .portfolio-wrap::before {
		content: "";
		background: rgba(36, 135, 206, 0.6);
		position: absolute;
		left: 30px;
		right: 30px;
		top: 30px;
		bottom: 30px;
		transition: all ease-in-out 0.3s;
		z-index: 2;
		opacity: 0;
	}

	.portfolio .portfolio-wrap .portfolio-info {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		z-index: 3;
		transition: all ease-in-out 0.3s;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		.portfolio .portfolio-wrap .portfolio-info::before {
			display: block;
			content: "";
			width: 48px;
			height: 48px;
			position: absolute;
			top: 35px;
			left: 35px;
			border-top: 3px solid #fff;
			border-left: 3px solid #fff;
			transition: all 0.5s ease 0s;
			z-index: 9994;
		}

		.portfolio .portfolio-wrap .portfolio-info::after {
			display: block;
			content: "";
			width: 48px;
			height: 48px;
			position: absolute;
			bottom: 35px;
			right: 35px;
			border-bottom: 3px solid #fff;
			border-right: 3px solid #fff;
			transition: all 0.5s ease 0s;
			z-index: 9994;
		}

		.portfolio .portfolio-wrap .portfolio-info h4 {
			font-size: 20px;
			color: #fff;
			font-weight: 600;
		}

		.portfolio .portfolio-wrap .portfolio-info p {
			color: #ffffff;
			font-size: 14px;
			text-transform: uppercase;
			padding: 0;
			margin: 0;
		}

	.portfolio .portfolio-wrap .portfolio-links {
		text-align: center;
		z-index: 4;
	}

		.portfolio .portfolio-wrap .portfolio-links a {
			color: rgba(255, 255, 255, 0.6);
			margin: 0 2px;
			font-size: 28px;
			display: inline-block;
			transition: 0.3s;
		}

			.portfolio .portfolio-wrap .portfolio-links a:hover {
				color: #fff;
			}

	.portfolio .portfolio-wrap:hover::before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 1;
	}

	.portfolio .portfolio-wrap:hover .portfolio-info {
		opacity: 1;
	}

		.portfolio .portfolio-wrap:hover .portfolio-info::before {
			top: 15px;
			left: 15px;
		}

		.portfolio .portfolio-wrap:hover .portfolio-info::after {
			bottom: 15px;
			right: 15px;
		}

/*--------------------------------------------------------------*/



/* About Us Section
--------------------------------*/
#about {
	background: url("../img/about-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 0px 0 60px 0;
	position: relative;
}

	#about::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.92);
		z-index: 9;
	}

	#about .container {
		position: relative;
		z-index: 10;
	}

	#about .about-col {
		background: #fff;
		border-radius: 0 0 4px 4px;
		box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
		margin-bottom: 20px;
		min-height: 450px;
	}

		#about .about-col .img {
			position: relative;
		}

			#about .about-col .img img {
				border-radius: 4px 4px 0 0;
			}

		#about .about-col .icon {
			width: 64px;
			height: 64px;
			padding-top: 8px;
			text-align: center;
			position: absolute;
			background-color: #afa939;
			border-radius: 50%;
			text-align: center;
			border: 4px solid #fff;
			left: calc( 50% - 32px);
			bottom: -30px;
			transition: 0.3s;
		}

		#about .about-col i {
			font-size: 36px;
			line-height: 1;
			color: #fff;
			transition: 0.3s;
		}

		#about .about-col:hover .icon {
			background-color: #fff;
		}

		#about .about-col:hover i {
			color: #afa939;
		}

		#about .about-col h2 {
			color: #000;
			text-align: center;
			font-weight: 700;
			font-size: 20px;
			padding: 0;
			margin: 40px 0 12px 0;
		}

			#about .about-col h2 a {
				color: #000;
			}

				#about .about-col h2 a:hover {
					color: #afa939;
				}

		#about .about-col p {
			font-size: 14px;
			line-height: 24px;
			color: #333;
			margin-bottom: 0;
			padding: 0 20px 20px 20px;
		}

.ourplan-list {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: -15px;
	margin-bottom: 10px !important;
	margin-top: -20px;
}

	.ourplan-list li {
		margin-bottom: 10px !important;
	}

.about-col p {
	text-align: left;
}

.about-col li:before {
	margin-right: 0px !important
}



.hiddenText {
	display: none;
}

.hoverDiv:hover + .hiddenText {
	display: block;
}

.paddingbottom30 {
	margin-bottom: 30px !important;
}

.owl-carousel.owl-rtl .owl-item {
	/*border: 1px solid silver;
	border-radius: 5px;*/
}

#footer .widget {
	margin-bottom: 35px !important;
}












/*--------------------------------------------------------------
# aboutUs
--------------------------------------------------------------*/
.aboutUs .feature-box {
	padding: 24px 20px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
}

	.aboutUs .feature-box h3 {
		font-size: 18px;
		color: #012970;
		font-weight: 700;
		margin: 0;
	}

	.aboutUs .feature-box i {
		line-height: 0;
		background: #ecf3ff;
		padding: 4px;
		margin-right: 10px;
		font-size: 24px;
		border-radius: 3px;
		transition: 0.3s;
	}

	.aboutUs .feature-box:hover i {
		background: #afa939;
		color: #fff;
	}




.aboutUs .feture-tabs h3 {
	/*color: #012970;*/
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.aboutUs .feture-tabs h3 {
		font-size: 28px;
	}
}

.aboutUs .feture-tabs .nav-pills {
	border-bottom: 1px solid #eee;
}

.aboutUs .feture-tabs .nav-link {
	background: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	padding: 12px 0;
	margin-right: 25px;
	margin-bottom: -2px;
	border-radius: 0;
}

	.aboutUs .feture-tabs .nav-link.active {
		color: #afa939;
		border-bottom: 3px solid #afa939;
	}

.aboutUs .feture-tabs .tab-content h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	color: #afa939;
}

.aboutUs .feture-tabs .tab-content i {
	font-size: 24px;
	line-height: 0;
	margin-right: 8px;
	color: #afa939;
}

.aboutUs .feature-icons {
	margin-top: 120px;
}

	.aboutUs .feature-icons h3 {
		color: #012970;
		font-weight: 700;
		font-size: 32px;
		margin-bottom: 20px;
		text-align: center;
	}

@media (max-width: 768px) {
	.aboutUs .feature-icons h3 {
		font-size: 28px;
	}
}

.aboutUs .feature-icons .content .icon-box {
	display: flex;
}

	.aboutUs .feature-icons .content .icon-box h4 {
		font-size: 20px;
		font-weight: 700;
		margin: 0 0 10px 0;
		color: #012970;
	}

	.aboutUs .feature-icons .content .icon-box i {
		font-size: 44px;
		line-height: 44px;
		color: #0245bc;
		margin-right: 15px;
	}

	.aboutUs .feature-icons .content .icon-box p {
		font-size: 15px;
		color: #848484;
	}


.client-sections {
	margin-bottom: 0px !important;
}

.subnews img {
	min-height: 120px;
	max-height: 145px;
	width: 100%;
}

.blog-article-details {
	margin-bottom: 0px !important;
}

.mainNews {
	min-height: 295px;
	max-height: 300px;
}

/*#footer {
	background-color: #fff !important;
	color: #000 !important;
}

	#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
		color: #000 !important;
	}*/



@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

#testimonial-area .section-heading h2 {
	font-size: 48px;
	line-height: 58px;
}

.testi-wrap {
	position: relative;
	height: 725px;
	margin-top: -80px;
}

.client-single {
	margin-top: 20px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.client-info,
.client-comment {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
	display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
	opacity: 0;
	visibility: hidden;
}

.client-single.position-1 {
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
}

.client-single.position-2 {
	left: -40px;
	top: 105px;
}

.client-single.position-3 {
	left: -60px;
	top: 240px;
	-webkit-transform: scale(0.4) !important;
	transform: scale(0.4) !important;
}

.client-single.position-4 {
	left: 55px;
	top: 380px;
}

.client-single.position-5 {
	top: 30px;
	right: 55px;
}

.client-single.position-6 {
	top: 225px;
	right: -40px;
}

.client-single.position-7 {
	top: 400px;
	right: 45px;
	-webkit-transform: scale(0.4) !important;
	transform: scale(0.4) !important;
}

.client-single.active {
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	width: 70%;
}

	.client-single.active .client-comment,
	.client-single.active .client-info {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

.client-single:not(.active) {
	-webkit-transform: scale(0.55);
	transform: scale(0.55);
	z-index: 99;
}

.client-single.active .client-img {
	width: 160px;
	height: 160px;
	margin: 0 auto 24px;
	position: relative;
}

	.client-single.active .client-img:before {
		border-radius: 100%;
		content: "";
		background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
		background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
		padding: 5px;
		width: 160px;
		height: 160px;
		top: -4px;
		left: 0px;
		position: absolute;
		z-index: -1;
	}

.client-single .client-img img {
	width: 150px;
	border-radius: 50%;
	border: 8px solid #d1e9ff;
	cursor: pointer;
}

.client-single.active .client-img img {
	max-width: 160px;
	margin: 0 auto 24px;
	border: 0;
}

.client-comment {
	padding: 0 30px;
}

	.client-comment h3 {
		font-size: 22px;
		line-height: 32px;
		color: #505b6d;
	}

	.client-comment span i {
		font-size: 60px;
		color: #0084ff;
		margin: 40px 0 24px;
		display: inline-block;
	}

.client-info h3 {
	color: #000;
	font-weight: 600;
	margin-bottom: 4px;
}

.client-info p {
	color: #0084ff;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}

	.client-comment h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.client-single.active {
		width: 60%;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.3) !important;
		transform: scale(0.3) !important;
	}

	.client-single.active .client-img img {
		max-width: 100px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 108px;
		height: 108px;
		top: -4px;
		left: 6px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 580px;
	}

	#testimonial-area {
		padding: 100px 0 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}

	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}

	.client-single.active {
		width: 60%;
	}

	.client-comment span i {
		font-size: 40px;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}

	.client-single.position-5,
	.client-single.position-7 {
		right: 0;
	}

	.client-single.position-4 {
		left: 0;
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.3) !important;
		transform: scale(0.3) !important;
	}

	.client-single.active .client-img img {
		max-width: 80px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 630px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}

	.client-single.active {
		width: 80%;
	}

	.client-comment span i {
		font-size: 40px;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}

	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}

	.client-single.position-4 {
		left: -60px;
	}

	.client-single.position-3 {
		left: -75px;
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.25) !important;
		transform: scale(0.25) !important;
	}

	.client-single.active .client-img img {
		max-width: 80px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 600px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}

	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}

	.client-single.active {
		width: 80%;
	}

	.client-comment span i {
		font-size: 40px;
	}

	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}

	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}

	.client-single.position-4 {
		left: -60px;
	}

	.client-single.position-3 {
		left: -75px;
	}

	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(0.25) !important;
		transform: scale(0.25) !important;
	}

	.client-single.active .client-img img {
		max-width: 80px;
	}

	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}

	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}

	.testi-wrap {
		height: 550px;
	}
}


.section-white {
	background-color: #fff;
}

#footer .widget-text img {
	margin-top: -30px;
	height: 150px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	padding-Top: 0px !important;
	background-color: #f8f9fa !important;
}

.footer {
	background: #f6f9ff;
	padding: 0 0 30px 0;
	font-size: 14px;
	margin-bottom: 0px !important;
}

	.footer .footer-newsletter {
		padding: 50px 0;
		background: #f6f9ff;
		border-top: 1px solid #e1ecff;
	}

		.footer .footer-newsletter h4 {
			font-size: 24px;
			margin: 0 0 10px 0;
			padding: 0;
			line-height: 1;
			font-weight: 700;
			color: #012970;
		}

		.footer .footer-newsletter form {
			margin-top: 20px;
			background: #fff;
			padding: 6px 10px;
			position: relative;
			border-radius: 4px;
			border: 1px solid #e1ecff;
		}

			.footer .footer-newsletter form input[type="email"] {
				border: 0;
				padding: 8px;
				width: calc(100% - 140px);
			}

			.footer .footer-newsletter form input[type="submit"] {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				border: 0;
				background: none;
				font-size: 16px;
				padding: 0 30px;
				margin: 3px;
				background: #4154f1;
				color: #fff;
				transition: 0.3s;
				border-radius: 4px;
			}

				.footer .footer-newsletter form input[type="submit"]:hover {
					background: #5969f3;
				}

	.footer .footer-top {
		background: white url(../../assets/images/footer-bg.png) no-repeat right top;
		background-size: contain;
		padding: 60px 0 5px 0;
		border-top: 1px solid #efefef;
	}

@media (max-width: 992px) {
	.footer .footer-top {
		background-position: center bottom;
	}
}

.footer .footer-top .footer-info {
	margin-bottom: 30px;
}

	.footer .footer-top .footer-info .logo {
		line-height: 0;
		margin-bottom: 15px;
	}

		.footer .footer-top .footer-info .logo img {
			max-height: 225px;
			margin-right: 6px;
		}

		.footer .footer-top .footer-info .logo span {
			font-size: 30px;
			font-weight: 700;
			letter-spacing: 1px;
			color: #012970;
			font-family: "Nunito", sans-serif;
			margin-top: 3px;
		}

	.footer .footer-top .footer-info p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0;
		font-family: "Nunito", sans-serif;
	}

.footer .footer-top .social-links a {
	font-size: 20px;
	display: inline-block;
	color: rgba(1, 41, 112, 0.5);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}

	.footer .footer-top .social-links a:hover {
		color: #012970;
	}

.footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #afa939 !important;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

.footer .footer-top .footer-links {
	margin-bottom: 30px;
}

	.footer .footer-top .footer-links ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		.footer .footer-top .footer-links ul i {
			padding-right: 2px;
			color: #afa939;
			font-size: 12px;
			line-height: 0;
		}

		.footer .footer-top .footer-links ul li {
			padding: 10px 0;
			display: flex;
			align-items: center;
		}

			.footer .footer-top .footer-links ul li:first-child {
				padding-top: 0;
			}

		.footer .footer-top .footer-links ul a {
			color: #000 !important;
			transition: 0.3s;
			display: inline-block;
			line-height: 1;
		}

			.footer .footer-top .footer-links ul a:hover {
				color: #000 !important;
			}

.footer .footer-top .footer-contact p {
	line-height: 26px;
	color: #000 !important;
}

.footer .copyright {
	text-align: center;
	padding-top: 20px;
	color: #afa939;
}

.footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #012970;
}


.about .content {
	background-color: #f6f9ff;
	padding: 40px;
}

.about h3 {
	font-size: 14px;
	font-weight: 700;
	color: #4154f1;
	text-transform: uppercase;
}

.about h2 {
	font-size: 24px;
	font-weight: 700;
	color: #012970;
	line-height: 29px !important;
}

.about p {
	margin: 15px 0 30px 0;
	line-height: 24px;
}

.about .btn-read-more {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #4154f1;
	box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

	.about .btn-read-more span {
		font-family: "Nunito", sans-serif;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.about .btn-read-more i {
		margin-left: 5px;
		font-size: 18px;
		transition: 0.3s;
	}

	.about .btn-read-more:hover i {
		transform: translateX(5px);
	}


.footer .widget-contact ul li {
	color: #000;
}

	.footer .widget-contact ul li a {
		color: #000 !important;
	}

.aboutUs-section .image-box {
	padding: 30px;
	height: 320px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	height: 530px;
	padding: 60px 30px;
	text-align: center;
	transition: 0.3s;
	border-radius: 5px;
}

	.services .service-box .icon {
		font-size: 36px;
		padding: 40px 20px;
		border-radius: 4px;
		position: relative;
		margin-bottom: 25px;
		display: inline-block;
		line-height: 0;
		transition: 0.3s;
	}

	.services .service-box h3 {
		color: #444444;
		font-weight: 700;
	}

	.services .service-box .read-more {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 16px;
		padding: 8px 20px;
	}

		.services .service-box .read-more i {
			line-height: 0;
			margin-left: 5px;
			font-size: 18px;
		}

	.services .service-box.item .icon {
		color: #e7e5c3;
		background: #39a06b;
	}

	.services .service-box.item {
		border-bottom: 3px solid #e7e5c3;
	}

		.services .service-box.item .read-more {
			color: #e7e5c3;
		}

		.services .service-box.item:hover {
			background: #e7e5c3;
		}

	.services .service-box.orange {
		border-bottom: 3px solid #f68c09;
	}

		.services .service-box.orange .icon {
			color: #f68c09;
			background: #fde3c4;
		}

		.services .service-box.orange .read-more {
			color: #f68c09;
		}

		.services .service-box.orange:hover {
			background: #f68c09;
		}

	.services .service-box.green {
		border-bottom: 3px solid #08da4e;
	}

		.services .service-box.green .icon {
			color: #08da4e;
			background: #cffddf;
		}

		.services .service-box.green .read-more {
			color: #08da4e;
		}

		.services .service-box.green:hover {
			background: #08da4e;
		}

	.services .service-box.red {
		border-bottom: 3px solid #e9222c;
	}

		.services .service-box.red .icon {
			color: #e9222c;
			background: #fef7f8;
		}

		.services .service-box.red .read-more {
			color: #e9222c;
		}

		.services .service-box.red:hover {
			background: #e9222c;
		}

	.services .service-box.purple {
		border-bottom: 3px solid #b50edf;
	}

		.services .service-box.purple .icon {
			color: #b50edf;
			background: #f8e4fd;
		}

		.services .service-box.purple .read-more {
			color: #b50edf;
		}

		.services .service-box.purple:hover {
			background: #b50edf;
		}

	.services .service-box.pink {
		border-bottom: 3px solid #f51f9c;
	}

		.services .service-box.pink .icon {
			color: #f51f9c;
			background: #feecf7;
		}

		.services .service-box.pink .read-more {
			color: #f51f9c;
		}

		.services .service-box.pink:hover {
			background: #f51f9c;
		}

	.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
		color: #fff;
	}

	.services .service-box:hover .icon {
		background: #fff;
	}

.services ul {
	list-style: none;
	text-align: right;
}

.career .image-box {
	padding: 35px !important;
}

.info-items p {
	margin: -25px 15px 10px !important;
}










.header-bordered #header {
	border-bottom-color: transparent !important;
	background: rgb(45 45 45 / 60%);
}


.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

	.no-gutters > .col, .no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}

/*.ftco-animate {
	opacity: 0;
	visibility: hidden;
}*/
.slider-text .subheading {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	color: #afa939;
	text-transform: uppercase;
	font-weight: 800;
}

.slider-text h1 {
	font-size: 48px;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	font-family: "Poppins", Arial, sans-serif;
}

.slider-text p {
	font-size: 20px !important;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.btn.btn-primary {
	background: #afa939 !important;
	border: 1px solid #afa939 !important;
	color: #fff !important;
}




.ftco-section .services {
	width: 100%;
	background: #fff;
	padding: 20px;
	height: 400px;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 15px 34px -10px rgb(0 0 0 / 9%);
	-moz-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 15px 34px -10px rgb(0 0 0 / 9%);
}

	.ftco-section .services .icon {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		margin: 0 auto;
		background: rgba(0, 0, 0, 0.05);
		margin-bottom: 10px;
	}

	.ftco-section .services .text h3 {
		font-size: 18px;
		font-weight: 600;
	}

.heading-section .subheading {
	font-size: 16px !important;
	display: block;
	margin-bottom: 5px;
	font-weight: 700 !important;
	color: #afa939;
}

.heading-section h2 {
	font-size: 30px !important;
	font-weight: 700 !important;
}

.heading-section p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400 !important;
	color: #5c5c5c !important;

}

.ftco-section .img, .ftco-section .blog-img, .ftco-section .user-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 768px) {
	.years h4 {
		margin-left: -64px;
		padding: 20px 30px;
	}
}

.years h4 {
	font-size: 20px;
	display: inline-block;
	padding: 20px;
	background: #afa939;
}

	.years h4 a, .years h4 span {
		color: #fff;
	}

.tabulation-2 .nav-pills .nav-item .nav-link.active {
	color: #fff;
	background: #afa939;
	border: 1px solid #afa939;
}

.tabulation-2 .nav-pills .nav-item .nav-link {
	background: #fff;
	border-radius: 4px;
	color: #000000;
	font-weight: 600;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.tabulation-2 .tab-content {
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.services-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	height: 140px;
	background: #afa939;
}

.services-wrap {
	position: relative;
	z-index: 0;
}

.ftco-no-pb {
	padding-top: 4em !important;
}

.ftco-section {
	position: relative;
}


.menu-social-media > li > a {
	font-size: 17px !important;
	font-weight: 700 !important;
	/*color: #fff !important;*/
}

.header-title {
	padding-bottom: 50px;
}

.teams-slider .owl-item {
	padding-right: 15px !important;
	background: #fff;
}

.header-bordered .menu > li > a {
	font-weight: 700 !important;
	font-size: 16px !important;
}

.services {
}

.py-100-70 {
	padding: 100px 0 40px 0;
}

.py-100-0 {
	padding: 100px 0 20px 0;
}

.py-0-135 {
	padding: 0px 0 135px 0;
}

.services .services-item {
	background-color: #FFF;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 350px;
	height: 300px;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(213 170 109 / 30%);
	box-shadow: 0px 0px 20px 0px rgb(213 170 109 / 30%);
	border-bottom: 5px solid #D5AA6D;
}

	.services .services-item .icon {
		margin-bottom: 30px;
	}

		.services .services-item .icon i:first-of-type {
			color: #D5AA6D;
			font-size: 45px;
			line-height: 1;
		}

		.services .services-item .icon i:last-of-type {
			color: #D5AA6D;
		}

	.services .services-item h4 {
		font-weight: 600;
		margin-bottom: 10px;
		text-transform: capitalize;
		color: #343434;
		font-size: 18px;
	}

	.services .services-item a {
		color: #343434;
		position: relative;
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 700;
		padding-left: 55px;
		margin-top: 20px;
		display: inline-block;
	}

.services p {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #9B9B9B;
	min-height: 95px;
	height: 95px;
}
 .services ul > li {
	font-size: 15px;
	font-weight: 400; 
	color: #9B9B9B; 
}

	.services ul > li > .fa { 
		font-weight: 600 !important;
		color: #000 !important;
	}

.services .services-item:hover a {
	padding-left: 20px;
}

.services .services-item a:hover {
	color: #D5AA6D;
}

.services .services-item a:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 50px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #343434;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services .services-item:hover a:after {
	width: 15px;
}

.services .services-item a:hover:after {
	background-color: #D5AA6D;
}


.services .services-item:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.servises-slider.owl-rtl .owl-item {
	padding: 15px;
}

#header-sticky img {
	height: 110px !important;
	width: 205px !important;
}

#header-sticky .menu {
	margin-top: -17px !important;
}




.ftco-footer {
	font-size: 16px;
	background: #222831;
	padding: 5em 0 0 0;
}

	.ftco-footer .logo {
		font-size: 34px !important;
		text-transform: uppercase;
		font-weight: 800 !important;
		line-height: 1;
		width: 95%;
	}

		.ftco-footer .logo a {
			color: #fff;
		}

			.ftco-footer .logo a span {
				color: #afa939;
				font-size: 16px !important;
				display: block;
			}

	.ftco-footer .ftco-footer-widget h2 {
		font-weight: normal;
		color: #fff;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 400;
	}

	.ftco-footer .ftco-footer-widget ul li a {
		color: #fff;
	}

		.ftco-footer .ftco-footer-widget ul li a span {
			color: #fff;
		}

		.ftco-footer .ftco-footer-widget ul li a:hover {
			color: #afa939;
		}

			.ftco-footer .ftco-footer-widget ul li a:hover span {
				color: #afa939;
			}

	.ftco-footer .ftco-footer-widget .btn-primary {
		background: #fff !important;
		border: 2px solid #fff !important;
	}

		.ftco-footer .ftco-footer-widget .btn-primary:hover {
			background: #fff;
			border: 2px solid #fff !important;
		}

	.ftco-footer p {
		color: rgba(255, 255, 255, 0.7);
	}

	.ftco-footer a {
		color: rgba(255, 255, 255, 0.7);
	}

		.ftco-footer a:hover {
			color: #fff;
		}

	.ftco-footer .ftco-heading-2 {
		font-size: 17px;
		font-weight: 400;
		color: #000000;
		position: relative;
	}

	.ftco-footer .opening-hours h4 {
		color: #afa939;
		font-size: 16px;
	}

	.ftco-footer .opening-hours p span {
		color: rgba(255, 255, 255, 0.9);
	}

.ftco-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}

	.ftco-footer-social li a {
		height: 50px;
		width: 50px;
		display: block;
		float: left;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 50%;
		position: relative;
	}

		.ftco-footer-social li a span {
			position: absolute;
			font-size: 26px;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

		.ftco-footer-social li a:hover {
			color: #fff;
		}

.footer-small-nav > li {
	display: inline-block;
}

	.footer-small-nav > li a {
		margin: 0 10px 10px 0;
	}

		.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
			color: #afa939;
		}

.media .ftco-icon {
	width: 100px;
}

	.media .ftco-icon span {
		color: #afa939;
	}

.ftco-media {
	background: #fff;
	border-radius: 0px;
}

	.ftco-media .heading {
		font-weight: normal;
	}

	.ftco-media.ftco-media-shadow {
		padding: 40px;
		background: #fff;
		-webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
		box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
		-webkit-transition: .2s all ease;
		-o-transition: .2s all ease;
		transition: .2s all ease;
		position: relative;
		top: 0;
	}

		.ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
			top: -3px;
			-webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
			box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
		}

	.ftco-media .icon {
		font-size: 50px;
		display: block;
		color: #afa939;
	}

	.ftco-media.text-center .ftco-icon {
		margin: 0 auto;
	}


.block-23 ul {
	padding: 0;
}

	.block-23 ul li, .block-23 ul li > a {
		display: table;
		line-height: 1.5;
		margin-bottom: 15px;
	}

		.block-23 ul li span {
			color: rgba(255, 255, 255, 0.7);
		}

		.block-23 ul li .icon, .block-23 ul li .text {
			display: table-cell;
			vertical-align: top;
		}

		.block-23 ul li .icon {
			width: 40px;
			font-size: 18px;
			padding-top: 2px;
			color: white;
		}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

/* :: Sponsors */
.sponsors-box-item {
	padding: 30px;
	border: 1px solid rgba(52, 52, 52, 0.1);
	border-left: 0;
	border-bottom: 0;
}

.sponsors-box-item {
	border: 1px solid rgba(52, 52, 52, 0.1);
}

	.sponsors-box-item:hover {
		background-color: #F9F9F9;
	}

	.sponsors-box-item img {
		opacity: 0.5;
	}

	.sponsors-box-item:hover img {
		opacity: 1;
	}

.core-about-us i {
	padding-right: 2px;
	margin-top: 5px;
}

.core-about-us li h4 {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #343434;
	text-transform: capitalize;
}

.core-about-us {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

.read-more-btn {
	color: #02793b;
}


.services {
	background-color: #F9F9F9;
}

.slider-title {
	font-size:30px !important;
}

#page-header h1 {
	color: #afa939 !important;
}
#page-header:before {
	background-color: #37373c !important;
}
.section-services-title {
	font-size: 25px !important;
}
.header-bordered .mobile-menu-button {
	margin-top: -50px;
}

.book-image {
	width: 100%;
	height: 200px;
}

.blog-article-content p {
	font-size: 14px;
	color: gray;
}

.gallery-img {
	width: 100%;
	height: 225px;
}

.image-box-book img{
	width: 100%;
	height: 300px;
}


























.book-title-h3 {
	color: #afa939;
}


