/*-----------------------------------------------------------------------------------

    Template Name: Sophy - Consulting Hotel Template
    Author: Lamarena

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
 CSS INDEX
===================

1. Theme Default CSS (body, link color, section etc)
2. Index-1



-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900|Source+Sans+Pro:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.text-left {
	text-align: left !important;
}

a:focus {
	outline: 0px solid;
}

img {
	max-width: 100%;
	height: auto;
}

.fix {
	overflow: hidden;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #44464a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	margin: 0 0 10px;

}

h1 {
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	font-size: 54px;
}

h2 {
	font-weight: 700;
	font-size: 42px;
	font-family: 'Raleway', sans-serif;
}

h3 {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
}

h4 {

	font-weight: 600;
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
}

h5 {
	font-weight: 700;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	background: transparent;
}

.pagination {
	margin-bottom: 0;
}

a:hover {
	color: #153356;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0 none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

body {
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #444444;
	font-size: 16px;
	text-align: left;
	overflow-x: hidden;
	line-height: 28px;
}

#scrollUp {
	background: #000 none repeat scroll 0 0;
	border-radius: 2px;
	bottom: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 20px;
	height: 34px;
	line-height: 30px;
	opacity: 0.6;
	right: 15px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 34px;
}

#scrollUp:hover {
	background: #153356;
	opacity: 1;
}

.clear {
	clear: both;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.p-0 {
	padding-bottom: 0 !important;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	/*background: #fff url('../img/logo/preloader.gif') no-repeat center center;*/
}

.navbar-collapse {
	padding-left: 0px;
}

::-moz-selection {
	background: #153356;
	text-shadow: none;
}

::selection {
	background: #153356;
	text-shadow: none;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.sec-padding {
	padding: 90px 0px;
}

.sec-padding-2 {
	padding: 70px 0px 50px;
}

.padding-2 {
	padding-bottom: 90px;
}

.section-titleBar {
	margin-bottom: 60px;
	position: relative;
}

.section-titleBar h3 {
	display: inline-block;
	font-size: 35px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
}

.section-titleBar.white-headline h3 {
	color: #fff;
}

.section-titleBar.text-left {
	margin-bottom: 30px;
}

.section-titleBar.text-left h3::after {
	border: 2px solid #153356;
	left: 0;
	right: auto;
}

.section-titleBar p {
	max-width: 680px;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 26px;
	margin: 0 auto;
}

.img-bordered {
	border: 8px solid #f8f8f8;
	width: 100%;
}

.img-bordered-lighter {
	border: 8px solid #fcfcfc;
	width: 100%;
}

.sub-head h4 {
	color: #fff;
	font-size: 30px;
	position: relative;
	padding-bottom: 30px;
}

.sub-head h4::after {
	border: 2px solid #153356;
	bottom: 0px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	width: 20%;
}

.sub-head p {
	color: #fff;
	font-size: 17px;
	margin-top: 20px;
	line-height: 26px;
}

.mar-row {
	margin-top: 30px;
}

.load-more-btn {
	text-transform: uppercase;
	background: #153356;
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
	border-radius: 3px;
	width: 200px;
	transition: 0.4s;
	border: 2px solid #153356;
}

.load-more-btn:hover {
	background: #fff;
	border: 2px solid #153356;
	color: #153356;
	transition: 0.4s;
}

.thm-btn {
	border: 2px solid #fbad1a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
	padding: 10px 22px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	z-index: 222;
	background: #fbad1a;
	border-radius: 3px;
	width: 170px;
}

.thm-btn:hover {
	background: #fff;
	border: 2px solid #153356;
	color: #153356;
	transition: 0.4s;
}

.bg-color {
	background: #f7f7f7;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.owl-carousel.owl-loaded {
	display: block;
	z-index: 0;
}





/***************************************
 * DEFAULT HOME PAGE STYLES
* 2. top-line section styles
****************************************/
.top-line {
	background: #F4F4F4;
	padding: 10px 0;
}

.top-line .welcome-top {
	float: left;
}

.top-line .welcome-top p {
	margin-top: 7px;
}

.top-line .social-icons {
	float: right;
	margin-top: 4px;
}

.top-line .social-icons ul {
	list-style-type: none;
	margin: 0;
}

.top-line .social-icons ul li {
	display: inline-block;
	margin-left: 7px;

}

.top-line .social-icons ul li a {
	display: block;
	height: 34px;
	width: 34px;
	background: transparent;
	text-align: center;
	line-height: 34px;
	color: #222628;
	border: 1px solid #222628;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.top-line .social-icons ul li a:hover {
	background: #fbad1a;
}

/***************************************
* 3. header styles
****************************************/
.main-header {
	padding: 18px 0;

}

.main-header .logo {
	max-width: 190px;
}

.main-header ul {
	list-style-type: none;
	margin-left: 50px;
	margin-bottom: 0;
}

.main-header ul li {
	display: inline-block;
	list-style-type: none;
	margin-left: 20px;
}

.main-header ul p {
	color: #6c6c6c;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0;
}

.main-header ul span {
	color: #232932;
	font-size: 16px;
	font-weight: bold;
}

.main-header .icon {
	float: left;
	display: block;
}

.main-header .general-info {
	float: left;
}

.main-header .text {
	float: left;
	display: block;

}

.main-header .button-wraper {
	display: inline-block;
	vertical-align: middle;
}

.main-header .button {
	float: right;
}

.main-header .button a {
	display: block;
	background: #fbad1a;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 25px;
	border-radius: 6px;
}


.main-menu.sticky {
	top: 0;
	left: 0;
	right: 0;
	position: fixed !important;
	margin: 0;
	animation: fadeItIn 1s;
	z-index: 1000;
	min-height: 70px !important;
	background: #222628;
	-webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.47);


}

/***************************************
* 4. main-menu styles
****************************************/
.main-menu {
	background: #10212f;

}

#main-navigation-wrapper.navbar-default {
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
}

.navbar-collapse {
	padding: 0;
}

#main-navigation-wrapper .nav>li {
	padding: 25px 0;
}

#main-navigation-wrapper .nav>li>a {
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	padding: 0 26px;
	font-weight: bold;
	margin: 0;
	font-size: 15px;
}

#main-navigation-wrapper .nav>li:first-child a {
	padding-left: 0;
}

#main-navigation-wrapper .nav .dropdown-submenu li:last-child {
	border-bottom: 4px solid #fbad1a;
}

#main-navigation-wrapper .navbar-nav>li>.dropdown-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	padding: 0;

	border: none;
	border-radius: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 270px;
	background: #fdfdfd;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}

#main-navigation-wrapper .navbar-nav>li:hover>.dropdown-submenu,
#main-navigation-wrapper .navbar-nav>.open>.dropdown-submenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

#main-navigation-wrapper .nav .dropdown-submenu li a {
	display: block;
	border-bottom: 1px solid #ebebeb;
	text-transform: capitalize;
	color: #313131;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 0px 12px 33px;
	line-height: normal;
	transition: all 0.4s ease 0s;
	margin: 0;
}

#main-navigation-wrapper .nav .dropdown-submenu li:last-child>a {
	border-bottom: none;
}

#main-navigation-wrapper .nav .dropdown-submenu li a:hover {
	background: #fbad1a;
	color: #FFFFFF;
	text-decoration: none;
}

.main-menu .search li {
	float: right;
	padding: 22px 0;
}

.main-menu .search li a {
	color: #FFFFFF;
	display: block;
}

.main-menu .search li i {
	margin-right: 5px;
}

.main-menu .search li a {
	color: #a9a9a9;
	font-size: 14px;
}

.main-menu .search button {
	background: none;
	border: none;
	color: #a9a9a9;
}

#main-navigation-wrapper .navbar-nav li:hover .dropdown-submenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.main-menu ul.search {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	width: 170px;
}

.main-menu ul.search li.first {
	margin-left: 45px;
}

.first-menu.affix #main-navigation-wrapper .nav>li>a {
	color: #0b0b0b;
}

.first-menu.affix {
	top: 0;
	left: 0;
	right: 0;
	position: fixed !important;
	margin: 0;
	animation: fadeItIn 1s;
	z-index: 1000;
	padding: 5px 0 !important;
	min-height: 70px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 0 !important;
	background-color: #fff !important;
}

.finance-navbar.affix .bordered {
	border-top: none !important;
}

.main-menu .meni {
	float: left;
	width: 100%;
}

.main-menu .meni2 {
	float: right;
	position: absolute;
	right: 27px;
}

@keyframes fadeItIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}

.welcome-section .image {
	position: relative;
}

.welcome-section .image img {
	position: relative;
	width: 100%;
	display: block;
}

.welcome-section .image .play-btn {
	position: absolute;
	right: 44%;
	bottom: 43%;
}

.welcome-section .image .play-btn span {
	font-size: 63px;
	color: #fff;
}

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	padding-left: 48px;
	margin-bottom: 18px;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
}

.list-style-one li strong {
	position: relative;
	display: block;
	color: #020e28;
	font-size: 18px;
	font-weight: 700;
}

.list-style-one li:before {
	position: absolute;
	content: "\f10b";
	left: 0px;
	top: 12px;
	color: #f55b14;
	font-size: 22px;
	font-family: "Flaticon";
}

.services-section {
	padding-bottom: 70px;
}

.service-inner {
	position: relative;
	margin-bottom: 20px;
}

.service-inner .service-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 28px;
}

.service-inner .service-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
}

.service-inner .service-thumbnail .pro-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: transparent;
}

