/*
Theme Name: MEHS OMAN 2025
Theme URI: https://wordpress.org/themes/mehs2025/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: mehs2025

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Poppins', sans-serif !important;
	line-height: 26px;
	color: #333132;
	font-size: 16px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
img {
	max-width: 100%;
	height: auto
}
.fix {
	overflow: hidden
}
p {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	margin-top: 0px;
}
input:focus, select:focus {
	outline: none;
}
input, button {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	text-decoration: none;
	color: #808080;
}
a:hover {
	color: #ee2937;
}
a:active, a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
button:focus {
	outline: none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
:before, :after {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
/*div {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}*/
.black-opacity {
	position: relative;
	z-index: 9;
}
.black-opacity:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a3;
	content: "";
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-1 {
	background: url(images/yers.jpg) no-repeat center center / cover
}
.bg-img-2 {
	background: url(images/customer.jpg) no-repeat center center / cover
}
.bg-img-3 {
	background: url(images/bg/3.jpg) no-repeat center center / cover
}
.bg-img-4 {
	background: url(images/bg/4.jpg) no-repeat center center / cover
}
.bg-img-5 {
	background: url(images/bg/5.jpg) no-repeat center center / cover
}
.bg-img-6 {
	background: url(images/bg/6.jpg) no-repeat center center / cover
}
.pt-120 {
	padding-top: 120px;
}
.ptb-120 {
	padding: 120px 0; background:#fff;
	/*background: url(images/pata.jpg);*/
	background-repeat: no-repeat;
	background-position: left 0 top -2px;
	background-size: cover;
}
.ptb-120a {
	padding: 120px 0;
}
.mb-40 {
	margin-bottom: 40px;
}
.bg-1 {
	/* background: #f1f1f1;*/
	background: url(images/bgw.jpg);
}
.bg-2 {
	height: 165px;
	background: #ffffff00;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	position: absolute;
	z-index: 99;
	width: 100%;
}
.bg-fff {
	background: #fff;
}
a#scrollUp {
	position: fixed;
	right: 10px;
	bottom: 20px;
	height: 45px;
	width: 45px;
	background: #f93947;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}
a#scrollUp:hover {
	background: #fd1e2e;
}
/*--------header-area start---------*/
.logo {
	margin: 9px 0px;
}

.logo img {
    width: 225px;
    height: auto;
}




.mainmenu {
	padding: 47px 0px;
}
.mainmenu ul, .search-wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.mainmenu ul li {
	margin-left: 20px;
	position: relative;
}
.mainmenu ul li:first-child {
	margin-left: 0px;
}
.mainmenu ul li a {
	display: block;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 17px;
	/* letter-spacing: 2px; */
	color: #ffffff;
	text-decoration: none;
}
.mainmenu ul li.active>a, .mainmenu ul li:hover>a {
	background: #ee2937;
	color: #fff;
}
.mainmenu .current-menu-item > a, .mainmenu .current-menu-ancestor > a, .mainmenu .current_page_item > a, .mainmenu .current_page_ancestor > a {
	background: #ee2937;
	color: #fff;
}
.mainmenu ul li>ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	background: #fff;
	padding: 20px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}
