/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 - Box Hover Style
 - Form Style

 * HEADER
 - Header Style
 - Header style 2
 - Navigation Menu

 * FOOTER

 * ELEMENTS
 - Main Banner
 - Page Intro
 - Testimonial
 - Pagination Navigation
 - Sidebar Widget
 - blog Section
 - Partner Section
 - About Us Page
 - Timeline Section
 - Team
 - Serve
 - Faq Page
 - 404 page
 - Blog Page
 - Register and login Pages
 - Contact Page
 - Preloader
 ================================================
 */

/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 35px;
	font-weight: 600;
	margin-top: 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size:35px;
	font-weight: 700;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	color: #123641;
	text-transform: capitalize;
}
h2 span {
	color: #123641;
}
h4 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h4, h6 {
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	font-weight: 600;
}
h3 {
	font-size: 20px;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #333;
}
.inner-intro h1 {
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.inner-intro h1 {
		font-size: 35px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 23px;
	}

	h3, .h3 {
		font-size: 20px;
	}
}

/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.no-padding {
	padding: 0;
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0;
	padding-right: 0;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.plr-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.up-80 {
		margin-top: 50px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.float-none-sm {
		float: none;
	}
	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
	.pl-sm-0 {
		padding-left: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.padding-sm-25 {
		padding: 25px;
	}
	.plr-xs-sm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.text-xs-left {
		text-align: left;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.pl-xs-0 {
		padding-left: 0;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.padding-sm-25 {
		padding: 25px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.ptb-xs-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.plr-xs-sm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ml-xs-0 {
		margin-left: 0;
	}
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mb-xs-0 {
		margin-bottom: 0px;
	}
	.mtb-xs-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mb-xs-15 {
		margin-bottom: 15px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
	.float-none-xs {
		float: none;
	}
	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}
/*  General Style   ||-----------*/
.b-line {
	position: relative;
	width: 60px;
	height: 3px;
	background: #fbac02;
	display: block;
	margin: 0 auto;
}
.l-left {
	margin: 0;
}
.no-brdr {
	border: none;
}
.left-bg {
	position: relative;
}
.right-bg {
	position: relative;
}
.left-bg:before {
	content: '';
	width: 50%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.right-bg {
	position: relative;
}
.right-bg:before {
	content: '';
	width: 36%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.color {
	color: #123641;
}
.light-color * {
	color: #fff;
}
.italic {
	font-style: italic;
}
.about-block p {
	line-height: 2;
}
.v-align {
	display: inline-block;
	vertical-align: top;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	line-height: 50px;
	border: 2px solid #fbac02;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fbac02;
	height: 50px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.small-btn {
	padding: 10px 30px;
}
.btn-text:hover {
	background: none;
	color: #fbac02;
	text-decoration: none;
}
.icon-box {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 20px auto;
	color: #fff;
	font-size: 25px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.width-25per {
	width: 25%;
}
.width-75per {
	width: 75%;
}
body .width-100per {
	width: 100%;
}
.top-space {
	padding-top: 218px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top-space {
		padding-top: 100px;
	}
}
.heading-block h2 span {
	display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
	.width-25per {
		width: 30%;
	}
	.width-75per {
		width: 70%;
	}
}
@media (max-width: 767px) {
	.width-25per {
		width: 100%;
	}
	.width-75per {
		width: 100%;
	}
}
.half-width {
	width: 50%;
}
@media (max-width: 767px) {
	.half-width {
		width: 100%;
	}
	.img-responsive {
		width: 100%;
	}
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.height-300 {
	height: 300px;
}
.height {
	height: 250px;
}
.border {
	border: 1px solid #ccc;
}
.about-block {
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.v-line {
	border-left: 3px solid #123641;
	padding-left: 20px;
}
.big-icon {
	line-height: 185px;
	margin: 20px auto;
	color: #3bafda;
	font-size: 100px;
	text-align: center;
	display: block;
}
.dark-bg, .hover-bg:hover {
	background: #fbac02;
}
.black-bg {
	background: #2C2C2C;
}
.gray-bg {
	background: #f1f1f1;
}
.dark-gray-bg {
	background: #eaeff3;
}
img {
	max-width: 100%;
}
.mt-15 {
	margin-top: 15px;
}
.box-shadow {
	box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.19);
}
.box-shadow-l {
	box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 767px) {
	.box-shadow, .box-shadow-l {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
.height-300 {
	height: 236px;
}
.pb-15 {
	padding-bottom: 15px;
}
.m-height {
	min-height: 183px;
}

/*Form Style   ||-----------*/
button {
	outline: none;
	border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	display: inline-block;
}
button, input, textarea, select {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #202020;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 12px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
}
input[type="radio"], input[type="checkbox"], select {

	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #202020;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 12px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
	color: #323232;
}
input, textarea, select {
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}
input.input-sm, .input-sm {
	padding: 8px 15px;
}
textarea {
	height: 120px;
}
label {
	color: #323232;
	font-size: 13px;
	margin-bottom: 10px;
	padding-right: 3px;
	margin-top: 6px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.form-full {
	width: 100%;
}
.form-field-wrapper {
	margin-bottom: 20px;
}
.form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
	margin-bottom: 0px;
}
select.input-sm {
	height: 37px;
	line-height: 1;
}
form .error {
	border-color: #e1534f !important;
}
form label.error {
	margin-bottom: 0px;
	margin-top: 3px;
	color: #e1534f;
	font-size: 12px;
	font-weight: 400;
}
.successContent, .errorContent {
	margin-bottom: 20px;
	display: none;
	text-transform: none;
	letter-spacing: 1px;
}
/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/*  Header Style   ||-----------*/
.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
#header, .header {
	background: #fff;
}
#header.header-2 {
	background: #314555;
}
.logo, .nav-bg {
	position: relative;
	z-index: 9;
}
.logo a {
	display: inline-block;
	padding: 26px 0;
}
.header-1 .logo a {
	display: inline-block;
	padding: 26px 0 20px;
}
@media (min-width: 992px) {
	.header-1 .logo a {
		padding: 28px 0 20px;
	}
}
.menu {
	border-bottom: 4px solid #123641;
	border-top: 4px solid #123641;
	height: 29px;
	position: absolute;
	right: 29px;
	top: 40px;
	width: 44px;
	background: none;
	z-index: 10;
}
.menu:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #123641;
}
.header ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header ul li {
	float: left;
	position: relative;
}
.navigation ul li a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation > ul > li > a {
	display: block;
	padding: 38px 16px;
	color: #323232;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
}
.navigation > ul > li:last-child a {
	padding-right: 0;
}
.navigation .sub-nav {
	left: 0;
	position: absolute;
	top: 175%;
	width: 200px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color: #2a3b48;
}
.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #001229;
	padding-bottom: 0;
	position: relative;
}
.navigation li:hover .sub-nav {
	opacity: 1;
	top: 80%;
	transition: top 0.3s ease 0s;
	visibility: visible;
}
.navigation li.sub-menu .sub-nav {
	border: none;
	opacity: 0;
	top: 0;
	transition: top 0.3s ease 0s;
	visibility: visible;
	left: auto;
	right: 110%;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.navigation li.sub-menu:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	right: 100%;
	transition: all 0.3s ease 0s;
}
.navigation .sub-nav li:last-child {
	border-bottom: 0;
}
.navigation .sub-nav li a {
	padding: 8px 20px;
	display: block;
	color: #fff;
}
.navigation .btn-text {
	display: none;
}
/*Top bar*/
.top-bar-section {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.header-2 .top-bar-section {
	background: #1a2731;
}
.header-1 .top-bar-section {
	padding-top: 3px;
	padding-bottom: 3px;
}
.top-contact {
	float: left;
	text-align: center;
}
.header-1 .top-contact {
	margin-top: 11px;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.header-1 .top-contact a {
	font-size: 18px;
}
.top-bar-section.top-bar-bg-color a {
	color: #fff;
}
.link-hover-black > a:last-child {
	margin-left: 10px;
}
.top-contact a i {
	padding-left: 5px;
	padding-right: 5px;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-social-icon ul {
	margin: 0;
	padding: 0;
}
.top-social-icon li {
	margin-left: 10px;
}
.top-contact  .welcome-text {
	padding-top: 8px;
	letter-spacing: 0.5px;
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.header-1 .top-contact  .welcome-text {
	color: #2c3740;
}
.welcome-text i {
	margin-right: 6px;
}
.top-bar-section a i {
	font-size: 16px;
}
.top-social-icon a.btn {
	padding: 9px 20px;
}
.top-social-icon a.btn:hover {
	color: #1fcab8;
}
.link-hover-black > a:last-child {
	margin-left: 10px;
}
.icons-hover-black i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 5px 1px 5px 0;
	display: inline-block;
	background: #314555;
	color: #fff;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.icons-hover-black i:hover {
	background: #1fcab8;
}
/*  Header style 2   ||-----------*/

.mailing-icon {
	margin-right: 7px;
}
.icons-hover-black .mailing-icon i {
	background: none;
	width: 17px;
}

.col-right {
	text-align: right;
}
.col-right .opening {
	float: right;
	text-align: left;
	padding: 25px 0 0 33px
}
.header .col-right ul, .header .col-right ul li {
	float: none;
	position: relative;
	color: #2c3740;
	font-weight: bold;
}
.header .col-right ul li span, .header .col-right ul li * {
	color: #2c3740;
}
.col-right .call-us {
	display: inline-block;
	text-align: right;
	float: none;
}
.col-right .opening ul:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	left: -15px;
	top: -9px;
	width: 1px;
	height: 67px;
}
.header-style {
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}
.header-style, .header-1 .nav-wrap {
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}
.header-1 .nav-wrap {
	position: relative;
}
.header-1 .navigation > ul > li > a {
	padding: 39px 16px;
}

.fix-header #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
@media only screen and (min-width: 767px) {
	#header.fix .nav-wrap, #header.fix .primary-header, .header-style.fix-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
	}
	#header.fix .nav-wrap, .header-style.fix-header {
		background: #fff;
	}
	.p-top {
		padding-top: 157px;
	}
}
.boxed {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.boxed #header.fix .nav-wrap, .boxed #header.fix .primary-header, .boxed .header-style.fix-header {
	max-width: 1170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-2 .navigation > ul > li > a {
		padding-left: 26px;
		padding-right: 24px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		margin-left: 0;
	}
	.navigation > ul > li > a {
		padding: 38px 13px;
	}
	.navigation .sub-nav {
		left: -27px;
	}
	.header-1 .nav-wrap:after {
		margin-left: -167px;
	}
	.header-1 .nav-wrap:before {
		left: -166px;
	}
	.header-1 .navigation > ul > li > a {
		padding: 39px 9px;
	}
	.header-1 .navigation li:hover .sub-nav {
		top: 77%;
	}
	.call-us ul {
		padding-top: 16px;
	}
	.call-us ul li a {
		font-size: 16px;
	}
	.header-2 .navigation > ul > li > a {
		padding: 18px 10px;
	}
	.header-1 .top-contact a {
		font-size: 14px;
	}
	.top-contact  .welcome-text {
		font-size: 11px;
	}
}
@media (max-width: 767px) {
	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.header ul, .header ul li {
		float: none;
	}
	.top-social-icon {
		text-align: center;
	}
	.top-social-icon ul li {
		display: inline-block;
		margin: 0 4px;
	}
	.top-social-icon ul li:last-child, .top-social-icon ul li:last-child a {
		width: 100%;
		margin: 0;
	}
	.story-content, .video-frame {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	.logo a {
		padding: 29px 0px;
	}
	.header-1 .logo a {
		padding: 26px 0 20px;
	}
	.navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background: #314555;
	}
	.header-1 .navigation {
		top: 1px;
	}
	.navigation ul li {
		border-bottom: 1px solid #fff;
	}
	.header-2 .navigation > ul > li {
		border-left: none;
	}
	.navigation > ul > li > a, .header-2 .navigation > ul > li > a, .navigation > ul > li:last-child a, .header-1 .navigation > ul > li > a {
		padding: 10px 15px;
		color: #fff;
	}
	.header-2 .primary-header {
		border-bottom: 1px solid #fff;
		background: none;
	}
	.navigation .sub-nav, .navigation li.sub-menu .sub-nav, .navigation li.sub-menu:hover .sub-nav {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		border-top: none;
		transition: inherit;
		-webkit-transition: inherit;
		padding: 0;
	}
	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 9px;
		cursor: pointer;
		pointer-events: none;
	}
	.navigation ul li ul {
		display: none;
	}
	nav .btn-text {
		width: 100%;
	}
	.navigation .on > .ion-ios-plus-empty:before {
		content: '\f462';
		font-family: "Ionicons";
	}
	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer h4:after {
		margin-bottom: 18px;
	}
	.footer-info .col-xs-12 {
		min-height: 0;
	}
	.call-us ul li a {
		font-size: 24px;
	}
	.col-right .opening ul::after, .col-right {
		display: none;
	}
	.header-style .logo {
		padding-bottom: 56px;
	}
	.header-style .navigation {
		top: 163px;
	}
	.header-2 .navigation > ul, .top-social-icon {
		float: none;
	}
	.header-2 .top-social-icon ul li:last-child, .header-2 .top-social-icon ul li:last-child a {
		width: auto;
	}
	.header-2 .top-social-icon {
		padding-bottom: 0;
	}
	.header-2 .appointment-button {
		display: block;
		margin: 10px auto;
		width: 200px;
	}
	.header-2 .navigation {
		top: 3px;
	}
	.header-2.header-style .navigation {
		top: 148px;
	}
	.header-1 .nav-wrap:before, .header-1 .nav-wrap:after {
		display: none;
	}
	.header-1 .logo a {
		padding: 16px 0 20px;
	}
	.header-1 .menu {
		top: 28px;
	}
}
@media (max-width: 480px) {
	.top-btn {
		margin-left: 0;
	}
}
/*==============================================================================================*/
/* FOOTER         ||---------------------------- */
/*==============================================================================================*/

.footer {
	background-color: #0c1f38;
	background-size: cover;
	color: #f7f7f7;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
.footer hr {
	border-color: #eee;
}
.footer .footer-info p {
	color: #f3f2f2;
	margin-bottom: 0px;
}
.footer-info .col-xs-12 {
	min-height: 200px;
}
.footer-logo {
	max-width: 125px;
	display: inline-block;
	width: 100%;
}
.footer .social, .contact .social {
	font-size: 17px;
}
.footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer ul.social li, .contact ul.social li {
	display: inline-block;
	margin: 0 7px 0 0;
}
.footer .link a {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #f3f2f2;
}
.footer h4 {
	color: #f0eded;
	margin-bottom: 30px;
}
.footer .link-small a {
	text-transform: none;
	color: #f3f2f2;
}
.footer address {
	color: #f3f2f2;
	position: relative;
	padding-left: 30px;
}
.footer .blog-link li {
	margin-right: 5px;
	margin-bottom: 15px;
}
.footer .link-small a {
	position: relative;
	padding-left: 29px
}
.footer .link-small li {
	margin-bottom: 20px;
}
.footer .icons-hover-black i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 1px;
	background: #1f272f;
	color: #fff;
}
.footer .blog-link img {
	width: 60px;
	height: 40px;
}
.footer .copyright {
	text-align: center;
	padding: 18px 0 10px;
	background: #29333c;
	position: relative;
}
.footer .copyright p, .footer .copyright p a {
	color: #f3f2f2;
}
.footer .post-content {
	font-size: 12px;
	color: #ababab;
	text-transform: uppercase;
}
.footer .fa-icons {
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
}
.entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;
	max-width: 60px;
	padding-right: 0;
}
.entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;
	max-width: 60px;
	padding-right: 0;
}
.blog-link .fa {
	font-size: 15px;
	margin-right: 8px;
}
/* light footer css */
.light-footer {
	background-color: #EFEFEF;
	border-top: 1px solid #D6D4D4;
	color: #000;
}
.light-footer.footer h4, .light-footer.footer .footer-info p, .light-footer.footer .copyright, .light-footer .copyright a {
	color: #000;
}
.light-footer.footer .copyright {
	border-top: 1px solid #E0DFDF;
	background: #FBFBFB;
}
.light-footer .newsletter .newsletter-input, .light-footer .newsletter .newsletter-input:focus {
	background: #eee;
	color: #000;
}
.newsletter {
	position: relative;
}
.newsletter form {
	position: relative;
	margin-top: 20px;
}
.newsletter .newsletter-input, .newsletter .newsletter-input:focus {
	width: 100%;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	padding-right: 40px;
	background: none;
	border-radius: 0;
	border: 1px solid #B1AFAF;
	color: #7f7f7f;
}
.newsletter .newsletter-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 18px;
	background: #7f7f7f;
	line-height: 23px;
	border-radius: 0;
	width: 49px;
}
.footer .icons-hover-black {
	padding-top: 10px;
}
/*Footer Style 2*/
.footer-style-2:before {
	content: '';
	width: 517px;
	height: 166%;
	position: absolute;
	top: 0;
	left: 0;
	background: #123641;
	transform: rotate(23deg);
	transform-origin: 100% 0;
}
.footer-style-2 .icons-hover-black i {
	background: #02695e;
}
.footer-style-2 .footer-info p {
	color: #fff;
	margin-bottom: 15px;
}
.instagram ul {
	margin: 0;
	padding: 0;
}
.instagram li {
	margin: 0 0 4px;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.footer-style-2 .blog-link li {
	margin-right: 0;
	margin-bottom: 15px;
	width: 50%;
	float: left;
}

/*  Page Intro   ||-----------*/
.inner-intro {
	background-color: #f7f7f7;
	height: 350px;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.inner-intro.inner-intro-small {
	height: 380px;
}
.inner-intro .container {
	position: relative;
	height: 100%;
	display: table;
	z-index: 1;
}
.inner-intro .container .title {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.bg-img {
	background: url(../images/bg_1.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.overlay-before {
	position: relative;
	z-index: 1;
}
.overlay-before:before {
	background-color: rgba(0, 0, 0, 0.69);
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}
@media (max-width: 767px) {
	.inner-intro {
		height: 220px;
	}
	.overlay-before:before {
		width: 100%;
		transform: rotate(23deg);
		-webkit-transform: rotate(23deg);
		transform: rotate(0);
		-webkit-transform: rotate(0);
		transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		opacity: 0.9;
	}
}



/*  Partner Section   ||-----------*/
.logo-group {
	overflow: hidden;
	padding: 0;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	position: relative;
}
.logo-group li {
	width: 20%;
	float: left;
	height: 150px;
	list-style: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.logo-group li img {
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.logo-group li {
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	.logo-group li {
		width: 100%;
	}
}
.client-avtar {
	position: absolute;
	left: 42px;
	top: -36px;
	width: 70px;
	height: 70px;
	border: 2px solid #123641;
}
.right-pos {
	left: auto;
	right: 42px;
}
.bg-dark {
	position: relative;
}
#testimonial .owl-carousel .owl-item {
	opacity: 0.5;
	transform: scale(0.8);
	transition: all 0.3s ease-in;
}
#testimonial .owl-carousel .owl-item.center {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s ease-out;
}
/*  Team Section  ||-----------*/
.designation {
	display: block;
	text-transform: capitalize;
	font-size: 15px;
}
/*  Serve Section  ||-----------*/
#serve-section img {
	width: 100%;
}

/*  Faq Page  ||-----------*/
.faq h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 38px;
	text-transform: capitalize;
}
.faq .page-header {
	margin: 0;
}
.faq .faq-header h2 strong {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.faq .faq-header h2 {
	margin-bottom: 27px;
	font-weight: 300;
}
.faq .faq-header {
	margin-bottom: 0;
}
.faq .panel-title > a, .panel-title a {
	display: block
}
.faq .panel-group .panel + .panel {
	margin-top: 14px;
}
.faq .panel-group .panel-heading + .panel-collapse > .panel-body, .bg-custom {
	border: none;
	padding: 0 48px 0 18px;
	background: #f2ede9;
}
.faq .panel-default > .panel-heading, .card-header {
	padding: 0;
	background: #f2ede9;
}
.card-header {
	border-radius: 0px !important;
	border-bottom: none;
}
.faq .panel-default > .panel-heading a, .panel-title a {
	padding: 10px 60px 10px 28px;
	color: #26211d;
	position: relative;
}
.faq .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.faq .panel-default > .panel-heading a.collapsed, .panel-title a {
	background-position: right top
}
.faq .panel-group .panel {
	border-radius: 0;
	border: none;
	box-shadow: none
}
.faq .panel-group .panel p {
	font-weight: 300;
}
.save-lives.ask-us {
	background: #faf8f6;
}
.save-lives.ask-us h2 {
	font-weight: 300;
	margin-bottom: 30px;
}
.faq .panel-heading {
	border-radius: 0;
}
.faq .collape-plus, .panel-title a i {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 48px;
	height: 100%;
	text-align: center;
}
.collape-plus:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: bold;
	text-transform: capitalize;
}
.faq .collape-plus, .panel-title a i {
	background: #daa106;
	color: #fff;
}
.panel-title a[aria-expanded="true"] .fa-plus:before {
	content: "\f068";
	font-family: 'FontAwesome';
}
/*  404 page         ||---------------------------- */

.big-font {
	font-size: 130px;
	margin-bottom: 22px;
	display: block;
}
.big-font i {
	color: #123641;
}
.page-404 {
	border-top: 1px solid #f1f1f1;
}
/* Blog Page   --------------------------------------------------------- */

.sidebar-widget .post-meta del {
	color: #999;
}
.post-meta span > a > i {
	color: #123641;
}
.lead-point li {
	list-style: none;
	margin-bottom: 10px;
	color: #123641;
	font-weight: 600;
}
.lead-point li i {
	margin-right: 10px;
}
.post-meta .post-more-link a {
	padding: 8px 18px;
	display: block;
	text-align: center;
	min-width: 0;
	height: auto;
	line-height: inherit;
}

.blog-section .icons-hover-black {
	bottom: auto;
	top: 39px;
}

.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}


.blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fbac02;
	color: #fff;
}
.post-media {
	position: relative;
}
.post-media .event-calender, .first-event .event-calender {
	width: 54px;
	height: 67px;
	font-size: 23px;
	padding-top: 11px;
	z-index: 9;
	text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
	font-size: 12px;
}

.post-media img {
	display: block;
}
.event-calender span {
	font-size: 14px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
}
/*  Register and login Pages   ||-----------*/
.card {
	position: relative;
	overflow: hidden;
	margin: 10px 0 20px 0;
	border-radius: 2px;
}
.mdl-shadow--2dp, .card-panel, .card {
	box-shadow:none;
}
.bg-white {
	background-color: #fff;
	color: #3D4051;
}
.z-depth-2 {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.card .card-content {
	padding: 20px;
	border-radius: 0 0 2px 2px;
}
.ui-input-group {
	position: relative;
	margin: 18px 0 12px;
}
.card .card-action {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding: 20px;
}
.card .card-action.no-border {
	border: 0;
}
.color-primary, a.color-primary {
	color: #123641;
}
.card .card-action > a {
	margin-right: 20px;
	text-transform: uppercase;
}

.ui-input-group > input {
	padding-left: 0;
	padding-right: 0;
	border: none;
	box-shadow: 0 0 0 #fff;
	border: none;
	border-bottom: 1px solid #CBD5DD;
	margin: 0;
}
.ui-input-group > input:focus {
	border-bottom: 1px solid #CBD5DD;
	box-shadow: 0 0 0 #fff;
}
.ui-input-group .input-bar {
	position: relative;
	display: block;
	width: 100%;
}
.ui-input-group .input-bar:before {
	left: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #123641;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group .input-bar:after {
	right: 50%;
}
.ui-input-group .input-bar:before, .ui-input-group .input-bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #123641;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-input-group > label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	margin: 0;
}
.ui-input-group>input:focus ~ label, .ui-input-group>input:valid ~
label {
	top: -20px;
	left: 0;
	font-size: 12px;
}
.ui-input-group>input:focus ~ label, .ui-input-group>textarea:focus ~
label {
	color: #123641;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
	width: 50%;
}
.ui-input-group>input:focus ~ .input-bar:before, .ui-input-group>input:focus ~
.input-bar:after {
	width: 50%;
}
.checkbox-field label {
	font-size: 12px;
}
.checkbox-field #check_box {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.custom-check {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #123641;
	top: 4px;
	position: relative;
	margin-right: 10px;
}
.custom-check:before {
	content: "";
	font-family: "Ionicons";
	color: #123641;
	font-size: 24px;
	position: absolute;
	top: -3px;
	left: 5px;
}
.checkbox-field #check_box:checked + .custom-check:before {
	content: "\f3fd";
}
.spacer {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*======================*/
.block_wrapper {
	overflow: hidden;
	transform: translateZ(0)
}
.box-block {
	border: 1px solid #ddd;
}
.title-box {
	position: relative;
	padding-left: 70px;
}
.box-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.box-icon {
	color: #4b4e53;
	font-size: 54px;
	-webkit-transition: prop time;
	transition: all 0.1s ease 0s;
}
.box-block:hover .box-icon {
	font-size: 62px;
}
.title-box h3 {
	color: #4b4e53;
	line-height: 2;
	font-size: 18px;
	margin: 0;
}
.title-box p {
	margin-bottom: 0;
}
.our-point {
	padding: 0 0 0 20px;
}
.our-point li {
	list-style: none;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.61);
}
.our-point li i {
	color: rgba(0, 0, 0, 0.61);
}
.our-vision p {
	font-size: 17px;
	line-height: 1.65;
}
/*  Contact Page   ||-----------*/
.map {
	width: 100%;
	height: 450px;
}
#map {
	height: 100%;
}
#success {
	display: none;
	position: absolute;
	top: -76px;
	left: 0;
	width: 100%;
}
.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.dark-translucent-bg {
	background-color: rgba(0,0,0,.4);
}
.contact-form {
	position: relative;
	background: #fff;
	text-align: center;
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
	font-size: 14px;
}
form .error {
	border-color: #e1534f;
}
.contact-form textarea {
	height: 202px;
}
.contact-form input[type="text"] {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	border: 1px solid #123641;
}
.i-block {
	display: inline-block;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
}
.contact .icon-circle {
	border: 1px solid #fbac02;
	color: #fbac02;
}
.mapmarker .ion-ios-location {
	color: #123641;
	font-size: 50px;
}
@media (max-width: 767px) {
	.inner-intro .container {
		width: 100%;
		max-width: 720px;
		text-align: center;
	}
}
/*  Preloader   ||-----------*/
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}

/* ==============================
 20. Side Bar Widget styles
 ============================== */

.faq.service-box .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 18px;
	background: rgba(242, 237, 233, 0.38)
}
@media (max-width: 480px) {
	h1 {
		font-size: 36px;
	}
}
/*  Project   ||-----------*/
.filter-button-group {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.filter-button-group li {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.line-btn {
	background: none;
	color: #323232;
	padding: 5px 10px;
	border: 2px solid #e1e1e1;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.line-btn:hover, .line-btn.active {
	background: #fab702;
	border: 2px solid #fab702;
	color: #fff;
}
.project-col-3 {
	list-style: none;
	padding-left: 0;
	padding-top: 29px;
	margin-left: -30px;
}
.project-col-3 li {
	float: left;
	padding-left: 30px;
	width: 33.33%;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.project-col-3 li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.project-col-3 li {
		width: 100%;
	}
}
/*  Project details   ||-----------*/
.project-details {
	position: relative;
}
.project-info {
	position: absolute;
	top: 80%;
	right: 20px;
	background: #fbac02;
	color: #fff;
	padding: 48px 30px;
	width: 400px;
}
.project-box {
	overflow: hidden;
	width: 100%;
}
.project-info ul, .project-gallery {
	list-style: none;
	padding: 0;
}
.project-info li {
	padding-top: 10px;
}
.project-info strong {
	min-width: 133px;
	display: inline-block;
}
.project-gallery {
	overflow: hidden;
}
.project-gallery li {
	margin-bottom: 20px;
	width: 50%;
	float: right;
	padding-right: 20px;
}
.project-gallery li img {
	width: 100%;
	max-width: none;
}

.project-col-3 li.width-2 {
	width: 66.66%;
}
.project-col-3 li.grid-sizer {
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.project-info {
		width: 100%;
	}
	.project-info {
		position: static;
	}
	.project-info li {
		float: left;
		width: 50%;
	}
	.project-gallery {
		margin-left: -20px;
	}
	.project-gallery li {
		float: left;
		width: 25%;
		padding-right: 0;
		padding-left: 20px;
		margin-bottom: 0;
	}
	.project-col-3 li.width-2 {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.project-info {
		width: 100%;
	}
	.project-info {
		position: static;
	}
	.project-info li {
		float: none;
	}
	.project-col-3 li.width-2 {
		width: 100%;
	}
	.project-gallery li {
		margin-bottom: 0;
	}
}
/*Testimonial 2*/
.owl-item {
	cursor: move;
}
.box-width {
	margin: 0 auto;
	text-align: center;
	max-width: 598px;
}
.name-text {
	color: #fff;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.site-text {
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
.panel-group .panel {
	border-radius: 0;
}
.get-touch .contact-form {
	text-align: left;
}
.xs-size {
	position: relative;
	font-size: 16px;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.btn-text:hover .xs-size {
	top: -6px;
	right: -10px;
}
.date-bg {
	background: #314555;
}
.chooose-box strong {
	display: block;
	margin-bottom: 15px;
}
.chooose-box strong i {
	font-size: 20px;
	margin-right: 10px;
	color: #123641;
}
#blog-section {
	position: relative;
	overflow: hidden;
}
#blog-section .blog-post .post-more-link {
	float: none;
}
.project-info-box li {
	padding-top: 10px;
}
.project-info-box strong {
	min-width: 133px;
	display: inline-block;
}
@media (max-width: 991px) {
	.project-info-box {
		padding-left: 26px;
	}
	.project-info-box strong {
		min-width: 100px;
	}
}
.top-btn {
	min-width: 0;
	padding: 0 29px;
	line-height: 50px;
	height: 50px;
	margin-left: 20px;
	background: #314555;
}
.top-btn:hover, .header-1 .icons-hover-black i:hover {
	background: #a57a06;
}
.half-width {
	overflow: hidden;
}
.none-responsive {
	max-width: none;
}
.bg-img-1 {
	background: url(../images/new_slider02.jpg) 0 0 no-repeat;
	background-size: cover
}

.bg-img-2 {
	background: url(../images/slider-home-construction-02.jpg) 0 0 no-repeat;
	background-size: cover
}
/*Gallery*/

.gallery {
	padding-bottom: 20px;
}
.isotope .item {
	width: 25%;
	float: left;
	padding-bottom: 30px;
}
.gallery .item {
	padding-bottom: 30px;
}
.gallery-col-2.isotope .item {
	width: 50%;
}
.gallery-col-3.isotope .item {
	width: 33.33%;
}
.icon-box {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 43px;
	line-height: 100px;
}
.gallery-item-detail .icon-box {
	color: #fff;
}
.nf-col-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.gallery-item-detail a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.gallery-item-img {
	position: relative;
	overflow: hidden;
}
.gallery-item-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.gallery-item-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.gallery-item-img .gallery-item-detail {
	background-color: #cb7b52;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.team-item-img .team-item-detail, .gallery-item-img .gallery-item-detail {
	background-color: rgba(203, 123, 82, 0.32);
}
.gallery-item:hover .gallery-item-detail {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 991px) {
	.isotope .item {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.isotope .item, .gallery-col-3.isotope .item {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.isotope .item, .gallery-col-3.isotope .item, .gallery-col-2.isotope .item {
		width: 100%;
	}
}

/* ----------------------------------------------------------------
 Services
 -----------------------------------------------------------------*/
#our-services {
	position: relative;
}
.feature-bg-box {
	position: relative;
	padding: 30px;
	border-radius: 4px;
}

.desc {
	position: relative;
	z-index: 1;
}
.featured-item.feature-bg-box {
	background: #fff;
	box-shadow: 0px 1px 18px 7px rgba(9, 18, 31, 0.04);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.featured-item.feature-bg-box:hover {
	box-shadow: -1px 10px 17px 1px rgba(9, 18, 31, 0.12);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.feature-bg-box .icon {
	top: 28px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	background: #feb20e;
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i {
	color: #fff;
	font-size: 40px;
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i.sub-color {
	color: #fff;
}
.feature-bg-box .title {
	display: inline-block;
	margin-top: 13px;
	position: relative;
	z-index: 1;
}
.feature-bg-box .title h3 {
	line-height: 1.3;
}
.circle_box {
	position: absolute;
	top: 8px;
	right: 35px;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 50%;
	background: rgba(16, 18, 45, 0.11);
}

#statement {
	background-image: url(../images/02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#statement:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.lead-box {
	padding: 20px 0 30px;
}
.lead-box p {
	font-size: 20px;
	line-height: 1.5;
}
.about-text strong {
	display: block;
	font-size: 25px;
}
.about-text span {
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.about-section figure {
	width: 100%;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.top-space {
		padding-top: 10px;
	}
}
/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px 20px;
}

.container-filter li a {
	display: block;
	padding: 4px 12px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #8f8f8f !important;
	background: transparent;
	border: 1px solid;
	border-radius: 3px;
}

.container-filter li a:before {
	top: -10px;
}
.container-filter li a:after {
	bottom: -10px;
}
.container-filter li a.active, .container-filter li a:hover {
	background: #ff6b57;
	border: 1px solid;
	color: #222;
	color: #fff !important;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
}
.item-box img {
	width: 100%;
}

.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin: 0;
	font-size: 18px;
}
.gallery-heading h4 a {
	width: auto;
	color:#222;
	height: auto;
	line-height: normal;
	transition: all 0.3s;
	    font-size: 20px;
    font-weight: 600;
    background: transparent;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 1;
}
.item-box .gallery-heading {
	bottom: 0;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.link-zoom {
	text-align: center;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
	width: 100%;
}
.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a.same_style {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#313d85;
	font-size: 17px;
	color: #fff;
	    margin: 10px;
	    border-radius: 50%;
}

.link-zoom a.same_style:hover{
	color: #fff !important;
}
.item-box a {
	display: inline-block
}
.item-box > a {
	display: block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}
.item-box:before {
	background: transparent;
	transition: all 0.3s;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 2px solid #ccc;
}
.item-box:hover:before {
	background: rgba(255, 255, 255, 0.84);
}
.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}

.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;
}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}

.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after, .nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}
.nf-col-4 .w2x {
	width: 50%;
}
.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}

	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}

@media (max-width: 767px) {

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}

	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}

	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}

