/* CSS Document */

*{margin:0px; padding:0px;}
body{margin:0px;padding:0px;}
p, h1,h2, h3, h4, h5, h6{margin:0px; padding:0px;}
@font-face {
    font-family: 'Playball';
    src: url('../fonts/Playball.ttf');
}
.top-row{background:#343235;}
ul.top-listing1{margin:0px; padding:0px;}
ul.top-listing1 li{ list-style-type:none; margin:0px; padding:0px; float:left; margin-right:15px;  text-transform:uppercase; line-height:35px; color:#fff; }
ul.top-listing1 li a{ color:#fff;}
ul.top-listing1 li a:hover{ color:#4ea61d; text-decoration:none;}
.brown{ color:#544039;}
.pull-left{float:left;}
.pull-right{float:right;}
.logo{ margin:5px 0px;}
.logo-small{ margin:5px 0px; width:80%;}
.search-query{ margin:20px 0px; border:1px solid #cf2474;}
#search{ padding:10px; width:90%; border:none; margin:0px; }
.search-btn{width:5%!important; height:42px; line-height:42px;  background:transparent url(../images1/search-magnifier.png) no-repeat 0px 13px; border: none; color:transparent; }
select{margin-left: -5px!important;}
.social-section{margin:20px 0px;}
.top-social{ color:#666666; line-height:30px; margin:0px 0px; padding:0px;}
.top-social li { color:#666666; line-height:30px; margin:0px 5px; padding:0px; float:left; list-style-type:none; font-weight:600; font-size:15px;}
.top-social li a{ color:#666666; line-height:30px;}
.top-social a:hover{ color:#4ea61d; text-decoration:none; line-height:30px;}
.social-fb{ color:#4a6d9d; font-size:25px!important;}
.social-tweet{ color:#69d0f1; font-size:25px!important;}
.social-gplus{ color:#cc4326; font-size:25px!important;}
.social-linkedin{ color:#0b7bb5; font-size:25px!important;}

.social-icons li{ margin:5px 5px 0px 5px; padding:0px; background:#fff; color:#544039; text-align:center; float:left; list-style-type:none; font-size:15px; -moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;}
.social-icons li a i{ color:#544039; font-size:15px!important; width:25px; height:25px; line-height:25px; }

.social-icons-foot li{ margin:30px 5px 0px 5px; padding:0px; background:#fff; color:#544039; text-align:center; float:left; list-style-type:none; font-size:20px; -moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;}
.social-icons-foot li a i{ color:#544039; font-size:20px; width:40px; height:40px; line-height:40px; }


/*manu Start*/
.menu-bg{background:#cf2474; border-bottom:1px solid #fa8daf;}

#cssmenu {
 background:#cf2474; 
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
   z-index:6;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 200px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #544039;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #544039;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #fa8daf;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #544039;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #fff;
  padding: 15px 23px;
  /*font-weight: 700;*/
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  font-size: 17px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
 color: #fff;
background: #fa8daf;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #fff;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #fa8daf;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 200px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 200px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #544039;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #544039;
    border-bottom: 2px solid #544039;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #544039;
    right: 20px;
    top: 26px;
  }
}

/*menu end*/

.populer-items{margin:20px 0px; overflow:hidden; height:auto; width:100%;}
.populer-items .item-box{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c12d+0,24860a+99 */
background: #70c12d; /* Old browsers */
background: -moz-linear-gradient(top, #70c12d 0%, #fa8daf 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #70c12d 0%,#fa8daf 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #70c12d 0%,#fa8daf 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c12d', endColorstr='#fa8daf',GradientType=0 ); /* IE6-9 */
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
overflow:hidden; height:auto; width:100%;
}
.populer-items .item-box img {float:left; padding:10px;}
.populer-items .item-box h3.heading {font-size:16px; color:#fff; line-height: 25px; margin:0px; padding:10px 0px 0px 0px;}
.populer-items .item-box p { color:#fff; padding:10px; }
.best-selling-products{padding: 30px 0px; /*background:#eeeeee;*/ width:100%; height:auto;}
.best-selling-products h1{/*float: left;*/ text-align:center;font-size:25px; color:#383838; font-weight:normal; padding-bottom:25px; text-transform:uppercase; margin: 20px 0px; background:url(../images/heading-bdr.png) no-repeat center 40px; }
.sofa-set-boxs h1{/*float: left;*/ text-align:center;font-size:25px; color:#383838; font-weight:normal; padding-bottom:25px; text-transform:uppercase; margin: 20px 0px; background:url(../images/heading-bdr.png) no-repeat center 40px; }
.best-selling-products h1 span{color:#4ea61d;}
#demo #owl-demo .item{background:#fff; margin:5px; padding:0px;  }
#demo #owl-demo .item img{border: 3px solid #e7e6e4; width:98%;}
#demo #owl-demo .item .product-name{ font-size:17px; text-align:center; background:#cf2474; color:#fff; margin:8px 0px; padding:8px 0px;}
#demo #owl-demo2 .item{background:#fff; margin:5px; padding:0px;  }
#demo #owl-demo2 .item img{border: 3px solid #e7e6e4; width:98%;}
#demo #owl-demo2 .item .product-name{ font-size:17px; text-align:center; background:#cf2474; color:#fff; margin:8px 0px; padding:8px 0px;}
.customNavigation .prev{background:url(../images/owl-controler.png) no-repeat; width:41px; height:45px; padding:0px; border:none;}
.customNavigation .next{background:url(../images/owl-controler.png) -49px no-repeat; width:41px; height:45px; padding:0px; border:none;}
.customNavigation .prev:hover{background:url(../images/owl-controler.png) no-repeat; width:41px; height:45px; padding:0px; border:none;}
.customNavigation .next:hover{background:url(../images/owl-controler.png) -49px no-repeat; width:41px; height:45px; padding:0px; border:none;}
.customNavigation{float: right;}
.owl-controls{display: none!important;}
#demo{position:relative;}
#demo .customNavigation{position:absolute; right:0; top: -50px;}
.sofa-set-boxs{margin:20px 0px; padding:0px;}
.sofa-set-boxs .box{margin:0px; padding:0px; background:#f4ebec; padding: 20px 20px 0px 20px; border:3px solid #e7e6e4; overflow:hidden; text-align:center;}
.sofa-set-boxs .box img{float:left; margin-right:10px;}
.sofa-set-boxs .box h3.title{color:#444444; font-size:35px;  padding:10px 0px; line-height:20px; font-family:'Playball'; font-weight:normal;}
.sofa-set-boxs .box p{color:#444444; font-weight:normal; line-height:25px;}
.cb20{clear:both; height:20px;}
.shop-button{ background:transparent; color:#444; border:1px solid #444; padding:10px 35px;}
.shop-button:hover{ background:#444; color:#fff; border:1px solid #444; padding:10px 35px; text-decoration:none;}
.hot-products{padding: 30px 0px; background:#fdf8f8; width:100%; height:auto;}
.hot-products h1{float: left;font-size:25px; color:#383838; text-transform:uppercase; margin: 0px;}
.cb{clear:both; height:0px;}
.hot-products h1 span{color:#4ea61d;}
.hot-pro{margin:0px; padding: 0px;}
.hot-pro .pro-box{margin:0px; padding:0px; background:#f2f2fc; text-align:center; overflow:hidden;}
.hot-pro .pro-box .button{background:#4ea61d; color:#fff; padding:3px 7px; font-size:13px;}
.hot-pro .pro-box .button:hover{background:#333; color:#fff; padding:3px 7px; font-size:13px; text-decoration:none;}
.welcome-sai{background:#fff; margin: 20px 0px 50px 0px; padding:20px; border:5px solid #e7e6e4;}
.welcome-sai h1{color:#111; text-align: center; font-size: 25px; color: #383838; font-weight: normal; padding-bottom:10px; text-transform: uppercase; margin: 10px 0px 20px 0px; border-bottom:2px solid #e7e6e4;}
.welcome-sai p{color:#111; line-height:30px;}
.important-links{margin:20px 0px; padding:0px;}
.important-links h1.titlegreen{margin:0px; padding:5px 15px; font-size:16px; color:#ffffff; background:#4ea61d; line-height:normal; }
.readmore{background:#cf2474; color:#fff; border:1px solid #544039; text-align:center; padding:10px 45px; font-size:17px;}
.readmore:hover{background:transparent; color:#544039; border:1px solid #cf2474; text-decoration:none;}
.important-links ul{margin:10px 0px; padding:0px;}
.important-links ul li{margin:0px; padding:2px 0px; list-style-type:none;}
.important-links ul li a{margin:0px; padding:0px; color:#1b1b1c;}
.important-links ul li a:hover{margin:0px; padding:0px; color:#4ea61d;}
.footer{background:#f4ebec; padding:20px 0px;}
.footer h2{ color:#cf2474; font-size:17px; line-height:normal; font-weight:normal; }
.footer h2 span{color:#4ea61d;}
.footer .listmenu{margin:0px; padding:0px;}
.footer ul.links{margin:0px; padding:0px;}
.footer ul.links li{margin:0px; padding:0px; list-style-type:none;}
.footer ul.links li{margin:0px; padding:0px; color:#fff;}
.footer ul.links li a{margin:0px; padding:0px; color:#544039;}
.search-query2{ margin:20px 0px;}
#search2{ padding:0px 10px; width:70%; background: #fff; color: #cf2474; font-style:italic; border:1px solid #cf2474; line-height: 40px;
height: 40px; }
.search-btn2{width:28%!important; height:42px; line-height:42px; background:#cf2474; /* background:#4ea61d url(../images/email-icon.png) no-repeat 11px 11px; */border:1px solid #cf2474; color:#fff; margin-top: -10px; margin-left: -5px;}
select{margin-left: -5px!important ;}
.brown-foot{background:#343235;}
.brown-foot .copy{color:#fff; padding:5px 0px 0px 0px; text-shadow: 1px 1px #333; }
.brown-foot .copy a{color:#fff; }
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #fff;
background-color: #d6261c;
font-size: 12px;
padding: 1em;
display: none;
}
.back-to-top:hover{	
background-color: #333;
text-decoration:none!important;
color:#fff;
}	
.back-to-top:visited {	
background-color: #d6261c;
text-decoration:none!important;
color:#fff;
}	

.hr-brown{height:2px; background:#666; margin:25px 0px;}
.center{text-align:center;}
#header4 {



    margin: 0 0 0 0;



    position: relative;



    z-index: 9000000;



	width:1200px;



	height:47px;



	padding:0 0 3px 0;



}

#portamento_container2 {position: relative;  z-index:100; margin:0px auto; width:100%;}



#portamento_container2 #header4.fixed {margin: 20px 0 0; padding-bottom:10px; position: fixed !important;/* box-shadow:1px 1px 3px #999999; background-color:#FFF;*/}







/*#portamento_container2 #header4.fixed .menuarea{ margin-top:10px;}



#portamento_container2 #header4.fixed .logo{ margin-top:8px; width:90px; height:auto;}



#portamento_container2 #header4.fixed .piopio{ display:none;}*/


#fixednav {
  display: block;
  width: 100%;
  margin: 0 auto;
transition: top 0.7s ease-in 0s;
 -webkit-transition: top 0.7s ease-in 0s;
  -moz-transition: top 0.7s ease-in 0s;
  background:#fff; height:auto;
}

#fixednav-container{ 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);  
    transition: top 0.8s ease-out 0s;
	 -webkit-transition: top 0.8s ease-out 0s;
  -moz-transition: top 0.8s ease-out 0s;
  z-index:999999;
  background:#fff; height:85px;
  left:0px;

}

/*contact style start here*/



/*--------------------------------------------------------------*/
#contact .keep-in-touch {
	padding: 80px 0 80px;
	position: relative;
	overflow: hidden;
}


/*section-title*/
#contact .keep-in-touch .section-title {
	margin-bottom: 92px;
}

#contact .keep-in-touch h2 {
	font-size: 42px;
	color: #1e1e1e;
	line-height: 31px;
	margin: 0 0 0.85em;
	text-transform: uppercase;
	text-align:center;
}

#contact .keep-in-touch h2 + p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}


/*content*/
#contact .keep-in-touch .content {
	text-align: center;
}

#contact .keep-in-touch .content .col {
	border-right: 1px solid #eeeeee;
}

#contact .keep-in-touch .content .col:last-child {
	border-right: 0;
}

#contact .keep-in-touch .content span {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px dashed #eeeeee;
	text-align: center;
	border-radius: 50%;
	position: relative;
}

#contact .keep-in-touch .content span i:before {
	margin: 0;
	font-size: 34px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#contact .keep-in-touch .content span i {
	background: #eeeeee;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#contact .keep-in-touch .content h3 {
	font-size: 21px;
	color: #333333;
	line-height: 10px;
	margin: 1.67em 0;
}

#contact .keep-in-touch .content p {
	font-size: 15px;
	color: #676767;
	line-height: 23px;
	margin: 0;
}

#contact .keep-in-touch .content .col:hover i {
	background: #4ea61d;
}

#contact .keep-in-touch .content .col:hover span {
	border-color: #4ea61d;
}

#contact .keep-in-touch .container > .booking-btn {
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	margin-top: 120px;
	text-align: center;
}

#contact .keep-in-touch .container > a:hover {
	background-color: #000 !important;
	color: #fff;
}



/*--------------------------------------------------------------
#9.3	leave-message
--------------------------------------------------------------*/

#contact .leave-message {
	overflow: hidden;
	background: #4ea61d;
}

.overlay {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*left-col*/
#contact .leave-message .left-col {
	background: url(../images/cont-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	position: relative;
	min-height: 800px;
}

#contact .leave-message .left-col .content {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#contact .leave-message .left-col img {
	display: block;
	margin: 0 auto;
	margin-bottom: 125px;
}

#contact .leave-message .left-col .content p {
	display: inline-block;
	background-image: url(../images/contact/para-bg-lt.png), url(../images/contact/para-bg-ri.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
	position: relative;
}

#contact .leave-message .left-col .content p:before {
	content: "";
	width: 1px;
	height: 90px;
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	top: -100px;
}


/*right-col*/
#contact .leave-message .right-col {
	background-color: #4ea61d;
	padding: 112px 40px 112px 40px;
	margin-left: 0px;
width: 51.20%;
}


/*section-title*/
#contact .leave-message .right-col .section-title {
	text-align: left;
	color: transparent;
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	position: relative;
}

#contact .leave-message .right-col .section-title h2 {
	color: #fff;
	font-size: 35px;
	line-height: 20px;
	margin: 0 0 17px;
	text-transform: uppercase;
}

#contact .leave-message .right-col .section-title p {
	color: #fff;
}

#contact .leave-message .right-col .section-title span {
	color: #465900;
}

#contact .leave-message .right-col .section-title div {
	position: absolute;
	right: 0;
	top: 0px;
}

#contact .social-links {
	padding-left: 0;
	overflow: hidden;
}

#contact .social-links li {
	list-style-type: none !important;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #a5cc4c;
	border-radius: 50%;
	margin-right: 5px;
	text-align: center;
}

#contact .social-links li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	font-size: 16px;
	color: #a5cc4c;
}

#contact .social-links li a .fa {line-height:35px;}

#contact .social-links li a:hover {
	background-color: #fff;
	color: #4ea61d;
}


/*form*/
#contact .leave-message .form-inline .col {
	padding: 0 0 0 10px;
	margin-bottom: 40px;
}

#contact .leave-message .form-inline .col:first-child,
#contact .leave-message .form-inline .col:nth-child(4) {
	padding-left: 0;
}

#contact .leave-message .form-inline .col label {
	color: #fff;
	font-size: 17px;
}

#contact .leave-message .form-inline .col input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	box-shadow: none;
	border: 0;
}

#contact .leave-message .form-inline .col input:focus,
#contact .leave-message .form-inline .col textarea:focus {
	background: #a6cb56;
	border: 0;
	outline: 0;
	box-shadow: none !important;
}

#contact .leave-message .form-inline label {
	display: block;
}

#contact .leave-message .form-inline textarea {
	width: 100%;
	text-transform: uppercase;
	height: 160px !important;
}

#contact .leave-message .form-inline .submit {
	background-color: transparent;
	width: 160px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	display: inline-block;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background:none;
}

/*right-buttons*/
.common-header .right-buttons {
	line-height: auto;
	position: relative;
	top: 32px;
	
}

.common-header .right-buttons > li {
	height: auto !important;
}

.common-btn {
	background-color: #4ea61d;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	border: 0;
	text-align: center;
	position: relative;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
height: 45px;
line-height: 45px;
border-radius: 25px;
padding:10px 45px;
}

.common-btn:hover { text-decoration:none; color:#fff; background:#000;}

.common-btn:focus, .common-btn:visited{text-decoration:none; color:#fff;}

.btn-group .btn {
	position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

/*contact style ends here*/
.title-txt2 {
    text-align: center;
    font-size: 25px;
    color: #383838;
    font-weight: normal;
    padding-bottom: 0px;
    text-transform: uppercase;
    margin: 20px 0px 10px 0px;
    background: url(../images/heading-bdr.png) no-repeat center 40px;
}

.title-txt {
    text-align: center;
    font-size: 25px;
    color: #383838;
    font-weight: normal;
    padding-bottom: 0px;
    text-transform: uppercase;
    margin: 20px 0px;
    background: url(../images/heading-bdr.png) no-repeat center 40px;
}

.title-txt{
  line-height: 0.5;
  text-align: left;
}
.title-txt span {
  display: inline-block;
  position: relative;  
}

/*.title-txt span:before,
.title-txt span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #544039;
  border-top: 1px solid #544039;
  top: 0;
  width: 600px;
}*/

.title-txt span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #544039;
  border-top: 1px solid #544039;
  top: 0;
   top: 4px;
  width:200%;
}
/*.title-txt span:before {
  right: 100%;
  margin-right: 15px;
}*/
.title-txt span:after {
  left: 100%;
  margin-left: 15px;
}

.inner-layout h2{font-size:16px; line-height: normal;
margin-block-end: 20px; text-transform: uppercase; color: #741705;
font-weight: normal;}
.inner-layout h2:after {
    content:' ';
    display:block;
    border:1px solid #741705;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05); width:80px;
	margin: 5px 0px 0px;
}


.pro-h{

	width:auto;

	line-height:40px;

	color:#FFF;

	font-size:18px;

	font-family:Arial, Helvetica, sans-serif;

	font-weight:normal;
	text-transform:uppercase;

}
.pro-h a{ text-decoration:none; color:#000;}
.linkgrey{

	width:auto;

	height:auto;

	padding:0;

}

.content-block {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ccc;
}

.content-block img {

    border-radius: 5px;
    float: right;
    margin: 10px;
    border: 1px solid #ccc;
}

input{
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