.service-inner .service-thumbnail .pro-link i {
	position: absolute;
	font-size: 24px;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.service-inner:hover .service-thumbnail .pro-link i {
	opacity: 1;
}

.service-inner .service-thumbnail img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.service-inner .service-summary {
	position: relative;
	z-index: 100;
	padding-bottom: 23px;
}

.service-inner .service-summary h4 {
	font-size: 20px;
}

.service-inner .service-summary .service-icon {
	position: absolute;
	top: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	line-height: 1.2;
}

.service-inner .service-summary .service-icon i {
	font-size: 54px;
}

.service-inner .service-summary .service-icon-1 {
	color: #393939;
	left: 0;
}

.service-inner .service-summary .service-content {
	padding-left: 80px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.service-inner:hover .service-thumbnail:before {
	opacity: 0.85;
}

.service-inner:hover .service-summary .service-icon-1 {
	left: 20px;
	opacity: 0;
}

.service-inner:hover .service-summary .service-content {
	padding-left: 40px;
	padding-right: 40px;
}

.service-inner:hover .service-thumbnail img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.service-inner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #f7c02d;
	z-index: 9;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.service-inner:hover:before {
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	opacity: 1;
	border-color: #f7c02d;
}

.testimonial {
	padding: 60px 0;
	background-image: url(../images/background/contact-section-bg.jpg);
	background-position: 50% -72.7188px;
	background-size: cover;
	position: relative;
}

.testimonial:before {
	content: "";
	background-color: rgba(5, 24, 41, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial .slide-item:before {
	font-family: "Flaticon";
	content: "\f10d";
	font-size: 60px;
	color: #fbad1a;
	position: absolute;
	left: 70px;
	top: 25px;
}

.testimonial .slide-item .inner {
	padding: 0 155px;
}

.testimonial .slide-item .inner .client-quote {
	margin-bottom: 40px;
}

.testimonial .slide-item .inner .client-quote p {
	font-size: 22px;
	color: #fff;
	line-height: 39px;
}

.testimonial .slide-item .client-details {
	position: relative;
	/*padding: 0 0 10px 85px;*/
	display: flex;
	flex-direction: row;
}

.testimonial .slide-item .client-details .client-pic {
	margin-right: 8px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial .slide-item .client-details .client-info {
	padding-top: 10px;
}

.testimonial .slide-item .client-details h4 {
	font-size: 21px;
	color: #fbad1a;
	margin-bottom: 0;
}

.testimonial .slide-item .client-details span {
	color: #fff;
	font-size: 14px;
}

.testimonial .owl-controls {
	position: absolute;
	right: 0;
	bottom: 0px;
}

.testimonial .owl-controls .owl-nav {
	display: flex;
	flex-direction: row;
}

.testimonial .owl-controls .owl-nav .owl-prev,
.testimonial .owl-controls .owl-nav .owl-next {
	background-color: #fbad1a;
	width: 34px;
	height: 34px;
	line-height: 37px;
	font-size: 18px;
	font-size: 1.2rem;
	color: #051829;
	padding: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	font-weight: bold;
}

.testimonial .owl-controls .owl-nav .owl-prev {
	margin-right: 7px;
}

.blog .blog-item {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 15px 15px 0;
}

.blog .blog-item h4 {
	font-size: 20px;
	line-height: 30px;
}

.blog .blog-item .footer-part {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #e0e0e0;
	padding: 13px 0;
	margin-top: 15px;
}

.blog .owl-dots {
	text-align: center;

}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-dots .owl-dot.active span {
	background-color: #f7c02d;
}

.owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #f7c02d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-color: #f7c02d;
}

.blog .blog-item .footer-part a {
	color: #393939;
	font-weight: 600;
}

.fluid-section-two {
	position: relative;
}

.fluid-section-two .outer-container {
	position: relative;
	/* min-height:250px; */
	background-color: #10212f;
}

.fluid-section-two .image-column {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-two .image-column .image-box {
	position: relative;
	display: none;
}

.fluid-section-two .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-two .content-column {
	position: relative;
	float: right;
	width: 50%;
}

.fluid-section-two .content-column .inner-column {
	position: relative;
	max-width: 650px;
	width: 100%;
	padding: 90px 15px 90px 100px;
}

.fluid-section-two .content-column .inner-column .section-titleBar h3 {
	color: #fff;
}

.fluid-section-two .content-column .inner-column .section-titleBar p {
	color: #fff;
}

.support-form {
	position: relative;
}

.support-form .row {}

.support-form .row .column {
	padding: 0px 20px;
}

.support-form .form-group {
	position: relative;
	margin-bottom: 25px;
}


.support-form .form-group input[type="text"],
.support-form .form-group input[type="tel"],
.support-form .form-group input[type="email"],
.support-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 0px;
	color: #ffffff;
	height: 50px;
	font-size: 15px;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.support-form .form-group select option {
	color: #333;
	padding: 10px 5px;
}

.support-form .form-group input[type="text"]:focus,
.support-form .form-group input[type="tel"]:focus,
.support-form .form-group input[type="email"]:focus,
.support-form .form-group textarea:focus {
	border-color: #fbad1a;
}

.support-form .form-group textarea::-webkit-input-placeholder,
.support-form .form-group input::-webkit-input-placeholder {
	color: #ffffff;
}

.support-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 15px 0px;
	color: #ffffff;
	height: 125px;
	resize: none;
	font-size: 15px;
	background: none;
	font-family: 'Hind', sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.support-form .form-group .btn-detail {
	position: relative;
	text-align: center;
	margin-left: 30px;
	color: #ffffff;
	display: inline-block;
}

.support-form button {
	cursor: pointer;
	margin-top: 20px;
	font-size: 16px;
	text-transform: capitalize;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 15px;
	font-style: normal;
	height: 50px;
	padding: 10px 0px;
	line-height: 28px;
	color: #ffffff;
	border: none;
	border-radius: 0px;
	background: none;
	font-family: 'Hind', sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 2px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #fbad1a;
	border-color: #fbad1a;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #fbad1a;
}


/***
====================================================================
	Project Section
====================================================================
***/
.projects .section-titleBar p {
	margin: 0;
}

.project-block {
	position: relative;
}

.project-block .inner-box {
	position: relative;
	overflow: hidden;
}

.project-block .inner-box .text-white {
	padding: 27px;
	color: #fff;
}

.project-block .inner-box .text-white span {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.project-block .inner-box .text-white p {
	font-size: 15px;
	color: #fff;
}

.project-block .inner-box .text-white a {
	color: #fbad1a;
}

.project-block .inner-box .image {
	position: relative;
}

.projects .owl-theme .owl-nav {
	position: absolute;
	top: -92px;
	width: 1170px;
	text-align: right;
	margin: 0 auto;
	/*left: 0;*/
	right: 0;
}

.projects .owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 12px;
	background: #fbad1a;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.overlay-bx-2 {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #10212f;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.overlay-bx-2:hover {
	opacity: 0.9;
	bottom: 0px;
}

/*===========================
37. line-amiation-block
===========================*/
.line-amiation {
	position: relative;
	width: 100%;
	height: 100%;
}

.line-amiation:after,
.line-amiation:before {
	content: "";
	position: absolute;
	background-color: #fbad1a;
	left: 20px;
	top: 20px;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
	opacity: 0;
}

.line-amiation:after {
	width: 0%;
	height: 1px;
}

.line-amiation:before {
	width: 1px;
	height: 0px;
}

.line-amiation:hover:after {
	width: 100%;
	opacity: 1;
	left: -20px;
}

.line-amiation:hover:before {
	height: 100%;
	top: -20px;
	opacity: 1;
}

.line-amiation a.v-button {
	color: #fff;
	border-left: 2px solid;
	display: block;
	position: absolute;
	bottom: 90px;
	right: -40px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media only screen and (max-width:420px) {
	.line-amiation a.v-button {
		bottom: 70px;
	}
}

/***************************************
 * HOME PAGE-2 STYLES
****************************************/
.main-header .general-info .text p {
	color: #222;
	font-weight: 500;
}

.main-header .general-info .text span {
	color: #222;
	font-weight: 200;
}

.main-header .general-info .icon i {
	color: #b3b3b3;
	font-size: 35px;
	vertical-align: middle;
	line-height: 44px;
	margin-right: 10px;
}


/***
====================================================================
	Welcome Section
====================================================================
***/
.welcome-section-2 {
	padding-bottom: 70px;
}

.welcome-section-2 .item {
	margin-bottom: 20px;
}

.welcome-section-2 .item .img-box {
	height: 262px;
	position: relative;
	overflow: hidden;
}

.welcome-section-2 .item .img-box img {
	height: 100%;
	width: 100%;
}

.welcome-section-2 .item .img-box .bottom-content {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #e7e7e7;
	height: 60px;
	width: 100%;
	transition: .4s ease-out;
}

.welcome-section-2 .item .img-box .bottom-content .icon-box {

	float: left;
	background: #fbad1a;
	height: 60px;
	width: 60px;
	text-align: center;
}

.welcome-section-2 .item .img-box .bottom-content .text-box {
	position: relative;
	float: left;
}

.welcome-section-2 .item .img-box .bottom-content .text-box h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 60px;
	margin-left: 15px;
	text-transform: uppercase;

}

.welcome-section-2 .item .img-box .bottom-content .icon-box i {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 57px;
}

.welcome-section-2 .item .img-box .overlay {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 0%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	top: 0px;
	border-bottom: 5px solid #fbad1a;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	background: rgba(19, 29, 51, 0.9);
	z-index: 1000;
}

.welcome-section-2 .item:hover .overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	height: 100%;
}

.welcome-section-2 .item:hover .bottom-content {
	opacity: .01;
	transition: .3s ease;
}

.welcome-section-2 .item .img-box .overlay .inner-box {
	padding: 20px;
}

.welcome-section-2 .item .img-box .overlay .inner-box h4 {
	color: #FFFFFF;
}

.welcome-section-2 .item .img-box .overlay .inner-box p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
}

.welcome-section-2 .item .img-box .overlay .inner-box a {
	color: #fbad1a;
	font-size: 14px;
	font-weight: 400;
}

.welcome-section-2 .item .img-box .overlay .inner-box .icon-box i {
	color: #fbad1a;
	font-size: 38px;
	font-weight: 300;
}

/***
====================================================================
	Offer Section
====================================================================
***/

.offer-section-2 {
	background-image: linear-gradient(105deg, rgba(5, 24, 41, 0.9) 55%, rgba(5, 24, 41, 0.9) 50%, transparent 50%), url(../images/background/back.jpg);
	background-size: 100%;
	border-radius: 3px;
	padding-bottom: 45px;
}

.offer-section-2 .section-titleBar h3 {
	color: #fff;
}

.offer-section-2 .section-titleBar p {
	color: #fff;
}

.our-offers .grid {
	width: 50%;
	float: left;
	padding-right: 45px;
	margin-bottom: 45px;
}

.our-offers .grid .icon {
	margin-bottom: 15px;
}

.our-offers .grid .icon i {
	font-size: 40px;
	color: #fbad1a;
}

.our-offers .grid .details h4 {
	font-size: 20px;
	color: #fff;
}

.our-offers .grid .details p {
	color: #fff;
}

/***
====================================================================
	Our project Section
====================================================================
***/
.project-section-2 {
	padding-bottom: 0;
}

.project-section-2 .section-titleBar p {
	margin: 0;
}

.project-section-2 .item .image {
	position: relative;
}

.project-section-2 .item .image .overlay {
	position: absolute;

	overflow: hidden;
	width: 100%;
	height: 0%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	bottom: 0px;

	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	background: linear-gradient(to bottom, transparent 20%, #000000);
	z-index: 1000;
}

.project-section-2 .item .image:hover .overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	height: 100%;
}

.project-section-2 .item .image .overlay .text {
	color: #FFFFFF;
	margin-top: 30px;
	text-align: center;
}

.project-section-2 .item .image .overlay .text h4 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}


.project-section-2 .item .image .overlay .button a {
	border: none;
	background: #fbad1a;
	color: #ffffff;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 33px;
	text-align: center;
	margin-left: 33%;
	margin-top: 180px;

}

.project-section-2 .owl-theme .owl-nav {
	position: absolute;
	top: -92px;
	width: 1170px;
	text-align: right;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.project-section-2 .owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 12px;
	background: #fbad1a;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

/***
====================================================================
	Our project Section
====================================================================
***/

.numbers-2 {
	background: #fbad1a;
	padding: 50px 0;
}

.numbers-2 .box {
	display: flex;
	flex-direction: row;
}

.numbers-2 .box .text-box p {
	line-height: 22px;
	font-weight: 600;
}

.numbers-2 .number-box {
	text-align: left;
	margin: 0;
	font-size: 56px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	color: #171c30;
	margin-right: 8px;
}

.numbers-2 .box-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/***
====================================================================
	Our testimonials and clients Section
====================================================================
***/
.testimonials-2 .clients .item {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
}

.testimonials-2 .clients {
	margin-left: -15px;
}

.testimonials-2 .clients .item>.item-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.testimonials-2 .clients .gap {
	height: 30px;
}

.testimonials-2 blockquote {
	position: relative;
	margin: 0 0 30px 0;
	padding: 40px 40px 40px 40px;
	font-size: 15px;
	line-height: 26px;
	background-color: #ececec;
	border-radius: 5px;
	color: #898989;

	font-weight: 300;
}

.testimonials-2 blockquote:after {
	border-color: #ececec transparent transparent;
	border-image: none;
	border-right: 10px solid transparent;
	border-style: solid;
	border-width: 10px;
	bottom: -20px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;

}

.testimonials-2 .testimonials-author .author-img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.testimonials-2 .item .client-details {
	position: relative;
	/*padding: 0 0 10px 85px;*/
	display: flex;
	flex-direction: row;
}

.testimonials-2 .item .client-details .client-pic {
	margin-right: 8px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials-2 .item .client-details .client-info {
	padding-top: 10px;
}

.testimonials-2 .item .client-details h4 {
	font-size: 21px;
	color: #fbad1a;
	margin-bottom: 0;
}

.testimonials-2 .item .client-details span {
	font-size: 14px;
}

/***
====================================================================
	Contact section
====================================================================
***/

.consultations-area {
	position: relative;
	background: #10212f;
}

.consultations-area .contact-info .sec-title {
	padding-bottom: 24px;
}

.consultations-area .contact-info h4 {
	color: #fff;
}

.consultations-area .contact-info p {
	color: #fff;
}

.consultations-area .contact-info .sec-title .border {
	background: #1f1f1f;
}

.consultations-area .contact-info {
	padding: 33px 30px 14px;
	background: #172c3e;
	display: block;
	border: 2px solid #fbad1a;
}

.consultations-area .contact-info h5 {
	color: #fff;
}

.consultations-area .contact-info .text {}

.consultations-area .contact-info .text p {
	margin: 0;
}

.consultations-area .contact-info ul {
	margin: 15px 0 0;
}

.consultations-area .contact-info li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 17px;
	line-height: 24px;
	color: #f4f4f4;
}

.consultations-area .contact-info li span {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 24px;
	font-size: 16px;
	color: #fbad1a;
}

.consultations-area .request-form {}

.consultations-area .request-form h3 {
	color: #ffffff;
}

.consultations-area .request-form .sec-title .border {
	background: #2a2a2a;
}

.consultations-area .request-form input[type="text"],
.consultations-area .request-form input[type="email"],
.consultations-area .request-form select {
	width: 100%;
	border: 1px solid #445563;
	background: #10212f;
	height: 50px;
	margin-bottom: 25px;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease;
	color: #9a9a9a;
}

.consultations-area .request-form .ui-selectmenu-button {
	background: none !important;
	width: 100% !important;
	border-radius: 0px !important;
	border: 1px solid #445563 !important;
	color: #fff !important;
	font-size: 14px !important;
	text-transform: capitalize;
	height: 50px !important;
	position: relative;
	transition: all 500ms ease;
}

.consultations-area .request-form .ui-selectmenu-button span.ui-selectmenu-text {
	display: block;
	line-height: 18px;
	overflow: hidden;
	text-align: left;
	padding: 8px 15px 15px 2px;
	transition: all 500ms ease;
}

.consultations-area .request-form .ui-selectmenu-button span.ui-icon {
	text-indent: 0;
	top: 10px;
}

.consultations-area .request-form input:focus {
	border-color: #fbad1a;
}

.consultations-area .request-form button {
	display: inline-block;
	float: left;
}

.consultations-area .request-form .thm-btn {
	margin-top: 0;
}

.consultations-area .request-form .text {
	display: inline-block;
	float: left;
	padding-left: 30px;
	margin: 12px 0;
}

.consultations-area .request-form .text p {
	margin: 0;
	color: #ffffff;
}

.consultations-area .request-form .text p i {
	display: inline-block;
	padding-right: 10px;
	color: #fbad1a;
}

/***************************************
 * HOME PAGE-3 STYLES
****************************************/
/***
====================================================================
	Header section
====================================================================
***/
.header-wrapper {
	z-index: 999;
}

.header-wrapper .header-3 {
	background: #061521;
	padding-bottom: 55px;
}

.header-wrapper .menu-3 {
	background: transparent;
	margin-top: -40px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}

.header-wrapper .header-3 .general-info .text p {
	color: #fff;
	font-weight: 500;
}

.header-wrapper .header-3 .general-info .text span {
	color: #fff;
	font-weight: 200;
}

.header-wrapper .header-3 .general-info .icon i {
	color: #fbad1a;
	font-size: 35px;
	vertical-align: middle;
	line-height: 44px;
	margin-right: 10px;
}

.header-wrapper .menu-3 .bordered {
	border-top: 1px solid #e8e8e8;
}

.header-wrapper .menu-3 .container {
	background: #fff;
}

#main-navigation-wrapper .navbar-3>li {
	padding: 30px 0;
}

.menu-3 #main-navigation-wrapper .nav>li>a {
	color: #0b0b0b;
}

.header-3 ul p {
	color: #fbad1a;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0;
}

.header-3 ul span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/***
====================================================================
	Welcome section
====================================================================
***/
.welcome-section-3 {
	padding-top: 0;
}

.welcome-section-3 .item-wrapper {
	z-index: 9999;
	margin-top: -50px;
}

.welcome-section-3 .item {
	position: relative;
	display: block;
	padding: 50px 45px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px 2px rgba(222, 219, 219, 0.5);
	transition: .3s;
}

.welcome-section-3 .item:hover {
	background: #fbad1a;
}

.welcome-section-3 .item h4 {
	font-size: 22px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.welcome-section-3 .item .icon {
	position: relative;
	font-size: 57px;
	line-height: 1em;
	color: #fbad1a;
	margin-bottom: 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.welcome-section-3 .item:hover .icon,
.welcome-section-3 .item:hover h4,
.welcome-section-3 .item:hover p {
	color: #fff;
}

.welcome-section-3 .item p {
	margin: 0;
	transition: .3s;
}

/***
====================================================================
	Project section
====================================================================
***/

.project-section-3 {
	position: relative;
	background-image: url("../images/background/contact-section-bg.jpg");
}

.project-section-3:before {
	content: "";
	background-color: rgba(5, 24, 41, 0.92);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.project-section-3 .section-titleBar {
	color: #fff;
}

.project-section-3 .section-titleBar h3 {
	color: #fbad1a;
}

.project-section-3 .section-titleBar p {
	color: #fff;
}

/***
====================================================================
	Faq and testimonials section
====================================================================
***/

#accordion {
	margin-top: 30px;
}

.toggle {
	margin-bottom: 20px;
}

.toggle .toggle-heading a.collapsed {
	display: block;
	padding: 15px 13px 15px 55px;
	background: #FFFFFF !important;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	color: #414141 !important;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
	-moz-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
	box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
	transition: .3s ease;
}

.toggle .toggle-heading a {
	background: #fbad1a !important;
	color: #fff !important;
}

/*#accordion .toggle-heading a i {*/
/*color: #fff !important;*/
/*border: 2px solid #fff !important;*/
/*}*/
#accordion .toggle i {
	width: 23px;
	height: 23px;
	border: 2px solid transparent;
	border-radius: 100%;
	font-size: 14px;
	line-height: 21px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -11.5px;
	color: #656464 !important;
	border: 2px solid #656464 !important;
}

.toggle .toggle-body {

	padding: 20px 0 4px;
	font-size: 16px;
	line-height: 25px;
}

/***
====================================================================
	Consultation section
====================================================================
***/

.consultations-area {
	position: relative;
}

.worker {
	position: absolute;
	left: 0;
	bottom: 0;
}

.consultations-area .worker img {
	width: 100%;
	height: 100%;
}

/***
====================================================================
	Latest news section
====================================================================
***/
.latest-news {
	padding: 90px 0;
}

.latest-news .post img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.latest-news .post .detail {
	background: #fff;
	padding: 20px;
	position: relative;
	border-radius: 5px;
}

.latest-news .post .detail img {
	width: 56px !important;
	position: absolute;
	top: 0;
	border-radius: 100% !important;
	border: solid 4px #fff;
	margin: -28px 0 0 0;
}

.latest-news .post .detail h4 {
	font-size: 20px;
	line-height: 30px;
	margin: 25px 0 0 0;
}

.latest-news .post .detail p {
	margin: 4px 0 0 0;
}

.latest-news .post .detail span {
	color: #727272;
	font-size: 16px;
	margin: 22px 0 0 0;
	display: inline-block;
}

.latest-news .post .detail span.comment {
	float: right;
}

.latest-news .post .detail span i {
	font-size: 22px;
	float: left;
	margin: 0 8px 0 0;
}

.latest-news .post .detail a {
	color: #222222;
	display: block;
}

#owl-demo .item {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}

/* Styling Next and Prev buttons */

.latest-news .owl-theme .owl-controls .owl-nav div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: url(../images/venubox/arrow-cro.png) no-repeat;
	height: 25px;
	width: 15px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	position: absolute;
}

.latest-news .owl-theme .owl-controls .owl-nav .owl-next {
	right: -2%;
	background-position: -15px 0;
	top: 46%;
	color: rgba(142, 18, 18, 0);
}

.latest-news .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -5%;
	background-position: 0px 0;
	top: 46%;
	color: rgba(142, 18, 18, 0);
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.latest-news .owl-theme .owl-controls.clickable .owl-nav div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}