.mainmenu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li>ul li {
	margin-left: 0px;
	display: block;
}
.mainmenu ul li>ul li a {
	text-transform: capitalize;
}
.mainmenu ul li>ul li:hover a {
	background: transparent;
	color: #0ca7cc;
	padding-left: 20px;
}
.search-wrapper ul li {
	position: relative;
}
.search-wrapper ul li a {
	padding: 52px 0px;
	display: block;
}
.search-wrapper ul li>ul {
	position: absolute;
	right: 0;
	top: 120%;
	width: 300px;
	background: #fff;
	padding: 20px 10px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	z-index: 999;
}
.search-wrapper ul li:hover>ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
}
.search-wrapper ul li>ul li {
	display: block;
	padding: 0px;
}
.search-wrapper ul li>ul li form {
	position: relative;
}
.search-wrapper ul li>ul li input {
	width: 100%;
	height: 45px;
	border: 1px solid #e5e5e5;
	padding: 0px 45px 0px 15px;
}
.search-wrapper ul li>ul li button {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: #0ca7cc;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
.search-wrapper ul li>ul li button:hover {
	background: #222;
	color: #fff;
}
/*--------header-area end---------*/

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap {
	padding: 30px 0px;
	position: relative;
}
.responsive-menu-wrap .slicknav_btn {
	background-color: transparent;
	border-radius: 0;
	display: block;
	float: right;
	margin: 0;
	padding: 0px 0px;
	text-decoration: none;
	text-shadow: none;
	vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
	margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
	display: none;
}
.responsive-menu-wrap .slicknav_menu {
	background: transparent none repeat scroll 0 0;
	font-size: 15px;
	padding: 57px 0;
	position: absolute;
	right: 0px;
	top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: block;
	height: 2px;
	width: 25px;
	background: #333132;
}
.responsive-menu-wrap .slicknav_nav {
	background: #333132 none repeat scroll 0 0;
	border-radius: 0px;
	clear: both;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 5px 0;
	position: relative;
	top: 57px;
	width: 690px;
	z-index: 99;
	right: 0px;
	z-index: 999;
	position: relative;
}
.slicknav_nav a {
	color: #f1f1f1;
	text-decoration: none;
	text-transform: capitalize;
}
.slicknav_nav a i {
	display: none
}
.slicknav_nav a:hover {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
	color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
	background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
	font-size: 10px;
	margin: 5px;
}
.sticky-menu {
	height: 95px;
	width: 100%;
	left: 0;
	top: 0px;
	position: fixed;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.sticky-menu .logo {
	margin: 2px 0px;
}
.sticky-menu .mainmenu {
	padding: 29px 0px 0px 0px;
}
.sticky-menu .search-wrapper ul li a {
	padding: 37px 0px;
}
.sticky-menu .responsive-menu-wrap .slicknav_menu {
	padding: 42px 0px;
}
.sticky-menu .responsive-menu-wrap .slicknav_nav {
	top: 42px;
}
/*-------- responsiv-area end ------------*/

/*--------slider-area start---------*/

.slider-items {
	position: relative;
}
.slider-items img {
	visibility: hidden;
}
.slider-items:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000073;
	content: "";
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
	/* margin: 0 auto; */
	position: absolute;
	left: 200px;
	top: 40px;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider-content h2 {
	text-transform: uppercase;
	font-size: 41px;
	line-height: 67px;
	color: #fff;
	font-weight: 800;
	text-align: center;
}
.slider-content h2 span.color, .slider-content p span {
	color: #ee2938;
}
.slider-content p {
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	width: 41%;
}
.slider-content a {
	font-size: 16px;
	color: #f5f5f5;
	font-weight: 500;
}
.slider-text {
	position: relative;
	padding-left: 20%;
}
.line {
	position: absolute;
	width: 100%;
	height: 200px;
	left: 70px;
	top: -23px;
	z-index: -9;
}
.line:before, .line:after, .blog-wrap2:before, .blog-wrap2:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: transparent;
	border: 2px solid transparent;
	content: "";
	z-index: -9;
}



.next-prev-style .owl-item.active .line:before, .blog-wrap2:hover:before {
	-webkit-animation: animate 1s linear forwards;
	animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
 0% {
 width: 0;
 height: 0;
 border-top-color: #ee2938;
 border-right-color: transparent;
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 50% {
 width: 100%;
 height: 0;
 border-top-color: #ee2937;
 border-right-color: #ee2937;
 border-bottom-color: transparent;
 border-left-color: translate;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: #ee2937;
 border-right-color: #0bc9f7;
 border-bottom-color: transparent;
 border-left-color: translate;
}
}
@keyframes animate {
 0% {
 width: 0;
 height: 0;
 border-top-color: #ee2937;
 border-right-color: transparent;
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 50% {
 width: 100%;
 height: 0;
 border-top-color: #ee2937;
 border-right-color: #ee2937;
 border-bottom-color: transparent;
 border-left-color: translate;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: #ee2937;
 border-right-color: #ee2937;
 border-bottom-color: transparent;
 border-left-color: translate;
}
}
.next-prev-style .owl-item.active .line:after, .blog-wrap2:hover:after {
	-webkit-animation: animate2 1s linear forwards;
	animation: animate2 1s linear forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
@-webkit-keyframes animate2 {
 0% {
 width: 0;
 height: 0;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: translate;
 border-left-color: #ee2937;
}
 50% {
 width: 0;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
}
@keyframes animate2 {
 0% {
 width: 0;
 height: 0;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: translate;
 border-left-color: #ee2937;
}
 50% {
 width: 0;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
}
.next-prev-style .owl-nav div {
	position: absolute;
	left: .5%;
	top: 50%;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	background: #fff !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border: none;
}
.next-prev-style .owl-nav div .fa {
	line-height: 46px;
	color: #060605 !important;
}
.next-prev-style .owl-nav div:hover {
	background: #ee2938 !important;
	color: #fff !important;
}
.next-prev-style .owl-nav div.owl-next {
	left: auto;
	right: 0.5%;
}










.line-a {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 70px;
	top: -11px;
	z-index: -9;
}
.line-a:before, .line-a:after, .blog-wrap2:before, .blog-wrap2:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: transparent;
	border: 2px solid transparent;
	content: "";
	z-index: -9;
}



.next-prev-style .owl-item.active .line-a:before, .blog-wrap2:hover:before {
	-webkit-animation: animate 1s linear forwards;
	animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
 0% {
 width: 0;
 height: 0;
 border-top-color: #ee2938;
 border-right-color: transparent;
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 50% {
 width: 100%;
 height: 0;
 border-top-color: #ee2937;
 border-right-color: #ee2937;
 border-bottom-color: transparent;
 border-left-color: translate;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: #ee2937;
 border-right-color: #0bc9f7;
 border-bottom-color: transparent;
 border-left-color: translate;
}
}
@keyframes animate {
 0% {
 width: 0;
 height: 0;
 border-top-color: #ee2937;
 border-right-color: transparent;
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 50% {
 width: 100%;
 height: 0;
 border-top-color: #ee2937;
 border-right-color: #ee2937;
 border-bottom-color: transparent;
 border-left-color: translate;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: #ee2937;
 border-right-color: #ee2937;
 border-bottom-color: transparent;
 border-left-color: translate;
}
}
.next-prev-style .owl-item.active .line-a:after, .blog-wrap2:hover:after {
	-webkit-animation: animate2 1s linear forwards;
	animation: animate2 1s linear forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
@-webkit-keyframes animate2 {
 0% {
 width: 0;
 height: 0;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: translate;
 border-left-color: #ee2937;
}
 50% {
 width: 0;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
}
@keyframes animate2 {
 0% {
 width: 0;
 height: 0;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: translate;
 border-left-color: #ee2937;
}
 50% {
 width: 0;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
 100% {
 width: 100%;
 height: 90%;
 border-top-color: translate;
 border-right-color: translate;
 border-bottom-color: #ee2937;
 border-left-color: #ee2937;
}
}
.next-prev-style .owl-nav div {
	position: absolute;
	left: .5%;
	top: 50%;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	background: #fff !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border: none;
}
.next-prev-style .owl-nav div .fa {
	line-height: 46px;
	color: #060605 !important;
}
.next-prev-style .owl-nav div:hover {
	background: #ee2938 !important;
	color: #fff !important;
}
.next-prev-style .owl-nav div.owl-next {
	left: auto;
	right: 0.5%;
}




/*--------slider-area end---------*/

/*--------about-area start---------*/
.about-wrap {
	position: relative;
	padding: 28px 0px 60px 30px;
	border-top: 2px solid #ee2937;
	border-left: 2px solid #ee2937;
}
.about-wrap:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: "";
	background: #ee2937;
}
.about-wrap:after {
	position: absolute;
	right: -100px;
	top: -2px;
	width: 100px;
	height: 60px;
	border-top: 2px solid #ee2937;
	border-right: 2px solid #ee2937;
	content: "";
}
.about-wrap h2 {
	font-size: 41px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #ee2937;
}
.about-wrap h2 span {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #3a3a3a;
}
.about-wrap h3 {
	font-weight: 300;
	font-size: 21px;
	margin-bottom: 25px;
}
.about-wrap p {
	margin-bottom: 30px;
	font-size: 14px;
	color: #1f1f1f;
	text-align: justify;
	font-weight: 400;
	box-sizing: border-box;
	padding: 0px 10px 0px 0px;
}
.about-content {
	background: #fff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
	padding: 30px 0px;
	text-align: center;
}
.about-content h4 {
	font-size: 31px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #ee2937;
}
.about-content p {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 20px;
	text-align: center;
	padding: 0px;
}
.about-img {
	position: relative;
	margin-top: 100px;
}
.about-img:before {
	position: absolute;
	left: -15px;
	bottom: -15px;
	height: 95%;
	width: 98%;
	background: #444242;
	content: "";
	z-index: -9;
}
/*--------about-area end---------*/

/*--------servic-area start---------*/
.section-title {
	margin-bottom: 40px;
}
.section-title h2 {
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.section-title h3 {
	font-weight: 300;
	font-size: 19px;
	margin-bottom: 60px;
}
.spacial-img {
	position: relative;
}
.spacial-wrap {
	padding: 0px 0px 30px;
}
.spacial-item {
	margin: 8px 10px;
	position: relative;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.09);
	text-align: center;
	padding: 0px 0px;
}
.spacial-item figure {
	width: 35px;
	height: 70px;
	margin: 0;
	overflow: hidden;
	display: inline-block;
}
.spacial-item:hover figure img {
	margin-top: -35px;
}
.spacial-item:hover {
	background: #ee2937;
}
.spacial-item:hover span {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
/*.spacial-item:hover h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #fff;
}*/
.spacial-item span {
	display: block;
	margin-bottom: 10px;
}
/*.spacial-item span:before {
	font-size: 35px;
}*/
.spacial-item h4 {
	bottom: 0px;
	background: rgba(0, 0, 0, 0.48);
	color: #fff;
	left: 50%;
	transform: translate(-50%, 0%);
	position: absolute;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	width: 100%;
	margin: 0px;
	padding: 10px 5px;
}
/*--------servic-area end---------*/

/*--------project-area start---------*/
.project-area {
	padding: 120px 0px 90px;
}
.project-menu button {
	border: 1px solid #ee2937;
	padding: 7px 20px;
	background: transparent;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
	color: #737373;
	letter-spacing: 1px;
}
.project-menu button.active {
	background: #ee2937;
	color: #fff;
}
.project-wrap {
	position: relative;
	margin-bottom: 30px;
}
.project-wrap img {
	width: 100%;
}
.project-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ee2937;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
	content: "";
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.project-wrap:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 15px;
}
.project-content a:hover {
	color: #fff;
}
.project-content h3 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0px;
	color: #fff;
}
.project-content .fa {
	color: #fff;
}
/*--------project-area end---------*/

/*--------service-area start---------*/
.service-area {
	padding: 60px 0px 90px;
}
.service-wrap {
	margin-bottom: 30px;
}
.service-img {
	position: relative;
	overflow: hidden;
}
.service-img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.service-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: "";
	border: 25px solid rgba(0, 0, 0, .2);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 9;
}
.service-wrap:hover .service-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
	padding: 30px 30px;
	background: #fff;
}
.service-content h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
}
.service-content p {
	margin-bottom: 25px;
	font-size: 14px;
	color: #545454;
	text-align: justify;
	font-weight: 300;
}
.service-content a {
	height: 35px;
	width: 110px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	float: right;
	margin-top: -63px;
	color: #fff;
	background: #ee2937;
	line-height: 35px;
}
.service-content a:hover {
	background: #333132;
	color: #fff;
}
/*--------service-area end---------*/

/*--------fanfact-area start---------*/
.fanfact-area {
	padding: 80px 0px;
}
.funfact-wrap {
	text-align: center;
}
.funfact-wrap h2 {
	color: #ee2937;
	font-size: 72px;
	margin: 0px auto 20px;
	line-height: 51px;
	font-weight: 200;
	width: 100px;
}
.funfact-wrap p {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
/*--------fanfact-area end---------*/

/*--------team-area start---------*/
.team-area {
	padding: 120px 0px 90px;
}
.team-wrap {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.team-wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ee2937;
	content: "";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-wrap:hover:before {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.team-wrap:hover .team-content h4 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fff;
}
.team-content {
	position: absolute;
	left: 0;
	bottom: -108px;
	width: 100%;
	background: #fff;
	padding: 20px 0px 50px;
	text-align: center;
}
.team-wrap:hover .team-content {
	bottom: 0px;
	background: transparent;
}
.team-wrap:hover .team-content p {
	margin-bottom: 20px;
	color: #fff;
}
.team-content h4 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.team-content p {
	margin-bottom: 20px;
}
.team-content ul li {
	display: inline-block;
	margin: 0px 2px;
}
.team-content ul li a {
	display: block;
	height: 35px;
	width: 35px;
	background: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 16px;
}
.team-content ul li:hover a {
	background: #323131;
	color: #fff;
}
/*--------team-area end---------*/

/*--------testmonial-area start---------*/
.section-title2 h2, .section-title2 h3 {
	color: #fff;
}
.test-wrap {
	padding: 60px 0px 0px;
	outline: none;
}
.test-wrap i {
	color: #f53946;
	font-size: 36px;
	margin-bottom: 25px;
	margin-left: 1px;
}
.test-wrap p {
	color: #fff;
	margin-bottom: 35px;
}
.test-wrap h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #fff;
}
.test-wrap span {
	display: block;
	font-size: 14px;
	color: #ffffff;
}
.test-img-active {
	padding: 60px 30px 0px 0px;
	position: relative;
	z-index: 9;
}
.test-img-active:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 85%;
	height: 95%;
	border: 3px solid #ee2937;
	content: "";
	z-index: -9;
}
.test-img {
	position: relative;
	padding-left: 30px;
	outline: none;
}
.test-img img {
	width: 100%;
}
.test-img ul {
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background: rgba(0, 0, 0, .7);
}
.test-img ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.test-img ul li i {
	font-size: 14px;
	color: #fcb837;
}
.test-images {
	height: 110px;

	width: 110px;
	border-radius: 50%;
	border: 3px solid #ee2937;
	left: 0px;
	bottom: 80px;
	position: absolute;
	overflow: hidden;
}
ul.slick-dots {
	position: absolute;
	bottom: -50px;
}
.slick-dots li {
	display: inline-block;
	margin-right: 5px;
}
.slick-dots li button {
	height: 15px;
	width: 15px;
	font-size: 0px;
	border-radius: 50%;
	background: #bcb8b8;
	cursor: pointer;
	border: none;
}
.slick-dots li.slick-active button {
	background: #f53946;
}
/*--------testmonial-area end---------*/

/*--------blog-area start---------*/
.blog-area {
	padding: 120px 0px 90px;



}
.blog-wrap {
	margin-bottom: 30px;
}
.blog-img {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.blog-img img {
	width: 100%;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.blog-wrap:hover .blog-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.blog-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	border: 30px solid rgba(0, 0, 0, .3);
	content: "";
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
}
.blog-content h4 {
	text-transform: uppercase;
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #cee002;
	padding-bottom: 10px;
	margin: 10px 0px 20px;
}
.blog-content p {
	color: #333132;
}
/*--------blog-area end---------*/

/*--------brand-area start---------*/
.brand-area {
	padding: 100px 0px;
	background: #ee2937;
}
/*--------brand-area end---------*/
#googleMap {
	width: 100%;
	height: 450px;
	background: #cee002;
}
/*--------footer-area start---------*/
.footer-top {
	padding: 50px 0px 50px;
}
.footer-widget {
	margin-bottom: 30px;
	margin-top: 31px;
}
.footer-logo img {
	margin-bottom: 30px;
}
.footer-logo p {
	margin-bottom: 20px;
	color: #808080;
}
.footer-logo h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #808080;
}
.footer-logo span {
	display: block;
	margin-bottom: 20px;
	color: #808080;
}
.footer-logo ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}
.footer-logo ul li a {
	color: #808080;
}
.footer-logo ul li a:hover {
	color: #ee2937;
}
.footer-widget h4.widget-title {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 30px;
	margin: 30px 0px 50px;
	font-weight: 600;
	position: relative;
	color: #808080;
}
.footer-widget h4.widget-title:before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 12px;
	background: #ee2937;
	content: "";
}
.footer-contact ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
}
.footer-contact ul li a {
	word-break: break-all;
	font-size: 14px;
	color: #808080;
	text-decoration: none;
}
.footer-contact ul li i {
	height: 25px;
	width: 25px;
	font-size: 14px;
	border: 1px solid #ee2937;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
	margin-bottom: 0px;
}
.footer-menu ul li {
	line-height: 37px;
	padding-left: 30px;
	position: relative;
}
.footer-menu ul li a {
	color: #808080;
	text-decoration: none;
}
.footer-menu ul li a:hover {
	color: #ee2937;
}
.footer-menu ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f101";
	font-family: fontawesome;
	color: #808080;
}
.footer-menu ul li:hover:before {
	left: 5px;
	color: #ee2937;
}
.newsletter p {
	margin-bottom: 20px;
}
.newsletter input {
	width: 100%;


	height: 40px;
	border: 1px solid #e5e5e5;
	padding-left: 15px;
	background: transparent;
	margin-bottom: 10px;
}
.newsletter button {
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	background: #ee2937;
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
}
.newsletter button:hover {
	background: #323131;
	color: #fff;
}
.footer-bootem {
	padding: 20px 0px;
	background: #ee2937;
	text-align: center;
	color: #fff;

}
.footer-bootem p {
	margin: 0px;
}
/*--------footer-area end---------*/