@media (max-width: 480px) {

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* Counter STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.fact-counter-wrapper {
	position: relative;
}
.single-fact {
	text-align: center;
	display: inline-block;
}
.single-fact .icon-boxed {
	width: 100px;
	height: 100px;
	font-size: 70px;
	color: #ffaf36;
	text-align: center;
	line-height: 121px;
	margin: 0 auto;
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.single-fact span {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	padding: 4px 0 10px;
	line-height: 1.2;
	display: block;
}
.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}
.single-fact p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}

.single-fact .icon-box i:before {
	font-size: 50px;
}

/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.quote {
	position: relative;
	padding: 40px;
	min-height: 290px;
}
.quote p {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
}
.quote:before {
	font: normal normal normal 45px/1 FontAwesome;
	content: "\f10d";
	color: #0894D6;
	position: absolute;
	left: 26px;
	top: 16px;
	transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	opacity: 0.6;
}
.quote:after {
	content: '';
	width: 14px;
	height: 29px;
	background: #0c1f38;
	position: absolute;
	left: 61px;
	bottom: -14px;
	transform: rotate(61deg);
	-webkit-transform: rotate(61deg);
}
.testimonial-pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 20px 0 0;
	overflow: hidden;
	float: left;
}
.testimonial-outher {
	overflow: hidden;
	text-align: left;
	float: left;
	padding-top: 37px;
	padding-left: 20px;
}
.testimonial-outher strong, .testimonial-outher span {
	display: block;
}
.video-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}
.video-btn:hover {
	color: #0c1f38;
	border: 1px solid #0c1f38;
}
.bg-color {
	background: #0c1f38;
}
figure {
	margin: 0px;
}
.img-scale figure {
	overflow: hidden;
}
.img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/*-------------------------------------------------------------------------------------------*/
/* Team    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.team-block {
	color: #ffffff;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	background: #123641;
	padding: 30px 0;
}

.box-hover:hover .team-block {
	background: #fbac02;
}
.box-hover:hover * {
	color: #323232;
}
.team-block strong {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.team-block span {
	font-family: raleway;
	font-size: 13px;
	font-style: normal;
	color: #b8bcc6;
}
.team-block .small-divider {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 36px;
	border-color: rgba(255,255,255,0.2);
}
.social-icons {
	padding-left: 0;
}
.team-block .social-icons > li {
	margin: 0 7px;
	display: inline-block;
}
.team-block .social-icons .fa {
	font-size: 16px;
}
.team-block .social-icons .fa {
	color: #fff;
}
.box-hover:hover .fa {
	color: #323232;
}
.dark-color.team-block * {
	color: #323232;
}
.team-block .social-icons .fa {
	color: #fff;
}
.box-hover:hover .social-icons .fa {
	color: #323232;
}
.team-block.bg__none, .box-hover:hover .bg__none {
	background: none;
}
.dark-color .small-divider {
	border-color: rgb(35, 40, 51);
	margin-bottom: 10px;
	margin-top: 10px;
}

/*--Team Details--*/

