@charset "utf-8";
/* CSS Document */
/*******GOOGLE-FONT************/
@font-face {
	font-family: 'Oswald-Bold';
	src: url('../fonts/Oswald-Bold.ttf');
}
@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
	font-family: 'Oswald-Regular';
	src: url('../fonts/Oswald-Regular.ttf');
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color:#000;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	background: url(../images/body-bg.jpg) repeat;
	background-attachment:fixed;
	overflow-x:hidden;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover, a:focus{
	text-decoration:none;
	outline:0;
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}


/****** Loader Start *******/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #fff;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
#loader {
	-webkit-animation-name: rotating;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	animation-name: rotating;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
	max-width: 200px;
	border: 5px solid #FF6103;
	border-radius: 50%;
	padding: 20px;
}




@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
}
@keyframes rotating {
  
   from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
 
}


/****** Loader End *******/

/*****************INDEX*************/
.main-banner {
	position: relative;
}
.main-header {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.header-top {
	background: #FF6103;
	padding: 6px 10px;
	position:relative;
}
.header-top::before {
	width: 0;
	height: 0;
	border-bottom: 40px solid #FF6103;
	border-left: 46px solid transparent;
	position: absolute;
	content: '';
	z-index: 9999;
	left: -46px;
	top: 0px;
}
.header-top h5 {
	color: #000;
	float: right;
	font-size: 18px;
	font-family: 'Oswald-Regular';
	text-transform: uppercase;
}
.call p {
	float: right;
	padding: 2px 10px 0 0;
	color: #fff;
	font-size: 16px;
}
.call p a{
	color:#fff;
	font-size:16px;
	font-weight:normal;	
}
.call p i {
	background: #222;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	line-height: ;
	line-height: 23px;
	margin-right: 6px;
}
.menu-block {
	box-shadow: 0px 0px 6px #7e7b7b;
	z-index: 999999999;
	position:relative;
}

.menu > ul {
	float: right;
	margin: 14px 0;
}
.menu > ul > li {float:left;
position:relative;
margin:0px 5px}
.menu > ul > li > a {
	padding: 10px 10px;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff !important;
	display: block;
	border-bottom: 3px solid transparent;
	font-weight: 600;
	font-family: 'Oswald-Light';
}

.menu > ul > .current-menu-item a {
	color: #fff !important;
	border-bottom: 2px solid #FF6103;
}

.menu > ul > li > a:hover {
	color:#fff !important;
	border-bottom: 2px solid #FF6103;
}
.menu-toggle{
	display:none;	
}
.logo-area img {
	width: 150px;
}
.header-menu {
	background: #363636;
	height: 83px;
}
/*************welcome*************/
.welcome-area {
	padding: 30px 0;
}
.welcome-head {
	background: url(../images/welcome-head-bg.png) no-repeat;
	background-size: 100% 100%;
	/* position: relative; */
	/* margin-left: 60px; */
	display: inline-block;
	float: right;
	width: 459px;
}
.welcome-head h4{
	font-size:31px;
	font-family: 'Oswald-Regular';
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:bold;	
}
.welcome-head h4 span{
	color:#FF6103;	
}
.welcome-head::after {
	position: absolute;
	content: '';
	width: 140px;
	height: 4px;
	background: #FF6103;
	color: #FF6103;
	margin: 15px 0;
}
.welcome-head h4 span{
	color:#FF6103;
}
.welcome-head h6 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 5px;
	font-family: 'Oswald-Regular';
}
.area-no {
	/* position: absolute; */
	/* top: -23px; */
	/* left: 0; */
	display: inline-block;
	float: left;
}
.area-no h1 {
	color: #363636;
	font-size: 79px;
	font-family: 'Oswald-Regular';
	line-height: 109px;
}
.welcome-content {
	margin: 50px 0;
}
.welcome-content p{
	font-family: 'Roboto-Light';
	color:#000;
	font-size:15px;
	line-height:24px;	
}
.main-btn {
	margin-top: 60px;
	position: relative;
}
.main-btn::after {
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-left: 26px solid #343434;
	border-bottom: 20px solid transparent;
	position: absolute;
	content: '';
	top: -12px;
}
.main-btn a {
	background: #FF640A;
	color: #fff;
	padding: 11px 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	border:1px solid #ff640a;
}
.main-btn a:hover{
	border:1px solid #ff640a;
	color:#000;
	background:none;	
}
.pro-hold {
	background: #FFF;
	transform: rotate(45deg);
	height: 250px;
	width: 250px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	margin: 72px auto;
	box-shadow: 0 0 0 15px rgba(291,291,291,0.5);
	left: 0;
}
.pro-hold2 {
	background: #FFF;
	transform: rotate(45deg);
	height: 250px;
	width: 250px;
	max-width: 100%;
	position: absolute;
	overflow: hidden;
	margin: 72px auto;
	z-index: -1;
	top: 100px;
	right: 0px;
	box-shadow: 0 0 0 15px rgba(291,291,291,0.5);
}
.welcome-img {
	margin-bottom: 100px;
}
	.wel-img {
		background-size: cover !important;
		width: 380px;
		height: 380px;
		transform: rotate(-45deg) translateY(-21%);
		position: absolute;
		top: 0px;
		left: 0;
		background-position: center !important;
		object-fit:cover;
	}
