@charset "utf-8";
/* CSS Document */






/*********************************************
		base css
*********************************************/

*{margin:0; padding:0;}
body{font-family: 'Open Sans', sans-serif;}

a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}

img{max-width:100%;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;}
p{font-size:16px; line-height:24px; color:black;}

ul, ol{list-style:none;}
.title h1{margin-top:30px;}




/**********************************************
	Header Css
**********************************************/
.header-wrap {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1000;
	width: 100%;
}
.navigationwrape{}
.navbar{margin-bottom:0;}
.navbar-default{background:#fff; border-radius:0; border:none; padding:12px 0 0px 10px;}
.navbar-nav{float:right;}
.navbar-nav > li {
	padding: 17px 12px 22px 4px;
}
.navbar-nav>li:last-child{padding-right:0;}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	color: #074762;
	font-weight: 600;
	padding: 0;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover {
	color: #fe8a02;
}
.navbar-collapse{padding-left:0;}

.navbar-nav li:hover .dropdown-menu{display:block;}
.dropdown-menu{background:#fff !important; border-top:none; padding:0; border-bottom:none; border-top:none; min-width: 200px;}
.dropdown-menu>li{border-bottom:1px solid #efefef;}
.dropdown-menu>li:last-child{border-bottom:none;}
.dropdown-menu>li>a{color:#231f20; font-size:14px; padding:8px 20px 8px 28px; position:relative;}
.dropdown-menu>li>a:hover{color: #FFF; background: #fe8a02;} 
.dropdown-menu>li a:before {content: "\f0da"; font-family: 'FontAwesome'; position:absolute; top:9px; left:11px; color:#000;}
.dropdown-menu>li>a:hover:before{color:#fff;}

.navbar-default .navbar-nav>li>a+i {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background: #8d752d;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.phone-button-new-color a {
	border: ;
	background: #074762;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0 0px 4px #074762;
}

.search-bar .search:focus{outline:none;}
.search-bar {
	text-align: center;
	border-left: 1px solid #000;
	margin-top: 11px;
}
.search-bar .search {
	background: none;
	border: none;
	color: #085b85;
	font-size: 22px;
}
.search-bar .search:hover{color:#b78156;}
.search-bar .dropdown-menu{left:auto; right:14px; background:none; border:none; box-shadow:none; top:64px;}
.search-bar .form-control{height:50px; border-radius:0; width:270px; background:#fe8a02;}
.header-wrap input[type="text"]{color:#000 !important;}
.search-bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff !important;
}
.search-bar ::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
.search-bar :-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.search-bar :-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

/**********************************************
			Custom slider options
**********************************************/
.tp-banner-container {position: relative; z-index: 1; padding: 0; width: 100%;}
.tp-banner {position: relative;	width: 100%;}
.tp-caption {line-height:normal !important}
.tp-caption a {	color: inherit !important;}
.tp-bullets.simplebullets.round .bullet {border: 3px #fff solid; border-radius: 50%; background-image: none !important;}
.tparrows {width: auto !important; height: auto !important; background-image: none !important;}
.tp-arr-allwrapper {margin: 0 10px; width: 50px; height: 60px; background: rgba(255,255,255,0.5);}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {color: #fff;}
.tp-leftarrow .tp-arr-allwrapper {}
.tp-rightarrow .tp-arr-allwrapper {}
.tp-arr-iwrapper {color: #000; text-align: center; font-size: 30px; font-family: FontAwesome; line-height: 60px;}
.tp-leftarrow .tp-arr-iwrapper {}
.tp-leftarrow .tp-arr-iwrapper:before {content: "\f104";}
.tp-rightarrow .tp-arr-iwrapper:before {content: "\f105";}
.tp-rightarrow .tp-arr-iwrapper {}
.slide-h1 {margin: 5px 0 !important; padding: 0 0 10px !important; padding-bottom: 5px !important; color: #444; text-transform: uppercase; font-weight: bold; font-size: 57px; }
.slide-h2 {margin: 5px 0 !important; padding: 0 0 10px !important; padding-bottom: 5px !important; color: #555; font-weight: bold; font-size: 55px; line-height: 100%;}
.big-font {text-transform: uppercase; font-weight: 800; font-size: 60px;}
.large-desc {font-size: 16px;}
.slide-h3 {color: #fff;	font-size: 31px; line-height: 100%;}
.slide-h3 span {text-transform: uppercase; font-weight: bold;}
.slide-head {text-transform: uppercase; font-weight: 900; font-size: 30px;}
.slide-desc {font-size: 22px; line-height: 150%;}
.main-title {text-transform: uppercase; font-weight: 800; font-size: 70px;}
.icon-cont {padding: 15px 40px;	border-radius: 10px; text-align: center;}
.icon-cont:after {position: absolute; bottom: -10px; left: 40%; z-index: 5;	display: inline-block;	width: 0; height: 0; border-width: 10px 10px 0 10px; border-style: solid; content: "";}
.icon-cont i {margin-bottom: 10px; color: #fff; font-size: 50px;}
.icon-cont span {display: block; padding: 0 0 5px; color: #fff; text-align: center; font-size: 18px;}
a.wit-btn {background: #fff; color: #333 !important; text-transform: uppercase;}
.wit-line {width: 5%; height: 1px; background: #fff;}
.vert-line {min-height: 270px; width: 1px; background: #fff;}
.subTxt {text-transform: uppercase; font-weight: bold; font-size: 17px; color: #333;}
.large-title {color: #222; font-size: 60px;	font-weight: 800; text-transform: uppercase !important;}
.large-light-title {color: #787878 !important;	font-size: 70px; font-weight: lighter; text-transform: uppercase; letter-spacing:2px}
.large-text {font-size: 20px; color: #000; font-weight: lighter;}
.larger-text {font-size: 24px; font-weight: lighter; text-transform: uppercase;}
.witTxt {color: #fff !important;}
.light-font {font-weight: lighter !important; font-size: 50px;}
.black-bg{background:rgba(0,0,0,.63); color:#a8a8a8; text-transform:none;}
.lft-list {padding: 10px; font-size: 18px; color: #fff;}
.wit-border {border: 1px #fff solid; padding: 15px 60px; color: #fff; font-size: 16px; text-transform: uppercase;}
.rounded-bord {margin-right: 15px;  border: 1px #fff solid; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 13px; border-radius: 50%;}
#vertical-ticker{height:120px; overflow:hidden;}
#vertical-ticker li{padding:15px 20px; display:block; text-align:center;}
.to-bottom i.fa{font-size: 30px; border:2px #a8a8a8 solid; 	padding:20px 22px; border-radius:50%; -webkit-animation: bounce 2s infinite linear;	animation: bounce 2s infinite linear;}
.tp-bannertimer{display:none;}

.slidertext1{color:#fff; font-size:80px; font-weight:700; text-shadow:0 0 10px rgba(0, 0, 0, 0.41); padding:15px 0; text-transform:uppercase; font-family: 'Montserrat', sans-serif; text-align:center;}

.slidertext2{color:#fff; font-size:36px; font-weight:700; font-style:italic; padding:15px 0; text-transform:uppercase; font-family: 'Montserrat', sans-serif;}
.slidertext3{color:#fff; font-size:16px; font-weight:700; padding:15px 0; text-transform:none !important; line-height:30px; text-align:center;}
.slidertext4{color:#fff; font-size:18px; font-weight:600; padding:15px 0; text-transform:none !important; text-align:left; font-family:'OpenSans', sans-serif; line-height:24px;}

a.slidebtn {
	background: #fe8a02;
	color: #fff !important;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	border-radius: 15px;
}
.Best-Selling-Kitchens-new h3 {
	text-align: right;
}
.Best-Selling-Kitchens-new h3 a {
	font-size: 18px;
	text-decoration: antiquewhite;
	color: #fe8a02;
}
a.slidebtn i{margin-left:10px;}


@-webkit-keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Opera 12.0 */
@-o-keyframes bounce {
    0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}


/*********************************************
	Slider Video wrap start
*********************************************/
.video{position:relative; height:600px;}
.hero-wrapper{height:600px;
    min-width: 100%; position: absolute; top:0px; left:0; width:100%;}
.hero-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hero-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    top: 0;
    background-position: center center;
    background-size: cover;
}
.hero-image #bgvid {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: inherit;
}
.sliderTxt{position:absolute; top:30%; width:100%; left:0; z-index:10000000000; text-align:center;}
.sliderTxt .contentBox{width:100%; background:rgba(0,0,0,0.5); padding:10px 0; text-align:center;}
.sliderTxt .slidertext1{line-height: 50px;}
.sliderTxt .slidertext2{line-height: 24px;}
.sliderTxt .slidertext3{color:#fff; font-size:16px; font-weight:700; padding:15px 0; text-transform:none !important; line-height:30px; text-align:center; padding:0 170px;}
.sliderTxt .slidertext4{text-align:center;}
.sliderTxt .slidertext4 a{background: #fe8a02;
    color: #fff !important;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block; text-decoration:none;
    font-family: 'Montserrat', sans-serif;}
.sliderTxt .slidertext4 a:hover{color:#000 !important;}
.sliderTxt a.grenn{-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #83c142;
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.33);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.33);
	box-shadow: 2px 3px 5px rgba(0,0,0,.33); 
}
.sliderTxt a.wht{-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255,.2);
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.33);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.33);
	box-shadow: 2px 3px 5px rgba(0,0,0,.33);
	border: solid 1px #d1d1d1;
}

.sliderTxt a:hover{background:#fff; color:#000;}


/*********************************************
		Welcome css
*********************************************/
.welcomeWrap{padding:0px 0; background:url(../images/welcome-bg.jpg) no-repeat top; background-size:cover;}
.welcomeWrap .section-header {margin-bottom: 15px;}
.title h1 {
	font-size: 39px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	
}
.title h1 span {
	display: block;
	font-size: 24px;
	color: #085b85;
	font-style: italic;
	/*text-align: center;*/
}
.title h1 strong{color:#085b85;}
.welcomeWrap h3{font-weight:bold;}
.welImg img{border:20px solid #fff;}
.welcomeWrap p{font-size:16px; line-height:24px; color:#000000; text-align:justify;}
.welcome-content-box {width: 100%; margin-top:30px;}
.welcome-box h4 {display: block; font-size:18px; font-weight:bold; color: #085b85;}
.readmore{margin-top:5px;}
.readmore a{background:#0a225f; font-size:14px; color:#fff !important; text-transform:uppercase; font-weight:700; display:inline-block; padding:12px 26px;}
.readmore a:hover{background:#ff0000; text-decoration:none;}
.houseIcon{margin-bottom:20px;}


/*********************************************
		Furniture css
*********************************************/
.furniture-wrap{background: #ecedf2;}
.furniture-service{max-width:870px; margin:0 auto; margin-top:-60px; z-index: 1000; position: relative;}
.furniture-service li {
	text-align: center;
	display: inline-block;
	max-width: 166px;
	margin: 0 3px;
}
.furniture {
	background: #fe8a02;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #074762;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.42);
	-moz-box-shadow: 0 6px 8px rgba(0,0,0,.42);
	box-shadow: 0 6px 8px rgba(0,0,0,.42);
}

.furniture h3{font-size:13px; color:#fff; margin-top:16px; line-height:20px; margin-bottom:0; font-family: 'Open Sans', sans-serif;}
.furniture-service li a{text-decoration:none;}
.furniture-service li:hover .furniture {
	background: #fe8a02;
}

/*********************************************
		Project css
*********************************************/
.project-heading{background:url(../images/ptn-1.png) repeat; padding:40px 0;}
.project-wrap .col-md-3, .project-wrap .col-md-4, .project-wrap .col-md-6, .project-wrap .col-md-8, .project-wrap .col-md-9{padding:0;}
.project-heading .title{border-right:1px solid #fe8a02; float:left; padding-right:50px; margin-right:50px;}
.project-heading p{margin-top:14px;}
.projectImg{position:relative;}
.service-overlay{z-index:1000; position:relative;}
.heading a{text-decoration:none; color:#fff; z-index:100; position:relative; font-size:24px; font-family: 'Montserrat', sans-serif; font-weight:bold;}
.heading{opacity: 0; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.projectImg:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.38);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.projectImg:hover:after {height: 100%;}
.service-overlay p{font-size:16px; color:#fff;}
.service-overlay {
    position: absolute;
    left: 30px;
    bottom: 0px;
    right: 40px; opacity:0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.projectImg:hover .service-overlay {
    bottom:30px; opacity:1;
}
.projectImg:hover:after {
    height: 100%;
}
.projectImg:hover .heading{
    opacity: 1;
}
.serviceInfo h5 {
	text-align: center;
	margin: 0px;
}
/**********************************
		Team Css
**********************************/
.team-wrap{padding:60px 0; background:url(../images/ptn-1.png) repeat;}
.team-wrap .title{ margin-bottom:50px;
    border-right: 1px solid #fe8a02;
    float: left;
    padding-right: 50px;
    margin-right: 50px;
}

.team-wrap p{margin-top:24px;}
.team-wrap ul{list-style:none;}
.teamInfo{background:#FFF; box-shadow:0 0 16px rgba(0, 0, 0, 0.23); padding:15px; margin:0 15px; text-align:center; margin-top:-20px; z-index:1000; position:relative;}
.teamInfo h3{margin-top:0; font-weight:bold; margin-bottom:6px; font-size:20px;}
.social-icons{list-style:none; display:block; text-align:center; position:absolute; top:20px; right:20px; z-index:1000;}
.social-icons li{padding:5px 0;}
.social-icons li a{text-decoration:none; width:35px; height:35px; text-align:center; line-height:35px; border:1px solid #fe8a02; color:#fe8a02; font-size:18px; display:block; border-radius:100%;}
.social-icons li:nth-child(1) a{color:#3b5998; border:1px solid #3b5998;}
.social-icons li:nth-child(1) a:hover{background:#3b5998;}
.social-icons li:nth-child(2) a{color:#1da1f2; border:1px solid #1da1f2;}
.social-icons li:nth-child(2) a:hover{background:#1da1f2;}
.social-icons li:nth-child(3) a{color:#0174b5; border:1px solid #0174b5;}
.social-icons li:nth-child(3) a:hover{background:#0174b5;}
.team-wrap ul li:hover li a{color:#fff; border:1px solid #fff;}
.teamImg{position:relative; overflow:hidden;}
.teamImg:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
}
.team-wrap ul li:hover .teamImg:before {
    z-index: 1000;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    bottom: 0px;
}


/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {text-align:center;
	background:url(../images/counter-bg.jpg) no-repeat top; background-size:cover;
	padding: 40px 0
}
.animatebg {
	background: #0562da;
	-webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
	animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
 0% {
background-color:#0562da;
}
 25% {
background-color:#fec107;
}
 50% {
background-color:#c90157;
}
 75% {
background-color:#e63d53;
}
 100% {
background-color:#e63d53;
}
}

/* Standard syntax */
@keyframes bannerbg {
 0% {
background-color:#0562da;
}
 25% {
background-color:#fec107;
}
 50% {
background-color:#c90157;
}
 75% {
background-color:#e63d53;
}
 100% {
background-color:#e63d53;
}
}
#counter .counter-number {
	display: block;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}
#counter span {
	color: #fff;
	font-weight: bold;
}
.counter-icon {
	font-size: 60px;
	margin-bottom: 15px;
	color: #fff;
}
.counterbox {
}


/*************************************
		Testimonials css
*************************************/
.testimonials-wrap{background:url(../images/bg-people.jpg) no-repeat top; background-size:cover; padding:70px 0}
.testimonials-wrap .title{text-align:center; margin-bottom:90px;}
.testimonials-wrap .title h1{font-size:42px; margin-top:0;}
.testimonialsList{position:relative; margin-bottom:0; list-style:none; border:1px solid #ededed; background:#eae3cd; max-width:800px; margin:0 auto; padding:30px;}
.testimonialsList li{text-align:center;}
.testimonialsList li .clientname{font-size:18px; color:#000; padding-top:11px; font-family: 'Rubik', sans-serif;}
.testimonialsList li .clientinfo{font-size:14px; color:#333; margin-bottom:15px;}
.testimonialsList li p{max-width:850px; margin:0 auto; color:#000; font-style:italic; position:relative;}
.testimonialsList li p:before{content:"\f10d"; font-family: 'FontAwesome'; position:absolute; top:0; left:0; font-size:62px; font-style:normal; color: rgba(165, 136, 56, 0.18823529411764706);}
.testimonialsList li .rating{color:#ff8a00; font-size:24px; margin-bottom:15px;}
.testimg{margin-bottom:15px; float:left; margin-right:15px; width:21%;}
.testimg img{border-radius:100%;}
.testInfo{max-width:230px; text-align:left; margin:20px auto 0 auto;}
.testimonials-wrap .owl-controls{text-align:center; margin:0; position:absolute; top:-70px; left:50%; margin-left:-50px;}
.testimonials-wrap .owl-nav div {
    display: inline-block !important;
    width: 60px;
    height: 60px;
    margin: 0 4px;
    line-height:72px; text-align:center; background:#eee; border:1px solid #d6d6d6;
}
.testimonials-wrap .owl-nav div i {
    font-size:26px;
    color: #a4a4a4;
}
.testimonials-wrap .owl-nav div:hover{background:#fe8a02;}
.testimonials-wrap .owl-nav div{width:40px; height:40px; line-height:40px;}
.testimonials-wrap .owl-nav div i{font-size:16px;}
.testimonials-wrap .owl-next{margin-bottom:-20px !important;}
.testimonials-wrap .owl-dots{display:none !important;}

/***********************************
	News css
***********************************/
.desfeature .fetcol-1{float:left; width:50%; text-align:center; padding-top:190px; min-height:545px; position:relative;}
.desfeature .fetcol-1:before{width:2px; background:#fe8a02; height:70%; content:''; position:absolute; left:50px; bottom:50px;}
.desfeature .fetcol-1:after{width:40%; background:#fe8a02; height:2px; content:''; position:absolute; left:50px; bottom:50px;}
.desfeature .fetcol-2{float:right; width:50%; background:url(../images/news01.jpg) no-repeat top; background-size:cover; height:545px;}
.desfeature .sectitle p{max-width:530px;}
.matinstwrp .col-md-6{padding:0;}
.matinstwrp .micol{float:left; width:50%; background:url(../images/news02.jpg) no-repeat top; background-size:cover; height:400px; position:relative;}
.matinstwrp .micol:before{width:2px; height:100px; position:absolute; right:45px; bottom:45px; z-index:1; content:''; background:#fff;}
.matinstwrp .micol:after{width:100px; height:2px; position:absolute; right:45px; bottom:45px; z-index:1; content:''; background:#fff;}
.matinstwrp .micol.bg2{background:url(../images/news03.jpg) no-repeat top; background-size:cover;}
.matinstwrp .micol2{float:left; width:50%; background:#faf8f5; padding:30px 50px; height:400px; padding-top:110px;}
.matinstwrp .sectitle p{width:auto;}
.ourworkwrap .sectitle{margin-bottom:30px;}
.gthumb{margin-top:30px;}
.gthumb img{width:100%; display:block;}
.section{padding:60px 0;}
.sectitle{text-align:center; position:relative; margin-bottom:50px;}
.sectitle h3{font-size:48px; font-weight:400; margin-top:25px; margin-bottom:10px;}
.sectitle p{font-size:16px; line-height:26px; margin:0 auto; max-width:770px;}

/*********************************************
		Footer Css
*********************************************/
.footer-wrap {
	background: #074762;
	padding: 44px 0 15px 0;
}
.footer-wrap p{font-size:14px; line-height:22px; color:#a6a6a6; margin-top:10px;}
.footer-wrap p a{color:#fe8a02; text-decoration:underline;}
.footer-wrap p a:hover{text-decoration:none;}
.footer-wrap h3{margin-top:0; color:#fff; font-size:24px; margin-bottom:35px; position:relative}
.footer-wrap h3:before{content:""; background:#ffffff; height:2px; width:40px; position:absolute; bottom:-15px; left:0;}
.footer-links{list-style:none;}
.footer-links li{line-height:28px;}
.footer-links li a{text-decoration:none; color:#a6a6a6; font-size:14px;}
.footer-links li a:hover{color:#fdc236;}
.footer-links li:before{content: "\f0da"; font-family: 'FontAwesome'; padding-right:10px; color:#969696;}
.footer-address{color:#a6a6a6; font-size:14px; position:relative; padding-left:22px; margin-top:20px;}
.footer-address:before{content: "\f041"; font-family: 'FontAwesome'; color:#a6a6a6; position:absolute; top:0; left:0; font-size:14px; font-weight:400;}
.call-us{margin-top:10px; position:relative; padding-left:22px;}
.call-us a{color:#a6a6a6; font-size:14px;}
.call-us:before{content: "\f095"; font-family: 'FontAwesome'; font-size:14px; color:#a6a6a6; position:absolute; top:0; left:0; font-weight:400;}
.fax{margin-top:10px; position:relative; padding-left:22px;}
.fax a{color:#a6a6a6; font-size:14px;}
.fax:before{content: "\f1ac"; font-family: 'FontAwesome'; font-size:14px; color:#a6a6a6; position:absolute; top:0; left:0; font-weight:400;}
.footer{background:#000; padding:13px 0;}
.site{text-align:right; color:#a6a6a6;}
.site a{color:#bfbfbf;}
.copyright{font-size:14px; color:#929292; padding-top:5px; text-align:center;}
.footerWrp{border-top:1px solid #3c3c3c; padding-top:8px; margin-top:15px;}
.social{list-style:none;}
.social a{text-decoration:none; font-size:24px; color:#fff; margin:0 2px;}
.instragram{list-style:none;}
.instragram li{display:inline-block; padding:0 5px; margin:5px 0;}
.inner-heading{background:url(../images/counter-bg.jpg) no-repeat; background-size:cover; padding:160px 0 60px 0;}
.inner-heading h1{color:#fff; text-align:center; font-weight:bold;}
.inner-content {position: relative; padding: 60px 0px;}

/********************************************
		Blog CSS
********************************************/
.blog-thumb{background: #fff;
    margin-bottom: 30px;
    position: relative;
    border: solid 1px #e1e7e8;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);}
.blogInfo{padding: 15px 16px 10px 0px;}
.blog-meta{margin-bottom:10px;}
.blogInfo h5{}
.blogInfo h5 a{text-decoration:none; color:#000; font-size:20px; font-weight:bold;}
.blogInfo h5 a:hover{color:#fe8a02;}
.blog-meta li{display:inline-block; margin: 0 5px; color: #91a8ae; position: relative;}
.blog-meta li a{text-transform: capitalize; text-decoration:none; color: #778b90;}
.readmore a{background:#fe8a02; text-decoration:none; color: #fff; padding: 10px 22px; display:inline-block; font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;}
.readmore a:hover{background:#000;}
.blog-thumb::before {
    top: auto;
    left: auto;
    left: -3px;
    width: 35px;
    content: "";
    bottom: -3px;
    height: 35px;
    position: absolute;
    border-style: solid;
    border-color: #fe8a02; z-index:-1;
}

.blogImg{position:relative; overflow:hidden;}
.blogImg img{-moz-transition: all 0.3s; width:100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
.blog-thumb:hover .blogImg img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-thumb::after {
    top: auto;
    left: auto;
    right: -3px;
    width: 35px;
    content: "";
    bottom: -3px;
    height: 35px;
    position: absolute;
    border-style: solid;
    border-color: #fe8a02; z-index:-1;
}
.blog-grid .blogInfo{padding:20px;}
.blog-detail-section .list-style-1 {
    margin-bottom: 20px;
    margin-top: 2px;
}
.list-style-1 li {
    list-style: circle;
    list-style-position: inside; font-size:14px; line-height:26px;
}
.sidebar-widgets .input-group{display:block;}
blockquote {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    padding: 26px 30px 22px;
    background:#eee;
	border-left: 5px solid #fe8a02;
}
blockquote p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0 !important;
    font-style: italic;
}
.image-holder h2{text-transform:capitalize;}
.img-thumb{margin-bottom:20px;}

.BlogWrp nav {text-align:right;}
.pagination>li>a, .pagination>li>span{color:#000;}
.pagination>li>a.active, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{background:#fe8a02; border-color:#fe8a02; color:#fff;}

/********************************************
		Sidebar CSS
********************************************/
.sidebar-widgets .xs-serach input:not([type="submit"]) {
  height: 53px;
  padding: 0 15px; 
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
  width: 100%; }
  .search-btn i{font-size:18px;}
  .sidebar-widgets .xs-serach input:not([type="submit"])::-webkit-input-placeholder {
    color: #b1b1b1; }
  .sidebar-widgets .xs-serach input:not([type="submit"]):-ms-input-placeholder {
    color: #b1b1b1; }
  .sidebar-widgets .xs-serach input:not([type="submit"])::-ms-input-placeholder {
    color: #b1b1b1; }
  .sidebar-widgets .xs-serach input:not([type="submit"])::placeholder {
    color: #b1b1b1; }
/*********************************************
	 Archives Css
**********************************************/
.archive li{line-height: 45px;}
.archive li a{margin-top:0; color:#888; font-size:14px; font-weight:600;}
.archive li span {float: left; height: 30px; width: 30px; text-align: center; background: #f5f5f5; border:1px solid #fff; outline: 3px solid #f5f5f5; margin-right:20px; line-height: 26px; font-size: 12px; color: #777777; margin-top:10px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.archive li a:hover span {background: #fe8a02; color: #fff;}
.archives{margin-bottom:15px !important; font-size:18px;}
.sidebar-widgets .xs-serach .search-btn {
  width: 62px;
  background-color: #fe8a02;
  border: 0px;
  font-size: 1.05882rem;
  color: #FFFFFF;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .sidebar-widgets .xs-serach .search-btn:hover {
    background: #002677; }

.sidebar-widgets .widget {
  margin-bottom: 35px;
  border: 1px solid #eeeeee;
  padding: 30px 30px 35px; }
  .sidebar-widgets .widget:last-of-type {
    margin-bottom: 0; }
  .sidebar-widgets .widget.widget-search {
    border: none;
    padding: 0; }
  .sidebar-widgets .widget .widget-title {
    color: #fe8a02; font-weight:bold;
    margin-bottom: 36px; }
    .sidebar-widgets .widget .widget-title span {
      color: #282828; }
  .sidebar-widgets .widget.widget-faq .xs-btn.sm-btn {
    display: block;
    width: 100%; }

.sidebar-widgets .widget-posts .widget-post {
  padding-bottom: 25px; display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee; }
  .sidebar-widgets .widget-posts .widget-post img {
    padding-right: 17px; }
  .sidebar-widgets .widget-posts .widget-post .post-meta-date a {
    color: #808080;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
    display: block; }
  .sidebar-widgets .widget-posts .widget-post .entry-title {
    font-size: 14px;
    line-height: 24px;
    margin: 0; }
    .sidebar-widgets .widget-posts .widget-post .entry-title a {font-weight: bold;
      color: #282828; }
      .sidebar-widgets .widget-posts .widget-post .entry-title a:hover {
        color: #fe8a02;}
  .sidebar-widgets .widget-posts .widget-post:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0px;
    border: none; }

.sidebar-widgets .list-group li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 14px;
  margin-bottom: 14px; }

.sidebar-widgets .list-group li {
  position: relative; }
  .sidebar-widgets .list-group li a,
  .sidebar-widgets .list-group li span {
    color: #6d6d6d;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; }
    .sidebar-widgets .list-group li a:hover,
    .sidebar-widgets .list-group li span:hover {
      color: #fe8a02; }
  .sidebar-widgets .list-group li span {
    position: absolute;
    right: 0; }
.sidebar-widgets .tag-lists a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #eaeaea;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  color: #6d6d6d; }
  .sidebar-widgets .tag-lists a:hover {
    color: #fe8a02;
    border-color: #fe8a02; }

.list-style-1 li {
    list-style: circle;
    list-style-position: inside;
    font-size: 14px;
    line-height: 26px;
}

/********************************************
		Inner Testimonials CSS
********************************************/
.single-testmonial {
    position: relative;
	margin:20px 0;
}

.single-testmonial p {
    padding: 46px 36px;
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
	background:#f4f4f4;
}
.single-testmonial .testmonial-author {
    text-align: right;
    position: relative;
    padding-right: 65px;
    margin-right: 50px;
    margin-top: 35px;
}
.single-testmonial .testmonial-author label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #282828;
    display: block;
    margin-bottom: 0;
    line-height: 20px;
}
.single-testmonial .testmonial-author span {
    color: #6d6d6d;
}
.single-testmonial .testmonial-author img {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.single-testmonial p:before {
    position: absolute;
    left: 20px;
    top: -20px;
    content: '\f10d ';
    font-size: 15px;
    color: #FFFFFF;
    background: #002677;
    font-family: 'FontAwesome';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.single-testmonial p:after {
    position: absolute;
    right: 12%;
    bottom: -10px;
    content: '';
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f4f4f4 transparent transparent transparent;
}
.inner-content .team-wrap{padding:0; background:none;}
.inner-content .team-wrap ul li{margin:30px 0;}
.inner-content #counter{margin-top:60px;}
.aboutWrp .team-wrap{background:none; padding-top:60px;}
.inner-content .project-wrap ul li{margin:15px 0;}
.inner-content .project-wrap .col-md-4{padding:0 15px;}
.about-wrap .title{margin-top:32px;}

/*********************************************
	 404 page
**********************************************/
.four-zero-page{text-align:center;
  padding: 0 0 50px 0;
}
.four-zero-page h2 {
  font-size: 300px;
  color: #fe8a02; text-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
  font-weight: 800;
}
.four-zero-page h3 {
  color: #111111;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 10px;
}
.four-zero-page p{letter-spacing: 2px; padding:0 250px;}
.four-zero-page .readmore{margin-top:30px;}

/********************************************
		Contact us CSS
********************************************/
.inner-content{
	position:relative;
	padding:0px 0px;
	margin-bottom: 20px;
}
.serviceInfo p {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ec8002;
}
.inner-content .title-box{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}

.inner-content .title-box .title{
	position:relative;
	color:#fe8a02;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}

.inner-content .title-box h2{
	position:relative;
	color:#222222;
	font-size:36px;
	font-weight:500;
	margin-bottom:10px;
}

.inner-content .title-box .text{
	position:relative;
	color:#888888;
	font-size:16px;
	line-height:1.8em;
	max-width:730px;
	margin:0 auto;
}

.inner-content .default-form{
	max-width:970px;
	margin:0 auto;
}
.contact-form .form-control{color:#000; font-size:14px !important; height:46px;}
textarea.form-control{height:144px !important;}
.contact-form .input-group{margin-bottom:15px; width:100%;}
.submitbtn{text-align:center; display:block;}
.contact-form .sub{font-size:14px; text-transform:uppercase; font-weight:bold; background:#fe8a02; color:#fff; padding:12px 30px; border:none; cursor:pointer;}
.xs-contact-infomation.xs-contact-infomation-v2 [class*='col-']:last-of-type .contact-info-group {
    padding: 27px 40px; }
  .xs-contact-infomation.xs-contact-info-1 {
    margin-top: 60px; }


.contact-info-group {
  background: #f7f7f7;
  min-height: 260px;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 2px 6px 29px -6px #e0e0e0;
          box-shadow: 2px 6px 29px -6px #e0e0e0; }
.contact-wrap i {
    font-size: 45px;
    display: block;
    color: #fe8a02;
    margin-bottom: 30px; }
.contact-wrap h4 {
    font-size: 18px; font-weight:bold;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px; }
.contact-wrap h4:before {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 54px;
      height: 1px;
      background: #fe8a02;
      display: block;
      right: 0;
      margin: auto; }
.contact-info-group span,
.contact-info-group a {
    display: block;
    color: #6d6d6d;
    font-weight: 500; }
.contact-wrap input[type="text"], textarea {

  color : #000 !important; 

}
.contact-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999 !important;
}
.contact-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #999 !important;
}
.contact-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #999 !important;
}
.contact-wrap :-moz-placeholder { /* Firefox 18- */
  color: #999 !important;
}


/*********************************************
	 Service Css
**********************************************/
.serviceInfo h5 a {
	text-decoration: none;
	color: #074762;
	font-size: 16px;
	font-weight: bold;
}
.serviceInfo h5 a:hover{color:#fe8a02;}
.serviceInfo {background:#fff; box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
    padding: 10px;
}
.serviceImg{position:relative; overflow:hidden;}
.serviceImg img{-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.service-thumb:hover .serviceImg img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-thumb{position:relative; margin:15px 0;}
.service-thumb::before {
	top: auto;
	left: auto;
	left: -3px;
	width: 35px;
	content: "";
	bottom: -3px;
	height: 35px;
	position: absolute;
	border-style: solid;
	border-color: #fe8a02;
	z-index: -1;
}

.service-thumb::after {
	top: auto;
	left: auto;
	right: -3px;
	width: 35px;
	content: "";
	bottom: -3px;
	height: 35px;
	position: absolute;
	border-style: solid;
	border-color: #f58502;
	z-index: -1;
}
.projectWrp{padding:0;}

/*********************************************
	 Faqs css
**********************************************/
.faqsWrp h2{margin-top:0;}
.faq-news .main-heading:before{content: " "; width:70px;}
.faqs-service{list-style:none; margin-top:20px;}
.faqs-service li{margin-bottom:8px;}
.faqs-service li h4{font-size:1.7em; background: #f5f5f5; cursor: pointer; color:#5f5b67; border: 1px solid #dddddd; padding:16px 25px; position:relative; margin-bottom:0;}
.faqs-service li h4:before{content: "\f055"; font-family: 'FontAwesome'; color:#fe8a02; margin-right:10px; font-size:1em; display:inline-block; text-align:center; transition:0.3s ease-in; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -ms-transition:0.3s ease-in; position:absolute; top:20px; right:8px;}
.faqs-service li h4:hover, .faqs-service li h4.active{color:#fff; background:#fe8a02; border:1px solid #fe8a02;}
.faqs-service li h4:hover:before{color:#fff;}
.faqs-service li h4.active:before{content: "\f056"; color:#fff;}
.faqs-service li p{height: auto; overflow: hidden; position: relative; padding: 20px 18px; line-height:24px; margin-bottom:0; font-size:1.2em; color:#797979; background:#f5f5f5; border:1px solid #e8e8e8;}
.faq-news .view-btn{text-align:center;}
.faq-news .view-btn a{background:#cb171e; display: inline-block;}
.faq-news .view-btn a:hover{background:#000; color:#fff;}
.faq-head{margin-top:30px !important;}

/*********************************************
	 Media Screen css
**********************************************/
@media screen and (max-width: 1200px) {
.sectitle h3{font-size:36px;}
.navbar-nav>li {padding: 17px 12px;}
.matinstwrp .micol2{padding: 30px 30px;}
}



@media screen and (max-width: 990px) {
.logo {
	/* text-align: center; */
	/* border-bottom: 1px solid #969696; */
	/* padding-bottom: 10px; */
	/* margin-bottom: 6px; */
}	
.navbar-nav>li {padding: 17px 10px;}
.header-wrap{top: 16px;}
.teamImg img, .projectImg img{width:100%;}
.team-wrap ul li{margin:20px 0;}
.team-wrap ul li:last-child{margin-bottom:0;}
.welImg{text-align:center; margin-top:20px;}
.furniture-service li{max-width: 118px; margin: 0 -1px;}
.team-wrap p {margin-top: -12px;}
.desfeature .fetcol-1:after, .desfeature .fetcol-1:before{display:none;}
.four-zero-page p{letter-spacing: 1px; padding:0;}
.newsWrp{float:left !important;}
.sliderTxt .slidertext3{padding:0 !important;}
.blogList .blogInfo{padding:20px;}
.contact-info-group{margin-bottom:30px;}
.desfeature .fetcol-1{padding:30px;}
}

@media screen and (max-width: 767px) {
	.top-header {
	background-color: #fe8a02;  /*#074762;*/
	display: none;
}
	.header-readdir-new {
    margin-left: -0% !important;
}
.home-banner {
	margin-top: 0px !important;
	height: auto !important;
	background: bottom;
}
.header-readdir-new li {
	float: left;
	padding: 10px 0px 10px 7px !important;
	/* color: #fff; */
}
.header-wrap{position:static;}
.furniture-service{margin-top:0px;}
.furniture-service li{padding:0 10px; float:left; width:33%; max-width:inherit; margin-top:15px;}
.welcome-content-box{text-align:center; width:auto;}
.title{float:none !important; border-right:none !important; padding:0 !important;}
.team-wrap, .project-heading{text-align:center;}
.footer-wrap h3{margin-top:10px;}
.search-bar{border:none;}
.navigationwrape .pull-right {
	float: none !important;
	display: none;
}
.logo img {
	width: 225px;
	float: left;
	/* margin-left: 57px; */
}
.Meet-classDesigner {
	display: none;
}
.home-banner .description {
	font-size: 16px !important;
	margin: -1px 0 28px !important;
	font-weight: bold !important;
	line-height: 1;
	/* display: none; */
	text-align: center;
	/* background: #fff; */
	/* border-radius: 10px; */
	opacity: 0.9;
}
.home-banner .title {
	font-size: 20px !important;
	font-weight: 400;
	margin: 0;
	line-height: 1.4;
	padding: 10px !important;
	/* background: #fff; */
	/* border-radius: 10px; */
	opacity: 0.9;
	font-weight: bold !important;
	text-align: center;
}
.home-banner .estimate-btn {
	padding: 10px 84px !important;
	font-weight: 400;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 16px;
}
.navbar-nav{float:none;}
.navbar-nav>li{padding:0;}
.navbar-default .navbar-nav>li>a{padding:10px 32px;}
.navbar-default .navbar-nav>li>a:hover{background: #fe8a02; color:#fff;}
.welcomeWrap .title h1{margin-top:0;}
.social-icons li{margin:0 !important;}
.footerWrp{text-align:center;}
.desfeature .fetcol-1{float:none; width:auto; min-height:inherit; padding-top:60px; background: #f7f7f7;}
.matinstwrp .micol, .desfeature .fetcol-2{float:none; width:auto;}
.matinstwrp .micol2{float:none !important; width:auto !important; height:auto; padding-top:60px !important;}
.title h1{font-size:52px;}
.furniture-service li{width:50%;}
.project-heading p span, .team-wrap p span{display:none;}
.team-wrap p{margin-top:10px;}
.four-zero-page h2 {font-size: 236px;}
.news-wrap .pull-right{float:none !important; background: #f7f7f7;}
.sliderTxt .slidertext1{font-size:48px;}
.desfeature{padding:0 15px;}
.search-bar{float:left;}
.navbar-header {
	float: left;
	z-index: 99;
	position: relative;
	top: -8px;
	margin-left: -93%;
}
.navbar-collapse{margin-top:46px;}
.search-bar .dropdown-menu{left:0; right:auto; top:48px;}
.navbar-collapse.in{overflow:hidden;}
.navbar-collapse{overflow:hidden;}
.navbar-nav>li>.dropdown-menu{position:static; float:none; width:100%;}
.dropdown-menu>li>a{padding: 8px 20px 8px 45px;}
.dropdown-menu>li a:before{left: 28px;}
.inner-heading{padding:40px 0;}
.navbar-default{padding: 12px 0 12px 10px;}
.service-wrap .service-thumb{max-width: 345px; margin: 30px auto 30px auto;}
.testimonials-wrap .title h1{font-size:36px;}
.title{margin:0 !important;}
.testimonials-wrap .title{margin-bottom:90px !important;}
.navbar-default{background:none;}
.header-wrap {
	background: rgba(255, 251, 251, 0.66);
}
.navbar-default .navbar-nav>li>a+i {display: block;}
.navbar-nav li:hover .dropdown-menu {display: none;}
.navbar-collapse{width:100%;}
.float {
	position: fixed;
	width: 117px;
	height: 60px;
	bottom: 10px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	/* box-shadow: 2px 2px 3px #999; */
	z-index: 9999;
	margin-left: -1px;
	display:block !important;
}
.float-new {
	position: fixed;
	width: 134px;
	height: 60px;
	bottom: 10px;
	background-color: #f50057;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 117px;
	display:block !important;
}
.float-new1 {
	position: fixed;
	width: 110px;
	height: 60px;
	bottom: 10px;
	background-color: #f50057;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 252px;
	display:block !important;
}
.float-new10 {
	position: fixed;
	width: 90px;
	height: 60px;
	bottom: 0px;
	background-color: #074762;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 256px;
	display:block !important;
}
.home-banner .home-banner-content {
	padding: 30px 0 !important;
	position: relative;
	height: 100%;
	width: 100%;
	color: #000;
	text-shadow: none !important;
}
#getFreeEstimate-098 {
	display: none !important;
}
.mobile-img-po {
	margin-top: 0px;
	float: right !important;
	margin-right: 3%;
	display: block !important;
}
.dfw {
	font-size: 37px;
	margin-top: 7px;
}
.home-banner .estimate-btn {
	padding: 10px 40px;
	font-weight: 400;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 16px;
	display: none !important;
}
.bou {
	text-align: center;
	padding: 10px;
	/* border: 1px solid; 
	max-width: 311px;*/
	border: 1px solid #fe8a02;
	margin: 8px;
	background: #fe8a02;
	display: block !important;
}
.bou-new {
	text-align: center;
	padding: 10px;
	/* border: 1px solid; 
	max-width: 311px;*/
	border: 1px solid #fe8a02;
	margin: 8px;
	display: block !important;
}
}
.mobile-img-po {
	display: none;
}
.bou {
	text-align: center;
	padding: 10px;
	/* border: 1px solid; 
	max-width: 311px;*/
	border: 1px solid #fe8a02;
	margin: 8px;
	background: #fe8a02;
	display: none;
}
.bou a {
	/* border: 1px solid #fe8a02; */
	padding: 8px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

.bou-new {
	text-align: center;
	padding: 10px;
	/* border: 1px solid; 
	max-width: 311px;*/
	border: 1px solid #fe8a02;
	margin: 8px;
	display: none;
}
.bou-new a {
	/* border: 1px solid #fe8a02; */
	padding: 8px;
	font-size: 18px;
	color: #074762;
	font-weight: bold;
}


@media screen and (max-width: 414px) {
.four-zero-page h2 {font-size: 140px;}
.four-zero-page h3{font-size:18px;}
.sliderTxt .slidertext1{font-size:36px;  padding-top:0;}
.sliderTxt .slidertext2{font-size:24px;}
.furniture{min-height: 132px;}
.title h1{font-size:38px;}
.testimonials-wrap .title h1{font-size:24px;}
.title h1 span{font-size:18px;}

.float-new10 {
	position: fixed;
	width: 135px !important;
	height: 60px;
	bottom: 0px;
	background-color: #074762;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 212px !important;
	display: block !important;
}
.float-new1 {
	position: fixed;
	width: 123px !important;
	height: 60px;
	bottom: 0px;
	background-color: #074762;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 89px;
	display: block !important;
}
.navbar-header {
	float: left;
	z-index: 99;
	position: relative;
	top: -8px;
	margin-left: 0%;
}
/*.mobile-img-po {
	margin-top: -3px;
	float: right !important;
	margin-right: -400%;
	display: block !important;
}*/
}
#getFreeEstimate-098 {
	text-align: center;
	border: 2px solid #fe8a02;
	padding: 10px;
	font-size: 20px;
	color: #074762;
	text-decoration: none;
	width: 315px !important;
}
#getFreeEstimate-098 {
	display: none;
}
.float {
	position: fixed;
	width: 90px;
	height: 60px;
	bottom: 0px;
	background-color: #074762;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	/* box-shadow: 2px 2px 3px #999; */
	z-index: 9999;
	margin-left: -1px;
	display: none;
}
.my-float {
	margin-top: 3px;
	font-size: 22px;
}
.float p {
	margin-top: 3px;
	font-size: 15px;
	color: #fff;
}
.float {
	color: #FFF !important;
	text-align: center;
	font-size: 30px;
}
.float-new {
	position: fixed;
	width: 90px;
	height: 60px;
	bottom: 0px;
	background-color: #074762;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 87px;
	display: none;
	visibility:hidden;
}
.my-float-new {
	margin-top: 3px;
	font-size: 22px;
}
.float-new p {
	margin-top: 3px;
	font-size: 15px;
	color: #fff;
}
.float-new {
	color: #FFF !important;
	text-align: center;
	font-size: 30px;
}
.float-new1 {
	position: fixed;
	width: 98px;
	height: 60px;
	bottom: 0px;
	background-color: #074762;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 89px;
	display: none;
}
.my-float-new1 {
	margin-top: 3px;
}
.float-new1 p {
	margin-top: 3px;
	font-size: 15px;
	color: #fff;
}
.float-new1 {
	color: #FFF !important;
	text-align: center;
	font-size: 30px;
}
.float-new10 {
	position: fixed;
	width: 108px;
	height: 60px;
	bottom: 0px;
	background-color: #074762;
	color: #FFF;
	border-radius: 0px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
	margin-left: 256px;
	display: none;
}
.my-float-new10 {
	margin-top: 3px;
}
.float-new10 p {
	margin-top: 3px;
	font-size: 15px;
	color: #fff;
}
.float-new10 {
	color: #FFF !important;
	text-align: center;
	font-size: 30px;
}


.header-left-new ul{
	
	float: left;
	
}
.header-readdir-new ul li {
	float: left;
	padding: 10px 0px -1px 20px;
	color: #fff;
	text-align: right;
}
.header-readdir-new li {
	float: left;
	padding: 10px 0px 0px 18px;
	/* color: #fff; */
}
.header-readdir-new li a {
	color: #fff;
	font-weight: inherit;
	text-decoration: aliceblue;
}
.header-left-new li {
	float: left;
	padding: 10px 0px 0px 27px;
}
.header-left-new li a {
	color: #fff;
	font-weight: inherit;
	text-decoration: aliceblue;
}
.top-header {
	background-color: #085b85; /*#074762;*/
}

.nav-tabs {
    margin-bottom: 15px;
}
.sign-with {
    margin-top: 25px;
    padding: 20px;
}
div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #DFDFDF;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
	margin-top: 29px;
}
.well {
	min-height: 20px;
	padding: 18px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 6px 8px rgba(0,0,0,.42);
	/* padding: 20px; */
}
.term-condition-line {
	padding: 8px;
}
.btn.btn-primary.btn-lg.btn-lg-newsd {
	background-color: #085b85;
	border: 2px solid #000000;
}


.welImg img {
	margin-top: 25%;
}

.home-banner .home-banner-content {
	padding: 90px 0;
	position: relative;
	height: 100%;
	width: 100%;
	color: #000;
	text-shadow: none !important;
}

.home-banner .title {
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4;
}
.home-banner .description {
	font-size: 33px;
	margin: 18px 0 30px;
	font-weight: 600;
	line-height: 1;
}
.home-banner .estimate-btn {
	padding: 10px 40px;
	font-weight: 400;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 16px;
}
.btn-scheme-1 {
	background-color: #fe8a02 !important;
	color: #fff;
	font-size: 14px;
	border-color: #fe8a02;
}
.btn.btn-warm-red.primaryBackColor.request-price-btn-js {
	background-color: #085b85;
	padding: 13px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}















blockquote p {
  font-style: italic;
}

.life-of-material-kit {
  background: #FFFFFF;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.serif-font {
  font-family: "Roboto Slab", "Times New Roman", serif;
}

a {
  color: #fe8a02;
}
a:hover, a:focus {
  color: #89229b;
  text-decoration: none;
}
a.text-info:hover, a.text-info:focus {
  color: #00a5bb;
}
a .material-icons {
  vertical-align: middle;
}

legend {
  border-bottom: 0;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}

a:focus, a:active,
button:active, button:focus, button:hover,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0 !important;
}

.image-container {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.image-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .3;
}

.made-with-mk {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  z-index: 555;
  bottom: 40px;
  right: 40px;
  border-radius: 30px;
  background-color: rgba(16, 16, 16, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px 12px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}
.made-with-mk:hover, .made-with-mk:active, .made-with-mk:focus {
  width: 218px;
  color: #FFFFFF;
  transition-duration: .55s;
  padding: 10px 19px;
}
.made-with-mk:hover .made-with, .made-with-mk:active .made-with, .made-with-mk:focus .made-with {
  opacity: 1;
}
.made-with-mk:hover .brand, .made-with-mk:active .brand, .made-with-mk:focus .brand {
  left: 0;
}
.made-with-mk .brand,
.made-with-mk .made-with {
  float: left;
}
.made-with-mk .brand {
  position: relative;
  top: 4px;
  left: -1px;
  letter-spacing: 1px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
}
.made-with-mk .made-with {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 58px;
  top: 14px;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}
.made-with-mk .made-with strong {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.wizard-container {
  padding-top: 100px;
  z-index: 3;
}
.wizard-container .wizard-navigation {
  position: relative;
}
























































.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
	
	
.carousel-control.rightar {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:    none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
 /* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #a2ab58;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 50px
}

.media-carousel .carousel-control.leftar {
	left: -29px !important;
	background-image: none;
	background: none repeat scroll 0 0 transparent;
	border: 4px solid transparent;
	height: 100px;
	width: 100px;
	margin-top: 130px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 transparent;
  border: 4px solid transparent;
  height: 120px;
  width : 120px;
  margin-top: 80px;
}


.media-carousel .carousel-control.rightar {
	right: -26px !important;
	background-image: none;
	background: none repeat scroll 0 0 transparent;
	border: 4px solid transparent;
	height: 100px;
	width: 100px;
	margin-top: 130px;
}


/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 100%;
  height: 100%;
}


.testimonial{
	background-color: #EBEBEB;
	color:#000;
}

.testimonial-heading {
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}





/* video player code here     */

        

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}




/* video player code end */


.test-vid{
	width:100%;
	height:auto;
}


.panel-footer-txt > p{
	letter-spacing:10px;
	color:#fff;
	padding-top:5px;
	
}
.panel-footer{
	background-color:#1480D8!important;
}
.panel-footer-txt > p:hover{
	color:#a2ab58;
}


.checked {
    color: orange;
}






/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network.social-circle a {
	background: #918a8a;
	margin-left: 9px;
}

.dfw a {
	color: #00e676;
}
.service-2 {
    position: relative;
    text-align: center;
}
.service-2 .fa {
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    background: #0a5d87;
    font-size: 30px;
    text-align: center;
    border: 0px solid #d7dfe4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    margin-top: 30px;
}
.pertise{
	font-size: 14px;
    line-height: 22px;
    color: #8c8b8b;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    color:#909090;
}
.partners-5 {
    display: table;
    list-style: none;
    border-collapse: collapse;
}

.ntele{
	margin:46px 10px 41px;
}

.Zoom1:hover img{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.service-2:hover .fa{
	transform: rotate(360deg);
}
.houseIcon:hover img{
	-ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}
.shake12:hover img{
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}

.shake12:hover img{
	color:red;
}
.search1{
  width: 112px;
    box-sizing: border-box;
    border: 2px solid #085b85;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    background-image: url(searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 20px 12px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-top: 0px;
}
.search1:focus{
	width:100%;
}