.center-top {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20%;
}
.center-top img {
	margin-top: -60%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.leads {
	margin-top: 50px;
	font-weight: bold;
}
.box-resume {
	position: relative;
	border: 1px solid #0c1f38;
	padding: 30px;
	margin-top: 45%;
}
.box-resume .btn {
	background: #fff;
}
.box-resume .btn:hover {
	background: #19b5fe;
}
.box-resume ul {
	margin: 0;
	padding: 0;
}
.box-resume ul li {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}
.box-resume ul li strong {
	width: 90px;
	display: inline-block;
}
.center-bottom {
	position: absolute;
	left: 0;
	bottom: -22px;
	text-align: center;
	width: 100%;
}
.center-bottom .btn-text:hover {
	background: #fff;
}
.we-do {
	margin-top: 60px;
}
.we-do .item {
	margin-top: 20px;
}
.we-do .icon {
	padding: 20px 0 0 0;
	text-align: center;
}
.we-do .icon .fa {
	font-size: 50px;
	color: #f00;
}
.we-do .icon p {
	font-weight: bold;
	margin-top: 10px;
}
.we-do .desc {
	border-left: 1px solid #ccc;
	padding: 5px 0 10px 40px;
	position: relative;
}
.we-do .pb-80 {
	padding-bottom: 60px;
}
.desc .fa {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	left: -14px;
	top: 0;
}
.we-do .desc h4 {
	font-weight: bold;
	font-size: 16px;
	position: relative;
	margin-top: 0;
}
.about-section h2 {
	line-height: 1.4;
}

/*--carousel arrow--*/
.owl-prev, .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.33);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: rgba(245,245,245,0.8);
	color: #252525;
	display: block;
	top: 50%;
	transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	z-index: 3;
	position: absolute;
	text-align: center;
}
.owl-prev {
	left: 0;
	opacity: 1;
}
.owl-next {
	right: 0;
	opacity: 1;
}