/****services*******/
.our-services {
	padding: 30px 0;
	background:url(../images/service-bg.jpg);
	background-size: 100% 100%;
	background-attachment:fixed;
}
.service-head {
	background: url(../images/service-head-bg.png) no-repeat;
	background-size: 100% 100%;
	/* position: relative; */
	/* margin-right: 80px; */
	display: inline-block;
	float: left;
	width: 450px;
}
.service-head h4 {
	font-size: 43px;
	font-family: 'Oswald-Regular';
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color:#fff;
}
.service-head::after {
	position: absolute;
	content: '';
	width: 140px;
	height: 4px;
	background: #FF6103;
	color: #FF6103;
	margin: 15px 0;
	right: 107px;
}
.service-head h4 span{
	color:#FF6103;
}
.service-head h6 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	font-family: 'Oswald-Regular';
	text-align: right;
	color: #fff;
}
.area-no1 {
	/* position: absolute; */
	/* top: -23px; */
	/* right: 0; */
	display: inline-block;
	float: right;
}
.area-no1 h1 {
	color: #939393;
	font-size: 79px;
	font-family: 'Oswald-Regular';
	line-height: 79px;
}
.service-title {
	margin-bottom: 50px;
}
.serv-img{
	position:relative;	
}
.serv-img img {
	width: 230px;
	height: 230px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px rgba(267,267,267,0.3);
}
.serv-img1 {
	position: absolute;
	top: 0;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
/*.serv-img::before{
	background:url(../images/serv-icon.png) no-repeat;
	content:'';
	position:absolute;
	width:64px;
	height:64px;	
}*/
.serv-content {
	background: #ebebeb;
        padding: 20px 40px;
        margin: 60px 0 20px 0;
        position: relative;
min-height:420px !important;

     
}
.serv-content::before {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 25px solid #ebebeb;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
}
.serv-content h4{
	font-size:15px;	
	font-family: 'Oswald-Bold';
	color:#ff640a;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	padding-bottom:20px;
}
.serv-content p {
	color: #000;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	margin-bottom: 40px;
}
.serv-btn {
	margin-top: 60px;
	position: relative;
	text-align: center;
}
.serv-btn::after {
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-left: 26px solid #010000;
	border-bottom: 20px solid transparent;
	position: absolute;
	content: '';
	top: 0px;
}
.serv-btn a {
	background: #FF640A;
	color: #fff;
	padding: 11px 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	border: 1px solid #ff640a;
	display: inline-block;
}
.serv-btn a:hover{
	border:1px solid #fff;
	color:#ff640a;
	background:#fff;	
}
.service-each-btn {
	text-align: center;
	margin: 20px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-each-btn h6 {
	background: #222;
	color: #fff;
	padding: 7px 20px;
	font-size: 13px;
	border: 1px solid #222;
	width: 120px;
	margin: 0 auto;
}
.service-each-btn h6:hover {
	background: rgba(0,0,0,0);
	color: #222;
	border: 1px solid #222;
}
/*.service-main-each a{
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
}*/
.service-main-each a:hover .serv-content{
	background:#ff640a !important;
}
.service-main-each a:hover .serv-content::before {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 25px solid #ff640a;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
}
.service-main-each a:hover .serv-content h4{
	color:#fff;	
}
.service-main-each a:hover .serv-content p{
	color:#fff;	
}
.service-main-each a:hover .serv-img1 {
position: absolute;
 -webkit-transition: all 0.5s ease-in-out; 
 -moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
transition: all 0.5s ease-in-out;
transform: translate(100px,80px);
}
/****testi*******/
.testi-head {
	background: url(../images/testi-head-bg.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	float: right;
}
.testi-head h4{
	font-size:30px;
	font-family: 'Oswald-Regular';
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:bold;	
}
.testi-head h4 span{
	color:#FF6103;
}
.testi-head h6 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	font-family: 'Oswald-Regular';
}
.area-no2 {
	display: inline-block;
	float: left;
}
.area-no2 h1 {
	color: #363636;
	font-size: 69px;
	font-family: 'Oswald-Regular';
	line-height: 69px;
}
.testi-content img {
	float: right;
	/* clear: both; */
}
.client-img {
	float: right;
	margin: 30px 50px 40px 30px;
}
.client-img img {
	width: 150px !important;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}
.testimonials {
	padding: 50px 0;
}
.testi-content {
	background: url(../images/testi-bg.jpg) center no-repeat;
	background-size: 100% 100%;
	padding: 40px;
	position:relative;
}
.client-content p {
	color: #fff;
	text-align: right;
	line-height: 24px;
	font-size: 13px;
	padding: 40px 30px 30px 40px;
}

.client-content h4 {
	color: #fff;
	text-align: right;
	font-weight: normal;
	font-size: 16px;
    
}
.testi-content::before {
	position: absolute;
	content: '';
	width: 200px;
	height: 2px;
	background: #fff;
	color: #fff;
	margin: 15px 0;
	right: 70px;
}
.testi-slider .owl-controls .owl-dots{
	display:none !important;
	border:0 !important;	
}
.testi-slider .owl-prev {
	background-image: url(../images/testi-prev.jpg);
	height: 22px !important;
	width: 20px !important;
	text-indent: -10000px;
	border-radius: 0 !important;
	border: none !important;
}
.testi-slider .owl-next {
	background-image: url(../images/testi-next.jpg);
	height: 22px !important;
	width: 20px !important;
	text-indent: -10000px;
	border-radius: 0 !important;
	border: none !important;
}
.testi-slider .owl-controls {
	position: absolute;
	right: 5% !important;
	bottom: -12px !important;
}
.testi-title {
	margin: 100px 0;
}
/******* Gallery Start ********/
.gal-block{
padding-top:30px;
padding-bottom:30px;	
}
.gal-head {
position: relative;
margin-right: 40px;
display: inline-block;
float: left;
width: 416px;
}
.gal-head h4 {
font-size: 43px;
font-family: 'Oswald-Regular';
letter-spacing: 2px;
text-transform: uppercase;
font-weight: bold;
text-align: right;
color:#000;
}
.gal-head::after {
position: absolute;
content: '';
width: 140px;
height: 4px;
background: #FF6103;
color: #FF6103;
margin: 15px 0;
right: 0;
}
.gal-head h4 span{
color:#FF6103;
}
.gal-head h6 {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 3px;
font-family: 'Oswald-Regular';
text-align: right;
color: #000;
}
.gal-no1 {
/* position: absolute; */
/* top: -23px; */
/* right: 0; */
display: inline-block;
float: right;
}
.gal-no1 h1 {
color: #939393;
font-size: 79px;
font-family: 'Oswald-Regular';
line-height: 79px;
}
.gal-title {
background: url(../images/gal-head-bg.png) no-repeat;
background-size: 75% 100%;
margin-bottom: 50px;
height: 92px;
background-position: 86px 0;
}
.gal-each {
position: relative;
margin:0 0 30px 0;
-moz-transition:all ease-in-out .3s;
-ms-transition:all ease-in-out .3s;
-o-transition:all ease-in-out .3s;
-webkit-transition:all ease-in-out .3s;
transition:all ease-in-out .3s;

}
.gal-each img {
	width: 263px;
	height: 217px;
	object-fit: cover;
}
.example-image-link {
position: absolute;
left: 0;
right: 0;
color: #fff;
top: 40%;
display: none;
text-align: center;
width: 43px;
height: 43px;
border-radius: 50%;
background: #ff640a;
font-size: 16px;
line-height: 44px;
margin: 0 auto;
-moz-transition:all ease-in-out .3s;
-ms-transition:all ease-in-out .3s;
-o-transition:all ease-in-out .3s;
-webkit-transition:all ease-in-out .3s;
transition:all ease-in-out .3s;
}
.gal-each:hover .example-image-link {
	display: block;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	color: #fff;
}
.gal-btn {
margin-top: 0;
position: relative;
text-align: center;
display: block;
}
.gal-btn::after {
width: 0;
height: 0;
border-top: 22px solid transparent;
border-left: 26px solid #010000;
border-bottom: 20px solid transparent;
position: absolute;
content: '';
top:0;
}
.gal-btn a {
background: #FF640A;
color: #fff;
padding: 11px 40px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 15px;
border: 1px solid #ff640a;
display: inline-block;
}
.gal-btn a:hover{
border:1px solid #FF640A;
color:#ff640a;
background:#fff;	
}
/******contact******/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
.contact-map {
	padding: 0;
}
.contact-area{
	padding:0;
	background:url(../images/contact-bg.jpg) no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;	
}
.contact-form {
	background: #fff;
	margin: 60px 40px;
}
.request-form {
	padding: 30px 20px;
	background: #FF640A;
}
.request-form form input[type="text"], .request-form form input[type="email"], .request-form form input[type="tel"] {
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	height:40px;
	color:#fff;
	width:100%;
}
.request-form form textarea{
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	color:#fff;	
	width:100%;
	resize:none;
}
.request-form form input[type="submit"]{
	background:#222;
	color:#fff;
	padding:7px 20px;
	font-size:14px;
	border:1px solid #222;	
}
.request-form form input[type="submit"]:hover{
	background:none;
	border:1px solid #fff;
	color:#fff;
		
}
.request-head {
	padding: 90px 20px;
	background: url(../images/logo-request.png) center no-repeat;
}
.request-head h4{
	font-family: 'Oswald-Regular';
	font-size:23px;
	text-align:right;
}	
.request-head p {
	font-size: 17px;
	text-align: right;
	font-weight: normal;
	line-height:24px;
}
.copyright {
	background: #222;
	padding: 20px 0;
}
.copyright h5{
	text-align:center;
	color:#fff;
	font-size:15px;	
}
.copyright h5 a{
	color:#fff;	
}
.copyright h5 a:hover{
	color:#fff;	
}
/****ABOUT PAGE***********/
.inner-banner img {
	width: 100%;
	max-height: 550px;
	object-fit: cover;
}
.inner-banner{
	position:relative;	
}
.inner-text {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	width: 320px;
	margin: 0 auto;
}
.inner-text h4 {
	background: #FF6103;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding: 15px 60px;
	border-bottom: 5px solid #000;
	font-family: 'Oswald-Regular';
	letter-spacing: 2px;
	text-align:center;
}
.about-inner-content {
	padding: 40px 0px 0 0;
}
.inner-about-content h4 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	font-family: 'Oswald-Regular';
	letter-spacing:2px;
}
.inner-about-content h4 span{
	color:#ff6103;	
}
.inner-about-content p {
	color: #000;
	line-height: 26px;
	padding: 10px 0;
}
.inner-about-content h5 {
	color: #000;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
.about-remodel img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	background: #fff;
	padding: 6px;
	box-shadow: 0 0 7px #ccc;
}
.about-promise img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	background: #fff;
	padding: 6px;
	box-shadow: 0 0 7px #ccc;
}
.about-remodel h4 {
	color: #FF6103;
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 10px 0;
	font-family: 'Oswald-Regular';
}
.about-promise h4 {
	color: #FF6103;
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 10px 0;
	font-family: 'Oswald-Regular';
}
.about-remodel p {
	color: #000;
	line-height: 23px;
	font-weight: ;
	font-size: 13px;
}
.about-promise p {
	color: #000;
	line-height: 23px;
	font-weight: ;
	font-size: 13px;
}
.why-content{
	background:url(../images/choose.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	min-height:450px;
	margin-top:30px;	
}
.why-content h4 {
	font-family: 'Oswald-Regular';
	text-align: center;
	font-size: 39px;
	color: #fff;
	text-transform: uppercase;
	padding: 30px 0;
}
.why-each {
	background: rgba(255,255,255,0.8);
	padding: 20px 10px;
	border: 2px solid #000;
	margin-bottom:10px;
}
.why-each h4 {
	color: #000;
	font-size: 21px;
	text-transform: uppercase;
}













/************************* Design05 *******************************/


/*********************contact us******************/



.contact-page {
	padding: 40px 0;
}
.floting-contact h3 {
	font-size: 30px;
	font-family: 'Roboto';
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 33px;
	margin: 0 0 26px;
}

.floting-contact h3 span {
	color: #363636;
	display: block;
}
.floting-contact h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	color: #000;
}
.floting-contact {
	margin: 0 auto;
	width: 760px;
	box-shadow: 1px 0 5px #5a750f;
	max-width: 100%;
}
.floting-contact p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 34px;
	color: #000;
}
.floting-contact p a {
	color: #779427;
}