/***************************************
 * HOME PAGE-4 STYLES
****************************************/
/***
====================================================================
	Header section
====================================================================
***/

.header-wrapper-4 {
	z-index: 999;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.header-wrapper-4 .header-4 {
	background: transparent;
	padding-bottom: 55px;
}

.header-wrapper-4 .header-4 .general-info .text p {
	color: #fff;
	font-weight: 500;
}

.header-wrapper-4 .header-4 .general-info .text span {
	color: #fff;
	font-weight: 200;
}

.header-wrapper-4 .header-4 .general-info .icon i {
	color: #fbad1a;
	font-size: 35px;
	vertical-align: middle;
	line-height: 44px;
	margin-right: 10px;
}


/***
====================================================================
	Welcome section
====================================================================
***/


.welcome-section-4 {
	position: relative;
}

.welcome-section-4 .item-wrapper {}

.welcome-section-4 .item {
	position: relative;
	display: block;
	padding: 30px 45px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
	transition: .3s;
}

.welcome-section-4 .item:hover {
	background: #fbad1a;
}

.welcome-section-4 .item h4 {
	font-size: 22px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.welcome-section-4 .item .icon {
	position: relative;
	font-size: 57px;
	line-height: 1em;
	color: #ccc;
	margin-bottom: 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.welcome-section-4 .item:hover .icon,
.welcome-section-4 .item:hover h4,
.welcome-section-4 .item:hover p {
	color: #fff;
}

.welcome-section-4 .item p {
	transition: .3s;
}

.welcome-section-4:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 742px;
	height: 476px;
	background-image: url(../images/background/bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
}


/***
====================================================================
	Services section
====================================================================
***/

.services-section .our-services-4 .service-inner {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #e2e2e2;
	transition: .3s;
}

.services-section .our-services-4 .service-inner .service-summary {
	position: relative;
	z-index: 100;
	/* padding-bottom: 23px; */
	padding: 0 10px 16px 10px;
}

.services-section .our-services-4 .service-inner .service-summary .service-icon-1 {
	color: #393939;
	left: 15px;
}

.services-section .our-services-4 .service-inner:hover {
	border: 1px solid #fff;
}

.services-section .our-services-4 .owl-dots {
	text-align: center;
}

/***
====================================================================
	Offer Section
====================================================================
***/

.offer-section-4 {
	background-image: linear-gradient(105deg, rgba(16, 33, 47, 1) 55%, rgba(16, 33, 47, 1) 50%, transparent 50%), url(../images/background/worker.jpg);
	/* background-size: 100%; */
	border-radius: 3px;
	background-size: contain;
	background-position-x: right;
	background-repeat: no-repeat;
}

.offer-section-4 .section-titleBar h3 {
	color: #fff;
}

.offer-section-4 .section-titleBar p {
	color: #fff;
}

.our-offers-4 .grid {
	width: 50%;
	float: left;
	padding-right: 45px;
	margin-bottom: 45px;
}

.our-offers-4 .grid .icon {
	margin-bottom: 15px;
}

.our-offers-4 .grid .icon i {
	font-size: 40px;
	color: #fbad1a;
}

.our-offers-4 .grid .details h4 {
	font-size: 20px;
	color: #fff;
}

.our-offers-4 .grid .details p {
	color: #fff;
}

.offer-section-4 .request-form input[type="text"],
.offer-section-4 .request-form input[type="email"],
.offer-section-4 .request-form select {
	width: 100%;
	border: 1px solid #445563;
	background: #10212f;
	height: 50px;
	margin-bottom: 25px;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease;
}

.offer-section-4 .request-form .ui-selectmenu-button {
	background: none !important;
	width: 100% !important;
	border-radius: 0px !important;
	border: 1px solid #445563 !important;
	color: #fff !important;
	font-size: 14px !important;
	text-transform: capitalize;
	height: 50px !important;
	position: relative;
	transition: all 500ms ease;
}

.offer-section-4 .request-form .ui-selectmenu-button span.ui-selectmenu-text {
	display: block;
	line-height: 18px;
	overflow: hidden;
	text-align: left;
	padding: 8px 15px 15px 2px;
	transition: all 500ms ease;
}

.offer-section-4 .request-form .ui-selectmenu-button span.ui-icon {
	text-indent: 0;
	top: 10px;
}

.offer-section-4 .request-form input:focus {
	border-color: #fbad1a;
}

.offer-section-4 .request-form button {
	display: inline-block;
	float: left;
}

.offer-section-4 .request-form .thm-btn {
	margin-top: 0;
}

.offer-section-4 .request-form .text {
	display: inline-block;
	float: left;
	padding-left: 15px;
	margin: 12px 0;
}

.offer-section-4 .request-form .text p {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
}

.offer-section-4 .request-form .text p i {
	display: inline-block;
	padding-right: 10px;
	color: #fbad1a;
}

/***
====================================================================
	Our projects Section
====================================================================
***/



.our-projects-4 .post img {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.our-projects-4 .post .detail {
	background: #fff;
	padding: 20px;
	position: relative;
	border-radius: 0px;
	transition: .3s ease;
}

.our-projects-4 .post .detail img {
	width: 56px !important;
	position: absolute;
	top: 0;
	border-radius: 100% !important;
	border: solid 4px #fff;
	margin: -28px 0 0 0;
}

.our-projects-4 .post .detail h4 {
	font-size: 20px;
	line-height: 30px;
	border-bottom: solid 1px #ececec;
	padding-bottom: 10px;
}

.our-projects-4 .post .detail p {
	margin: 4px 0 0 0;
}

.our-projects-4 .post .detail span {
	color: #727272;
	font-size: 16px;
	margin: 22px 0 0 0;
	display: inline-block;
}

.our-projects-4 .post .detail span.comment {
	float: right;
}

.our-projects-4 .post .detail span i {
	font-size: 22px;
	float: left;
	margin: 0 8px 0 0;
}

.our-projects-4 .post .detail a {
	color: #222222;
	display: block;
}

.our-projects-4 .post .img-holder {
	display: block;
	overflow: hidden;
	position: relative;
}

.our-projects-4 .post .img-holder a {
	width: 100%;
}

.our-projects-4 .post .img-holder img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.our-projects-4 .post:hover .img-holder img {
	transform: scale(1.1);
}

.our-projects-4 .post .overlay {
	background-color: rgba(16, 37, 46, 0.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 450ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.our-projects-4 .post:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1, 1);
}

.our-projects-4 .post:hover .detail {
	background: #f7f7f7;
}

.our-projects-4 .post:hover .detail h4 {
	color: #fbad1a !important;
}

.our-projects-4 .post .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.our-projects-4 .post .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.our-projects-4 .post .overlay .box .content a i {
	background: #fff;
	border-radius: 50%;
	color: #fbad1a;
	display: inline-block;
	font-size: 16px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}


#owl-demo-4 .item {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}

/***
====================================================================
	Testimonials section
====================================================================
***/
.testimonial-4 {
	background-image: url(../images/background/contact-section-bg.jpg);
	background-position: 50% -72.7188px;
	background-size: cover;
	position: relative;
}

.testimonial-4:before {
	content: "";
	background-color: rgba(5, 24, 41, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial-4 .section-titleBar h3 {
	color: #fff;
}

.testimonial-4 .section-titleBar p {
	color: #fff;
}

.testimonial-carousel-4 .single-testi {
	padding: 30px 20px;
	position: relative;
	text-align: center;

}

.testimonial-carousel-4 .testi-img img {
	width: 100%;
	max-width: 80px;
	height: auto;
	border-radius: 50%;
	display: inline-block !important;
}

.testimonial-carousel-4 .client-rating {
	padding-bottom: 10px;
}

.testimonial-carousel-4 .client-rating a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
}

.testimonial-carousel-4 .testi-text {
	padding: 0 50px;
}

.testimonial-carousel-4 .testi-name {

	margin-top: 15px;

}

.testimonial-carousel-4 .testi-name h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0px;
	color: #fff;
}

.testimonial-carousel-4 .guest-rev a {
	color: #fbad1a;
}

.testimonial-carousel-4 .testi-text p {
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}

.testimonial-carousel-4 .testi-text h5 {
	color: #444;
	font-size: 20px;
}

.testimonial-carousel-4 .testi-text a {
	color: #2e2e95;
}

.testimonial-carousel-4 .client-content {
	margin-top: -30px;
}

.testimonial-carousel-4 .testimonial-content {
	margin-bottom: 15px;
}

.testimonial-carousel-4 .owl-controls .owl-dots div.owl-dot {
	display: inline-block;
	margin: 0 3px;
}

.testimonial-carousel-4 .owl-controls .owl-dots {
	text-align: center;
}

.testimonial-carousel-4 .reviews-page .single-testi {
	margin-bottom: 30px;
}

.testimonial-carousel-4 .client-content .active.center .texti-name h4,
.testimonial-carousel-4 .client-content .active.center .testi-text p,
.testimonial-carousel-4 .client-content .active.center .guest-rev a {
	color: #fff;
}

/***
====================================================================
	Projects section
====================================================================
***/


.our-projects-4 .owl-theme .owl-nav {
	text-align: center;
	margin-top: 50px;
}

.our-projects-4 .owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 12px;
	background: #fbad1a;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

/***
====================================================================
	Services section
====================================================================
***/
.blog-4 .blog-item .image {
	position: relative;
	display: block;
	border-radius: 5px;
	z-index: 2;
}

.blog-4 .blog-item .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	background: linear-gradient(to bottom, transparent, black);
}

.blog-4 .blog-item .text-part {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 26px 23px;
	z-index: 99;
}

.blog-4 .blog-item .text-part h4 {
	color: #fff;
	line-height: 35px;
	margin-bottom: 0;
	font-weight: 800;
	font-size: 26px;
}

.blog-4 .blog-item .text-part p {
	color: #fff;
	margin-bottom: 0;
}

.blog-4 .blog-item {
	position: relative;
	display: block;
	border-radius: 5px;
	z-index: 2;
}

/***
====================================================================
	Numbers section
====================================================================
***/
.welcome-section-4 .box-wrapper .box {
	display: flex;
	flex-direction: row;
	padding-left: 50px;
	border-right: 1px solid #e0e0e0;
}

.welcome-section-4 .box-wrapper .no-border {
	border-right: none;
}

.welcome-section-4 .box-wrapper .box .icon-box {
	margin-right: 15px;

}

.welcome-section-4 .box-wrapper .box .icon-box i {
	position: relative;
	font-size: 57px;
	line-height: 1em;
	color: #fbad1a;
	margin-bottom: 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.welcome-section-4 .box-wrapper .box .text-box span {
	color: #10212f;
	font-weight: 600;
	font-size: 55px;
	font-family: 'Montserat', sans-serif;
	margin-right: 10px;
	line-height: 55px;
}

.welcome-section-4 .box-wrapper .box .text-box p {
	font-family: 'Montserat', sans-serif;
	font-weight: 600;
	line-height: 24px;
	font-size: 17px;
}

.map-section {
	margin-bottom: -10px;
}

.map iframe {
	height: 400px;
	width: 100%;
}

/***************************************
    * ABOUT US PAGE STYLES
    ****************************************/
.page-section {
	background: url(../images/background/pages-header.JPG);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.breadcrumb {
	padding: 80px 0px;
	background-color: transparent;
	margin-bottom: 0;
}

.breadcrumb .section-titleBar h3 {
	font-size: 48px;
	letter-spacing: 2px;
	line-height: 48px;
	text-transform: uppercase;
	color: #fff;
}

.page-breadcrumb .nav-path {
	padding: 10px 0px;
	background: #f7f7f7;
	text-align: center;
}

.breadcrumb .section-titleBar {
	margin-bottom: 0px;
}

.page-breadcrumb ul li.home-bread {
	padding-left: 0px;
}

.page-breadcrumb ul li {
	display: inline-block;
	color: #444;
	padding: 0px 10px 0px 20px;
	position: relative;
	font-size: 16px;
}

.page-breadcrumb ul li.home-bread::after {
	position: absolute;
	content: "\f105";
	font-family: fontAwesome;
	right: -10px;
	top: 0;
}

.overview .images {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.overview .images img {
	margin-top: 0px;
	margin-right: 3px;
	max-width: 33%;
	/* max-height: 20%; */
	object-fit: cover;
	max-height: 160px;
}

.overview .about-us {
	position: relative;
}

.overview .about-us .owl-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.overview .about-us .owl-dots {
	text-align: center;
}

.overview p.bold {
	text-align: left;
	font-size: 13px;
	color: #252525;

	font-weight: 600;
	line-height: 27px;
	margin-top: 10px;
}

.overview ul {
	list-style-type: none;
	padding: 0;
}

.overview ul li {
	font-weight: 300;
	margin-bottom: 5px;
}

.overview ul li:last-child {
	margin-bottom: 0px;
}

.overview ul li i {
	margin-right: 5px;
}

.overview .big-image {
	overflow: hidden;
}

.overview .small-images {
	margin-top: 18px;
}

.overview .small-images .one {
	float: left;
	width: 49%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.overview .small-images .two {
	float: right;
	width: 49%;
	overflow: hidden;

}



.welcome {
	background: #10212f;
	padding: 80px 0;
	color: #FFFFFF;
}

.welcome .section-titleBar h3 {
	color: #FFFFFF;
}

.welcome .section-titleBar p {
	margin: 0;
	color: #FFFFFF;
}

.detail h4 p,
.detail h4 {

	color: #FFFFFF;
}

.welcome.basic #tabbed-nav .detail h4 p {

	color: #FFFFFF;
}

/*..... why choose us......*/


.why-choose-us-third .box {
	text-align: center;
	padding: 15px;
	position: relative;
}

.why-choose-us-third .box h4 {
	font-size: 19px;
	margin: 0 0 0.5em;
}

.why-choose-us-third .box p {
	line-height: 26px;
}

.why-choose-us-third .box i {
	font-size: 62px;
	color: #fbad1a;
	margin-bottom: 15px;
}

.why-choose-us-third .box::before {
	width: 100%;
	height: 4px;
	position: absolute;
	content: "";
	background: #eaeaea;
	left: 0;
	bottom: 0;
}

.why-choose-us-third .box::after {
	width: 100%;
	height: 4px;
	position: absolute;
	content: "";
	background: #fbad1a;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: .5s ease;
}

.why-choose-us-third .box:hover:after {
	transform: scaleX(1);
	transition: .5s ease;
}

.our-team {
	padding-bottom: 70px;
	background: #f5f5f5;
}

.our-team .title {
	margin-bottom: 70px;

}

.our-team .title h2 {
	text-align: left;
	margin: 0;
	font-size: 28px;
	color: #252525;

	font-weight: 800;
}

.our-team .author-info {
	padding-top: 15px;

}

.our-team .author-info h4 {
	font-size: 20px;
	margin-bottom: 0;

}

.our-team .author-info p {
	color: #fbad1a;

}

.our-team .author-info ul li {
	color: #222;
	font-size: 17px;
}

.our-team .members .member {
	margin-bottom: 20px;
}

.our-team .members .member figure {
	width: 229px;
	height: 225px;
	overflow: hidden;
	position: relative;
}

.our-team .members .member figure .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(233, 197, 0, .8);
	transform: scale(0.7, 0);
	transition: .5s ease-in-out;
}

.our-team .members .member:hover figure .overlay {
	transform: scale(1, 1);
	transition: .5s ease-in-out;
}

.our-team .members .member figure .overlay .inner-box {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.our-team .members .member figure .overlay .inner-box .social {
	list-style-type: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;

	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.our-team .members .member figure .overlay .inner-box .social li {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 14px;
	padding: 0;
}

.our-team .members .member figure .overlay .inner-box .social li a {
	height: 40px;
	width: 40px;
	color: #FFFFFF;
	display: block;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 40px;
}

/*..... quote request ......*/
.quote-request {
	padding: 40px 0;
	background: #fbad1a;
}

.quote-request h4 {
	text-align: left;
	margin-top: 10px;

	font-size: 20px;
	color: #FFFFFF;
	font-weight: 800;
}

.quote-request a.btn {
	padding: 12px 29px;
	background: #222628;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	font-weight: 600;
	margin-left: 15px;
	border: 1px solid #FFFFFF;
}

/*..... FOOTER ......*/
.footer {
	background: #10212f;
	border-top: solid 6px #373e4c;
}

.footer .emergency {
	text-align: center;
	margin: 70px 0 0 0;
}

.footer .emergency i {
	color: #fff;
	display: block;
	font-size: 65px;
}

.footer .emergency .text {
	margin: 25px 0 0 0;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.footer .emergency .number {
	margin: 6px 0 0 0;
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: 800;
}

.footer .emergency img {
	margin: 10px 0 0 0;
	width: 960px;
}

.main-footer .useful-links {
	float: left;
}

.main-footer .title h5 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: solid 1px #fbad1a;
	padding: 0 0 12px 0;
	display: inline-block;
	margin: 0px 0 -1px 0;
	float: left;
}

.main-footer .title {
	border-bottom: solid 1px #999;
	padding: 0 0 0 0;
	float: left;
	width: 100%;
}

.main-footer .detail {
	margin: 38px 0 0 0;
	float: left;
}

.main-footer .useful-links ul li {
	background: url(../images/links-arrow-light.html) no-repeat 0 9px;
	margin: 0 0 16px 0;
	float: left;
	width: 50%;
}

.main-footer .useful-links ul li a {
	color: #fff;
	margin: 0 0 0 20px;
	font-size: 18px;
}

.main-footer .tweets {
	width: 100%;
	float: left;
}

.main-footer .tweets .icon {
	float: left;
}

.main-footer .tweets .icon i {
	font-size: 35px;
	margin: 0 0 0 0;
	color: #fff;
}

.main-footer .tweets .text {
	float: right;
	width: 84%;
}

.main-footer .tweets .text p {
	color: #fff;
	font-size: 17px;
}

.main-footer .tweets .text a {
	color: #fff;
	font-weight: 700;
}

.main-footer .tweets .text span {
	font-size: 14px;
	color: #c7c9ce;
	display: inline-block;
}

.main-footer .newsletter {}

.main-footer .newsletter .signup-text {}

.main-footer .newsletter .signup-text i {
	color: #fff;
	font-size: 28px;
	float: left;
	margin: 6px 12px 0 0;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.main-footer .newsletter .signup-text span {
	color: #fff;
}

.main-footer .newsletter .form {
	margin: 20px 0 0 0;
}

.main-footer .newsletter .form input[type=text] {
	background: #373e4c;
	border: solid 1px #7b8498;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	padding: 10px 14px;
	font-size: 14px;
	margin: 0 0 9px 0;
}

.main-footer .newsletter .form input[type=submit] {
	background: #fff;
	border: none;
	text-transform: uppercase;
	color: #373e4c;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 5px;
}

.main-footer .newsletter .form input[type=submit]:hover {
	color: #fff;
}

.main-footer .get-touch .text {
	color: #fff;
}

.main-footer .get-touch ul {
	margin: 20px 0 0 0;
}

.main-footer .get-touch ul li {
	margin: 0 0 20px 0;
}

.main-footer .get-touch ul li i {
	color: #fff;
	float: left;
	font-size: 26px;
	margin: 0 9px 0 0;
}

.main-footer .get-touch ul li span {
	color: #fff;
	font-size: 18px;
}

.main-footer .get-touch ul li a {
	color: #fff;
	font-size: 18px;
	display: block;
}

.footer-bottom {
	background: #061521;
	padding: 24px 0;
}

.footer-bottom .copyrights {
	float: left;
	color: #fff;
	margin: 3px 0 0 0;
	font-size: 15px;
}

.footer-bottom .social-icons {
	float: right;
}

.footer-bottom .social-icons p {
	color: #fff;
	margin: 3px 0 0 0;
	font-size: 15px;
}

.footer-bottom .social-icons a {
	color: #fff;
	border: solid 1px #fff;
	padding: 7px 9px;
	border-radius: 100%;
	font-size: 16px;
}

.footer-bottom .social-icons a.fb:hover {
	background: #5c85ce;
	border: solid 1px #5c85ce;
}

.footer-bottom .social-icons a.tw:hover {
	background: #02c0f2;
	border: solid 1px #02c0f2;
}

.footer-bottom .social-icons a.gp:hover {
	background: #eb6850;
	border: solid 1px #eb6850;
}

.footer-bottom .social-icons a.vimeo:hover {
	background: #68d4ee;
	border: solid 1px #68d4ee;
}

/***************************************
    * CONTACT PAGE STYLES
    ****************************************/


.contact-us .our-location {
	padding: 90px 0;
}

.contact-us .our-location .map {
	height: 460px;
}

.contact-us .our-location .map iframe {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.get-directions {
	text-align: center;
	margin: 40px 0 0 0;
}

.get-directions input[type="submit"] {
	background: url(../images/background/directions-btn.jpg) no-repeat;
	width: 60px;
	height: 61px;
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
	position: relative;
	top: -6px;
}

.get-directions input[type="text"] {
	padding: 15px 2% 17px;
	width: 86%;
	max-width: 556px;
	font-size: 22px;
	color: #747474;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	border: solid 1px #BEBEBE;
	border-radius: 10px;
	margin: 0 10px 0 0;
}


.leave-msg .form input[type=text] {
	width: 100%;
	padding: 0 12px;
	border: solid 1px #b1b1b1;
	height: 48px;
	margin: 0 35px 16px 0;
}

.leave-msg .main-title {
	margin-bottom: 40px;
}

.leave-msg .form textarea {
	width: 100%;
	height: 220px;
	padding: 12px 12px;
	border: solid 1px #b1b1b1;
}

.get-in-touch span {
	font-size: 20px;
	display: block;
	line-height: 34px;
}

.get-in-touch .social-icons a {
	color: #222;
	border: solid 1px #222;
	padding: 7px 9px;
	border-radius: 100%;
	font-size: 16px;
	margin: 0 5px 0 0px;
}

.get-in-touch .social-icons a:hover {
	color: #fff;
}

.get-in-touch span a {
	color: #222;
}

.get-in-touch span a:hover {
	color: #02adc6;
}

.get-in-touch .social-icons {
	margin: 25px 0 0 0;
}

.get-in-touch .social-icons a.fb:hover {
	background: #5c85ce;
	border: solid 1px #5c85ce;
}

.get-in-touch .social-icons a.tw:hover {
	background: #02c0f2;
	border: solid 1px #02c0f2;
}

.get-in-touch .social-icons a.gp:hover {
	background: #eb6850;
	border: solid 1px #eb6850;
}

.get-in-touch .social-icons a.vimeo:hover {
	background: #68d4ee;
	border: solid 1px #68d4ee;
}

.leave-msg input[type=submit] {
	width: 100%;
	border: none;
	background-color: #434A5A;
	color: #fff;
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0 0 0;
}


.leave-msg .form input[type=submit] {
	width: 100%;
	border: none;
	background-color: #434A5A;
	color: #fff;
	padding: 14px 0;
	text-transform: uppercase;
	margin-top: 30px;
}




/***************************************
* OUR TEAM PAGE STYLES
****************************************/

.our-team-page {
	padding: 70px;
}

.our-team-page .title {
	margin-bottom: 30px;
}

.our-team-page h2 {
	text-align: left;
	margin: 0;
	font-size: 28px;
	color: #252525;

	font-weight: 800;
}

.our-team-page .team-text p {
	text-align: left;
	margin: 0;
	font-size: 14px;
	margin-top: 40px;
	color: #3d3d3d;
	font-weight: 300;
	line-height: 25px;

}

.our-team-page .team-text a.btn {
	padding: 10px 29px;
	color: #fbad1a;
	border: 1px solid #cdcdcd;
	margin-top: 25px;
	font-weight: 400;
}

.our-team-page .members .member {

	margin-bottom: 20px;
}

.our-team-page .members .member figure {
	position: relative;
}

.our-team-page .members .member figure img {
	width: 100%;
}

.our-team-page .members .member figure .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(233, 197, 0, .8);
	transform: scale(0.7, 0);
	transition: .5s ease-in-out;
}

.our-team-page .members .member:hover figure .overlay {
	transform: scale(1, 1);
	transition: .5s ease-in-out;
}

.our-team-page .members .member figure .overlay .inner-box {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.our-team-page .members .member figure .overlay .inner-box .social {
	list-style-type: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;

	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.our-team-page .members .member figure .overlay .inner-box .social li {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 14px;
	padding: 0;
}

.our-team-page .members .member figure .overlay .inner-box .social li a {
	height: 40px;
	width: 40px;
	color: #FFFFFF;
	display: block;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 40px;
}

.our-team-page .members .member+.member+.member {

	margin-right: 0px;
}

.our-team-page .members .member .author-info {
	position: relative;
	border: 1px solid #f4f4f4;
	padding: 15px 15px;
}

.our-team-page .members .member .author-info h4 {
	text-align: left;
	margin: 0;
	font-size: 20px;
}

.our-team-page .members .member .author-info p {
	text-align: left;
	margin-top: 5px;
	color: #fbad1a;
}

.our-team-page .members .member .author-info ul {
	list-style-type: none;
	padding-left: 0;

	margin-bottom: 0;
	padding-top: 10px;
	border-top: 1px solid #f4f4f4;
}

/***************************************
* TESTIMONIALS PAGE STYLES
****************************************/

.testimonials-page {
	padding-bottom: 50px;
}

.testimonials-page .box {
	text-align: center;
	padding: 30px 12px;
	border: 1px solid #d4d4d4;
	margin-bottom: 40px;
	transition: .3s ease-out;
}

.testimonials-page .box:hover {
	-webkit-box-shadow: 0px 0px 40px -21px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 40px -21px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 40px -21px rgba(0, 0, 0, 0.39);
}

.testimonials-page .box .header {
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}

.testimonials-page figure {
	width: 70px;
	height: 70px;

	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
}

.testimonials-page p {
	margin-top: 15px;
	font-weight: 300;
}

.testimonials-page h4 {
	margin: 10px 0;
	font-size: 22px;
}

.testimonials-page span {
	color: #fbad1a;
}

/***************************************
* FAQ PAGE STYLES
****************************************/

.our-faq {}

.toggle {
	margin-bottom: 20px;
}

.toggle .toggle-heading a {
	display: block;
	padding: 15px 13px 15px 55px;
	background: #FFFFFF;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	color: #414141;
	position: relative;
	font-size: 15px;

	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
	-moz-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
	box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
}

#accordion .toggle i {

	width: 23px;
	height: 23px;
	border: 2px solid transparent;
	border-radius: 100%;
	font-size: 14px;
	line-height: 21px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -11.5px;
	color: #fbad1a;
	border: 2px solid #c0c0c0;
}

.toggle .toggle-body {

	padding: 20px 0 4px;
	font-size: 16px;
	line-height: 25px;
}

/***************************************
* SERVICE 1 PAGE STYLES
****************************************/
.Mechanical-engineering {
	padding-bottom: 70px;
}

.Mechanical-engineering .special-links {
	margin-bottom: 45px;
}

.Mechanical-engineering .special-links ul {
	list-style-type: none;
	padding-left: 0;
}

.Mechanical-engineering .special-links ul li {
	background: #eeeeee;
	margin-bottom: 7px;
}

.Mechanical-engineering .special-links ul li.active a {
	background: #222628;
	color: #FFFFFF;
	border-color: #fbad1a;
}

.Mechanical-engineering .special-links ul li a {
	display: block;
	font-size: 17px;
	color: #252525;
	font-weight: 600;
	padding: 17px 22px;
	line-height: 22px;
	border-left: 4px solid transparent;
	transition: all 0.5s ease;
}

.Mechanical-engineering .special-links ul li a:hover {
	background: #222628;
	color: #FFFFFF;
	border-color: #fbad1a;
}

.Mechanical-engineering .download h4 a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	padding: 17px 22px;
	background: #072d4d;
}

.Mechanical-engineering .contact {
	margin-top: 45px;
	padding: 17px 22px;
	border: 1px solid #404040;
}

.Mechanical-engineering .contact p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;

}

.Mechanical-engineering .contact a {
	font-size: 14px;
	line-height: 45px;

	color: #fbad1a;
}

.Mechanical-engineering .img-box {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.Mechanical-engineering .img-box .first {
	margin-right: 15px;
	overflow: hidden;
}

.Mechanical-engineering .img-box .second {

	overflow: hidden;
}

.Mechanical-engineering .energy-wraper {
	margin: 50px 0;
}

.Mechanical-engineering .energy-wraper .img-box {
	width: 400px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.Mechanical-engineering .energy-wraper .text-box p {

	font-weight: 300;
	line-height: 25px;
}

.Mechanical-engineering .icon-box-wraper .box {
	background: #f2f2f2;
	padding: 15px;
	text-align: center;
	height: 210px;
}

.Mechanical-engineering .icon-box-wraper h3 {
	font-size: 17px;
	font-weight: 600;
	color: #3c3c3c;
}

.Mechanical-engineering .icon-box-wraper p {

	font-weight: 300;
	color: #3c3c3c;
}

.Mechanical-engineering table h4 {
	font-size: 20px;
	margin: 10px 0;
}

.Mechanical-engineering table tr td {
	text-align: center;
}

.Mechanical-engineering table tr td+td {
	border-left: 1px solid #e8ecec;
}

.grid-table td {
	padding: 25px;
}

.Mechanical-engineering table tr td .mechanic-category .media-caption p {
	font-size: 14px;
	line-height: 22px;
}

.Mechanical-engineering table tr:nth-of-type(2) {
	border-top: 1px solid #e8ecec;
}

.Mechanical-engineering table tr td .mechanic-category .media-icon i {
	color: #fbad1a;
	font-size: 46px;
}

/***************************************
* SERVICE 2 PAGE STYLES
****************************************/

/***************************************
* PROJECTS PAGE STYLES
****************************************/
.projects-section {
	padding-bottom: 60px;
}

.projects-section .controls ul {
	text-align: center;
}

.projects-section .controls {
	margin-bottom: 20px;
}

.projects-section .controls li {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.projects-section .controls li span {
	display: inline-block;
	cursor: pointer;

	text-transform: capitalize;
	border: 1px solid #c1c1c1;
	padding: 8px 24px;
	transition: all 0.3s ease;
}

.thm-container .grid {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.single-services .item .default-overlay-outer {
	opacity: 0;
	top: -100%;
	background: rgba(16, 37, 46, 0.7);
}

.projects-section .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0px;
	background-color: rgba(233, 197, 0, 0.8);
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .3s ease;
}

.item:hover .overlay {
	width: 100%;
}

.projects-section .overlay .text {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 42%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.projects-section .overlay .text2 {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.projects-section .overlay i {
	width: 40px;
	height: 40px;
	color: white;
	font-size: 17px;
	line-height: 38px;
	border-radius: 50%;
	background: #333333;
	color: #FFFFFF;
}

.portfolioFilter a.current {
	font-weight: bold;
}

/***************************************
* SINGLE PROJECT PAGE STYLES
****************************************/

.project-section .single-project-item {
	margin-bottom: 25px;
}

.project-section .single-project-item .img-holder {
	overflow: hidden;
	position: relative;
}

.project-section.single-project .customer-info {
	padding: 15px;
}

.project-section.single-project .customer-info ul li:not(:last-child) {
	padding-bottom: 15px;
}

.project-section.single-project .customer-info ul li strong {
	font-size: 16px;
	margin-right: 12px;
}

.project-section.single-project .customer-info ul li .fa {
	color: #fbad1a;
}

.project-section.single-project .bottom-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.project-section.single-project .bottom-section .social-wraper ul {
	display: flex;
	flex-direction: row;
}

.project-section.single-project .bottom-section .social-wraper ul li {
	margin-left: 0px;
	margin-right: 20px;
}

.project-section.single-project .bottom-section .social-wraper ul li a {
	position: relative;
	color: #444;
	font-size: 16px;
}

.project-section.single-project .bottom-section .navigation ul {
	display: flex;
}

.project-section.single-project .bottom-section .navigation ul li {
	margin-left: 10px;
}

.project-section.single-project .bottom-section .navigation ul li a {
	position: relative;
	color: #444;
	font-size: 16px;
}

/***************************************
* SHOP PAGE STYLES
****************************************/

.shop-section {}

.shop-section .blog-info .title {
	margin-bottom: 20px;
}

.shop-section .blog-info h4 {
	font-size: 19px;
	font-weight: 700;
	color: #3e3e3e;
}

.shop-section .blog-info .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 26px;
	padding: 10px 30px 10px 15px;
	border: 1px solid #e0e0e0;
	height: 48px;
	background: #f3f3f3;
	color: #3a3a3a;
	display: block;
	width: 100%;
	border-radius: 0px;
	font-weight: 300;
	transition: all 500ms ease;
}

.shop-section .blog-info .search-box .form-group button {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 48px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: #fbad1a;

	border: none;
}

.shop-section .blog-info .category-widget {
	margin-top: 50px;

}

.shop-section .blog-info .category-widget ul {
	list-style-type: none;
	padding-left: 0;
}

.shop-section .blog-info .category-widget ul li a {
	font-weight: 300;
	text-decoration: none;
	font-size: 17px;
	color: #575757;
	display: block;
	line-height: 42px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;

}

.shop-section .blog-info .category-widget ul li a:hover {
	color: #fbad1a;

}

.shop-section .blog-info .category-widget ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #C8C8C8;
	font-size: 14px;
	position: absolute;
	right: 10px;
}

.shop-section .blog-info .news-widget {
	margin-top: 50px;

}

.shop-section .blog-info .news-widget .news-item {


	margin-bottom: 3px;
	min-height: 50px;
	padding: 8px 0px 8px 0px;
	color: #cccccc;


}

.shop-section .blog-info .news-widget .news-item p {

	color: #fbad1a;
	font-weight: 300;

}

.shop-section .blog-info .news-widget .news-item ul {
	margin-bottom: 5px;
	list-style-type: none;

}

.shop-section .blog-info .news-widget .news-item ul li {

	display: inline-block;
	color: #fbad1a;
}

.shop-section .blog-info .instigram-widget p {
	font-size: 14px;
	font-weight: 300;
	color: #292929;
}

.shop-section .blog-info .news-widget .news-item figure {
	width: 73px;
	height: 73px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.shop-section .blog-info .news-widget h5 {
	margin-bottom: 2px;
	margin-top: 0;
}

.shop-section .blog-info .news-widget h5 a {
	color: #3e3e3e;
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.shop-section .blog-info .news-widget h5 a:hover {


	color: #fbad1a;
}

.shop-section .blog-info .tags-widget {
	margin-top: 50px;

}

.shop-section .blog-info .tags-widget ul {
	list-style-type: none;
	padding-left: 0;

}

.shop-section .blog-info .tags-widget ul li {
	display: inline-block;
	margin: 0 3px 5px;

}

.shop-section .blog-info .tags-widget ul li a {
	text-decoration: none;
	display: block;
	font-weight: 300;
	font-size: 15px;
	color: #9e9e9e;
	line-height: 32px;
	border: 1px solid #f1f1f1;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 0 14px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.shop-section .blog-info .tags-widget ul li a:hover {
	color: #FFFFFF;
	background: #fbad1a;
}

.shop-section .blog-info .price-widget {
	margin-top: 50px;

}

.shop-section .blog-info .instigram-widget ul {
	list-style-type: none;

}

.shop-section .blog-info .instigram-widget ul li {
	display: inline-block;
	margin: 0 2px 5px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.shop-section .product-wraper .product {
	margin-bottom: 40px;
	height: 395px;
}

.shop-section .product-wraper .product h4 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
}

.shop-section .product-wraper .img-box {
	width: 232px;
	height: 232px;
	overflow: hidden;
	position: relative;
}

.shop-section .product-wraper .product p {
	font-weight: 400;
	margin-bottom: 5px;
	color: #333333;
	font-size: 16px;
}

.shop-section .product-wraper .product ul {
	list-style-type: none;
	padding: 0;
}

.shop-section .product-wraper .product ul li {
	display: inline-block;
	color: #fbad1a;
}

.shop-section .product-wraper .product .btn {

	padding: 9px 21px;
	background: #fbad1a;
	color: #FFFFFF;
	border: none;
	border-radius: 0px;

	font-weight: 400;
	font-size: 16px;
	margin-top: 15px;


}

.shop-section .navigation ul {
	list-style-type: none;
	text-align: center;
}

.shop-section .navigation ul li {
	display: inline-block;

}

.shop-section .navigation ul li a {
	color: #626262;
	width: 45px;
	height: 45px;
	display: block;
	border: 1px solid #E2E2E2;
	line-height: 45px;
	transition: .3s ease;
}

.shop-section .navigation ul li a:hover {
	background: #fbad1a;
}

.shop-section .product-wraper .img-box .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 33, 36, .8);
	transform: scale(0.7, 0);
	transition: .5s ease-in-out;
}

.shop-section .product-wraper .img-box:hover .overlay {
	transform: scale(1, 1);
	transition: .5s ease-in-out;
}

.shop-section .product-wraper .img-box .overlay .inner-box {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.shop-section .product-wraper .img-box .overlay .inner-box .social {
	list-style-type: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;

	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.shop-section .product-wraper .img-box .overlay .inner-box .social li {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 14px;
	padding: 0;
}

.shop-section .product-wraper .img-box .overlay .inner-box .social li a {
	height: 45px;
	width: 45px;
	color: #222;
	font-size: 18px;
	display: block;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	text-align: center;
	background: #fbad1a;
	line-height: 45px;
}

/***************************************
* SHOP DETAILS PAGE STYLES
****************************************/
.shop-section form {
	position: relative;
}

.shop-section .detailed-product .text-box ul {
	list-style-type: none;
	padding: 0;
}

.shop-section .detailed-product .text-box ul li {
	display: inline-block;
	color: #fbad1a;
}

.shop-section .detailed-product .text-box h3 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #333333;
	font-size: 22px;
}

.shop-section .detailed-product .text-box p {
	font-weight: 600;
	margin-bottom: 5px;
	color: #333333;
	font-size: 18px;
}

.shop-section .detailed-product .text-box p.description {
	font-weight: 300;
	margin-bottom: 5px;
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.shop-section .detailed-product .text-box input {
	width: 55px;
	height: 38px;
	border: 1px solid #D9D9D9;
	text-align: center;
	line-height: 33px;
	padding-left: 10px;
	margin-right: 20px;
}

.shop-section .detailed-product .text-box a.btn {
	padding: 10px 21px;
	background: #fbad1a;
	color: #FFFFFF;
	border: none;
	border-radius: 0px;
	font-family: , sans-serif;
	font-weight: 400;
	font-size: 12px;

}

.shop-section .detailed-product .text-box .tag {
	margin-top: 25px;
}

.shop-section .detailed-product .text-box .tag p,
a {
	font-weight: 700;
	margin-bottom: 5px;
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	transition: .3s ease;
}

.shop-section .detailed-product .text-box .tag a:hover {
	color: #fbad1a;
}

.product-tab-box {
	margin-bottom: 80px;
	margin-top: 80px;
}

.product-tab-box .tab-title-box ul {
	margin: 0;
	padding: 0;
}

.product-tab-box .tab-title-box ul li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product-tab-box .tab-title-box ul li.active a {
	background: #FFFFFF;
	border-bottom-color: #fff;
	border-top: 3px solid #FAB90A;
	line-height: 44px;
}

.product-tab-box .tab-title-box ul li a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 46px;
	border: 1px solid #E2E2E2;
	text-transform: uppercase;
	background: #F7F7F7;
	color: #242424;
	padding: 0 29px;
	margin: 0;
}

.product-tab-box .tab-content {
	margin-top: -1px;
	border: 1px solid #E2E2E2;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 65px;
}

.product-tab-box .tab-content .tab-pane .review-box {
	position: relative;
	margin-bottom: 30px;
}

.product-tab-box .tab-content .tab-pane .review-box .img-box {
	position: absolute;
	top: 0px;
	left: 0px;
}

.product-tab-box .tab-content .tab-pane .review-box .img-box img {
	max-width: 80px;
}

.product-tab-box .tab-content .tab-pane .review-box .text-box {
	margin-left: 85px;
	border: 1px solid #e7e7e7;
	padding: 10px 15px;
}

.product-tab-box .tab-content .tab-pane .review-box .text-box h5 {
	font-weight: 700;
	font-size: 17px;
}

.product-tab-box .tab-content h3 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 12px;
}

.product-tab-box .tab-content p {
	color: #898989;
	font-size: 16px;

	font-weight: 300;
}

.product-tab-box .tab-content p:first-child {
	margin-top: 0;
}

.shop-section .product-wraper .title {
	margin-bottom: 38px;
}

.shop-section .product-wraper .title h3 {
	font-weight: 400;
}

/***************************************
* CART PAGE STYLES
****************************************/

.cart-page table thead {
	background: #eeeeee;
}

.cart-page .table {
	margin-bottom: 0;
}

.cart-page .table>thead>tr>th {
	color: #373737;
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 0 20px;
	line-height: 60px;
}

.cart-page .table>tbody>tr>td.preview {
	padding: 15px 20px;
}

.cart-page .table>tbody>tr>td>a {
	color: red;
	font-size: 18px;
}

.cart-page .table>tbody>tr>td {
	color: #898989;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	font-weight: 400;
	line-height: 150px;
	text-align: center;
	height: 140px;
}

.cart-page .last-row {
	padding: 30px 25px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.cart-page .last-row a.first {
	padding: 12px 24px;
	border: 1px solid #d9d9d9;
	color: #9e9e9e;
	display: inline-block;
	border-radius: 0px;
	font-weight: 300;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
}

.cart-page .last-row a.second {
	padding: 12px 24px;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	color: #222222;
	display: inline-block;
	border-radius: 0px;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.cart-page .last-row a.btn {
	padding: 12px 27px;
	background: #fbad1a;
	color: #FFFFFF;
	border: none;
	border-radius: 0px;
	font-weight: 400;
	font-size: 16px;

}

.cart-page .cart-total {
	margin-top: 80px;
}

.cart-page .cart-total ul {
	border: 1px solid #f4f4f4;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin-top: 30px;
}

.cart-page .cart-total li {
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
}

.cart-page .cart-total li span.first {
	border-right: 1px solid #f7f7f7;
	color: #222222;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	padding: 10px 18px;
	position: relative;
	width: 50%;
	background: #fcfcfc;
}




.cart-page .cart-total li span.second {
	color: #999;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	padding: 10px 18px;
	position: relative;
	width: 50%;

}

.cart-page .cart-total li span.second .radio input {
	margin-top: 10px;

}

.cart-page .cart-total li.radio-row span.first {
	height: 140px;
}

.cart-page .cart-total li.radio-row span.second .radio {
	margin: 0;
	font-weight: 300;
}

.cart-page .cart-total li.radio-row span.second .radio label {

	font-weight: 300;
}


.cart-page .cart-total .title h3 {
	text-align: left;
	margin: 0;
	font-size: 28px;
	color: #363636;

	font-weight: 700;
}


.cart-page .cart-total a.check {
	padding: 12px 27px;
	background: #fbad1a;
	color: #FFFFFF;
	border: none;
	display: block;
	text-align: center;
	border-radius: 0px;
	font-weight: 400;
	font-size: 16px;
	border: 3px solid transparent;
	transition: .4s ease;
}

.cart-page .cart-total a.check:hover {
	border: 3px solid #fbad1a;
	background: #FFFFFF;
	color: #fbad1a;
}

/***************************************
* CHECKOUT PAGE STYLES
****************************************/

.checkout .costumer {
	background: #eeeeee;
	padding: 20px 30px;
	margin-bottom: 70px;
}

.checkout .costumer p {
	margin: 0;
	font-weight: 300;
	font-size: 15px;
}

.checkout .costumer a {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	color: #fbad1a;
}

.checkout form label {

	font-weight: 400;
	color: #464646;
}

.checkout form label span {


	color: red;
}

.checkout form input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 8px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	background: #FFFFFF;
	margin-bottom: 12px;

	font-weight: 300;
	color: #b8b8b8;
}

.checkout .billing .form-grp {
	margin-bottom: 10px;
}

.checkout .billing .checkbox span {
	font-weight: normal;
}

.checkout .billing .diff-add {
	margin-top: 50px;


}

.checkout .billing .diff-add h2 {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 28px;
	color: #252525;
	font-weight: 800;
	float: left;


}

.checkout .billing .diff-add input {
	margin-top: 8px;
	margin-right: 8px;
	float: left;


}

.checkout .order .details {
	border: 1px solid #D9D9D9;
	padding: 30px;
}

.checkout .order .details ul {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.checkout .order .details ul li {
	clear: both;
	overflow: hidden;
}

.checkout .order .details ul li .first {

	color: #222222;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 60%;
}

.checkout .order .details ul li .first-pad {

	color: #222222;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 60%;
}


.checkout .order .details ul li .second {
	color: #3b3b3b;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0px 0px 18px;
	position: relative;
	width: 40%;
}

.checkout .order .details ul li .second-shp {
	color: #999;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	padding: 0px 0px 0px 18px;
	position: relative;
	width: 40%;
}

.checkout .order .details ul li.bordered {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 14px;
}

.checkout .order .details ul li .first-pad input {

	margin-right: 5px;
}

.checkout .order .details ul li .first-pad img {

	margin-left: 8px;
}

.checkout .order .details ul li.gray {
	background: #eeeeee;
	padding: 15px;
	font-weight: 300;
	line-height: 26px;
	font-size: 14px;
}

.checkout .order .details ul li .second-right {
	color: #fbad1a;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0px 0px 18px;
	position: relative;
	width: 40%;
	text-align: right;
}

.checkout .order .details ul li a {
	padding: 10px 29px;
	background: #fbad1a;
	color: #FFFFFF;
	border: none;
	border-radius: 0px;

	font-weight: 400;
	margin-left: 15px;
	margin-top: 20px;
}

/***************************************
* NEWS PAGE STYLES
****************************************/


.news-section .blog-info .title {
	margin-bottom: 20px;
}

.news-section .blog-info h4 {
	font-size: 19px;
	font-weight: 700;
	color: #3e3e3e;
}

.news-section .blog-info .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 26px;
	padding: 10px 30px 10px 15px;
	border: 1px solid #e0e0e0;
	height: 48px;
	background: #f3f3f3;
	color: #3a3a3a;
	display: block;
	width: 100%;
	border-radius: 0px;
	font-weight: 300;
	transition: all 500ms ease;
}

.news-section .blog-info .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 48px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: #fbad1a;

	border: none;
}

.news-section .blog-info .category-widget {
	margin-top: 50px;

}

.news-section .blog-info .category-widget ul {
	list-style-type: none;
	padding-left: 0;
}

.news-section .blog-info .category-widget ul li a {
	font-weight: 300;
	text-decoration: none;
	font-size: 16px;
	color: #575757;
	display: block;
	line-height: 42px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;

}

.news-section .blog-info .category-widget ul li a:hover {
	color: #fbad1a;

}

.news-section .blog-info .category-widget ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #C8C8C8;
	font-size: 14px;
	position: absolute;
	right: 10px;
}

.news-section .blog-info .news-widget {
	margin-top: 50px;

}

.news-section .blog-info .news-widget .news-item {


	margin-bottom: 13px;
	min-height: 50px;
	padding: 8px 0px 8px 0px;
	color: #cccccc;
	border-bottom: 1px solid #f1f1f1;

}

.news-section .blog-info .news-widget .news-item p {
	font-size: 15px;
	color: #fbad1a;
	font-weight: 300;

}

.news-section .blog-info .instigram-widget p {
	font-size: 15px;
	font-weight: 300;
	color: #292929;
}

.news-section .blog-info .news-widget .news-item figure {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.news-section .blog-info .news-widget h5 {
	margin-bottom: 2px;
	line-height: 17px;
	margin-top: 0;

}

.news-section .blog-info .news-widget h5 a {
	color: #3e3e3e;
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	font-weight: 700;
}

.news-section .blog-info .news-widget h5 a:hover {


	color: #fbad1a;
}

.news-section .blog-info .tags-widget {
	margin-top: 50px;

}

.news-section .blog-info .tags-widget ul {
	list-style-type: none;
	padding-left: 0;

}

.news-section .blog-info .tags-widget ul li {
	display: inline-block;
	margin: 0 3px 5px;

}

.news-section .blog-info .tags-widget ul li a {
	text-decoration: none;
	display: block;
	font-weight: 300;
	font-size: 15px;
	color: #9e9e9e;
	line-height: 32px;
	border: 1px solid #f1f1f1;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 0 14px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.news-section .blog-info .tags-widget ul li a:hover {
	color: #FFFFFF;
	background: #fbad1a;
}

.news-section .blog-info .instigram-widget {
	margin-top: 50px;

}

.news-section .blog-info .instigram-widget ul {
	list-style-type: none;

}

.news-section .blog-info .instigram-widget ul li {
	display: inline-block;
	margin: 0 2px 5px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.news-section .pagination {
	text-align: center;
}

.news-section .news-wraper .news-box {
	margin-bottom: 30px;
}

.news-section .news-wraper .news-box .img-box {
	overflow: hidden;
}

.news-section .news-wraper .news-box .header {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 8px;
	padding-top: 0;
}

.news-section .news-wraper .news-box .header h4 {
	font-size: 20px;
	line-height: 28px;
	color: #353535;
	font-weight: 700;
	margin-bottom: 2px;
}

.news-section .news-wraper .news-box .header p {
	font-size: 14px;
	line-height: 18px;
	color: #353535;
	font-weight: 300;
}

.news-section .news-wraper .news-box .text-box {
	padding: 20px 5px;
	border-top: none;
}

.news-section .news-wraper .news-box .text {
	padding-top: 13px;
}

.news-section .news-wraper .news-box .text p {
	font-size: 16px;
	line-height: 24px;
	color: #353535;
	font-weight: 300;
}

.news-section .news-wraper .news-box a {

	color: #fbad1a;

}


/***************************************
* NEWS BIG PAGE STYLES
****************************************/



.news-section .news-wraper-big .news-box {
	margin-bottom: 45px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 0px 30px -9px rgba(0, 0, 0, 0.34);
}

.news-section .news-wraper-big .news-box .img-box {
	overflow: hidden;
	height: 380px;
}


.news-section .news-wraper-big h4 {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}


.news-section .news-wraper-big .news-box .header p {
	font-size: 16px;
	line-height: 18px;
	color: #fbad1a;
	font-weight: 300;
}

.news-section .news-wraper-big .news-box .text-box {
	padding-top: 10px;
	padding-bottom: 10px;

}

.meta-wrapper * {
	line-height: 30px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}

.news-section .news-wraper-big .meta-wrapper {
	border-top-width: 0 !important;
	max-width: -webkit-calc(100% - 46px);
	max-width: -moz-calc(100% - 46px);
	max-width: calc(100% - 46px);
	padding-top: 0;
	padding-bottom: 0;
}

.meta-wrapper {
	margin-bottom: 0;
	color: #a3a3a3;
	font-weight: 600;
	padding-top: 0;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 0;
}

.meta-wrapper a {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 600;
}

.news-section .news-wraper-big .meta-wrapper span {
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}

.meta-wrapper>span {
	margin-right: 5px;
}

.meta-wrapper span:not(:last-child):after {
	content: '';
	margin: -2px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fbad1a;
}

.news-section .news-wraper-big .news-box .text-box i {
	margin-right: 5px;

}

.news-section .news-wraper-big .news-box .text {
	padding-top: 13px;
}

.news-section .news-wraper-big .news-box .text p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}

.news-section .news-wraper-big .news-box .text a {
	padding: 10px 29px;
	background: #fbad1a;
	color: #FFFFFF;
	border: none;
	border-radius: 0px;
	font-weight: 600;
	font-size: 16px;
	margin-left: 0px;
}

.news-section .news-wraper-big .news-box .img-wrapper {
	display: flex;
	/* justify-content: center; */
	flex-direction: row;
	justify-content: space-between;
}

.news-section .news-wraper-big .news-box .img-wrapper .img {
	margin-right: 20px;
	padding-top: 15px;
	width: 1800px;
}


.news-section .news-wraper-big .news-box .img-wrapper ul li {
	font-size: 16px;
	line-height: 34px;
}

.news-section .news-wraper-big .news-box .img-wrapper ul li i {
	font-size: 16px;
	color: #fbad1a;
}

.news-section .news-wraper-big .no-bg {
	box-shadow: none;
}

.news-section .news-wraper-big .news-box .budget {
	margin-top: 20px;
}

.news-section .news-wraper-big .news-box .budget blockquote {
	font-size: 30px;
	position: relative;
	padding: 0 0 0 50px;
	font-family: Raleway, 'sans-serif';
	border-style: none;
	margin: 20px 0;
}

.news-section .news-wraper-big .news-box .budget blockquote p {
	font-size: 18px;
	font-weight: 600;
	color: #313131;
	line-height: 34px;
}

.news-section .news-wraper-big .news-box .budget blockquote:before {
	content: '“';
	z-index: 1;
	font-size: 100px;
	line-height: 122px;
	color: #fbad1a;
	font-weight: 700;
	opacity: 1;
	text-align: left;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	display: inline-block;
	position: absolute;
	left: -5px;
	top: -18px;
}

.news-section .news-wraper-big .author-box {
	margin-top: 30px;
}

.news-section .news-wraper-big .share-box {
	clear: both;
	overflow: hidden;
}


/*Post Share Box*/

.news-section .news-wraper-big .author-box .share-box .tag-box {
	padding: 0;
}

.news-section .news-wraper-big .author-box .share-box .tag-box li {
	margin: 0;
	display: inline-block;
}

.news-section .news-wraper-big .author-box .share-box .tag-box a {
	color: #fbad1a;
	font-size: 16px;
	transition: .3s ease;
	line-height: 30px;
	text-transform: capitalize;
}

.news-section .news-wraper-big .author-box .share-box .social {
	display: inline-block;
	margin-bottom: 0;
	margin-left: -2.5px;
}

.news-section .news-wraper-big .author-box .share-box .social li {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.news-section .news-wraper-big .author-box .share-box .social a {
	width: 40px;
	border-radius: 50%;
	height: 40px;
	color: #fbad1a;
	text-align: center;
	margin: 0 3px;
	border: 1px solid #eee;
	display: block;
	line-height: 41px;
	transition: all 0.5s ease;
}

/*Author Area*/

.news-section .news-wraper-big .author-box .post-author {
	margin: 40px 0;
}

.news-section .news-wraper-big .post-author .inner {
	position: relative;
	padding: 30px 0px 25px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.news-section .news-wraper-big .post-author .inner .img-box {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.news-section .news-wraper-big .post-author .text-box {
	padding: 0 10px;
	line-height: 24px;
	color: rgb(138, 138, 138);
	border-bottom: none;
}

.news-section .news-wraper-big .post-author .text-box h5 {
	color: #444;
	font-size: 18px;
	margin-bottom: 5px;
}

/*Comment Area*/

.news-section .news-wraper-big .author-box .comments-area {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}

.news-section .news-wraper-big .author-box .comments-area h3 {
	color: #444;
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	text-transform: capitalize;
}

.news-section .news-wraper-big .author-box .comments-area .comment-box {
	position: relative;
	margin-bottom: 35px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-section .news-wraper-big .author-box .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.news-section .news-wraper-big .author-box .comments-area .comment-box:hover {
	border-color: #2e2e95;
}

.news-section .news-wraper-big .author-box .comments-area .comment-box.reply-comment {
	margin-left: 30px;
}

.news-section .news-wraper-big .author-box .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 80px;
}

.news-section .news-wraper-big .author-box .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4;
}

.news-section .news-wraper-big .author-box .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px;
}

.news-section .news-wraper-big .author-box .comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	color: #fbad1a;
	font-size: 14px;
}

.news-section .news-wraper-big .author-box .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}

.news-section .news-wraper-big .author-box .comments-area .comment-box .author-thumb img {
	width: 60px;
	display: block;
}

.news-section .news-wraper-big .author-box .comments-area .comment-info {
	position: relative;
	color: #444;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
}

.news-section .news-wraper-big .author-box .comments-area .comment-box .text {
	color: #777;
	font-size: 15px;
	margin-top: 12px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0px;
}

/*Comment form*/

.comment-form {
	position: relative;
}

.comment-form .group-title {
	margin-bottom: 20px;
}

.comment-form .group-title h3 {
	color: #444;
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	text-transform: capitalize;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.comment-form .form-group label {
	position: relative;
	color: #777;
	font-size: 15px;
	font-weight: 400;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: #848484;
	font-weight: 300;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #2e2e95;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #d6d6d6;
	border: 1px solid #efefef;
	height: 105px;
	font-weight: 300;
	background: #ffffff;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}


.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
	border-color: #2e2e95;
	background: #fff;
}

.abtn {
	background: #fbad1a;
	padding: 10px;
	margin: 0;
	color: #444 !important 	;
	border-radius: 10px;
}