body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.58em;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	font-family:  'Poppins', sans-serif;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 48px;
	margin-top: 0;
	position: relative;
	font-family:  'Poppins', sans-serif;
	line-height: 1.3;
}
@media (max-width:991px){
	h1{
		font-size: 30px;
	}
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size: 30px; /*36px*/
	font-weight: 600;
	margin-top: 0;
	font-family:  'Poppins', sans-serif;
	color: #222;
}
h2 span {
	color: #222;
}
h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}
h5 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h5, h6 {
	font-family:  'Poppins', sans-serif;
	margin-top: 10px;
	font-weight: 600;
	color:#1d1d1d;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a {
	color:#1d1d1d;
}
dl, ul, ol {
    padding: 0;
}
/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.no-padding {
	padding: 0;
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0;
	padding-right: 0;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.up-80 {
		margin-top: 50px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mt-sm-50 {
		margin-top: 50px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.pt-sm-30 {
		padding-top: 30px;
	}
	.pb-sm-30 {
		padding-bottom: 30px;
	}
	.pb-sm-60 {
		padding-bottom: 60px;
	}
	.pb-sm-0 {
		padding-bottom: 0px;
	}

	.float-none-sm {
		float: none;
	}
	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
	.pl-sm-0 {
		padding-left: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.padding-sm-25 {
		padding: 25px;
	}
	
}
@media (max-width: 767px) {
	
	.text-xs-left {
		text-align: left;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.pl-xs-0 {
		padding-left: 0;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.plr-xs-15 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.padding-xs-25 {
		padding: 25px;
	}
	.padding-xs-0 {
		padding:20px 0px 20px 0px;
	}
	.pb-xs-15 {
		padding-bottom: 15px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.ptb-xs-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pt-xs-30 {
		padding-top: 30px;
	}
	.pb-xs-0 {
		padding-bottom: 0px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ml-xs-0 {
		margin-left: 0;
	}
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mb-xs-0 {
		margin-bottom: 0px;
	}
	.mtb-xs-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mb-xs-15 {
		margin-bottom: 15px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
	.float-none-xs {
		float: none;
	}
	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/*  Header Style   ||-----------*/
.header_bg{
	background: #ed282c;
}

.logo, .nav-bg {
	position: relative;
	z-index: 9;
}
.logo a {
	display: inline-block;
	padding: 26px 0;
}
.header-1 .logo a {
	display: inline-block;
	padding: 20px 0;
}
@media (min-width: 992px) {
	.header-1 .logo a {
		padding: 0px 33px 0 0;
	}
}
.menu {
	border: none;
    border-bottom: 2px solid #ed282c;
    border-top: 2px solid #ed282c;
    height: 24px;
    position: absolute;
    right: 29px;
    top: 25px;
    width: 36px;
    background: none;
    z-index: 10;
	outline: none;
}
.menu:focus{
	outline: none;
}
.menu:after {
	position: absolute;
    top: 9px;
    right: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ed282c;
}
.header ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header ul li {
	float: left;
	position: relative;
}
.navigation ul li a {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation > ul > li > a {
	display: block;
	padding: 38px 16px;
	color: #fff;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
}
.navigation > ul > li:last-child a {
	padding-right: 0;
}
.header_bg .navigation .sub-nav {
	left: 0;
	border-top: 0;
	position: absolute;
	top: 175%;
	width: 220px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;;
	-webkit-backface-visibility:hidden;
}
.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #d3191d;
	padding-bottom: 0;
	position: relative;
}
.navigation .sub-nav li a{
	position:relative;
	z-index:2;
	transition:all 0.3s ease-in-out;
}

.navigation .sub-nav li a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:scaleX(0);
	opacity:0;
	transition:all 0.4s ease-in-out;
	transform-origin: 0 0;
	background:#222;

}
.navigation .sub-nav li a:hover:before{
	transform:scaleX(1);
	opacity:1;
	z-index:-1;
}
.navigation .sub-nav li a:hover{
	color: #ffffff !important;
}
.navigation li:hover .sub-nav {
	opacity: 1;
	top: 100%;
	transition: top 0.3s ease 0s;
	-webkit-transition: top 0.3s ease 0s;
	visibility: visible;
}

.navigation .sub-nav li:last-child {
	border-bottom: 0;
}
.navigation .sub-nav li a {
	padding: 12px 20px;
	display: block;
	color: #1d1d1d;
}
/*Top bar*/
.header_bg .top-bar-section{
	background: #d3191d  !important;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-bar-section.top-bar-bg-color a {
	color: #fff;
}
.header .top_loction ul li:first-child{
	margin: 0px;
}
.header .top_loction ul li{
	    margin:0px 0px 0px 25px;
}
.header .top_loction ul li a i{
	    margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header .top_loction ul li {
    margin: 0px 0px 0px 10px;
}
}
.header .top_loction{
	margin: 21px 0;
	/* margin-bottom: 18px; */
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-bar-section a i {
	font-size: 16px;
}
.top-bar-section .top-social-icon .icons-hover-black a{
	    display: inline-block;
	    font-size: 18px;
	    line-height: 49px;
	    border-left: 1px solid #e7441e;
	    padding: 8px 16px;
	    color: #fff;
	    border-color: #e7441e;
	    transition: all .3s ease;
}
.header_bg .top-bar-section .top-social-icon .icons-hover-black a:hover, .header_bg .top_loction ul li a:hover{
	color: #E3960A;
}
/*  Header style 2   ||-----------*/
.header-1 .nav-wrap {
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}
.header_bg .reletiv_box {
	position: relative;
}

.header_bg .reletiv_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -375px;
	height: 100%;
	width: 70px;
	background: #ed282c;
	transform: skewX(-24deg);
}
.header_bg .reletiv_box:before {
	content: '';
	width: 50%;
	height: 100%;
	background:#fff;
	position: absolute;
	top: 0;
	left: -338px;
}
.header-1 .navigation > ul > li > a {
	padding: 38px 15px;
}
.header-1 .navigation > ul > li > a.active,
.header-1 .navigation > ul > li:hover > a{
	color:#222;
	background: #d3191d;
}
@media (min-width: 768px) and (max-width: 991px) {
.header_bg .top-bar-section{
	display: none;
}	
.header_bg .reletiv_box:before{
	    width: 67.2%;
}
.header_bg .reletiv_box:after{
	    left: 67%;
}
}

@media (max-width: 767px) {
.header_bg .reletiv_box:after{
	display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.header-1 .reletiv_box:before{
	    width: 59.1%;
}
.header-1 .reletiv_box:after{
	    left: 59%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		margin-left: 0;
	}
	.navigation > ul > li > a {
		padding: 38px 13px;
	}
	.navigation .sub-nav {
		left: -27px;
	}
	.header-1 .nav-wrap:after {
		margin-left: -167px;
	}
	.header-1 .nav-wrap:before {
		left: -166px;
	}
	.header-1 .navigation li:hover .sub-nav {
		top: 77%;
	}
.header-1 .navigation > ul > li > a {
    padding: 30px 8px;
}	
	
}

@media (max-width: 767px) {
	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.header ul, .header ul li {
		float: none !important;
	}
	.top-social-icon {
		text-align: center;
	}
	.logo a {
		padding: 29px 0px !important;
	}
	.header-1 .logo a {
		padding: 17px 0 20px !important;
	}
	.header-1 .logo img{
		height:40px;
	}
	.navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background: #d3191d;
	}
	.header-1 .navigation {
		top: 1px;
	}
	.navigation ul li {
		border-bottom: 1px solid #fff;
	}
	.navigation > ul > li > a, .navigation > ul > li:last-child a, .header-1 .navigation > ul > li > a {
		padding: 20px 16px;
		color: #fff;
	}
	.header-1 .navigation > ul > li > a.active, .header-1 .navigation > ul > li:hover > a {
		color: #fff;
		background: #d3191d;
	}
	.navigation .sub-nav li a{
		color:#383838;
	}
	#header .navigation .sub-nav {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		border-top: none;
		transition: inherit;
		-webkit-transition: inherit;
		padding: 0;
	}
	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 20px;
		cursor: pointer;
		pointer-events: none;
		/* transform: translateY(-50%); */
	}
	.navigation ul li ul {
		display: none;
	}
	.top-social-icon {
		float: none !important;
		;
	}
	.header-1 .nav-wrap:before, .header-1 .nav-wrap:after {
		display: none;
	}
	.header-1 .top-bar-section{
	display: none;
}	
}
/** Breadcrumb **/
.breadcrumb-wrapper{
    background-color: #706f6f;
    position: relative;
    overflow: hidden;
}
.breadcrumb-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -345px;
    height: 100%;
    width: 100px;
    background: #00aab7;
    transform: skewX(-33deg);
    z-index: 1;
}
.breadcrumb-wrapper::after{
    content: '';
    width: 50%;
    height: 100%;
    background: #00aab7;
    position: absolute;
    top: 0;
    right: -295px;
}
.breadcrumb-title{
    color: #fff;
}
.breadcrumb-title span{
    text-transform: uppercase;
}
/** color **/
.robin-blue{
    border: 2px solid #00abb8;
}
.shape-img {
    margin-left: 25%;
}
.shape-img figure{
    transform: skew(-30deg, 0deg);
    overflow: hidden;
    width: 200px;
    height: 100%;
    float:  left;
}
.shape-2{
    margin-left:5px;
}
.shape-img figure img{
    object-fit: cover;
    transform: translateX(-30%) skew(30deg, 0deg);
    height: 100%;
    width: auto;
}

.content-box{
    position: relative;
    overflow: hidden;
}
.content-box .title{
    padding: 5px;
}
.content-box .title::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -50px;
    bottom: 0;
    width: 360px;
    height: 54px;
    transform: skew(-40deg, 0deg);
    background: #00abb8;
    z-index: -1;
}
.content-box .title p {
    margin-bottom: 0;
    color: #fff;
    line-height: normal;
    font-size: 14px;
}
.content-box .title h4{
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: normal;
}
.content-box .content {
    padding: 20px;
}
.content-box ul{
    list-style: none;
}
.content-box ul li{
    margin-bottom: 5px;
    line-height: 28px;
}
.d-col {
    flex: 0 0 20%;
    padding: 0 15px;
    margin-bottom: 15px;
}
/** Page Title **/
.section-head{
    position: relative;
    width: 100%;
}
.wt-separator-outer {
    overflow: hidden;
}
.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}
.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #ffbc13;
}
.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
    background-color: #e7441e;
}
.wt-separator .separator-left {
    left: -80px;
}
.wt-separator .separator-right {
    right: -80px;
}
.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
    height: 3px;
}
/** Banner  **/
.intro-area{
	position: relative;
	overflow: hidden;
}
.intro-area .bg-wrapper{
    position: relative;
	height: 500px;
}
.bg-wrapper img,
.intro-bg img{
	max-width: 100%;
	height: auto;
}
.intro-bg img{
	opacity: 0.75; /*0.95*/
}
.absolute-img{
	position: absolute;
	top: -15%; /*-50%*/
}
.intro-area .intro-bg{
    position: absolute;
    top: 0px;
    min-height: 500px;
    z-index: 2;
}
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.display-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -145px;
}
.slider-content {
    position: relative;
}
.best-title {
    font-size: 20px;
    font-weight: 500;
    color: #d9d9d9;
    text-transform: capitalize;
}
.layer-2 p {
    font-size: 16px;
    line-height: 30px;
    max-width: 600px;
    color: #e0e2e3;
    margin-bottom: 30px;
}
.layer-1 h2 {
    color: #fff;
    font-size: 54px;
    line-height: 64px;
    max-width: 640px;
    margin-bottom: 20px;
}
.ready-btn {
    color: #fff;
    font-weight: 600;
    padding: 13px 30px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
     border-radius: 3px;
}
.anti-btn {
    background-color: #ff5e14;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}
.anti-btn::before{
    background-color: #071942;
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    border-radius: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.anti-btn:hover{
    color:#fff;
    transform: translateY(-5px);
    transition: 0.5s;
     border-radius: 3px;
}
.anti-btn:hover::before{
    width: 100%;
    left: 0;
    right: auto;
    color: #fff;
}
.color {
    color: #ff5e14;
}
.slider-content .video-content {
    display: inline-block;
    margin-left: 30px;
}
.slider-content .video-play.vid-zone i {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background: #fff;
    color: #ff5e14;
    margin-right: 10px;
    transition: 0.4s;
}
.slider-content .video-content a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
}
.slider-content .video-content a:hover i {
    background: #ff5e14;
    color: #fff;
    transition: 0.4s;
}
.slider-content .video-content a:hover span {
    color: #ff5e14;
    transition: 0.4s;
}
.intro-area-4 .layer-1 h2 {
    font-size: 56px;
    line-height: 68px;
    max-width: 870px;
    margin: 0px auto 20px;
    text-transform: capitalize;
}
.intro-area-4 .layer-2 p{
    margin: 0px auto 30px
}
.intro-area-4 .intro-content {
    margin-top: -120px;
}
.color-text {
    color: #ff5e14;
}

/** About **/
.about-us-img {
    position: relative;
    z-index: 2;
}
.about-us-img::before {
    position: absolute;
    content: "";
    background: #e7441e;
    width: 100%;
    height: 100%;
    left: -25px;
    top: 30px;
    z-index: -1;
	border-radius: 10px;
}
.about-us-img img{
	max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.about-two__left {
    position: relative;
    display: block;
    margin-right: 100px;
}
.about-two__img-box {
    position: relative;
    display: block;
}
.about-two__img-box img{
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.about-two__img-one {
    position: relative;
    display: block;
}
.about-two__img-one img {
    width: 100%;
    border-radius: 5px;
}
.about-two__img-two {
    position: absolute;
    bottom: -210px;
    right: -50px;
}
.about-two__img-two img {
    width: auto;
    border-radius: 5px;
}
/** Service Area **/
.single-service {
    background: #f3f3f3 none repeat scroll 0 0;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 45px;
    padding: 40px 15px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	height: 100%;
    max-height: 185px;
}
.single-service .service-icon {
    background-color: #f3f3f3;
    border-radius: 50%;
    box-sizing: border-box;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin: -42px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.single-service .service-icon i:before {
    font-size: 30px;
    margin-left: 0;
    color: #f26723
}
.single-service > .d-flex > * {
    flex-shrink: 1;
    flex-basis: auto;
    flex-grow: 1;
}
.single-service .service__icon{
	/* width: 80px;
    height: 80px; */
}
.single-service:before {
    background: #f26723 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.single-service:after {
    background: #f26723 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.single-service h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333
}
.single-service > h3 > a:hover{
    color: #f26723
}
.single-service ul{
	list-style: none;
	text-align: left;
}
.single-service ul li {
	padding-left:15px;
	margin-bottom:5px;
	line-height:20px;
}
.flat-icon{
	position: relative;
    display: inherit;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.flat-icon:before{
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: auto;
}
.flaticon-camera:before{
	background-image: url('../../assets/images/icon/camera.png');
}
.flaticon-safety:before{
	background-image: url('../../assets/images/icon/safety.png');
}
.flaticon-control:before{
	background-image: url('../../assets/images/icon/control.png');
}
.flaticon-metering:before{
	background-image: url('../../assets/images/icon/metering.png');
}
.flaticon-audio:before{
	background-image: url('../../assets/images/icon/audio-visual.png');
}
.flaticon-networking:before{
	background-image: url('../../assets/images/icon/network.png');
}
.flaticon-power:before{
	background-image: url('../../assets/images/icon/power.png');
}
.flaticon-iot:before{
	background-image: url('../../assets/images/icon/iot.png');
}
/** Our Projects **/
.our-projects{
    background-color: #ededed;
}
.single-gallery-img {
    margin-top: 30px;
    position: relative;
    overflow: hidden
}
.single-gallery-img img {
    background: #f26723 none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}
.single-gallery-img {
    background: #f26723 none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    max-width: 100%;
    -webkit-perspective: 1200px;
            perspective: 1200px;
    -webkit-transform: translate3d(0px, 0px, 300px);
            transform: translate3d(0px, 0px, 300px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-radius:5px;
}
.single-gallery-img:hover img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.single-gallery-img .gallery-caption:before {
    content: "";
    height: 160px;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
            transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 160px;
}
.single-gallery-img:hover .gallery-caption:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
.gallery-caption .title {
    position: absolute;
    height: 36px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    border: none;
    color: #fff;
    padding-left: 10px; /*30px*/
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
}
.gallery-caption .title:before{
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    width: 100%;
    height: 36px;
    transform: skew(45deg, 0deg);
    background: #e7441ec2;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.single-gallery-img:hover .gallery-caption .title{
    opacity: 1;
}
.single-gallery-img:hover .gallery-caption .title:before{
    opacity: 1;
}
.gallery-caption p {
    font-size: 121%;
    line-height: 2;
    text-align: center;
    text-transform: none;
    width: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.gallery-caption p a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    display: inline-block;
    margin: 0 2px
}
.gallery-caption p a i:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    height: 50px;
    line-height: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    vertical-align: middle;
    width: 50px;
    color: #333
}
.gallery-caption p a i {
    color: #1c1c1c;
    display: inline-block;
    font-weight: 300;
    margin-right: 12px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.gallery-caption p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0px);
            transform: translate3d(-60px, -60px, 0px);
}
.single-gallery-img:hover p i:empty {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
}
.gallery-caption p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0px);
            transform: translate3d(60px, -60px, 0px);
}
.project-pagination .owl-nav > .owl-prev, .project-pagination .owl-nav > .owl-next{
	position: absolute;
	top:45%;
	background: #fff;
    padding: 10px;
}
.project-pagination .owl-nav > .owl-prev{
	left: -15px;
}
.project-pagination .owl-nav > .owl-next{
	right: -15px;
}
/** Our Clients **/
.client-logo {
    object-fit: contain;
    max-width: 100%;
    height: 135px;
}
/** Footer **/
.widget {
    margin-bottom: 40px;
}
.widget-title{
    margin: 0 0 25px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.widget-title:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #2d3239;
    margin-bottom: 10px;
}
.widget-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 18px;
    height: 3px;
    margin: 0 0 0;
    width: 70px;
    margin: 10px 0;
    background-color: #ffbc13;
}
.footer{
    background: #cb1517;
    overflow: hidden;
    position: relative;
}
.footer .widget-title{
    color:#fff;
}
.footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #e7441e;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}
.widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
    color:#fff;
}
.widget_services ul li a {
    color: #fff;
}
/* .footer-shape-1{
    content: "";
    width: 40px;
    height: 100%;
    background: #f7f6f2;
    position: absolute;
    right: 0%;
    top: 85%;
    transform: translate(-200%, -50%) skew(-45deg, 0deg);
} */
.footer .copyright {
    text-align: center;
    padding: 18px 0 10px;
    background: #ed282c;
    position: relative;
}
.footer .copyright p, .footer .copyright p a {
    color: #ffffff;
    margin: 0px;
}