/*=======================================
        home two style here
=======================================*/
.slider-area2 .slider-text {
	padding-left: 0;
}
.slider-area2 .line {
	height: 360px;
	left: 160px;
}
/*about*/
.about-area2 .about-wrap:after {
	left: 0;
	width: 0;
	height: 140px;
}
a.readmore-btn {
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	font-size: 14px;
	background: #cee002;
	font-weight: 700;
}
a.readmore-btn:hover {
	background: #333132;
	color: #fff;
}
.about-area2 .about-wrap {
	padding: 80px 0px 80px 30px;
	border-top: 2px solid #cee002;
	border-left: none;
	border-right: 2px solid #cee002;
}
.about-area2 .about-img2 {
	position: relative;
	padding-bottom: 70px;
}
.about-area2 .about-images {
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 3px solid #cee002;
	border-top: 3px solid #cee002;
}
.about-area2 .about-images a {
	position: absolute;
	height: 55px;
	width: 55px;
	background: #fff;
	line-height: 55px;
	text-align: center;
	display: block;
	left: 50%;
	border: 2px solid #cee002;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*about*/

/*---------quote-area start---------*/
.quote-area {
	padding: 50px 0px;
	background: #cee002;
}
.quote-wrap h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.quote-wrap a {
	display: inline-block;
	padding: 10px 25px;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.quote-wrap a:hover {
	background: #fff;
	color: #222;
}
/*---------quote-area end---------*/

/*---------interior-area start---------*/
.interior-area {
	background: #cee002;
	position: relative;
	padding: 130px 0px;
	overflow: hidden;
}
.interior-img {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	height: 100%;
	background: url(images/bg/3.jpg) no-repeat center center / cover;
}
.interior-img img {
	visibility: hidden;
}
.interior-wrap {
	padding-right: 30px;
}
.interior-wrap span {
	display: block;
	margin-bottom: 15px;
}
.interior-wrap span:before {
	font-size: 60px;
}
.interior-wrap h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
/*---------interior-area end---------*/
.brand-area2 {
	background: #fff;
}
/*------testimonial------*/

.test-img2 {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 3px solid #cee002;
	margin: 0px auto 30px;
	overflow: hidden;
}
.test-wrap2 i {
	font-size: 36px;
	color: #cee002;
	margin-bottom: 20px;
	display: block;
}
.test-wrap2 p {
	margin-bottom: 50px;
}
.test-wrap2 h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.test-wrap2 span {
	display: block;
	font-style: italic;
	font-size: 14px;
}
.test-active {
	padding-bottom: 50px;
}
.test-active .owl-nav div {
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 20px;
}
.test-active .owl-nav div:hover {
	color: #cee002;
}
.test-active .owl-nav div.owl-next {
	left: auto;
	right: -100px;
}
.test-active .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
.test-active .owl-dot {
	display: inline-block;
	margin: 0px 2px;
	height: 15px;
	width: 15px;
	background: #323131;
	border-radius: 50%;
}
.test-active .owl-dot.active {
	background: #cee002;
}
/*------testimonial------*/

/*-------blog-------*/
.blog-wrap2 {
	position: relative;
	margin-bottom: 30px;
	z-index: 9;
}
.blog-content2 {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px 20px;
	background: rgba(0, 0, 0, .95);
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
	display: block;
	color: #777;
	margin-bottom: 5px;
	font-style: italic;
	margin-top: -30px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 span {
	margin-top: 0px;
}
.blog-content2 h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 15px;
	margin-left: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 h4 {
	margin-left: 0px;
}
.blog-content2 h4 a {
	color: #fff;
}
.blog-content2 h4 a:hover {
	color: #cee002;
}
.blog-content2 p {
	margin-bottom: 20px;
	color: #f1f1f1;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.blog-content2 a.readmore {
	text-decoration: underline;
	color: #cee002;
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.blog-wrap2:before, .blog-wrap2:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: transparent;
	border: 3px solid transparent;
	content: "";
	z-index: 9;
}
.blog-wrap2:hover:before {
	-webkit-animation: animate3 .6s linear forwards;
	animation: animate3 .6s linear forwards;
}
@-webkit-keyframes animate3 {
 0% {
 width: 0;
 height: 0;
 border-top-color: #cee002;
 border-right-color: transparent;
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 50% {
 width: 100%;
 height: 0;
 border-top-color: #cee002;
 border-right-color: #cee002;
 border-bottom-color: transparent;
 border-left-color: translate;
}
 100% {
 width: 100%;
 height: 100%;
 border-top-color: #cee002;
 border-right-color: #cee002;
 border-bottom-color: transparent;
 border-left-color: translate;
}
}
@keyframes animate3 {
 0% {
 width: 0;
 height: 0;
 border-top-color: #cee002;
 border-right-color: transparent;
 border-bottom-color: transparent;
 border-left-color: transparent;
}
 50% {
 width: 100%;
 height: 0;
 border-top-color: #cee002;
 border-right-color: #cee002;
 border-bottom-color: transparent;
 border-left-color: translate;
}
 100% {
 width: 100%;
 height: 100%;
 border-top-color: #cee002;
 border-right-color: #cee002;
 border-bottom-color: transparent;
 border-left-color: translate;
}
}
.blog-wrap2:hover:after {
	-webkit-animation: animate4 .6s linear forwards;
	animation: animate4 .6s linear forwards;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
@-webkit-keyframes animate4 {
 0% {
 width: 0;
 height: 0;
 border-top-color: translate;
 border-right-color: translate;
 border-left-color: translate;
 border-bottom-color: #cee002;
}
 50% {
 width: 0;
 height: 100%;
 border-top-color: translate;
 border-right-color: translate;
 border-left-color: #cee002;
 border-bottom-color: #cee002;
}
 100% {
 width: 100%;
 height: 100%;
 border-top-color: translate;
 border-right-color: translate;
 border-left-color: #cee002;
 border-bottom-color: #cee002;
}
}
@keyframes animate4 {
 0% {
 width: 0;
 height: 0;
 border-top-color: translate;
 border-right-color: translate;
 border-left-color: translate;
 border-bottom-color: #cee002;
}
 50% {
 width: 0;
 height: 100%;
 border-top-color: translate;
 border-right-color: translate;
 border-left-color: #cee002;
 border-bottom-color: #cee002;
}
 100% {
 width: 100%;
 height: 100%;
 border-top-color: translate;
 border-right-color: translate;
 border-left-color: #cee002;
 border-bottom-color: #cee002;
}
}
/*-------blog-------*/

/*=======================================
        home Three style here
=======================================*/
.slider-area3 .slider-text {
	text-align: right;
	padding-left: 0px;
	padding-right: 50px;
}
.slider-area3 .line {
	left: auto;
	right: 0;
}
/*about-area*/
.about-wrap3 {
	background: #fff;
	padding: 60px 70px;
}
.about-active .slick-list.draggable {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}
.about-wrap3 h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}
.about-wrap3 h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.about-wrap3 p {
	margin-bottom: 25px;
}
.about-active {
	margin-right: -80px;
	position: relative;
	z-index: 9;
	margin-top: 32px;
}
.about-img-active i.slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.about-img-active i.slick-arrow:hover {
	background: #cee002;
}
.about-img-active i.slick-arrow.fa-chevron-left {
	right: 40px;
	z-index: 9;
}
.about-wrap-2 {
	padding: 86px 0px;
}
.about-img-active {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}
/*about-area*/

/*skill-area*/
.skill-wrap {
	padding: 10px 0px;
}
.skill-wrap h2 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.skill-wrap p {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.progress-wrap {
	overflow: hidden;
	padding-bottom: 35px;
}
.skill-wrap .progress {
	height: 10px;
	overflow: visible;
	background: #323131;
	border-radius: 5px;
}
.skill-wrap .progress-bar {
	position: relative;
	border-radius: 5px;
	background: #cee002;
}
.skill-wrap .progress-bar:before {
	position: absolute;
	right: -2px;
	top: -5px;
	width: 20px;
	height: 20px;
	background: #cee002;
	content: "";
	z-index: 9;
	border: 2px solid #323131;
	border-radius: 50%;
}
.skill-wrap .progress-bar span {
	position: absolute;
	right: 0;
	font-weight: 700;
	color: #323131;
	top: -32px;
	font-size: 14px;
}
.skill-img {
	position: relative;
}
.skill-img img {
	visibility: hidden;
}
.skill-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	content: "";
	border: 50px solid rgba(0, 0, 0, .1);
}
/*skill-area*/

/*newsletter-area*/
.newsletter-area {
	padding: 100px 0px;
}
.newsletter-area.black-opacity:before {
	background: #cee002;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.newsletter-wrap form {
	position: relative;
}
.newsletter-wrap input {
	padding: 0px 165px 0px 20px;
	height: 65px;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 25px;
}
.newsletter-wrap button {
	position: absolute;
	right: 0;
	top: 0;
	width: 165px;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
	background: #323131;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
	background: #cee002;
	color: #323131;
}
/*--------breadcumb-area start--------*/
.breadcumb-area {
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.breadcumb-wrap h2 {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	color: #cee002;
	margin-bottom: 5px;
}
.breadcumb-wrap ul li {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.breadcumb-wrap ul li a {
	color: #fff;
}
.breadcumb-wrap ul li a:hover {
	color: #cee002;
}
/*--------breadcumb-area end--------*/
/*about*/
.about-page-wrap h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-page-wrap p {
	margin: 25px 0px;
}
.about-page-wrap ul {
	position: relative;
}
.about-page-wrap ul:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #393939;
	content: "";
}
.about-page-wrap ul:hover:before {
	background: #cee002;
}
.about-page-wrap ul li a {
	display: block;
	line-height: 28px;
	font-size: 16px;
	padding-left: 40px;
	position: relative;
}
.about-page-wrap ul li a:before {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent transparent #cee002;
	content: "";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 20px;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px solid #393939;
}
.about-sidebar ul {
	margin-bottom: 60px;
}
.about-sidebar ul li {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
	border-bottom: none;
}
.about-sidebar-img {
	position: relative;
}
.about-sidebar-img img {
	width: 100%;
}
.about-sidebar-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	border: 30px solid rgba(0, 0, 0, .5);
	content: "";
}
.about-sidebar-img a {
	position: absolute;
	left: 50%;
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 4px solid #fff;
	color: #fff;
	border-radius: 50%;
	z-index: 999;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
	background: #cee002;
	color: #393939;
}
/*about*/
.project-area-without-gutter {
	padding: 120px 0px;
}
.project-area-without-gutter .project-wrap {
	margin-bottom: 0px;
}
/*blog*/
.pagination-wrap {
	margin: 20px 0px 30px;
}
.pagination-wrap ul li {
	display: inline-block;
}
.pagination-wrap ul li a, .pagination-wrap ul li span {
	height: 35px;
	width: 35px;
	line-height: 35px;
	background: #333132;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	display: block;
}
.pagination-wrap ul li span, .pagination-wrap ul li:hover a {
	background: #cee002;
	color: #333132;
}
/*-------------------------sidebar-area start-------------------------*/
.widget {
	margin-bottom: 40px;
}
.search-wrap form {
	position: relative;
}
.search-wrap input {
	width: 100%;
	height: 40px;
	padding-right: 45px;
	border: none;
	border: 1px solid #333132;
	background: transparent;
	padding-left: 15px;
}
.search-wrap button {
	position: absolute;
	right: 0px;
	background: #333132;
	border: none;
	color: #fff;
	height: 40px;
	top: 0px;
	width: 40px;
	cursor: pointer;
}
.search-wrap button:hover {
	color: #333132;
	background: #cee002;
}
.search-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #333132;
}
.search-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #333132;
}
.search-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #333132;
}
.search-wrap input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #333132;
}
.widget .widget-title {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
	line-height: 30px;
}