.nf-carousel-theme:hover .owl-controls .owl-prev, .nf-carousel-theme:hover .owl-controls .owl-next {
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
}

/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.pagination-nav ul {
	margin: 0px;
	padding: 0px;
}
.pagination-nav ul li {
	display: inline-block;
	margin: 0px 2px;
}
.pagination-nav ul li a {
	display: block;
	border: 1px solid #fbac02;
	color: #fbac02;
	height: 36px;
	width: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}
.pagination-nav ul li.active a, .pagination-nav ul li:hover a {
	background: #fbac02;
	color: #fff;
}

/*============================================
 =          [07] Waste time quote css         =
 =============================================*/
.waste-time-area {
	background: #cb011b;
	padding: 50px 0;
}
.waste-time-area .waste-time-content {
	color: #ffffff;
}
.waste-time-area .waste-time-content h3 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 5px;
}
.waste-time-area .waste-time-content p {
	margin-bottom: 0;
}
.waste-time-area .waste-time-button {
	text-align: right;
}
.waste-time-area .waste-time-button .btn-default {
	display: inline-block;
	margin-top: 6px;
}
/*  Whate We Do   ||-----------*/
.about_service .feature-bg-box .icon {
	position: static;
	margin: 0 auto;
}
.about_service .feature-bg-box .title {
	display: inline-block;
	margin-top: 25px;
}
.about_service .feature-bg-box .icon {
	background: #3a3a3a;
}
.about_service .thm-btn {
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
}
.about_service .bg-clr1 {
	background: #31312f;
}
.whate_about p {
	line-height: 1.4;
	font-size: 17px;
}
/*Testimonial 2*/
.owl-item {
	cursor: move;
}
.box-width {
	margin: 0 auto;
	text-align: center;
	max-width: 598px;
}
.name-text {
	color: #0c1f38;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.site-text {
	color: #fff;
	font-style: italic;
	font-size: 14px;
}