.email-part h2 {
	font-family: 'Roboto-Regular';
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #779427;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.email-part h2 span {
	display: block;
	margin: 3px 0;
}
.email-part a p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 11px;
	color: #FF6103;
	line-height: 23px;
}
.email-part a p span {
	display: block;
	margin: 0 0 27px;
}
/*.email-part a p a {
	color: #779427;
}*/
.email-part a p i {
	background: #fff;
	color: #FF6103;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #FF6103CC;
	line-height: 42px;
	font-size: 20px;
	margin: 10px 0;
}
.email-part {
	padding: 68px 40px;
	background: #fff;
	height: auto;
}
.address-part {
	background: #FF6103;
	padding: 37px;
	height: auto;
}
.address-part h4 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 5px;
}
.address-part p {
	font-size: 12px;
	text-align: left;
	color: #363636;
	margin-bottom: 5px;
	line-height: 18px;
}

.address-part p a {
	color: #363636;
}
.address-part ul {
	margin: 0 auto;
	width: 160px;
}
.address-part ul li {
	float: left;
}
.address-part ul li a {
	font-size: 20px;
	padding: 10px;
	display: inline-block;
	color: #363636;
}
.address-part-each {
	margin: 0 0 20px;
}

.address-part ul li a:hover {
	color: #fff;
}


