﻿/******************************** Global stlye ********************************/
body {
	position: relative;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: gray;
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	color: black;
}
h1 {
	font-size: 70px;
	font-weight: 700;
	line-height: 75px;
}
h2 {
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	font-weight: normal;
}
h4 {
	font-size: 24px;
	font-weight: normal;
}
h5 {
	font-size: 18px;
	font-weight: normal;
}
h6 {
	font-size: 14px;
	font-weight: normal;
}
p {
	line-height: 25px;
}
ul {
	list-style-type: none;
}
body a {
	text-decoration: none;
	color: gray;
	display: inline-block;
}
a:hover,a:focus,a:visited {
	text-decoration: none;
	outline: none;
	transition: all 0.4s ease-in-out;
}
img {
	max-width: 100%;
	display: block;
}
button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	cursor: pointer;
}
button:focus {
	outline: none;
}
input,textarea {
	outline: none;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
}
.section-spacing {
	margin-bottom: 100px;
}
.m-top0 {
	margin-top: 0 !important;
}
.m-bottom0 {
	margin-bottom: 0 !important;
}
.p-bottm0 {
	padding-bottom: 0 !important;
}
.no-border {
	border: none !important;
}
.tran3s{
	transition: all 0.4s ease-in-out;
}
/*----------------- Theme button ------------------*/
.btn {
	color: white;
	background: blue;
	border-radius: 2px;
}
.btn:hover{
	color: white;
	background: orange;
}
.big-btn{
	line-height: 52px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding:0px 40px;
}
/******************************** Background-Color Style********************************/
.darkblack-wrapper{
	background:rgb(33,33,33);
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.darkblack-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.08);
    -webkit-transform: matrix(1, 0, 0.5, 1, 150, 0);
    -ms-transform: matrix(1, 0, 0.5, 1, 150, 0);
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1; 
}


/******************************** Header Style********************************/
header .logo {
	padding: 10px 0;
}
header .our-address {
}
header .our-address li {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	margin: 20px 0 0 10px;
	color: orange;
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	header .logo {
		width:100%;
		text-align:center;
		padding:0;
	}
	.our-address{display:none;}
}
/*------------------- Theme Title ------------------*/
.theme-title-one {
	position: relative;
	margin-bottom: 60px;
}

.theme-title-one .title {
	position: relative;
	padding-bottom: 24px;
}

.theme-title-one .title:before {
	content: '';
	width: 62px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background:blue;
}