.arrow_theme .owl-prev:hover, .arrow_theme .owl-next:hover {
	border: 2px solid #fab702;
	color: #fff;
	background: #fab702;
}

.overlay-dark {
	position: relative;
	z-index: 1;
}
.overlay-dark:before {
	background-color: rgba(0, 0, 0, 0.23);
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.overlay-dark:before {
	background-color: rgba(0, 0, 0, 0.69);
}
.bold {
	font-weight: bold;
}
.thin {
	font-weight: 300;
}
.img-bg {
	background: url(../images/white-texture.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.light-color {
	color: #fff;
}
.parallax, .bg_img1 {
	background: url(../images/parallax2.jpg) no-repeat;
}
#overlay_block, .bg_img {
	background: url(../images/parallax1.jpg) no-repeat;
}
.parallax, #overlay_bloc {
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center center;
}
.fact-counter-wrapper.bg_img1 {
	background-position: center center !important;
}
.btn-wrap a {
	margin: 0 10px;
}
/*Testimonial*/
.testimonial-box {
	text-align: left;
}
.quote-box {
	padding-left: 30px;
}
.quote-text {
	padding-left: 30px;
	padding-top: 10px;
}
.quote-icon i {
	font-size: 50px;
}
.quote-left {
	padding-top: 60px;
}
.quote-right {
	text-align: right;
}
.quote-author {
	float: left;
	text-transform: uppercase;
	padding-left: 30px;
}
.pt-130 {
	padding-top: 130px;
}
@media (max-width: 991px) {
	.pt-130 {
		padding-top: 0;
	}
}
.testimonial-block__section .quote-left {
	padding-top: 0;
}
.testimonial-block__section .quote-icon i {
	font-size: 30px;
}
.testimonial-block__section .quote-box {
	padding-left: 0;
}

.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev, .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next {
	top: -42px;
	right: 0;
	left: auto;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev {
	right: 50px;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev:hover, .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next:hover {
	border: 2px solid #fab702;
	color: #fff;
	background: #fab702;
}
@media (max-width: 767px) {
	.testimonial-block__section .quote-left {
		padding-top: 26px;
	}
	.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev, .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next {
		top: auto;
		bottom: -85px;
	}
}

/*Contact section*/
.bottom-section {
	background: #0fa1ca;
}
.contact_block-text {
	padding-top: 32px;
}
.contact_block-text strong {
	text-transform: uppercase;
	font-size: 31px;
	letter-spacing: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
}
.contact_block-text p {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact_block-text strong {
		font-size: 25px;
	}
	.contact_block-text p {
		font-size: 28px
	}
}
@media (max-width: 767px) {
	.contact_block-text strong {
		font-size: 20px;
	}
	.contact_block-text p {
		font-size: 19px
	}
}
.bottom-section .input-sm {
	height: 42px;
}
.bottom-section textarea {
	resize: none;
	height: 60px;
	margin-bottom: 0;
	display: block;
}
.bottom-section .btn-text {
	border: 2px solid #0c1f38;
	background: #0c1f38;
	max-width: 160px;
	width: 100%;
	margin-top: 10px;
	color: #fff;
}
.light-gray {
	background: #f9f9f9;
}
.top-padding {
	padding-top: 86px;
}
@media (min-width: 991px) and (max-width: 1199px) {
	.top-padding {
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	.top-padding {
		padding-top: 0;
	}
	.contact_block-text strong {
		font-size: 26px;
	}
	.contact_block-text p {
		font-size: 29px;
	}
}
/*Footer*/
#footer {
	background-color: #0c1f38;
	padding: 70px 0 0;
	position: relative;
	z-index: 1;
}

.margin-top-5 {
	margin-top: 5px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}

.footer-logo {
	width: 115px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#footer {
		padding: 50px 0 10px;
	}
}

/*Progress css*/
.content-wd650 {
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.cont-h-100per {
	height: 100%;
}
.parallax-section.overlay-dark:before {
	z-index: 1;
}
.section-split-right h2 span {
	color: #fff;
}
.section-split-right h2 {
	color: #123641;
}
.bg-color3 {
	background: #6aaf08;
}
.section-bar h3 {
	line-height: 1.5;
}
.align-center {
	margin: 0 auto;
}

.overflow_hidden {
	overflow: hidden;
	position: relative;
}
.image_cover {
	background-image: url(../images/bg-10.jpg);
	background-size: cover;
	display: block;
	position: absolute;
	width: 33.33%;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	background-position: 50% 50%;
}

.image_cover_right {
	width: 50%;
	right: 0;
	left: auto;
	background-image: url(../images/bg-11.jpg);
}
@media (min-width: 768px) and (max-width: 991px) {
	#choose_us .image_cover {
		display: none;
	}
}
@media (max-width: 767px) {
	.image_cover {
		position: static;
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}
}
.section_blck_bg {
	background: #0c1f38;
}
.m-b-5 {
	margin-bottom: 5px;
}

/*Feature Section */
.featured-icon-wrap {
	list-style: none;
	padding-left: 0;
	padding-top: 130px;
}
@media (max-width: 767px) {
	.featured-icon-wrap {
		padding-top: 0;
	}
}
.featured-content-wrap {
	width: 73%;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}

.float-left {
	float: left;
}

.mb-25 {
	margin-bottom: 25px;
}
.bold {
	font-weight: 600;
}

.feature-icon-wrap {
	margin-top: 0px;
	width: 85px;
	position: relative;
	text-align: center;
}
.feature-icon {
	height: 85px;
	width: 85px;
	font-size: 32px;
	line-height: 54px;
	color: #fff;
	padding: 15px;
	display: block;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	position: relative;
	z-index: 3;
}
.feature-icon-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	border: 1px solid #123641;
	border-radius: 50%;
	background: transparent;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	background: #123641;
}
.featured-icon-wrap li:nth-child(2n) .feature-icon-wrap:after {
	background: #b4c505;
	border: 1px solid #b4c505;
}
.featured-icon-wrap li:nth-child(3) .feature-icon-wrap:after {
	background: #0c1f38;
	border: 1px solid #0c1f38;
}
.featured-icon-wrap li:hover .feature-icon {
	color: #fff;
}
.float-right {
	float: right;
}

.float-left {
	float: left;
}
.moc-wrap img {
	display: block;
	margin: 0 auto;
}
.bg-color {
	background: rgba(0,0,0,0.04);
}
.btn-block a {
	margin: 0 10px;
}
#statements h4 {
	color: #fff;
}
.gmnoprint {
	display: none;
}
.paragraphs-block p {
	margin-bottom: 20px;
}
.grid-boxed {
	border: 1px solid transparent;
	padding: 20px;
}
.buttons {
	margin-bottom: 60px;
}
.buttons h2 {
	font-size: 20px;
}
.buttons a {
	margin: 5px;
}