/************ Testimonials **************/


.testimonials-page {
	padding: 40px 0;
}
.testi-box p {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}
.testi-body h2 i {
	font-size: 20px;
	color: #FF6103;
}
.testi-body h2 {
	margin-bottom: 15px;
	text-align: center;
}
.testi-body h3 {
	font-size: 20px;
	font-family: poppins;
	color: #FF6103;
	margin-bottom: 10px;
	text-align: center;
}
.testi-innercontent {
	background: url(../images/testi-back.png) no-repeat 0 0;
	/* border-bottom-left-radius: 145px; */
	/* border-top-right-radius: 145px; */
	position: relative;
	padding: 40px;
	margin-bottom: 70px;
	/* background-size: 100% 100%; */
	background-size: cover;
}
.testi-image img {
	border-radius: 50%;
	border: 2px solid #FF6103;
	width: 150px;
	height: 120px;
	object-fit: cover;
}
.testi-image {
	position: absolute;
	bottom: -50px;
	width: 120px;
	height: 120px;
	right: 40px;
}





/***************** Gallery **********************/


.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.7);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.hovereffect .overlay h5{
	color:#f2f2f2;
	text-align:left;
	font-size:18px;
		
}
.hovereffect .overlay p{
	color:#fff;
	text-align:left;	
}
.overlay-text {
	margin: 50% 0 0 15%;
}
.border1 {
	position: absolute;
	background: none;
	width: 40px;
	height: 40px;
	border-top: 2px solid #F2F2F2;
	border-left: 2px solid #F2F2F2;
	margin: 20px;
	top:0;
	left:0;
}
.border2 {
	position: absolute;
	background: none;
	width: 40px;
	height: 40px;
	border-top: 2px solid #F2F2F2;
	border-right: 2px solid #F2F2F2;
	margin: 20px;
	top:0;
	right:0;
}
.border3 {
	position: absolute;
	background: none;
	width: 40px;
	height: 40px;
	border-bottom: 2px solid #F2F2F2;
	border-left: 2px solid #F2F2F2;
	margin: 20px;
	bottom:0;
	left:0;
}
.border4 {
	position: absolute;
	background: none;
	width: 40px;
	height: 40px;
	border-bottom: 2px solid #F2F2F2;
	border-right: 2px solid #F2F2F2;
	margin: 20px;
	bottom:0;
	right:0;
}