.theme-title-one.text-center .title:before {
	left: 50%;
	margin-left: -31px;
}
/*----------------------owl and fancybox theme ------------------*/
.item .img-box {
	overflow: hidden;
	position: relative;
}
.item .img-box img {
	width: 100%;
}
.item .img-box:hover img {
	transform: scale3D(1.1,1.1,1);
	transition: all 0.3s ease-in-out;
}
.item .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transform: scale(0.5);
	background:rgb(255,255,255,0.5);
	transition: all 0.3s ease-in-out;
}
.item:hover .overlay {
	opacity: 1;
	transform: scale(1);
}
.item .img-box .overlay .play-button {
	width: 72px;
	height: 72px;
	margin: 0 auto;
	text-align: center;
	line-height: 72px;
	font-size: 28px;
	border-radius: 50%;
	position: relative;
	top: 50%;
	background: white;
	transform: translateY(-50%);
}
.item .img-box .overlay .play-button:before {
	content: '';
	position: absolute;
	border-radius: 50%;
}
.item .img-box .overlay .play-button:before {
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
/*---------------------------- about product --------------------------------*/
.breadcrumbs-wrapper{
	position:relative;
	margin:0;
	padding:20px 0;
	background:rgb(0,0,0,0.5);
}
.breadcrumbs a,.breadcrumbs span{
	color:orange;
}
.breadcrumbs a:hover{
	color:white;
}
/*---------------------------- about product --------------------------------*/
.about-product .text {
	position: relative;
	margin-top:20px;
}
.about-product .text .product-name {

}
.about-product .text .product-name span {
	font-size: 13px;
	font-style: italic;
	color: blue;
}
.about-product .text .product-name h5 a {
	color:black;
}
.about-product .text p {
	padding-top: 12px;
}

/*---------------------------- laest Project --------------------------------*/
.last-project .title{
	color: white;
	margin-top:60px;
}
.last-project .text {
	position: relative;
	padding:20px;
	background:white;
}
.last-project .text span {
	color: orange;
}
.last-project .text h5 a{
	color:black;
}
.last-project .text .tag {
	color:black;
	padding: 13px 0;
}
.meta {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: orange;
}
/*--------------------- Quote Banner -----------------*/
.quote-wrapper {
	background: url(../images/img3.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.quote-wrapper .overlay {
	background: rgba(31,31,31,0.3);
	padding: 110px 0;
	color: white;
}
.quote-wrapper .overlay h2 {
	color: white;
}

/*---------------------------- About Company -----------------------*/
.about-compnay .theme-title-one {
	margin-bottom: 30px;
}
.about-compnay .text-wrapper p {
	margin-bottom: 22px;
}
.about-compnay .text-wrapper ul {
	margin: 0 -20px;
	padding: 10px 0 18px 0;
}
.about-compnay .text-wrapper ul li {
	float: left;
	width: 50%;
	padding: 0 20px;
	line-height: 35px;
}
.about-compnay .text-wrapper ul li span {
	display: block;
	color: black;
	position: relative;
	padding-left: 18px;
}
.about-compnay .text-wrapper ul li span:before {
	content: '';
	font-family: 'font-awesome';
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	color: gray;
}
.about-compnay .text-wrapper .theme-button-one {
	margin-top: 30px;
}
.about-compnay .about-feature .single-feature {
	border: 1px solid #e6e6e6;
	background: white;
	padding: 20px 15px 30px 30px;
	margin-bottom: 20px;
}
.about-compnay .about-feature .single-feature .fa {
	color:blue;
}
.about-compnay .about-feature .single-feature .title {
	color:black;
	margin-left:5px;
}
/******************************** Footer Style********************************/
footer {
	background: rgb(33,33,33);
 	padding: 5em 0 0 0;
  	z-index: 0;
  	position: relative;
  	overflow: hidden; 
}
footer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58%;
    content: '';
    background: rgba(255, 255, 255, 0.03);
    -webkit-transform: matrix(1, 0, 0.5, 1, 150, 0);
    -ms-transform: matrix(1, 0, 0.5, 1, 150, 0);
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1; 
}
.top-footer {
	border-bottom: 1px solid rgb(225,225,225,.25);
	position: relative;
	padding-bottom: 25px;
}
.top-footer ul li {
	display: inline-block;
	position: relative;
}
.top-footer ul li h6 {
	font-size: 16px;
	color:gray;
}
.top-footer ul li a {
	font-size: 20px;
	color: white;
}
.top-footer ul li a:hover {
	color:blue;
}
.top-footer ul li .fa {
	font-size: 20px;
	top: -3px;
	color:blue;
}
.top-footer ul li:first-child {
	float: left;
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid rgb(225,225,225,.25);
}
.top-footer ul li:last-child {
	float: right;
	padding-left: 20px;
	border-left: 1px solid rgb(225,225,225,.25);
}
.top-footer ul li:first-child .icon {
	right: -50px;
}
.top-footer ul li:last-child .icon {
	left: -55px;
}
.top-footer .logo {
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.top-footer .logo {
		position:relative;
		text-align:center;
	}
}
/***************************************/
.bottom-footer {
	padding: 45px 0 35px 0;
}
.bottom-footer .title {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}
.bottom-footer .about-widget p:nth-child(2) {
	border-bottom: 1px solid rgb(225,225,225,0.25);
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.bottom-footer .about-widget p span {
	color: white;
}
.bottom-footer .list-widget ul li a {
	margin-bottom: 12px;
}
.bottom-footer .list-widget ul li a:hover {
	color: blue;
}
.bottom-footer .list-widget ul li:last-child a {
	margin-bottom: 0;
}
.bottom-footer .comment-widget ul li {
	padding: 10px 0 22px 40px;
	position: relative;
	margin-bottom: 16px;
	border-bottom: 1px solid rgb(225,225,225,0.25);
}
.bottom-footer .comment-widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.bottom-footer .comment-widget ul li img {
	float: left;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	margin-top: 15px;
}
.bottom-footer .comment-widget ul li .twitter{
	position:absolute;
	top:5px;
	left:0;
	color:blue;
	font-size:25px;
}
.bottom-footer .comment-widget ul li .text {
	float: left;
	width: calc(100% - 0px);
	padding: 0 10px 0 15px;
}
.bottom-footer .comment-widget ul li p a {
	color: white;
}
.bottom-footer .comment-widget .date {
	font-size: 13px;
	margin-top: 10px;
}
.bottom-footer .comment-widget .date i {
	color: blue;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 10px;
}
.bottom-footer .subscribe-widget form {
	position: relative;
	height: 48px;
	margin-bottom: 20px;
}
.bottom-footer .subscribe-widget form input {
	width: 100%;
	height: 100%;
	border: none;
	background: #2d2d2d;
	border-radius: 10px;
	padding: 0 58px 0 15px;
	color: blue;
}
.bottom-footer .subscribe-widget form button {
	position: absolute;
	width: 55px;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 10px 10px 0;
	font-size: 20px;
	color: white;
	background:blue;
}
.bottom-footer .social-icon li {
	display: inline-block;
	margin: 35px 5px 0 0;
}
.bottom-footer .social-icon li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #2d2d2d;
	color: gray;
	font-size: 13px;
}
.bottom-footer .social-icon li a:hover {
	color: white;
	background:blue;
}
.bottom-footer .row [class*="col"] {
	margin-bottom: 45px;
}
footer .copyright-wrapper {
	background:rgb(0,0,0,.25);
	text-align: center;
	padding: 22px 0;
}
/*****************************************/
.scroll-top {
	width: 25px;
	height: 25px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	text-align: center;
	color: white;
	background:orange;
	font-size: 18px;
	display: none;
	cursor: pointer;
	border-radius: 3px;
}
.scroll-top:hover{
	background: blue;
}
.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}