.sidebar-menu ul li a {
	position: relative;
	padding-left: 20px;
}
.sidebar-menu ul li a:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "\f101";
	font-family: fontawesome;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
	left: 5px;
}
.recent-post ul li {
	overflow: hidden;
	margin-bottom: 20px;
}
.recent-post ul li:last-child {
	margin-bottom: 0px;
}
.post-img {
	float: left;
	margin-right: 15px;
}
.post-content {
	overflow: hidden;
}
.post-content a {
	display: block;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}
.post-content p {
	font-size: 12px;
	font-style: italic;
}
.tag-wrap ul li {
	display: inline-block;
	margin-bottom: 5px;
}
.tag-wrap ul li a {
	display: block;
	padding: 6px 20px;
	border: 1px solid #e5e5e5;
	font-weight: 500;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 13px;
}
.tag-wrap ul li a:hover {
	color: #393939;
	background: #cee002;
	border-color: #cee002;
}
.tag-wrap {
	margin-bottom: 0px;
}
/*-------------------------sidebar-area end-------------------------*/
.blog-details-area .blog-content h4 {
	font-size: 36px;
}
.blog-details-wrap p {
	margin-bottom: 25px;
}
.blog-details-wrap blockquote {
	background: #f1f1f1;
	padding: 30px 25px 30px 40px;
	font-size: 16px;
	font-style: italic;
	margin: 40px 0;
	border-left: 10px solid #cee002;
}
.socila-link {
	margin-bottom: 100px;
}
.socila-link ul li {
	display: inline-block;
	color: #cee002;
}
.socila-link ul li a {
	font-size: 16px;
	margin-left: 7px;
}
.blog-form h3 {
	margin-bottom: 25px;
	font-weight: 700;
}
.blog-form span {
	display: block;
	margin-bottom: 3px;
}
.blog-form input, .blog-form textarea, .contact-form input, .contact-form textarea {
	width: 100%;
	height: 45px;
	margin-bottom: 25px;
	border-radius: 3px;
	background: transparent;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
}
.blog-form textarea, .contact-form textarea {
	height: 200px;
	padding-top: 10px;
}
.blog-form button, .contact-form button {
	padding: 10px 30px;
	background: #cee002;
	color: #363636;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
.blog-form button:hover, .contact-form button:hover {
	background: #222;
	color: #cee002;
}
.contact-form textarea {
	height: 270px;
}
.contact-wrap ul li {
	position: relative;
	padding: 30px 20px 30px 100px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	background: #cee002;
	margin-bottom: 25px;
	border-radius: 5px;
}
.contact-wrap ul li:last-child {
	margin-bottom: 0px;
}
.contact-wrap ul li i {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 30px;
	font-size: 35px;
	color: #222;
}
.contact-wrap ul li p {
	font-size: 14px;
	margin-top: 8px;
	font-weight: 400;
	text-transform: capitalize;
}
.contact-wrap ul li p span {
	display: block;
}
.contact-area #googleMap {
	margin-top: 100px;
}
.bg-10 {
	/*background: #f1f1f17a;*/
}
#mouse-icon {
	width: 25px;
	height: 45px;
	display: block;
	margin: -20px 0 0 -7px;
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 7;
	opacity: 1;
	bottom: 7%;
	left: 800px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#scroll-wheel {
	width: 5px;
	height: 10px;
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-animation: scrollWheel 1s linear infinite;
	-moz-animation: scrollWheel 1s linear infinite;
	-o-animation: scrollWheel 1s linear infinite;
	animation: scrollWheel 1s linear infinite;
}
 @-webkit-keyframes scrollWheel {
 0% {
top:5px;
opacity:1;
}

 100% {
top:20px;
opacity:0;
}
}
 @-moz-keyframes scrollWheel {
 0% {
top:5px;
opacity:1;
}
 100% {
top:20px;
opacity:0;
}
}
 @-o-keyframes scrollWheel {
 0% {
top:5px;
opacity:1;
}
 100% {
top:20px;
opacity:0;
}
}
.brand-logo {
	/* background-color:#ee2937;
	 width:110px;*/
	height: 100px;
	padding: 5px;
	width: 100px;
}
.brand-logo img {
	/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .8s ease-in-out;
	width: 100px;
	height: 90px;
	padding: 5px;
	border: 1px solid #ccc;
}
.brand-logo:hover img {
	ilter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01);
}
.testimonials {
	background-color: #f8f8f8;
	position: relative;
	padding-top: 80px;
}
.testimonials:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	background-color: #f8f8f8;
}
#customers-testimonials .item-details {
	background-color: #333333;
	color: #fff;
	padding: 20px 10px;
	text-align: left;
}
#customers-testimonials .item-details h5 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
}
#customers-testimonials .item-details h5 span {
	color: red;
	float: right;
	padding-right: 20px;
}
#customers-testimonials .item-details p {
	font-size: 14px;
}
#customers-testimonials .item-details .item {
	text-align: center;
	padding: 20px;
	margin-bottom: 80px;
}
.owl-carousel .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 20px;
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}
.owl-carousel .owl-prev {
	left: -70px;
}
.owl-carousel .owl-next {
	right: -70px;
}
/* Slider */
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;

}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.inner_page {
	margin: 35px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.inner_page h1 {
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #ee2937;
}
.gallary_box {
	margin: 0px;
	padding: 0px;
}
.gallary_box img {
	width: 350px;
	height: auto;
	margin: 10px;
	padding: 2px;
	border: 1px solid #f0f0f0;
	float: left;
}
.mehs-contact {
	color: #fff;
	box-sizing: border-box;
	padding: 2px 4px;
	border: 1px solid rgba(238, 41, 55, 0.7803921568627451);
	background: transparent;
	width: 100%;
	outline: none;
}
.mehs-button {
	outline: none;
	border: 1px solid #f000;
	padding: 5px 10px;
	color: #fff;
	background: #ee2937;
	transition-duration: .4s;
}
.mehs-button:hover {
	transition-duration: .4s;
	outline: none;
	border: 1px solid #fff;
	padding: 5px 10px;
	color: #000;
	background: #fff;
}
.mehs-textarea {
	color: #fff;
	box-sizing: border-box;
	padding: 2px 4px;
	border: 1px solid rgba(238, 41, 55, 0.7803921568627451);
	background: transparent;
	width: 100%;
	height: 100px;
	outline: none;
}
::placeholder {
 color: #808080;
 opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #808080;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #808080;
}
.top-icons-banner {
	background: #ee2937;
}
.top-icons ul {
	margin: 0px;
	padding: 0px;
}
.top-icons ul li {
	padding: 5px 10px;
	display: inline-block;
}
.top-icons ul li i {
	color: #fff;
	transition-duration: .4s;
}
.top-icons ul li i:hover {
	color: #000;
	transition-duration: .4s;
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #000;
}
figure.effect-goliath img, figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #ee2937;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
}
figure.effect-goliath p {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 40%;
	padding: 15px;
}
figure.effect-goliath p {
	text-align: center;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 30px, 0);
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -50px, 0);
}
figure.effect-goliath:hover h2 {
	padding: 15px;
	bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	margin: 0px;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -50px, 0);
	border: 1px solid #fff;
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-goliath p a {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.spacial-wrap .col {
	padding: 0px 0px 30px 0px;
}
.specialist {
	margin-bottom: 30px;
}
.about-wrap a {
	color: #ee2937;
	text-decoration: none;
	font-size: 15px;
}
.about-wrap a:hover {
	color: #000;
}
.ab-lef {
	margin: 0px;
	height: 0px;
	height: auto;
	width: 50%;
}
.ab-lef h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 40px;
	margin-bottom: 23px;
	color: #4e4e4e;
}
.ab-lef p {
	font-style: normal;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0em;
	text-align: justify;
	color: #505050;
	margin-bottom: 5px;
}
.about-pic {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.potb-120 {
	padding: 90px 0;
}
.contact-mid {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.contact-mid img {
	margin: 10px 0px 10px 0px
}
.aa1 {
	width: 100%;
	height: 30px;
	padding: 10px;
	color: #fff !important;
	border: 1px solid rgba(238, 41, 55, 0.7);
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	background: none;
}
.aa2 {
	width: 100%;
	height: 85px;
	padding: 10px;
	color: #fff !important;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: none;
	font-family: 'Roboto', sans-serif;
	border: 1px solid rgba(238, 41, 55, 0.7);
}
.btq {
	width: 90px !important;
	height: auto !important;
	margin: 15px 0px;
	padding: 10px 0px !important;
	color: #ffffff;
	float: right;
	text-decoration: none;
	text-align: center;
	line-height: initial;
	font-size: 15px !important;
	border: 1px solid rgba(238, 41, 55, 0.7);
	background: #ee2937;
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
	cursor: pointer;
}
.btq:hover {
	border: 1px solid #ffffff;
	color: #23282d;
	background: #ffffff;
}
 .contact-mid input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #808080;
}
.contact-mid input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #808080;
}
.contact-mid input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #808080;
}
.contact-mid input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #808080;
}
 .contact-mid input:-moz-textarea {
    /* Firefox 18- */
    opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 color: #808080;
}
.contact-info-section {
	position: relative;
}
.sec-title h2 {
	padding-top: 10px;
	color: #ee2937;
	font-size: 35px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.28em;
}
.sec-title .title {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 24px;
	color: #ee2937;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.contact-info-box {
	margin: 0px 0px 0px 0px;
	position: relative;
}
.contact-info-box .inner {
	position: relative;
}
.contact-info-box h6 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 15px;
}
.contact-info-box .text {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #848484;
	font-weight: 400;
}
.contact-info-box .text a {
	display: block;
	color: #848484;
	text-decoration: none;
}
.contact-info-box .text a:hover {
	color: #ee2937;
	text-decoration: none;
}
.contact-info-box .social-icon-two {
	position: relative;
	margin-top: 10px;
	float: right;
	overflow: hidden;
}
.social-icon-two {
	position: relative;
	margin-top: 10px;
}
.social-icon-two li {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.social-icon-two li a {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 17px;
	color: #222222;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	border: 1px solid #e6e6e6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-two li a:hover {
	color: #ffffff;
	background-color: #ee2937;
}
.contact-rig {
	width: 41%;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 90px 0px;
	height: 505px;
	float: right;
}
.breadcrumb-container {
	font-size: 13px;/*width:1170px;*/
}
.breadcrumb-container ul {
	margin: 0 !important;
	padding: 0 !important;
}
.breadcrumb-container li {
	box-sizing: unset;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.breadcrumb-container li a {
	box-sizing: unset;
	padding: 0 10px;
}
.about-banner123 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	background-color: #666;
	height: 300px;
}
.about-banner123 img {
	width: 100%;
	height: 300px;

}
.about-banner-top {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 9;
	top: 65%;
}
.about-banner-top-in {
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	height: 110px;
	/* background: #ccc; */
	text-align: center;
}
.about-banner-top-in h1 {
	padding: 0px;
	color: #fff;
	margin: 0px auto;
	padding: 0;
	font-size: 37px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
	margin-bottom: 8px;
}
.about-banner-top-in-cc {
	color: #fff;
	margin: 10px auto;
	padding: 0px;
	width: 1200px;
}
.breadcrumb-container.theme1 a {
	background: none !important;
}
.client-right-box {
	width: auto;
	box-sizing: border-box;
	padding: 0px 0px;
	position: relative;
	height: auto;
	/* border: 2px solid #e5e5e557;*/
	margin: 20px 0px 0px 0px;
}
.client-right-box img {
	height: auto;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	padding: 0px;
	margin: 0px;
}
.client-right-box p {
	margin: 0px;
	font-weight: 700;
	font-size: 14px;
	padding: 133px 13px 0px 13px;
	color: #ee2937;
	text-align: center;
}
.client-right-box a {
	margin: 0px;
	font-weight: 700;
	font-size: 14px;
	color: #ee2937;
	text-align: center;
	text-decoration: none;
}
.client-right-box a:hover {
	margin: 0px;
	font-weight: 700;
	font-size: 14px;
	color: #ee2937;
	text-align: center;
	text-decoration: none;
}
.clin-btm {
	margin-bottom: 30px;
	float: left;
}
.contactpage-lef {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.contactpage-lef img {
	margin: 10px 0px 10px 0px
}
.bb1 {
	width: 100%;
	height: 45px;
	padding: 10px;
	/* background: #12041c; */
	border: none;
	border-bottom: 1px solid rgba(238, 41, 55, 0.45);
	box-sizing: border-box;
	margin-bottom: 10px;
	/* font-family: 'Roboto', sans-serif; */
	background: none;
}
.bb2 {
	width: 100%;
	height: 130px;
	padding: 10px;
	/* background: #12041c; */
	border: none;
	border-bottom: 1px solid rgba(238, 41, 55, 0.45);
	box-sizing: border-box;
	margin-bottom: 10px;
	background: none;
	font-family: 'Roboto', sans-serif;
}
.buto {
	width: 90px !important;
	height: auto !important;
	margin: 15px 0px;
	padding: 10px 0px !important;
	color: #fff !important;
	float: right;
	text-decoration: none;
	text-align: center;
	line-height: initial;
	font-size: 15px !important;
	border: 2px solid #ff525f !important;
	/* background: transparent !important; */
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	background-color: #ee2937;
}
.buto:hover {
	border: 2px solid #ee2937;
	color: #fff;
	background: #fd0e1f;
}
.gallery-item {
	margin: 10px;
	border: 1px solid #f0f0f0;
	width: 350px;
	padding: 5px;
	float: left;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-item img {
	width: 100%;
	height: auto;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	color: antiquewhite;
}
.footer-contact .fa-home {
	margin-top: -59px;
}



.slider-area { width:auto; height:auto;}







#tab_container_292 {
	overflow: hidden;
	display: block;
	width: 100%;
	border: 0px solid #ddd;
	margin-bottom: 30px;
}
#tab_container_292 .tab-content {
	padding: 20px 0PX 0PX 0PX;
	/* border: 1px solid #e6e6e6 !important; */
	margin-top: 0px;
	background-color: #ffffff !important;
	color: #000000 !important;
	font-size: 16px !important;
	font-family: Open Sans !important;/* border: 1px solid #e6e6e6 !important; */
}
.tabordion {
	position: relative;
	width: 80%;
	color: rgba(48, 69, 92, 1);
	margin: 0;
}
.tabordion section {
	display: block;
	width: 100%;
	left: 0;
}
.tabordion section input[name="sections"] {
	left: -9999px;
	position: absolute;/* top: -9999px;*/
}
.tabordion section input[name="sections"]:checked + label {
	background-color: #ee2937;
	color: rgb(255, 255, 255);
}
.tabordion section input[name="sections"]:checked ~ article {
	display: block;
}
.tabordion section label {
	background-color: rgba(0, 0, 0, 0.8117647058823529);
	border-left: 1px solid rgb(255, 75, 0);
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 1em 0.83em;
	position: relative;
	width: 100%;
	/* z-index: 100; */
	font-family: 'Open Sans', sans-serif;
}
.tabordion section article {
	display: none;
	left: 0;
	width: 100%;
	padding: 1em;
	position: relative;
	top: 0;
	font-weight: 300;
	line-height: 1.7;
	overflow: hidden;
}
.tabordion section article p {
	margin-bottom: 1em;
}
.tabordion section article:after {
	background-color: transparent;
	bottom: 0;
	content: "";
	display: block;
	left: -229px;
	position: absolute;
	top: 0;
	width: 220px;
	z-index: 1;
}
 @media all and (min-width: 768px) {
.tabordion {
	width: 92%;
	color: rgba(48, 69, 92, 1);
}
.tabordion section label {
	/* height: 82px; */
	font-family: 'Open Sans', sans-serif;
	border-left: 3px solid rgb(255, 2, 2);
	/*padding: 1em 3%;*/
	width: 27%;
	background-color: rgba(0, 0, 0, 0.8117647058823529);
}
.tabordion section input[name="sections"]:checked + label {
	color: rgb(255, 255, 255);
}
.tabordion section label:hover {
	background-color: #ee2937;
}
.tabordion section article {
	position: absolute;
	width: 78%;
	left: 30%;
}
}
@media all and (max-width: 768px) {
.tabordion {
	width: 100%;
}
}
.tabordion p {
	display: none;
}
.sticky-menu .logo img {
	width: 150px;
}



.sticky-menu .mainmenu ul li a {  
    color: #000;    
} 
	
	
.sticky-menu .mainmenu ul li a:hover {  
    color: #fff;    
} 
		


.sticky-menu .mainmenu .current-menu-item > a, .mainmenu .current-menu-ancestor > a, .mainmenu .current_page_item > a, .mainmenu .current_page_ancestor > a {
    background: #ee2937;
    color: #fff;
}



.sticky-menu .responsive-menu-wrap {
	padding: 20px 0px;
}
.contact-info-box .inner .fa {
	color: #ee2937;
	font-size: 25px;
	padding: 10px;
	border: 1px solid #d8d8d8;
}
.contact-rig {
	padding: 15px 0px;/* border:1px solid #d8d8d8; */
}




#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(images/logo-19.png) no-repeat center center;
}












.footer-top iframe, .contact-rig iframe {
 filter: url(data:image/svg+xml;
utf8, <svg xmlns='http://www.w3.org/2000/svg'><filter id=ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
	filter: gray;
	-webkit-filter: grayscale(99%);
	-webkit-backface-visibility: hidden;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}



.button-scroll {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 999;
    bottom: 6%;
    left: 47%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
.button-scroll img {
    width: 35px;
    height: auto;
    margin: 0;
    padding: 0;
}
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}




