/*

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - SITE PRELOADER CSS
04 - PAGINATION CSS
05 - BREADCRUMB CSS
06 - REPONSIVE MENU CSS
07 - BTN TO TOP CSS
08 - HEADER TOP AREA CSS
09 - HEADER LOGO AREA CSS
10 - MAINMENU AREA CSS
11 - SLIDER AREA CSS
12 - SERVICE AREA CSS
13 - ABOUT BOTTOM AREA CSS
14 - PROJECT AREA CSS
15 - HIRE AREA CSS
16 - QUOTE AREA CSS
17 - TESTIMONIAL AREA CSS
18 - BLOG AREA CSS
19 - PARTNERS AREA CSS
20 - FOOTER AREA CSS
21 - ABOUT PAGE CSS
22 - SINGLE PROJECT PAGE CSS
23 - SINGLE SERVICE PAGE CSS
24 - 404 PAGE CSS
25 - CART PAGE CSS
26 - CHECKOUT PAGE CSS
27 - SHOP PAGE CSS
28 - SINGLE SHOP PAGE CSS
29 - BLOG PAGE CSS
30 - SINGLE BLOG PAGE CSS
31 - CONTACT PAGE CSS
32 - GALLERY PAGE CSS
33 - EVENT CSS

00 - OTHER

*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,600,700,700i');


/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	font-weight: 400
}

html,
body {
	height: 100%;
}

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

input:focus,
textarea:focus {
	outline: medium none
}

.construct-btn {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.construct-btn:hover {
	background: #2a2a2a none repeat scroll 0 0;
	color: #fff
}

.section-heading {
	margin: 0 auto 35px;
	text-align: center;
	width: 60%;
}

.section-heading>h4 {
	color: #737a7f;
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.section-heading>h2 {
	color: #2a2a2a;
	/* font-family: "Raleway", sans-serif; */
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 1.1px;
	margin-bottom: 26px;
	text-transform: capitalize;
}