.innre-gallery-each {
	padding: 0;
}
.hovereffect:hover .example-image-link{
	display:block;	
}


/************ Services page **************/


.innerservice-page {
	padding: 40px 0;
}

.icon-text h3 {
	font-size: 15px;
	font-family: Roboto;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	color: #FF6103;
	text-align: center;
}
.innerservice-each ul {
	text-align: center;
}
.innerservice-each ul li a {
	color: #000;
	font-size: 18px;
	font-family: poppins;
	padding: 15px 0;
	display: block;
}
.innerservice-each {
	padding: 30px;
	border-top-right-radius: 130px;
	background: #fff;
	border: 1px solid #636363;
	border-bottom-left-radius: 0;
}
.innerservice-each > img {
	border-top-right-radius: 115px;
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.icon-image {
	margin: 10px 0;
}

.cover {
	margin-bottom: 30px;
}


/*********pagination*******/
.pagination > li > a{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #222;
	border: 1px solid #222;
	margin-right: 5px;
	border-radius: 50%;
}
.pagination > li > a:hover{
	background:none;
	border:1px solid #222;
	color:#000;	
}
.pagination > li > span.current {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #FF6103;
	border: 1px solid #FF6103;
	margin-right: 5px;
	border-radius: 50%;
}
.pagination > li > a.prev{
	background:#222;
	border:1px solid #222;
	color:#fff;
	border-radius:50%;	
}
.pagination > li > a.next{
	background:#222;
	border:1px solid #222;
	color:#fff;
	border-radius:50%;	
}
.button-page {
	margin: 20px 30px;
}
.button-page a {
	background: #222;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
}
.gallery-main-inner{
	padding:30px 0;	
}