/*====*/

.tab-content .tab-block.on {
	display: block;
}
.tab-title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-title ul li a, .mobile-heading {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	background: #f0f0f0;
	padding: 15px 15px 18px;
	cursor: pointer;
	display: block;
}

.mobile-heading {
	float: none;
	width: 100%;
	font-size: 16px !important;
	color: #fff !important;
	padding: 15px 15px 15px;
	text-transform: capitalize !important;
	font-weight: 400 !important;
	margin-bottom: 10px;
	background: #000;
}
.tab-title ul li a.active, .tab-title ul li a:hover {
	color: #fff;
	background: #222;
}
.tab-title ul li span {
	display: block;
	font-size: 20px;
	font-family: 'Playball', cursive;
	font-weight: 400;
}
.feature .feature-desc .feature-info {
	position: absolute;
}
@media (max-width: 767px) {

	.menu-item-name {
		width: 62%;
	}
}

/*Tabing content*/
.abt-box__content {
	padding: 30px 30px 30px;
}
.abt-box__content h2 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 40px;
}
.abt-box__content p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.abt-box__content-link, .abt-box_link {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 20px 0;
	-webkit-transition: color 0.22s ease-in-out;
	transition: color 0.22s ease-in-out;
}
.abt-box_link:hover {
	color: #123641;
}
.abt-box__content-link:hover {
	color: #fbac02;
}
.abt-box_link {
	margin: 0;
}
.abt-box_link {
	color: #222;
}
.abt-box__content-link-arrow, .abt-box_link-arrow {
	font-size: 18px;
	vertical-align: middle;
	padding-left: 5px;
	color: #123641;
}
.row-table {
	display: table;
	height: 300px;
}
.row-table .t_cell {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.career_sub-title {
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.company-brochure a {
	display: block;
	transition: all .3s ease;
}
.company-brochure a:hover {
	box-shadow: 2px 8px 25px rgba(99, 103, 107, 0.6);
	transition: all .3s ease;
}

/*TimeLine*/
.history-timeline {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.history-timeline li {
	position: relative;
	margin-bottom: 50px;
}
.history-timeline:after {
	background: #e5f1fc;
}
.history-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}

.history-timeline .icon-dot {
	top: 50%;
	left: -36px;
	width: 10px;
	background: #ccc;
	height: 10px;
	border: 3px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 9;
}
.history-timeline .icon-dot {
	background: #0c1f38;
}
.history-timeline .date {
	color: #0c1f38;
}
.history-timeline .date {
	position: absolute;
	width: 100%;
	left: -129px;
	top: 49.5%;
	font-weight: bold;
	font-size: 25px;
}
@media (max-width: 767px) {
	.history-timeline .date {
		font-size: 14px;
		left: 0;
	}
	.history-timeline .icon-dot {
		left: 50px;
	}
	.history-timeline li {
		padding-left: 100px;
	}
	.history-timeline:after {
		left: 56px;
	}
}

/* #Accordion-box
 ================================================== */
.accordion-box-1 .accordion {
	background: #fff;
	margin-bottom: 10px;
}

.accordion-box-1 .accordion .accordion-title {
	cursor: pointer;
	padding: 10px 20px 10px 30px;
	border: 1px solid #e6e6e6;
	margin: 0;
	font-size: 18px;
	color: #333333;
}

.accordion-box-1 .accordion .accordion-title span {
	width: 30px;
	position: relative;
	height: 30px;
	float: right;
	vertical-align: bottom;
}

.accordion-box-1 .accordion .accordion-title span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title p {
	margin: 0;
}

.accordion-box-1 .accordion.open .accordion-title span:before {
	display: none;
}

.accordion-box-1 .content-inner {
	border: 1px solid #ededed;
	padding: 25px 30px 20px 30px;
}
.accordion-box-2 .accordion.open .accordion-title {
	background: #fbac02;
}

.accordion-box-2 .accordion .accordion-title {
	border: none;
	background: #fbac02;
}

.accordion-box-2 .accordion .accordion-title p {
	color: #fff;
}

.accordion-box-2 .accordion .accordion-content .content-inner {
	background: #123641;
	border: none;
	color: #fff;
}
.accordion-box-2 .accordion .accordion-content .content-inner ul, .accordion-box-2 .accordion .accordion-content .content-inner strong {
	display: block;
	margin-bottom: 20px;
}
.accordion-box-2 .accordion .accordion-content .content-inner p {
	color: #fff;
	margin-bottom: 0;
}
.accordion-box-2 .accordion .accordion-content .content-inner p strong {
	display: inline-block;
}
.partner-blck__brdr {
	border: 1px solid #afafaf;
	padding: 0 20px 0 0;
}
.partner__content {
	padding: 0 20px;
}
.partner-blck__brdr-r {
	border-right: 1px solid #afafaf;
}
.bottom__brdr {
	border-bottom: 1px solid #afafaf;
}
.abt__link {
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin: 20px 0;
	-webkit-transition: color 0.22s ease-in-out;
	transition: color 0.22s ease-in-out;
}
.abt__link-arrow {
	font-size: 18px;
	vertical-align: middle;
	padding-left: 5px;
	color: #fbac02;
}
.abt__link:hover {
	color: #fbac02;
}

/*||=============About 3===============||*/
/*Our History*/
.history-box {
	background: #fff;
	padding: 20px;
	min-height: 330px;
	margin-top: 20px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.history_date {
	padding: 6px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
}
.bg-color3 {
	background: #123641;
}
.bg-color {
	background: #123641;
}
div .secondary_bg {
	background: #fbac02;
}

/*-------------------------------------------------------------------------------------------*/
/* Testimonial    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.testimonial-block {
	text-align: center;
	position: relative;
	padding: 0 30px 30px;
	width: 100%;
}
@media (max-width: 767px) {
	.mb-sm-80 {
		margin-bottom: 80px;
	}
}
.cyan-background {
	background: #fff;
	color: #2f3542;
}
.testimonial-img {
	position: relative;
	top: -40px;
}
.img-circle.img-border {
	border: 6px solid #f5f0f0;
	width: 80px !important;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-author {
	color: #fff;
	font-weight: 700;
	display: block;
	font-size: 18px;
	margin-top: -25px;
	margin-bottom: 5px;
}
.testimonial-block .sub-title {
	color: #4d5056;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	display: block;
}
.testimonial-block .small-divider {
	border-color: rgba(47,53,66,0.5);
	margin-bottom: 20px;
	margin-top: 20px;
	width: 41px;
}
.cyan-background p {
	color: #2f3542;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.testimonial-block > span {
	color: #d1d5de;
	font-size: 12px;
}
.star i {
	color: #fff;
	font-size: 14px;
	margin-bottom: 25px;
}
.list {
	list-style: none;
}
.list .text-color {
	color: #0c1f38;
}
.text-content {
	padding-bottom: 20px;
}
/*carousel slider*/
.testimonial-section .owl-carousel .owl-stage-outer {
	padding-top: 43px;
}
.arrow_theme .owl-prev, .arrow_theme .owl-next {
	top: 40%;
	border: 2px solid #e9e9e9;
	color: #fff;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
	position: absolute;
}
.testimonial-section .owl-prev, .testimonial-section .owl-next {
	top: 60% !important;
}
.arrow_theme .owl-prev:hover, .arrow_theme .owl-next:hover {
	border: 2px solid #0c1f38;
	color: #fff;
	background: #0c1f38;
}
.arrow_theme .owl-prev, .arrow_theme .owl-next {
	top: 58%;
}
.arrow_theme .owl-prev {
	left: 0;
}
.arrow_theme .owl-next {
	right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.arrow_theme .owl-prev {
		left: 0;
	}
	.arrow_theme .owl-next {
		right: 0;
	}
}
@media (max-width: 767px) {
	.arrow_theme .owl-prev {
		left: 0;
	}
	.arrow_theme .owl-next {
		right: 0;
	}
}




/* ==============================
 20. Side Bar Widget styles
 ============================== */

.faq.faq-service .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 18px;
	background: rgba(242, 237, 233, 0.38)
}
@media (max-width: 480px) {
	h1 {
		font-size: 36px;
	}
}


/*  14  - Contact Us
 ----------------------------------------------*/

.contact .contact-form h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------*/
/* Project  ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.filter-button-group {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.filter-button-group li {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.line-btn {
	background: none;
	color: #323232;
	padding: 5px 10px;
	border: 2px solid #e1e1e1;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.line-btn:hover, .line-btn.active {
	background: #6aaf08;
	border: 2px solid #6aaf08;
	color: #fff;
}
.project-col-3 {
	list-style: none;
	padding-left: 0;
	margin-left: -30px;
}
.project-col-3 li {
	float: left;
	padding-left: 30px;
	width: 33.33%;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.project-col-3 li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.project-col-3 li {
		width: 100%;
	}
}
.bg-img1 {
	background: url(../images/bg_1.jpg) 0 36% no-repeat;
}



/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin-left: 12px;
	display: inline-block;
}

.social-icon-two li a {
	color: #ffffff;
	font-size: 14px;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three a {
	color: #aaaaaa;
	margin-left: 10px;
	font-size: 14px;
}

.social-icon-three a:hover {
	color: #0c1f38;
}

.theme_color {
	color: #0c1f38;
}



/*=======Blog Section=========*/
.latest__block-post {
	padding: 20px;
}
.latest__block .more_btn__block {
	margin-top: 10px;
}
.latest__block-title {
	font-size: 20px;
	font-weight: 700;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	color: #fbac02;
	font-weight: bold;
	display: inline-block;
	margin-top: 11px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/*=======Event Detail=========*/
body .width-100per {
	width: 100%;
}
.venice_map {
	height: 250px;
	position: relative;
	width: 100%;
	background: red;
}
.table__block .dis__block {
	display: block;
}
.color-green {
	color: #39af0a;
}
@media (min-width: 768px) {
	.right_border:after {
		content: '';
		position: absolute;
		top: 0;
		left: 20px;
		width: 1px;
		height: 100%;
		background: #DEDEDE;
		z-index: 1;
	}
}
/*=========Event Section==========*/
.event-section__block {
	background: #f5f5f5;
}
.table__block {
	display: table;
	height: 304px;
	width: 100%;
}
.event__date-time {
	background: #fff;
	padding: 25px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.event__time {
	color: #9f9e9e;
	font-weight: bold;
}
.event__time span:first-child {
	margin-right: 10px;
}
.event__date {
	font-size: 100px;
	line-height: 1;
	color: #123641;
	font-weight: bold;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.event__date {
		font-size: 50px;
	}
}
@media (max-width: 991px) {
	.event__date {
		font-size: 50px;
	}
	.matchHeigh {
		height: auto !important;
	}
}
.event__month {
	font-size: 20px;
	color: #123641;
	font-weight: bold;
}
.plan-content-box__white__bg {
	background: #fff;
	overflow: hidden;
}
.plan-content-box.plan-content-box__wight__bg {
	background: #fff;
	overflow: hidden;
}
@media (max-width: 991px) {
	.plan-content-box.plan-content-box__wight__bg {
		width: 100%;
	}
}
.plan-content-box__wight__bg h3 {
	color: #222;
	line-height: 1.8;
}
.plan-content-box__wight__bg p {
	color: #444444;
}
.after__none:after {
	display: none;
}

.color, .inner-intro .page-breadcrumb span {
	color:#a2a2a2 !important;
}

/***

 ====================================================================
 Countdown
 ====================================================================

 ***/

.banner__block__text h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding-bottom: 20px;
}
.banner__block__text strong {
	text-transform: capitalize;
	font-size: 25px;
	display: block;
	padding-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

/* counter clock css */
ul.countdown {
	list-style: none;
	padding: 0;
	display: block;
	text-align: left;
}
ul.countdown li {
	float: left;
	color: #fff;
	width: 123px;
	border: 1px solid;
	margin: 0 10px;
	padding: 13px 0;
	text-align: center;
}
@media (max-width: 1180px) {
	ul.countdown li {
		width: 120px;
		margin: 0 !important;
	}
}
ul.countdown li span {
	font-size: 45px;
	font-weight: 500;
	line-height: 80px;
	font-family: 'Poppins', sans-serif;
}
ul.countdown li p {
	margin-bottom: 0;
}
ul.countdown li.seperator {
	font-size: 80px;
	line-height: 70px;
	vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner__block__text h1 {
		font-size: 40px;
	}
	.banner__block__text strong {
		font-size: 18px;
		padding-bottom: 0px;
	}
	ul.countdown li {
		padding: 8px 0
	}
	ul.countdown li:nth-child(3) {
		clear: left;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* Course start here         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*
 */
.course-section__block {
	background: #f7f7f7;
}
.courses-content__block ul {
	list-style: outside none none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.courses-content__block ul li {
	display: inline-block;
	position: relative;
}
.courses-block {
	background: #fff;
}
.class_time {
	color: #9f9e9e;
}
.class_time i {
	margin-left: 10px;
}
.courses-content__block {
	padding: 10px 20px 15px
}
.courses-content__block P {
	color: #444;
}
.courses-info {
	border-top: 1px solid #9f9e9e;
	padding-top: 18px
}
.courses-content__block ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.courses-content__block ul li {
	display: inline-block;
	position: relative;
}