.section-heading>p {
	color: #4c4c4c;
	letter-spacing: 0.2px;
	font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: inherit
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.table {
	margin-bottom: 0
}

.section_100 {
	padding: 100px 0;
}

.section_75 {
	padding: 75px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.section_10 {
	padding: 10px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_t_70 {
	padding-top: 70px
}

.section_b_100 {
	padding-bottom: 100px
}

.bg-tint {
	background-color: #f7f7f7;
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 750px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px
	}
}

@media (min-width: 1400px) {
	.boxed {
		padding: 0 50px;
	}
}

@media (max-width: 991px) {
	.boxed {
		padding: 0;
	}
}


/*================================================
03 - SITE PRELOADER CSS
==================================================*/

.construct-site-preloader {
	background: #2a2a2a none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.sk-cube-grid {
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	-webkit-transition: .5s;
	transition: .5s;
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #ff6501;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}


/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination {
	margin: 50px 0 0;
	display: block
}

.pagination-box {
	text-align: center;
}

.pagination a {
	color: #000 !important;
	border: 1px solid #ff6501 !important;
	font-weight: 500
}

.pagination .active>a,
.pagination a:hover {
	background: #ff6501 none repeat scroll 0 0 !important;
	color: #fff !important
}

.pagination>li {
	display: inline-block;
	margin: 0 2px;
}


/*================================================
05 - BREADCRUMB CSS
==================================================*/


.construct-breadcrumb-area {
	background: url(../img/breadcrumb.jpg) no-repeat scroll 0 0/cover;
	text-align: center;
	position: relative;
	z-index: 11
}

.construct-breadcrumb-area:before {
	background: #000 none repeat scroll 0 0;
	content: "\"";
	height: 100%;
	left: 0;
	opacity: 0.45;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.construct-breadcrumb-area2 {
	background: linear-gradient(207deg, #ff3b00ad, #ff6501, #ff5200d6, #b7b400);
	animation: gradient 12s ease infinite;
	background-size: 400% 400%;
	text-align: center;
	position: relative;
	z-index: 11
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.breadcrumb {
	display: block;
	padding: 0px;
	margin: 35px 0px 10px 0px;
	background-color: transparent;
}

.breadcrumb>h2 {
	color: #2c2c2c;
	font-family: "Raleway", sans-serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb ul {
	margin-top: 10px;
}

.breadcrumb ul li {
	color: #ffffff;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin: 0 5px;
	text-transform: capitalize;
	font-size: 15px
}

.breadcrumb ul li a {
	font-weight: 600;
	color: #f1f1f1
}

.breadcrumb ul li a:hover {
	color: #fff
}


/*================================================
06 - REPONSIVE MENU CSS
==================================================*/

.construct-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #000
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #aaa;
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #aaa
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #e5aa0a;
	box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}

.slicknav_btn {
	background-color: transparent !important;
	float: left;
	margin: 0;
	line-height: 0;
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}


/*================================================
07 - BTN TO TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #2c3e50;
	border: 2px solid #2c3e50;
	border-radius: 2px;
	bottom: 30px;
	cursor: pointer;
	height: 44px;
	line-height: 36px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 30px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 44px;
	z-index: 999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #ff6501 none repeat scroll 0 0;
	border: 2px solid #ff6501;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff
}


/*================================================
08 - HEADER TOP AREA CSS
==================================================*/

.header-top-area {
	background: linear-gradient(127deg, #1c2022, #2d3e50);
	color: #fff;
	position: relative
}

.header-top-overlay:before {
	border-color: #ff6501 transparent;
	border-style: solid;
	border-width: 0 35px 46px;
	content: "";
	left: -35px;
	position: absolute;
}

.header-top-overlay {
	background: #ff6501 none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 10px;
	width: 45%;
}

.header-top-left {
	padding: 10px 0;
}

.header-top-right>ul {
	padding-top: 20px;
	text-align: right;
}

.header-top-right li {
	display: inline-block
}

.header-top-right a {
	display: block;
	padding: 0 7px;
	font-size: 15px
}

.header-top-right a:hover {
	color: #2d3e50
}


/*================================================
09 - HEADER LOGO AREA CSS
==================================================*/

.header-logo-area {
	padding: 20px 0 45px;
}

.logoright-section {
	float: right;
	padding-top: 20px;
}

.single-logo-right {
	float: left;
	margin-right: 30px;
}

.single-logo-right:last-child {
	margin-right: 0px;
}

.logo-right-icon {
	border: 1px solid #ddd;
	color: #ff6501;
	float: left;
	font-size: 23px;
	height: 45px;
	line-height: 43px;
	margin-right: 10px;
	text-align: center;
	width: 45px;
}

.logo-right-text {
	overflow: hidden;
}

.logo-right-text>h4 {
	color: #000;
	text-transform: capitalize;
	font-size: 18px
}


/*================================================
10 - MAINMENU AREA CSS
==================================================*/

.construct-header-area {
	position: relative;
}

.mainmenu-area {
	margin-top: -30px;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.mainmenu-area .container {
	background: #121d25 none repeat scroll 0 0;
	min-height: 55px;
}

.mainmenu li {
	display: inline-block;
	position: relative
}

.mainmenu li ul {
	border-top: 2px solid #ff6501;
	position: absolute;
	width: 200px;
	top: 120%;
	left: 0;
	z-index: -9;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #121d25 none repeat scroll 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu li:hover ul {
	visibility: visible;
	z-index: 9;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.mainmenu li ul li {
	display: block;
	border-bottom: 1px solid #0a0909;
}

.mainmenu li ul li:last-child {
	border-bottom: 0px solid #0a0909;
}

.mainmenu li ul li a {
	color: #eee;
	padding: 10px
}

.mainmenu ul li:hover>a {
	color: #ff6501;
}

.mainmenu li>a {
	display: block;
	font-weight: 600;
	padding: 14px 10px;
	text-transform: uppercase;
	color: #fff
}

.mainmenu li>a:hover,
.mainmenu li.current-page-item>a {
	color: #ff6501
}

.search_icon {
	color: #fff;
	cursor: pointer;
	float: right;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 25px;
	margin-top: 13px;
	position: relative;
	z-index: 999
}

.modal-open .modal {
	background: #0000008c none repeat scroll 0 0;
	overflow-y: scroll;
}

.modal-content {
	border-radius: 0;
}

.modal-body {
	padding: 0;
}

.modal-body {
	padding: 0;
}

.search_box_container form {
	position: relative;
	height: 60px
}

.search_box_container form input {
	height: 100%;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	width: 88%;
	color: #000;
	font-weight: 500
}

.search_box_container form button {
	background: #313131 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	width: 12%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.search_box_container form button:hover {
	background: #ff6501 none repeat scroll 0 0
}

.modal-dialog {
	margin: 20% auto
}


/*================================================
11 - SLIDER AREA CSS
==================================================*/
.slide-item-1 {
	background: linear-gradient(207deg, #ff3b00ad, #ff6501, #ffc8008f, #b7b400);
	background-size: 400% 400%;
	animation: gradient 12s ease infinite;
}
.slide-item-2 {
	background: linear-gradient(207deg, #ff3b00, #ff6501, #b79330, #dfff00);
	background-size: 400% 400%;
	animation: gradient 12s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.slide-item-3 {
	background: rgba(0, 0, 0, 0.3) url("../img/slider-1.jpg") repeat scroll 0 0;
}

.slide-item-4 {
	background: rgba(0, 0, 0, 0.3) url("../img/slider-2.jpg") repeat scroll 0 0;
}

.construct-main-caption-bg {
	background: rgba(28, 28, 28, 0.5) none repeat scroll 0 0
}

.construct-main-slide {
	background-color: #eee;
	background-position: center center;
	/* background-size: cover; */
	height: 560px;
}

.construct-main-caption {
	display: table;
	height: 100%;
	width: 100%;
}

.construct-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.construct-main-caption h2 {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.construct-main-caption h2 span {
	padding-top: 8px;
	color: #2a2725;
	display: block;
	letter-spacing: 1.7px;
}

.construct-main-caption2 h2 span {
	color: #ff6501;
	display: block;
}

.construct-main-caption p {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 20px 0;
	text-transform: capitalize;
}

.construct-main-caption a {
	margin: 0 5px;
}

.construct-slide .owl-nav>.owl-prev {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.construct-slide:hover .owl-nav>.owl-prev {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.construct-slide .owl-nav>.owl-next {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.construct-slide:hover .owl-nav>.owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.construct-slide .owl-prev {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	color: #333;
	font-size: 30px;
	height: 80px !important;
	line-height: 70px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
	left: 0
}

.construct-slide .owl-next {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	color: #333;
	font-size: 30px;
	height: 80px !important;
	line-height: 70px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
	right: 0
}

.construct-slide .owl-prev:hover,
.construct-slide .owl-next:hover {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #d9d9d9;
}


/*================================================
12 - SERVICE AREA CSS
==================================================*/

.single-service {
	background-color: #fff;
	margin-top: 30px;
	box-shadow: 0 9px 9px rgb(177 177 177 / 20%);
	-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.single-service:hover {
	-webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 9px 11px rgb(177 177 177 / 58%);
          box-shadow: 0 9px 11px rgb(177 177 177 / 58%);
}

.service-image-effect {
	position: relative;
	display: block;
	vertical-align: top;
	max-width: 100%;
}

.service-image-effect:before,
.service-image-effect:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .3);
	z-index: 6;
	-webkit-transition: transform .5s, opacity .2s ease-in-out 0s;
	-o-transition: transform .5s, opacity .2s ease-in-out 0s;
	transition: transform .5s, opacity .2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.service-effect-item:hover .service-image-effect:before {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.service-effect-item:hover .service-image-effect:after {
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.service-text {
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px 18px 20px 18px;
}

.service-image {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: none;

}

.service-image img {
	height: 200px;
	width: 100%;
	border-radius: 10px;
	padding: 6px;
}

.service-text>h3 {
	color: #383838;
	display: inline-block;
	/* font-family: "Raleway", sans-serif; */
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-bottom: 14px;
	text-transform: capitalize;
}

.service-text>p {
	padding-top: 12px;
  border-top: 1px solid #a5a5a538;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #565656;
}
.service-text a:hover {
	color: #ff6501
}


/*================================================
13 - ABOUT BOTTOM AREA CSS
==================================================*/

.construct-about-bottom-area {
	background: rgba(0, 0, 0, 0) url("../img/jumbotron-1.jpg") no-repeat scroll center center / cover;
	color: #333;
}

.about-bottom-one>h3 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.about-bottom-one {
	margin-bottom: 20px;
	margin-top: 0;
}

.single-about-list {
	display: inline-block;
	margin-bottom: 5px;
}

.about_icon {
	background: #212121 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 26px;
	height: 70px;
	line-height: 67px;
	margin-right: 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 70px;
}

.single-about-list:hover .about_icon {
	background: #ff6501 none repeat scroll 0 0;
}

.about_text {
	overflow: hidden;
}

.about_text>h4 {
	font-size: 17px;
	font-weight: 600;
	margin: 7px 0;
	text-transform: capitalize;
}


/*================================================
14 - PROJECT AREA CSS
==================================================*/

.project-btn {
	display: block;
	margin: 0 0 15px;
	text-align: center;
}

.project-btn>a {
	border: medium none;
	border-radius: 10px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px;
	padding: 5px 15px;
	text-transform: uppercase;
}

.project-btn>a.current {
	cursor: default;
}

.project-btn>a:hover,
.project-btn>a.current {
	background: #212121 none repeat scroll 0 0;
	color: #fff;
}

.element-item {
	float: left;
	margin: 30px 0 0;
	padding: 0 15px;
	width: 33.33%;
}

.project-single-item {
	height: 240px;
	position: relative;
	overflow: hidden;
}

.img-responsive {
	width: 100%
}

.project-img-overlay {
	background-color: rgba(2, 0, 0, 0.87);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: left;
	-webkit-transform: translate3d(0px, 100%, 0px);
	transform: translate3d(0px, 100%, 0px);
	transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	width: 100%;
}

.project-single-item:hover .project-img-overlay {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.project-img-overlay>h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 18px
}


/*================================================
15 - HIRE AREA CSS
==================================================*/

.construct-hire-area {
	background: url("../img/hire-bg.jpg")no-repeat fixed center center/cover;
	position: relative
}

.hire-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.76) none repeat scroll 0 0
}

.construct-hire-area .construct-hire-left:before {
	background: #ff6501 none repeat scroll 0 0;
	content: " ";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2000px;
	z-index: 9999;
}

.construct-hire-left {
	padding: 50px 0;
}

.construct-hire-right {
	text-align: right;
}

.construct-hire-right a {
	margin: 41px 0;
}

.hire-overlay {
	border-bottom: 64px solid transparent;
	border-color: transparent transparent transparent #ff6501;
	border-left: 40px solid #ff6501;
	border-style: solid;
	border-top: 64px solid transparent;
	content: "";
	display: block;
	left: 100%;
	position: absolute;
	top: 0;
}

.construct-hire-left>h3 {
	color: #fff;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	left: 90px;
	position: relative;
	text-transform: capitalize;
	z-index: 9999999;
	font-size: 24px
}

.hire-icon {
	color: #333;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 80px;
	left: 0;
	opacity: 0.27;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
	position: absolute;
	top: 20px;
	z-index: 9999;
}

/* Hire v2 */

.construct-hire-area2 {
	background: linear-gradient(341deg, black, transparent);
	position: relative
}

.hire-bg2 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.76) none repeat scroll 0 0;
	-webkit-box-shadow: 0px 5px 15px 1px #afafaf;
  box-shadow: 0px 5px 15px 1px #afafaf;
}

.construct-hire-area2 .construct-hire-left2:before {
	background: linear-gradient(90deg, #fff700c7, #ff6501);
	content: " ";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2000px;
	z-index: 1;
}

.construct-hire-left2 {
	padding: 50px 0;
}

.construct-hire-right2 {
	text-align: right;
}

.construct-hire-right2 a {
	margin: 41px 0;
}

.construct-hire-right2 .construct-btn {
	border: 1px solid #939393;
}

.construct-hire-right2 .construct-btn:hover {
	border: 1px solid #363636;
}

.hire-overlay2 {
	border-bottom: 64px solid transparent;
	border-color: transparent transparent transparent #ff6501;
	border-left: 40px solid #ff6501;
	border-style: solid;
	border-top: 64px solid transparent;
	content: "";
	display: block;
	left: 100%;
	position: absolute;
	top: 0;
}

.construct-hire-left2>h3 {
	color: #343434;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	left: 140px;
	position: relative;
	text-transform: capitalize;
	z-index: 2;
	font-size: 26px
}

.hire-icon2 {
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 75px;
	left: 0;
	opacity: 0.27;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
	position: absolute;
	top: 30px;
	z-index: 9999;
}

.construct-btn-cray {
	border: 1px solid #747474;
	background: linear-gradient(359deg, #1a1a1a, #2e2e2e);
	color: #fff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
	margin:10px 20px 0px 0px !important;
	text-transform: uppercase;
}

.construct-btn-cray:hover {
	border: 1px solid #464646db;
	background: linear-gradient(0deg, #0a0a0a, #4e4e4e2e);
	color: #fff;
}

.hire-icon2 {
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 75px;
	width: 70px;
	left: 0;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
	position: absolute;
	top: 30px;
	z-index: 2;
}

/*================================================
16 - QUOTE AREA CSS
==================================================*/

.quote-right .section-heading {
	margin: 0;
	text-align: left;
	width: 75%;
}

.quote-left {
	background: #212121 none repeat scroll 0 0;
	color: #fff;
	padding: 30px;
}

.quote-left input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #000;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}

.quote-left textarea {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #000;
	height: 100px;
	padding: 10px;
	width: 100%;
}

.quote-left button {
	background: #ff6501 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer
}

.quote-left button:hover {
	background: #2a2a2a none repeat scroll 0 0
}

.quote-left label {
	font-weight: 600;
	text-transform: capitalize;
}

.quote-left p {
	margin: 5px 0;
}

.quote-star li {
	display: inline-block;
	font-size: 30px;
	margin: 0 25px;
	color: #ff6501;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.quote-star>ul {
	text-align: center;
}

.quote-star {
	margin-top: 30px;
}

.big-star {
	font-size: 70px !important;
}


/*================================================
17 - TESTIMONIAL AREA CSS
==================================================*/

.construct-testimonial-area {
	/* background: rgba(0, 0, 0, 0) url("../img/quote.jpg") no-repeat scroll 0 0 / cover; */
	background: #212121;
	position: relative;
}

.testimonial-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	/* background: rgba(34, 34, 34, 0.96) none repeat scroll 0 0 */
}

.single-testimonial {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.testimonial-img-left {
	height: 100%;
	margin: 0 auto;
	width: 100px;
}

.testimonial-img-right>h3 {
	color: #ff6501;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px;
	text-transform: uppercase;
}

.testimonial-img-right>p {
	font-weight: 600;
	text-transform: uppercase;
}

.testimonial-text {
	color: #cdcdcd;
	font-size: 14px;
  text-align: justify;
  margin-top: 15px;
  line-height: 18.5px;
  letter-spacing: 0.4px;
}

.owl-dots {
	margin-top: 30px;
	text-align: center;
}

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

.owl-theme .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	height: 3px;
	margin: 5px 7px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 10px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #ff6501 none repeat scroll 0 0;
}


/*================================================
18 - BLOG AREA CSS
==================================================*/

.construct-latest-blog-area {
	background: #f9f9f9 none repeat scroll 0 0;
}

.blog-page-left {
	padding: 0px 35px 0px 0px;
}

.single-blog {
	width: 95%;
	float: left;
	border: 1px solid #ddd;
	background: #fff none repeat scroll 0 0;
	padding: 5px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 9px rgb(177 177 177 / 20%);
}

.blog-img img {
	height: 250px;
	width: 100%;
}

.blog-heading {
	padding: 15px 10px;
}

.blog-heading>h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.blog-avatar {
	float: left;
	margin-right: 10px;
}

.blog-comnt {
	padding: 15px 10px;
}

.blog-comnt>p {
	color: #585858;
	display: inline-block;
	font-weight: 500;
	margin-top: 5px;
	margin-right: 15px;
}

.blog-details {
	padding: 10px 10px 20px;
}

.blog-comnt p i {
	color: #ff6501;
	font-size: 15px;
	margin-right: 5px;
}

.blog-heading a:hover {
	color: #ff6501;
}

.blog-page-post .blog-heading {
	padding: 26px 24px 18px 24px;
}

.blog-page-post .blog-comnt {
	float: left;
	padding: 15px 20px 25px 0px;
}

.blog-page-post .blog-details {
	letter-spacing: 0.5px;
  margin-bottom: 5px;
  padding: 0px 24px 10px 22px;
}

.blog-page-post .blog-img img {
	height: 300px;
}

.blog-page-post .blog-heading>h3 {
	color: #1c1c1c;
	font-size: 20px;
}


/*================================================
19 - PARTNERS AREA CSS
==================================================*/

.single-partners img {
	height: 120px;
	/* width: 140px; */
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-partners img:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*================================================
20 - FOOTER AREA CSS
==================================================*/

.construct-footer-area {
	border-top: 4px solid #3a3a3a;
}

.construct-footer-top-area {
	background: #1e1e1e none repeat scroll 0 0;
	color: #999;
}

.single-footer {
	margin: 0
}

.single-footer img {
	margin-bottom: 15px;
}

.social-iconz {
	margin-top: 30px;
}

.footer-socialz {
	margin-top: 20px
}

.footer-socialz > li {
	display: inline-block;
	padding-right: 5px;
}

.footer-socialz li a {
	background-color: #333333;
	border-radius: 50%;
	color: #777;
	display: block;
	font-size: 16px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.fb:hover {
	background: #4b6ea9 none repeat scroll 0 0;
	color: #fff;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.twitter:hover {
	background: #65bbf2 none repeat scroll 0 0;
	color: #fff;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.gp:hover {
	background: #dd4d41 none repeat scroll 0 0;
	color: #fff;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.linkedin:hover {
	background: #0075b5 none repeat scroll 0 0;
	color: #fff;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.single-footer>h3,
.social-iconz>h3 {
	color: #eee;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

.footer-widget>li {
	border-bottom: 1px dashed #999;
}

.footer-widget>li:last-child {
	border-bottom: 0px dashed #999;
}

.footer-widget a {
	display: block;
	padding: 5px 0;
	text-transform: capitalize
}

.footer-widget a:hover {
	color: #fff;
	padding-left: 5px
}

.contact-details i {
	color: #fff;
	margin-right: 10px;
}

.contact-details {
	margin: 6px 0;
}

.insta-post {
	display: inline-block;
	height: 65px;
	margin: 2px;
	width: 65px;
	position: relative
}

.overlay-insta {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
	cursor: pointer;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	visibility: hidden;
	width: 100%;
}

.insta-post:hover .overlay-insta {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(500px) rotateY(0deg);
	transform: perspective(500px) rotateY(0deg);
	visibility: visible;
}

.construct-footer-bottom-area {
	border-top: 1px solid #353535;
	background: #1e1e1e none repeat scroll 0 0;
	color: #999;
}

.copyright-left {
	text-align: left;
	font-weight: 400
}

.copyright-right {
	text-align: right;
	font-weight: 400
}

.copyright-right>p>i {
	color: #ff6501;
	margin: 0px 5px;
	font-weight: 600
}

.copyright-right>p {
	text-transform: capitalize;
}

.copyright-right>p>span {
	color: #ff6501;
	font-weight: 700;
	margin: 0 5px;
	text-transform: capitalize;
}


/*================================================
21 - ABOUT PAGE CSS
==================================================*/

.single-abt-img {
	margin-top: 30px;
}

.single-abt-img:first-child {
	margin-top: 0
}

.about-desc {
	margin-top: 30px;
}

.about-desc>h3 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.abt-page-content>h3 {
	color: #333;
	font-family: "Raleway", sans-serif;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.abt-page-icon {
	float: left;
	margin-right: 15px;
}

.abt-page-content {
	overflow: hidden;
}

.single-abt-page-promo {
	margin-bottom: 30px;
}

.abt-page-icon i {
	color: #ff6501;
	font-size: 40px;
}

.single-abt-img>img {
	width: 100%;
}

.construct-about-page-area {
	background-color:#efefef;
}

/* What We Do Section */
.section_about-us {
	padding: 130px 0px 50px 0px;
}
.about-c-divider {
	margin: 70px 0px;
}
.about-img-right:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 16%;
	right: -8px;
	bottom: 45px;
	z-index: 1;
}
.about-img-right:before {
	background: #ff6501;
}
.about-img-right img {
	transform: scaleX(-1);

	position: relative;
	z-index: 2;
}
.about-title-wrap {
	width: 100%;
	position: relative;
	top:22px;
}
.about-content-wrap {
	position: relative;
	top: 66px;
	padding:10px;
}
.about-content-wrap p {
	line-height: 25px;
	font-size: 15px;
	text-align: justify;
	font-weight: 500;
}
.about-img-right-content {
	border: 1px solid #5a57574f;
	box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 28%);
	border-radius: 4px;
	background: linear-gradient(230deg, #ff6500, #bf4b00);
	position: absolute;
	width: 312px;
	left: -35px;
	top: 50px;
	z-index: 3;
}
.about-img-right-content > p {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	padding: 25px 20px;
	line-height: 30px;
	text-align: center;
}

/* A Little About Us */
.about-title-wrap-right {
	width: 100%;
	position: relative;
	top:22px;
}
.about-img-left:before {
	content: '';
	position: absolute;
	top: -30px;
	left: -15px;
	right: 16%;
	bottom: 45px;
	z-index: 1;
}
.about-img-left:before {
	background: #ff6501;
}
.about-img-left img {
	position: relative;
	z-index: 2;
}
.about-img-left-content {
	border: 1px solid #5a57574f;
	box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 28%);
	border-radius: 4px;
	background: linear-gradient(230deg, #ff6500, #bf4b00);
	position: absolute;
	width: 312px;
	left: -35px;
	top: 50px;
	z-index: 3;
}
.about-img-left-content > p {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	padding: 25px 20px;
	line-height: 30px;
	text-align: center;
}

/*================================================
22 - SINGLE PROJECT PAGE CSS
==================================================*/

.project-slider .owl-nav>.owl-prev {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.project-slider:hover .owl-nav>.owl-prev {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0
}

.project-slider .owl-nav>.owl-next {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.project-slider:hover .owl-nav>.owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 0
}

.project-slider .owl-prev {
	background: #e6e6e6 none repeat scroll 0 0;
	border-radius: 0;
	color: #333;
	font-size: 30px;
	height: 80px !important;
	line-height: 70px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
	left: -30px
}

.project-slider .owl-next {
	background: #e6e6e6 none repeat scroll 0 0;
	border-radius: 0;
	color: #333;
	font-size: 30px;
	height: 80px !important;
	line-height: 70px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
	right: -30px
}

.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff;
}

.project-desc {
	margin-top: 20px;
}

.project-desc>h3,
.project-right-widget>h3 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px
}

.project-desc>p,
.project-right-widget>p {
	margin-top: 10px;
}

.project-right-widget {
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 20px;
}

.project-right-widget:last-child {
	margin-bottom: 0px
}

.project-right-widget>h2 {
	color: #333;
	font-family: "Raleway", sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.project-right-widget>h4 {
	color: #333;
	font-family: "Raleway", sans-serif;
	font-size: 17px;
	font-weight: 500;
}

.project-right-widget>ul {
	margin-top: 20px;
}

.project-right-widget li {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 5px;
	font-weight: 500
}

.project-right-widget li:last-child {
	border-bottom: 0px solid #eee
}

.project-right-widget ul li i {
	color: #ff6501;
	font-size: 16px;
	margin-right: 10px;
}

.project-right-widget span {
	display: inline-block;
	width: 40%;
	color: #000
}

.construct-related-project-area {
	background: #f9f9f9
}


/*================================================
23 - SINGLE SERVICE PAGE CSS
==================================================*/

.single-service-widget li {
	border-bottom: 3px solid #fff;
}

.single-service-widget a {
	background: #f7f7f7 none repeat scroll 0 0;
	color: #000;
	display: block;
	font-weight: 500;
	padding: 10px 20px;
	text-transform: capitalize;
	border-left: 5px solid #f7f7f7
}

.single-service-widget a:hover,
.single-service-widget ul li.active>a {
	border-left: 5px solid #000;
	background: #ff6501 none repeat scroll 0 0;
	color: #fff
}

.single-service-widget a i {
	float: right;
	font-size: 20px;
	margin-top: 2px;
}

.single-service-widget {
	margin-bottom: 50px;
}

.single-service-widget:last-child {
	margin-bottom: 0px
}

.widget-title>h3 {
	color: #333;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.widget-title>h3:before {
	border: 1px solid #ff6501;
	content: "";
	left: 0;
	position: absolute;
	top: 33px;
	width: 35%;
}

.widget-title {
	margin-bottom: 25px;
}

.broucher-item i {
	background: #fff none repeat scroll 0 0;
	color: #009688;
	font-size: 20px;
	height: 30px;
	left: 14px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 30px;
}

.broucher-item>a {
	background: #2a2a2a none repeat scroll 0 0;
	border-left: 0 none;
	color: #fff;
	padding-left: 60px;
}

.broucher-item>a:hover {
	border-left: 0px
}

.broucher-item {
	margin: 10px 0;
	position: relative;
}

.broucher-item a span {
	color: #fff;
	float: right;
	margin-top: 5px;
}

.single-service-widget>form {
	background: #f7f7f7 none repeat scroll 0 0;
	padding: 20px;
}

.single-service-widget form p label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}

.single-service-widget input {
	border: 1px solid #ddd;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}

.single-service-widget form p textarea {
	border: 1px solid #ddd;
	height: 80px;
	padding: 5px 10px;
	width: 100%;
}

.single-service-widget form p button[type="submit"] {
	background: #2a2a2a none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	cursor: pointer
}

.single-service-widget form p button[type="submit"]:hover {
	background: #ff6501 none repeat scroll 0 0;
}

.single-service-slider {
	background: #f7f7f7 none repeat scroll 0 0;
	padding: 20px 30px;
}

.service-slider-item h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 23px
}

.service-slider-item h5 {
	color: #009688;
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0;
}

.single-service-slider .owl-dots {
	margin-top: 10px;
}

.audit-text,
.audit-chart,
.single-shop-tab {
	margin-top: 30px;
}

.single-service-right {
	margin-top: 0
}

.audit-text>h3,
.audit-chart>h3 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px
}

.audit-text>p {
	margin: 0 0 10px;
}

#chartContainer {
	height: 340px;
	width: 100%
}

.canvasjs-chart-credit {
	display: none;
}

.nav-tabs>li>a {
	border: 0px
}

#pro_2 a {
	background: #eee none repeat scroll 0 0;
	border-radius: 0;
	color: #000;
	margin: 0;
	text-transform: capitalize;
	border-left: 5px solid #eee;
	font-weight: 500
}

#pro_2 a.active {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ff6501 none repeat scroll 0 0;
	border-color: currentcolor currentcolor currentcolor #000;
	-o-border-image: none;
	border-image: none;
	border-style: none none none solid;
	border-width: medium medium medium 5px;
	color: #fff;
}

#pro_2>li {
	float: none;
	margin: 2px;
	display: block;
	width: 100%
}

#pro_2 {
	border: medium none;
	margin-bottom: 0
}

.panel-body,
.tab_body {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #ddd;
	padding: 15px
}

.service-banner>img {
	width: 100%;
}


/*================================================
24 - 404 PAGE CSS
==================================================*/

.notfound {
	text-align: center;
}

.notfound>h2 {
	color: #000;
	font-size: 130px;
	font-weight: 600;
	line-height: 135px;
	margin-bottom: 30px;
}

.notfound>h3 {
	color: #333;
	margin-bottom: 30px;
	font-size: 22px
}

.notfound>form {
	margin: 0 auto 30px;
	position: relative;
	width: 50%;
}

.notfound>form>input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	height: 50px;
	padding: 5px 100px 5px 10px;
	width: 100%;
}

.notfound>form>button {
	background: #ff6501 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 26px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100px;
	cursor: pointer
}

.notfound>form>button:hover {
	background: #2a2a2a none repeat scroll 0 0
}


/*================================================
25 - CART PAGE CSS
==================================================*/

.cart-table {
	overflow-x: auto;
}

.cart-table table thead>tr:nth-of-type(2n+1),
.calculate-shipping-right table tbody>tr:nth-of-type(2n+1) {
	background: #f4f4f4 none repeat scroll 0 0;
}

.cart-table table thead th,
.calculate-shipping-right table thead th {
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-bottom: 0 solid #ddd;
	border-top: 0 solid #ddd;
	vertical-align: middle;
}

.cart-table thead th,
.calculate-shipping-right thead th {
	padding: 15px 20px !important;
}

.cart-table tbody td,
.calculate-shipping-right tbody td {
	padding: 15px 20px !important;
	font-weight: 500
}

.construct-cart-close {
	text-align: center;
}

.construct-cart-close>a:hover {
	color: #e9563d
}

.construct-cart-preview img {
	height: 60px;
	width: 60px;
}

.cart-table tbody td p {
	text-transform: capitalize;
}

.construct-cart-quantity>input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 70px;
}

.construct-cart-product p {
	font-weight: 500;
	display: inline-block
}

.construct-cart-product a:hover {
	color: #ff6501
}

.cart-table table tbody>tr:nth-of-type(2n+2),
.calculate-shipping-right table tbody>tr:nth-of-type(2n+2) {
	background: #f9f9f9 none repeat scroll 0 0;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
	background-color: #fff;
}

.construct-update-cart {
	margin-top: 30px;
}

.coupon-cart-left {
	text-align: left;
	margin-top: 20px
}

.coupon-cart-right {
	margin-top: 20px;
	text-align: right;
}

.coupon-cart-left input[type="text"] {
	background: #eee none repeat scroll 0 0;
	border: medium none;
	height: 50px;
	padding: 10px 15px;
	width: 45%;
}

.coupon-cart-left input[type="submit"] {
	background: #2a2a2a none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-weight: 600;
	height: 50px;
	margin-left: 10px;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer
}

.coupon-cart-left input[type="submit"]:hover,
.coupon-cart-right>a:hover {
	background: #ff6501 none repeat scroll 0 0;
}

.coupon-cart-right>a {
	background: #2a2a2a none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 0;
	padding: 12px 20px;
	text-transform: uppercase;
}

.calculate-shipping-left,
.calculate-shipping-right {
	margin-top: 50px;
}

.calculate-shipping-left select {
	border: 1px solid #ddd;
	height: 45px;
	padding: 5px;
	text-transform: capitalize;
	width: 100%;
}

.calculate-shipping-left select option {
	padding: 5px 10px;
}

.single-shipping input {
	border: 1px solid #ddd;
	height: 45px;
	padding: 5px 10px;
	width: 100%;
	margin: 0
}

.single-shipping {
	margin-top: 10px;
}

.calculate-shipping-left>form {
	margin-top: 15px;
}

.calculate-shipping-right {
	overflow-x: auto;
}

.calculate-shipping-right>table {
	width: 100%;
	margin-top: 15px;
}

.single-shipping button {
	background: #2a2a2a none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	float: right;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer
}

.single-shipping button:hover {
	background: #ff6501 none repeat scroll 0 0;
}

.proceed-checkout>a {
	background: #2a2a2a none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 0;
	padding: 12px 20px;
	text-transform: uppercase;
}

.proceed-checkout>a:hover {
	background: #ff6501 none repeat scroll 0 0;
}

.proceed-checkout {
	margin-top: 20px;
	text-align: left;
}

.calculate-shipping-right>h3,
.calculate-shipping-left>h3 {
	color: #333;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}


/*================================================
26 - CHECKOUT PAGE CSS
==================================================*/

.construct-checkout-form>form {
	margin-top: 30px;
}

.checkout-form-right {
	margin-bottom: 0px;
}

.construct-checkout-form>h3,
.checkout-cart-table.cart-table>h3 {
	color: #333;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.checkout-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}

.checkout-form input {
	border: 1px solid #ddd;
	height: 45px;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.checkout-form input:focus,
.checkout-form textarea:focus {
	border: 1px solid #ff6501
}

.checkout-form textarea {
	border: 1px solid #ddd;
	height: 105px;
	padding: 10px;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.checkout-cart-table {
	margin-top: 50px;
}

.payment h4 {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}

.payment {
	margin-top: 15px;
}

.checkout-cart-table>table {
	margin-top: 15px;
	margin-bottom: 0
}

.payment>img {
	float: right;
}


/*================================================
27 - SHOP PAGE CSS
==================================================*/

.construct-shop-widget {
	margin-bottom: 30px;
}

.construct-shop-widget:last-child {
	margin-bottom: 0px;
}

.construct-shop-widget>h3 {
	background: linear-gradient(127deg, #1c2022, #2d3e50);
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: left;
	text-transform: capitalize;
}

.single-product-image img {
	width: 100%;
}

.construct-shop-widget>form {
	height: 45px;
	position: relative;
}

.construct-shop-widget input {
	border: medium none;
	height: 100%;
	padding: 5px 95px 5px 10px;
	width: 100%;
	background: #f9f9f9 none repeat scroll 0 0
}

.construct-shop-widget button {
	background: #ff6501 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 85px;
}

.construct-shop-widget button:hover {
	background: #2a2a2a none repeat scroll 0 0;
}

.category>li {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
}

.category li a {
	color: #000;
	display: block;
	font-weight: 500;
	padding: 10px 15px;
	text-transform: capitalize;
}

.category li a:hover,
.pro-text a:hover,
.single-product-text h3>a:hover {
	color: #ff6501
}

.category li a:hover span {
	color: #ff6501;
}

.category li a span {
	color: #555;
	float: right;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.related-shop-pro>li {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.pro-img {
	float: left;
	height: auto;
	margin-right: 10px;
	width: 70px;
}

.pro-text>h4 {
	color: #161616;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.construct-rating ul li {
	display: inline-block;
	margin: 0 2px;
}

.construct-rating i {
	color: #f3c30b;
}

.shorting {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 15px 10px;
}

.shorting p {
	margin: 7px 0;
	text-transform: capitalize;
}

.shorting form {
	float: right;
}

.shorting form label {
	font-weight: 500;
	margin: 0;
}

.shorting select {
	border: 1px solid #ddd;
	padding: 10px;
	text-transform: capitalize;
}

.single-shop-product {
	border-bottom: 3px solid #ff6501;
	box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
	margin-top: 30px;
}

.single-product-text>h3 {
	color: #000;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
}

.product-price {
	margin: 20px 0;
}

.product-price>h3 {
	display: inline-block;
	font-size: 24px
}

.product-rating {
	float: right;
}

.product-rating>li {
	display: inline-block;
	color: #f3c30b;
	margin: 0 1px
}

.single-product-text {
	padding: 10px;
}

.product-button>a {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 7px;
	text-transform: uppercase;
	margin-right: 5px
}

.product-button>a:last-child {
	margin-right: 0
}

.product-button>a:hover {
	background: #2a2a2a none repeat scroll 0 0
}

.category>li:last-child,
.related-shop-pro>li:last-child {
	border-bottom: 0px solid #ddd
}

.pro-price {
	color: #666;
	font-weight: 500;
	text-transform: capitalize
}


/*================================================
28 - SINGLE SHOP PAGE CSS
==================================================*/

.single-pro-page-img>img {
	width: 100%;
}

.single-pro-page-img {
	box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
	display: block;
	padding: 20px
}

.single-pro-page-desc>h3 {
	color: #000;
	font-size: 27px;
	font-weight: 500;
}

.single-pro-page-desc>ul {
	margin-top: 10px;
}

.single-pro-page-desc li {
	color: #f3c30b;
	display: inline-block;
	margin: 0 2px;
}

.single-pro-page-para {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 10px 0;
	padding: 15px 0;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px
}

.qnt {
	margin-top: 25px !important;
}

.single-shop-price>p input {
	border: 1px solid #ddd;
	font-weight: 500;
	margin-left: 20px;
	padding: 5px 10px;
	width: 80px;
}

.single-shop-page-btn>a {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-right: 5px;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.single-shop-page-btn>a:hover {
	background: #2a2a2a none repeat scroll 0 0
}

.share-product {
	margin-top: 30px;
}

.share-product>h3 {
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.share-product a {
	border: 1px solid #2a2a2a;
	border-radius: 50%;
	color: #000;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	font-size: 15px
}

.share-product a:hover {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ff6501;
}


/*================================================
29 - BLOG PAGE CSS
==================================================*/

.Tags-catagory {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 10px;
}

.Tags-catagory>li {
	display: inline-block;
	margin: 4px 2px;
}

.Tags-catagory a {
	color: #000;
	display: block;
	font-weight: 500;
	padding: 7px 12px;
	text-transform: capitalize;
	background: #fff none repeat scroll 0 0;
}

.Tags-catagory a:hover {
	background: #ff6501 none repeat scroll 0 0;
	color: #fff
}

.instagram li {
	float: left;
	padding: 0 8px 8px 0;
	width: 25%;
}

.blog-btn a {
	display: inline-block;
	font-weight: 100;
  letter-spacing: 0.5px;
	color: #fff;
	background: #de5700;
	border-radius: 4px;
	margin-top: 15px;
	padding: 6px 20px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-btn a:hover {
	background: #313131;
	color: #fff;
}

.construct-blog-widget {
	margin-bottom: 30px;
}

.construct-blog-widget>h3 {
	background: linear-gradient(127deg, #1c2022, #2d3e50);
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	text-align: left;
	text-transform: capitalize;
}

/* Blog Post Styles */
.blog-post {
  padding: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-post .blog-img .post-meta {
  bottom: 40%;
  right: 40%;
  z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #ff6501 !important;
}

.blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #ff6501 !important;
}

.blog-post .content .author .name:hover {
  color: #ff6501 !important;
}

.blog-post:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 9px 11px rgb(177 177 177 / 58%);
          box-shadow: 0 9px 11px rgb(177 177 177 / 58%);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.85;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;
  -webkit-text-fill-color: #dd2427;
}

.avatar.avatar-ex-sm {
    height: 36px;
}
.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

.text-muted {
    color: #8492a6 !important;
}


.para-desc {
    max-width: 600px;
}
.text-muted {
    color: #8492a6 !important;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}

/*================================================
30 - SINGLE BLOG PAGE CSS
==================================================*/

.blog-details blockquote {
	background: #f9f9f9 none repeat scroll 0 0;
	border-left: 5px solid #e5aa0a;
	font-style: italic;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 30px;
	padding: 20px;
}

.post-share-box {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	margin-top: 30px;
	padding: 15px 20px;
}

.post-share-left>p,
.post-share-right>p {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.post-share-left a {
	color: #555;
	font-weight: 500;
}

.post-share-right {
	text-align: right;
}

.post-share-right a {
	color: #bcc4d0;
	margin-left: 5px;
}

.post_fb:hover {
	color: #4b6ea9;
}

.post_twt:hover {
	color: #65bbf2;
}

.post_gl:hover {
	color: #dd4d41;
}

.post_lknd:hover {
	color: #0075b5;
}

.single-blog.single-post {
	border: 0 solid #ddd;
}

.single-blog .blog-heading {
	border: 0 solid #ddd;
}

.single-blog .blog-heading>h3 {
	font-size: 20px;
	color: #000
}

.single-blog .blog-btn a {
	display: inline-block;
	float: right;
	font-weight: 100;
  letter-spacing: 0.5px;
	color: #fff;
	background: #313131;
	border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 4px 16px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.single-blog .blog-btn a:hover {
	background: #de5700;
	color: #fff;
}

.single-blog .blog-div {
	margin-top: 25px !important;
	border-top: 1px solid #ededed !important;
}

.latest-blog {
	width: 100%;
  float: left;
  border: 1px solid #ddd;
  background: #fff none repeat scroll 0 0;
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 9px rgb(177 177 177 / 20%);
}
.latest-blog .blog-img img {
    height: 220px;
    width: 100%;
}

.comment-count>h3 {
	text-transform: capitalize;
}

.single-comment-box {
	background: #f9f9f9 none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 0 10px 30px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.single-comment-box.reply-comment {
	margin-left: 100px;
}

.main-comment {
	font-size: 14px;
	padding: 30px 0 0 100px;
	position: relative;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
}

.author-image img {
	border-radius: 50%;
	display: block;
	width: 80px;
}

.comment-info {
	margin-bottom: 10px;
}

.comment-info h4 {
	color: #333;
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}

.comment-info>p {
	color: #666;
	font-weight: 500;
	text-transform: capitalize;
}

.reply {
	color: #666;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	margin-top: 5px;
	text-decoration: underline;
	text-transform: capitalize;
}

.reply:hover {
	color: #ff6501
}

.single-comment-item {
	margin-top: 30px;
}

.comment-group-title>h2 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px
}

.construct-leave-comment {
	margin-top: 50px;
}

.construct-leave-comment>h3 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.construct-leave-comment input[type="text"],
.construct-leave-comment input[type="email"] {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	float: left;
	height: 45px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 0;
	padding: 10px 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 45%;
}

.construct-leave-comment textarea {
	border: 1px solid #ddd;
	height: 160px;
	margin-bottom: 20px;
	padding: 5px 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 93%;
}

.construct-leave-comment>form {
	margin-top: 20px;
}

.construct-leave-comment button {
	background: #ff6501 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.construct-leave-comment button:hover {
	background: #2a2a2a none repeat scroll 0 0
}


/*================================================
31 - CONTACT PAGE CSS
==================================================*/

.construct-contact-desc>h3 {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px
}

.single-contact-left:first-child {
	margin-top: 0;
}

.single-contact-left {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	margin-top: 20px;
	margin-bottom: 22px;
	padding: 20px;
	min-height: 110px;
}

.contact-icon {
	background: #f9f9f9 none repeat scroll 0 0;
	color: #ff6501;
	display: table-cell;
	float: left;
	font-size: 30px;
	height: 75px;
	line-height: 75px;
	margin-right: 10px;
	text-align: center;
	width: 75px;
}

.contact-text>h4 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.contact-text>p {
	line-height: 26px;
	font-weight: 500
}

.construct-contact-form-right>form {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	margin-top: 0;
	padding: 20px 40px;
}

.construct-contact-form-right form p {
	margin: 10px 0;
}

.construct-contact-form-right input {
	background: #e8eef0 none repeat scroll 0 0;
	border: 1px solid #dfdfdf;
	height: 45px;
	padding: 5px 10px;
	width: 100%;
}

.construct-contact-form-right textarea {
	background: #e8eef0 none repeat scroll 0 0;
	border: 1px solid #dfdfdf;
	height: 120px;
	padding: 5px 10px;
	width: 100%;
}

.construct-contact-form-right button {
	background: #ff6501 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.construct-contact-form-right button:hover {
	background: #2a2a2a none repeat scroll 0 0
}

.construct-contact-desc {
	margin-bottom: 50px;
}

#googleMap {
	height: 370px;
	width: 100%;
}


/*================================================
32 - GALLERY PAGE CSS
==================================================*/

.gallery-menu {
	text-align: center;
	margin-bottom: 5px;
}

.gallery-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery-menu li {
	cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    color: #313131;
    padding: 5px 10px;
    padding-top: 0;
    margin: 0 10px 10px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gallery-menu li:hover {
	color: #3367c1;
}

.gallery-menu li.filtr-active {
	border-bottom: 1px solid #3367c1;
	color: #3367c1;
}

.gallery-menu li.filtr-active:before {
	border-color: #3367c1 transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 6px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	text-decoration: none;
}

.gallery-group {
	border: 1px solid #ededed;
	margin-top: 30px;
}

.gallery-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 196px;
	position: relative;
}

.gallery-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #495057;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.gallery-group:hover .gallery-bg {
	opacity: 0.7;
	transform: scale(1);
	visibility: visible;
}

.gallery-table {
	display: table;
	width: 100%;
	height: 100%;
}

.gallery-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-icon a {
	position: relative;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	z-index: 99;
}

.gallery-group:hover .gallery-icon {
	opacity: 1;
	visibility: visible;
}

.gallery-text {
	text-align: center;
	background: #f5f5f5;
	padding: 15px;
}

.gallery-text a {
	color: #3367c1;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-text h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.gallery-text a:hover {
	color: #3367c1;
}

.gallery-text .photo-name {
	font-size: 18px;
	font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.gallery-text p {
	position: relative;
	font-size: 15px;
	border-top: 1px solid #e1e1e1;
	margin: 0;
	padding-top: 8px;
}

.gallery-text p:before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #3367c1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gallery-group:hover .gallery-text p:before {
	width: 100%;
}

.gallery-text span {
	margin-right: 3px;
}

/*================================================
33 - EVENT CSS
==================================================*/

.event-item {
	border: 1px solid #ddd;
	background: #f1f1f1;
	padding: 30px;
	padding-top: 15px;
	margin-top: 30px;
}

.event-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 175px;
	margin-top: 15px;
}

.event-body {
	margin-top: 15px;
}

.event-header {
	overflow: hidden;
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

.event-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.event-header-left {
	float: left;
	vertical-align: top;
	display: table-cell;
	width: 100%;
	padding-right: 10px;
}

li.event-header-left h4 {
	font-size: 22px;
    font-weight: 700;
	margin-bottom: 5px;
}

li.event-header-left span {
	margin-right: 15px;
}

li.event-header-left span:last-child {
	margin-right: 0;
}

li.event-header-left i {
	color: #3367c1;
	margin-right: 4px;
}

li.event-header-right {
	float: right;
	vertical-align: top;
	display: table-cell;
}

li.event-header-right h5 {
	font-size: 16px;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 2px;
}

li.event-header-right span {
	color: #3367c1;
	font-size: 26px;
	font-weight: 700;
}

li.event-header-right p {
	font-size: 18px;
    font-weight: 700;
	margin: 0;
}

.event-content .button a {
	padding: 12px 20px;
}

/* Event Details */

.event-detail-content {
	margin-top: 30px;
}

.event-contact-item {
	text-align: center;
	background: #3367c1;
    color: #fff;
	padding: 30px 5px;
	margin-top: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
    color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-icon img {
	width: 25px;
	height: 25px;
}
.event-contact-icon i {
	font-size: 18px;
}
.event-contact-text {
	margin-top: 20px;
}

.event-contact-text h4 {
	font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
	margin-bottom: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-contact-text p {
	margin: 0;
}

.event-contact-item:hover{
    background: #f5f5f5;
    color: #313131;
}
.event-contact-item:hover .event-contact-icon{
    color: #3367c1;
	border: 1px solid #3367c1;
}
.event-contact-item:hover .event-contact-text h4{
    color: #313131;
}

.event-carousel {
	border: 1px solid #e1e1e1;
}

.event-carousel .owl-nav .owl-prev,
.event-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 48px;
	top: 50%;
	margin-top: -25px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.event-carousel .owl-nav .owl-prev {
	left: 0;
}

.event-carousel .owl-nav .owl-next {
	right: 0;
}

.event-carousel .owl-nav .owl-prev:hover,
.event-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.event-detail-text {
	margin-top: 30px;
}

.event-detail-text h3 {
	font-size: 22px;
	font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 15px;
}

.event-map {
	margin-top: 30px;
}

.event-map iframe {
	width: 100%;
	height: 350px;
}

/*
-------------------------------
Portfolio
-------------------------------
*/

.portfolio-menu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 6px;
}

.portfolio-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-menu li {
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	border-bottom: 1px solid #e1e1e1;
	color: #313131;
	padding: 5px 10px;
	padding-top: 0;
	margin: 0 10px;
	margin-top: 10px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-menu li:hover {
	color: #3367c1;
}

.portfolio-menu li.filtr-active {
	border-bottom: 1px solid #3367c1;
	color: #3367c1;
}

.portfolio-menu li.filtr-active:before {
	border-color: #3367c1 transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 6px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	text-decoration: none;
}

.portfolio-group {
	border: 1px solid #ededed;
	margin-top: 30px;
}

.portfolio-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 196px;
	position: relative;
}

.portfolio-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #151515;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.portfolio-group:hover .portfolio-bg {
	opacity: 0.7;
	transform: scale(1);
	visibility: visible;
}

.portfolio-table {
	display: table;
	width: 100%;
	height: 100%;
}

.portfolio-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-icon a {
	position: relative;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	z-index: 99;
}

.portfolio-group:hover .portfolio-icon {
	opacity: 1;
	visibility: visible;
}

.portfolio-text {
	text-align: center;
	background: #f5f5f5;
	padding: 20px;
}

.portfolio-text h3 a {
	font-size: 20px;
    font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-bottom: 8px;
}

.portfolio-text h3 a:hover {
	color: #3367c1;
}

.portfolio-text p {
	position: relative;
	font-size: 15px;
	border-top: 1px solid #ddd;
	margin: 0;
	padding-top: 8px;
}

.portfolio-text p:before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	width: 0%;
	height: 1px;
	background: #3367c1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-group:hover .portfolio-text p:before {
	width: 100%;
}

.portfolio-text p span {
	margin-right: 8px;
}

.project-page .portfolio-menu {
	margin-top: 0;
	margin-bottom: 5px;
}

.project-page li {
	margin-top: 0;
	margin-bottom: 10px;
}


/*
-------------------------------
Portfolio Details
-------------------------------
*/

.portfolio-carousel {
	overflow: hidden;
	margin-top: 30px;
}

.portfolio-photo-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 370px;
	position: relative;
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #3367c1;
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-carousel .owl-nav .owl-prev {
	left: 0;
}

.portfolio-carousel .owl-nav .owl-next {
	right: 0;
}

.portfolio-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.portfolio-details-text h3 {
	font-size: 26px;
	font-weight: 700;
    text-transform: uppercase;
	margin: 0;
	margin-top: 30px;
}

.portfolio-details-text p {
	margin: 0;
	margin-top: 20px;
}

.portfolio-sidebar {
	margin-top: 30px;
}

.portfolio-details,
.portfolio-form{
    border: 1px solid #ddd;
    padding: 30px;
}

.portfolio-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-details ul li {
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

.portfolio-details ul li span {
	font-weight: 600;
	color: #3367c1;
	margin-right: 5px;
}


.portfolio-form .form-group textarea {
	height: 110px;
}

.recent-project .portfolio-text {
	background: #fff;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 38px;
	top: 0;
	margin-top: -20px;
	background: #3367c1;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.project-carousel .owl-nav .owl-prev {
	right: 0;
	margin-right: 40px;
}

.project-carousel .owl-nav .owl-next {
	right: 0;
	margin-right: 0px;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

/*================================================
00 - OTHER CSS
==================================================*/

.search-btn a {
	display: inline-block;
	font-weight: 100;
  letter-spacing: 0.5px;
	color: #fff;
	background: #de5700;
	border-radius: 4px;
	margin-top: 15px;
	padding: 6px 20px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.search-btn a:hover {
	background: #313131;
	color: #fff;
}
