.p11{color: #000 !important;}
@font-face {
    font-family: 'Buda-Light';
    src:url(../fonts/Buda-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
.stick{
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 900;
padding:8px;
background-color:#fff;
	}
	.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.rip{
width: 109px;
    height: 97px;
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
    background-position: -303px -55px;
}

.bg{
background-image:url(../images/sprit4-30.png);
margin-left: auto;
}
.asshadow:hover .rip{
opacity: .3;
cursor:pointer;
}
.asshadow:hover{
cursor:pointer;
}

.modal-content img{margin:auto; width:100%;}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

	.stick img{	border-radius:4px; padding:8px; background-color:#fff; }
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: 'OpenSans-Regular'
}
.header {
  background-color: rgba(140, 34, 34, 0.76);
    padding: 0.5em 0;
}
.logo {
  float: left;
}
.logo a {
  display: block;
  font-size: 4em;
  text-decoration: none;
 font-family: 'Buda-Light';
  color: #994868;
  font-weight: 600;
  text-transform:capitalize;
 }
 .logo-tag{
    padding: 0;
    margin-left: 60px;
    margin-top: -7px;
 }
 .logo-tag li{
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 11px;
 }
 .logo-tag li i{font-size:14px;}
 .logo-tag li img{vertical-align: bottom;}
.logo span {
    color: #C07C3F;
    font-size: 0.8em;
}
.top-menu{
  float:right;
  margin-top:1.5em;
}
.top-menu ul li{
    display: inline-block;
    margin: 0.5em 14px;

}


.top-menu ul li a.active {
  color:#fff;
}
.top-menu ul li a:hover {
  color: #fff;
}
.top-menu ul li a {
      font-size: 1.3em;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

.probrandone{ border: solid 2px #666666; text-align:center;}
.productimage img{ border: solid 1px #333;}
.smallproone{    margin: 0px 0px 5px 40px;
    border: solid 1px #333;
    padding: 5px;
    float: left;
    position: relative;
    }
	.smallproone img{ text-align:center;}
	.productimage{ padding:5px;}
	.porductdescripition h1{ font-size:30px; text-align:center; padding:0px 0px 10px 0px;}
	.porductdescripition p{ text-align:justify ;}
	.models-grids1{ padding: 0px 0px 10px 0px;
    margin: 10px 0px 0px 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.38);}
/********************ul class start***************************************/

.top-menu ul
{
	position:relative;
}

.about-section1 h1
{
margin-left:-10px !important;
}


.ulmargin
{
list-style:none;

}

.ulmargin li
{
list-style:disc;
padding:0px;
margin:0px;
text-align:left;
padding:5px;

}

.ulmargin ul ul.circle li
{
list-style:circle;
margin-left:15px;
padding:5px;
}

.ulsquare li
{
list-style:square !important;
}

.ulmargin li a
{
color:black;
font-family:inherit;
font-weight:900;
}

.ulmargin h1
{

    font-family: inherit;
    font-size: 25px;
    text-align: left;
    margin-left: -5px;
    padding-top: 24px;
    margin-bottom: 13px;
	    font-weight: 900;
	}
	
	.ulmargin ul
	
	{
	margin-left:15px;
	}
	

.ulmargin li a:hover
{
color:green;
}
.top-menu ul ul {
	
	    height: 600px;
		    width: 250px;
    overflow:auto;
    display: block;
    position: absolute;
    left: 180px;
    top: 32px;
    z-index: 9999;
    padding: 10px 0 0 0;
}



 ::-webkit-scrollbar {
		  width:10px;
		  
	} 
	
	 /* this targets the default scrollbar (compulsory) */
	
	::-webkit-scrollbar-track {
		  background-color:none;
	} /* the new scrollbar will have a flat appearance with the set background color */
	
	::-webkit-scrollbar-thumb {
		  background-color:#000; 
		  
		 
	} /* this will style the thumb, ignoring the track */
	
		::-webkit-scrollbar-button {
		  background-color:none;
	} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
	::-webkit-scrollbar-corner {
		  background-color:none;
	} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */	


.top-menu ul ul ul {
	display:block;
position:absolute;
left:10px;
top:33px;
z-index:9999;
padding:0px;
}


.top-menu ul ul li{
	display:block;
	padding:0px;
	margin:0px;
}

.top-menu ul ul
{
	display:none;
	
}
.top-menu ul ul li a
{
	position:inherit;
	font-size:14px;
	display:block;
	background-color: #41BFCC;
	color:white;
	margin-bottom:0px !important;
	padding:10px;
	border-bottom:1px solid white;

}

.intBtn
{
    background-color:rgba(24, 134, 177, 0.95);
    color: white;
    padding: 7px;
    float: left;
	
}

.intBtn:hover
{
background-color:green;;
color:white;
text-decoration:none;

}

.top-menu ul ul li a:hover
{
	
	background-color:white;
	color:black;
	
}
.top-menu ul li:hover ul
{
	display:block;
	
}

.top-menu .submenu1
{    
	display:block;
position:absolute;
left: 95px;
top:32px;
z-index:9999;
padding:10px 0 0 0;
width: 200px;

}

.top-menu .submenu1 li a
{

	font-size:14px;
	display:block;
	background-color: #41BFCC;
	color:white;
	margin-bottom:0px !important;
	padding:10px;
	border-bottom:1px solid white;
}

.top-menu .submenu1 li a:hover
{
	
	background-color:white;
	color:black;
	
}

.top-menu .submenu1
{
display:none;

}

.top-menu ul li:hover .submenu1
{
	display:block;
	
}

/*.top-menu ul ul li a {
display:block;
padding: 3px 15px;
color: #242424;
text-decoration: none;
font-size:13px;
z-index:999;
}*/

.envirolist2 ul
{
list-style:disc;
padding:0px;
margin:0px;

}
.envirolist2 ul li
{
margin:0px;
line-height:15px !important;
}

.wellsm
{
    padding: 0px;
    margin: 0px;
   
}




/********************ul class end***************************************/
span.menu {
  display: none;
}
.item img {
    width: 100%;
}
.welcome {
    padding: 4em 0;
    text-align: center;
	background-color: #eee;
}
.welcome h3{
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'Buda-Light';
    color:#994868; 
	font-weight: 600;
}
.welcome-grids{
margin-top:3em;
}
span.glyphicon.glyphicon-heart {
    font-size: 3em;
    padding: 0.5em;
    color: #fff;
}
span.glyphicon.glyphicon-user {
    font-size: 3em;
    padding: 0.5em;
    color: #fff;
}
span.glyphicon.glyphicon-glass {
    font-size: 3em;
    padding: 0.5em;
    color: #fff;
}
.welcome-grid h4 {
    font-size: 1.8em;
    text-transform: capitalize;
    margin: 0.5em 0;
	color:#fff;
}
.welcome-grid p {
    font-size: 1em;
    line-height:2em;
	color:#eee;
}
.wel1 {
    background-color:#C08CB3;
    padding: 3em 3em;
}
.wel2 {
    background-color:#785C6B;
    padding: 3em 3em;
}
.wel3 {
    background-color:#B38F79;
    padding: 3em 3em;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2E2F2F;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.designer {
    padding: 4em 0;
    text-align: center;
	background:#994868;
}
.designer h1 {
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'Buda-Light';
    color:#fff; 
	font-weight: 600;
}
.designer-grids {
    margin-top: 3em;
}
.designer-grid{
	position:relative;
}

.designer-grid img{
	width:300px;
	height:px;
}
.designer-info {
	position: absolute;
	width: 90%;
	top:60%;
	left:15px;
  	background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.productresmore{ text-align:center;}
.lodemore {
	background-color:#994868;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:2px solid rgb(50, 72, 91);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:17px 50px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #2f6627;
}
.lodemore:hover {
	background-color:#306;
	color:#FFF;
}
.lodemore:active {
	position:relative;
	top:1px;
}

.designer-info :hover {
  background-color: rgba(181, 167, 167, 0.44);
}
.designer-info h2 {
  font-size: 1.5em;
  color: #fff;
  text-transform: capitalize;
  padding: 1em;
}

.designer-info h2 a{ text-decoration:none; color:#FFF;}

.designer-grid p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0.5em 0 0;
  color: #E6DCDC;
}
.new-grid img {
  width: 100%;
}
.new-grid1 img {
  width: 100%;
}
.news {
  padding: 4em 0;
  text-align: center;
}
.news h1{
 font-size: 3.5em;
 text-transform: capitalize;
 font-family: 'Buda-Light';
 color:#994868; 
 font-weight: 600;
}
.new-grid {
  padding: 0;
}
.new-grid1 h5 {
  font-size: 1.5em;
}
.new-grid1 h4 {
  font-size: 1.8em;
  color: #222;
  text-transform: capitalize;
  padding: 1em 0;
}
.new-grid1 p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0.5em 0 0;
  color: #777;
  text-align:justify;
  }
.new-grid1 h4 a {
    text-decoration: none;
    color: #222;
}
.new-grid1 h4 a:hover{
    color: #994868;
}
.new-grid1 {
  margin-top:0em;
}
.new-grids {
  margin-top: 3em;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
.specials-section {
  padding: 2em 0;
  background:rgba(34, 34, 34, 0.75);
  border-top: solid 2px #0000CC;
}
.specials-section h3 {
  font-size: 2em;
 text-transform: capitalize;
 font-family: 'Buda-Light';
 color:#fff; 
 margin-bottom: 0.5em;
 font-weight: 600;
}
.specialsl li {
  list-style: none;
}
.specials p {
  font-size: 1em;
  line-height:2em;
  color: #fff;
}
.specials1 p {
  font-size: 1em;
  line-height: 2em;
  color: #fff;
}
.specials1 ul li{
  list-style-type: none;
   padding: 0.3em 0;
}
.specials1 p a {
    color: #eee;
}
.specials1 ul li  a{
  font-size: 0.965em;
  text-decoration: none;
  line-height: 1.8em;
  color: #fff;
  list-style: none;
  padding: 6px 24px;
  background: url(../images/list-arrow.png) no-repeat 0px 10px;
  text-transform: capitalize;
}
.specials1 ul li a:hover {
  color:#f1f1f1;
}

 .social2{}
			.social2 ul li{ float:left; list-style:none; width: 36px;}
			.social2 ul li  a{
  font-size: 0.965em;
  text-decoration: none;
  line-height: 1.8em;
  color: #fff;
  list-style: none;
  padding: 6px  10px;
  background:none ;
  text-transform: capitalize;
}
			
.footer-section{
	padding:2em 0;
	text-align:center;
	background: #994868;
}
.footer-top p {
	font-size: 0.9em;
	color: #fff;
	font-weight: 400;
	padding: 0px 0px 0px 130px;
}
.footer-top  a {
	font-size: 1em;
	color:#fff;
	font-weight: 400;
	text-transform: capitalize;
}
.footer-top a:hover {
	color: #1B1B1B;
}
.footer-top a {
	margin: 0 0.3em
}

.hidden_link121 {
/*visibility:hidden;*/
    color: #1d1e1f;
	width: 120px;
    display: inline-block;
	    color: #994868 !important;

}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-top.png") no-repeat 0px 0px;
}
/*--about--*/
.about-section{
padding:4em 0;
text-align:center;
}
.about-section h3 {
    font-size: 2.5em;
 text-transform: capitalize;
 font-family: 'Buda-Light';
 color:#994868; 
 margin-bottom: 0.5em;
 font-weight: 600;
}
.about-section img {
    margin: 0 auto;
	
}
.about-section p {
  font-size: 1em;
  line-height: 2em;
  color: #999;
  margin-top:1.5em;
  text-align: justify;
  color:black;
}

.about-section h1
{
    font-family: inherit;
    font-size: 25px;
    text-align: left;
              margin-left: -5px;
    padding-top: 24px;
    margin-bottom: 13px;
}


.tablealign td
{
text-align:justify;

}
.envirolist1 p
{
text-align:justify;
}

.envirolist1 ul
{
padding:0px;
margin:0px;


}

.envirolist1{


    padding: 0px 0px 0px 58px;
	}

.enviroimgalgn
{
    margin-top: 20px;
	    border: 1px solid #e6d8d8;
}

.envirolist1 ul li
{

text-align:justify;
line-height:30px;
margin-top:15px;
    margin-left: 16px;
}

.envirolist1 .enviroul li
{
text-align:justify;

margin-top:0px;

}

.why-choose {
    padding: 1em 0 4em;
    text-align: center;
}
.why-choose h3 {
   font-size: 3.5em;
 text-transform: capitalize;
 font-family: 'Buda-Light';
 color:#994868; 
 margin-bottom: 0.5em;
 font-weight: 600;
}
.choose-grid h4{
 font-size: 1.8em;
  color: #222;
  text-transform: capitalize;
}
.choose-grid p{
	font-size:1em;
	line-height:1.8em;
	color:#999;
	margin:1em 0 0
}
.choose-grids {
  margin-top: 3em;
}
.ourteam {
  padding: 0 0 4em;
  text-align: center;
}
.ourteam h3 {
 font-size: 3.5em;
 text-transform: capitalize;
 font-family: 'Buda-Light';
 color:#994868; 
 margin-bottom: 0.5em;
 font-weight: 600;
}
.team-grid h4{
  font-size: 1.8em;
  color: #222;
  text-transform: capitalize;
  margin: 0.5em 0;
}
.team-grid p {
  font-size: 1em;
  color: #999;
   line-height: 2em;
 }
.team-grids {
  margin-top: 3em;
}
/*-- services --*/
.services-section {
    padding: 4em 0;
    text-align: center;
}
.services-section h3{
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'Buda-Light';
    color: #994868;
    margin-bottom: 0.5em;
	font-weight: 600;
}
.services-grid h4{
  font-size: 1.8em;
  color: #222;
  text-transform: capitalize;
  margin-bottom:0.5em;
  }
.services-grid p {
  font-size: 1em;
  color: #999;
   line-height: 2em;
 }
.services-info {
    border-bottom: 2px solid#C07C3F;
    border-left: 2px solid #C07C3F;
    border-right: 2px solid #C07C3F;
    padding: 2em 1em;
}
.services-info:hover {
    border-bottom: 2px solid#994868;
    border-left: 2px solid #994868;
    border-right: 2px solid #994868;
    padding: 2em 1em;
}
.service-list {
  padding: 4em 0;
  background-color: #eee;
}
.service-list h3 {
   font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'Buda-Light';
    color: #994868;
    margin-bottom: 0.5em;
	text-align: center;
	font-weight: 600;
}
.ser-list ul li{
 list-style-type: none;
}
.ser-list ul li a {
  color: #000;
  font-size: 1em;
  padding: 6px 24px;
  background: url(../images/list-arrow.png) no-repeat 0px 10px;
  line-height:2em;
  text-decoration:none;
 }
.ser-list ul li a:hover {
    color: #994868;
}
/*-- services --*/
/*---portfolio----*/
.models {
  padding: 4em 0;
  text-align:center;
}
.models h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'Buda-Light';
    color: #994868;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.view {
  width: 360px;
  height: 245px;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #BCBCBC;
  -moz-box-shadow: 1px 1px 2px #BCBCBC;
  box-shadow: 1px 1px 2px #BCBCBC;
  cursor: default;
  padding: 0;
}
.view .mask,.view .content {
   width: 341px;
    height: 225px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h5{
    font-style: italic;
    font-size: 1.5em;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 5em auto 0;
    width: 63%;
}
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth h5 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover h5{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
/*---//portfolio----*/
/*-- Typography --*/
h3.tittle {
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'Buda-Light';
    color: #994868;
    margin-bottom: 0.5em;
    text-align: center;
	font-weight: 600;
}
.typo {
  padding: 4em 0;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #777;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5 a {
  background: none;
  padding: 2em 0;
  text-decoration: none;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5{
	margin-bottom:1em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
/*--//Typography --*/
/*--//contact --*/
.contact{
	padding: 4em 0;
}
.contact h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    font-family: 'Buda-Light';
    color: #994868;
    text-align: center;
	font-weight: 600;
}
.contact-grids {
    margin-top: 3em;
}
.google-map iframe {
	width: 100%;
	min-height:250px;
	border: none;
	margin-top:2em;
	}
.contact-left span {
	color: #777;
	line-height: 1.8em;
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 1.3em;
}
.contact-left p {
	color: #777;
	font-weight: 400;
	font-size: 1em;
	  line-height: 1.8em;
}
address {
  margin-top: 1em;
 }
.contact-right h5{
	font-size:1em;
	text-transform: capitalize;
	font-weight: 400;
	padding: 10px 0;
	color: #000;;
	
}
.contact-right input[type="text"] {
	width: 100%;
	padding: 10px 10px;
	font-size: 1em;
	outline: none;
	border: 1px solid #dcdee0;
}
.contact-right textarea {
	width: 100%;
	padding: 10px 10px;
	font-size: 1em;
	height: 10em;
	resize: none;
	outline: none;
	border: 1px solid #dcdee0;
}
.contact-right input[type="submit"] {
	width: 20%;
	font-size: 1em;
	text-transform: uppercase;
	background: #C07C3F;
	border: none;
	outline: none;
	margin-top: 0.5em;
	color: #fff;
	font-weight: 500;
	padding: 10px 0;
}
.contact-right input[type="submit"]:hover {
	background: #994868;
}
/***End contact page ***/
		
		/**--responsive--**/
@media (max-width:1080px){
.welcome h3,.designer h3,.news h3,.specials-section h3,.about-section h3,.why-choose h3,.ourteam h3,.services-section h3,.service-list h3,.models h3,h3.tittle,.contact h3 {
    font-size: 3em;
}
.welcome-grid h4,.designer-info h4,.new-grid1 h4,.choose-grid h4,.team-grid h4,.services-grid h4{
    font-size: 1.5em;
}
.welcome-grid p,.designer-grid p,.new-grid1 p,.specials p,.specials1 p,.about-section p,.choose-grid p,.team-grid p,.services-grid p,.contact-left span,.contact-left p {
    font-size: 0.95em;
}
.ser-list ul li a {
    font-size: 0.95em;
    padding: 6px 19px;
}
.view {
    width: 293px;
    height: 200px;
}
.view h5 {
   margin: 4em auto 0;
}
.view .mask, .view .content {
    width: 290px;
    height: 225px;
}
}
@media (max-width: 991px){
span.menu{
	display: block;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.top-menu ul{
	display: none;
	position:absolute;
	width: 100%;
	z-index: 9999;
	left: 0%;
	margin:0.7em 0em;
	background:rgba(29, 28, 24, 0.93);
	border:0;
}
.top-menu span.menu{
	display: block;
}
.top-menu ul li{
	display: block;
	float:none;
	text-align: center;
}
.top-menu ul li a{
	color:#fff;
	display:block;
	margin:0;
	background:none;
	border:none;
	padding:0.4em;
	font-size:1em;
}
.logo a {
    font-size: 3.5em;
}
.welcome,.designer,.specials-section,.about-section,.services-section,.service-list,.models,.typo,.contact,.news{
    padding: 3em 0;
}
.welcome-grid {
    float: left;
    width: 33.3%;
}
.welcome h3, .designer h3, .news h3, .specials-section h3, .about-section h3, .why-choose h3, .ourteam h3, .services-section h3, .service-list h3,.models h3, h3.tittle, .contact h3 {
    font-size: 2.5em;
}
.welcome-grid h4, .designer-info h4, .new-grid1 h4, .choose-grid h4, .team-grid h4, .services-grid h4 {
    font-size: 1.35em;
}
.wel1 {
    padding: 1em 1em;
}
.wel2 {
    padding: 1em 1em;
}
.wel3 {
  padding: 1em 1em;
}
.designer-grid {
    float: left;
    width: 25%;
}
.designer-info {
    width: 83%;
    top: 27%;
}
.new-grid {
    float: left;
    width: 50%;
}
.new-grid1 {
    float: left;
    width: 50%;
	margin-top: 1em;
}
.new-grid1 h4 {
    padding: 0.5em 0;
}
.new-grid1 h5 {
    font-size: 1.4em;
}
.specials1 {
    width: 50%;
    float: left;
}
.specials {
    width: 50%;
    float: left;
}
.why-choose{
    padding: 1em 0 3em;
}
.choose-grid {
    float: left;
    width: 33.3%;
}
.team-grid {
    float: left;
    width: 25%;
}
.services-grid {
    float: left;
    width: 25%;
}
.services-info {
   padding: 1em 1em;
}
.services-info:hover {
    padding: 1em 1em;
}
.ser-list {
    float: left;
    width: 33.3%;
}
.specials1:nth-child(3) {
    margin-top: 1em;
}
.specials1:nth-child(4) {
    margin-top: 1em;
}
.model-grids {
    float: left;
    width: 30.3%;
}
.view {
    width: 220px;
    height: 151px;
}
.view .mask, .view .content {
    width: 201px;
    height: 132px;
}
.view h5 {
   font-size: 1.3em;
   margin: 3.5em auto 0;
}
.label {
    padding: .2em .6em .3em;
    font-size: 62%;
}
.pagination {
    margin: 10px 0;
}
.contact-left {
    float: left;
    width: 50%;
}
.contact-right {
    float: left;
    width: 50%;
}
.google-map iframe {
   min-height: 300px;
}
}
@media (max-width: 640px){
.logo a {
    font-size: 3em;
}
.top-menu {
   margin-top: 1em;
}
.welcome h3, .designer h3, .news h3, .specials-section h3, .about-section h3, .why-choose h3, .ourteam h3, .services-section h3, .service-list h3, .models h3, h3.tittle, .contact h3 {
    font-size: 2.3em;
}
.welcome-grid h4, .designer-info h4, .new-grid1 h4, .choose-grid h4, .team-grid h4, .services-grid h4 {
    font-size: 1.2em;
}
.welcome-grid p, .designer-grid p, .new-grid1 p, .specials p, .specials1 p, .about-section p, .choose-grid p, .team-grid p, .services-grid p, .contact-left span, .contact-left p {
    font-size: 0.9em;
}
.welcome-grids,.designer-grids,.choose-grids,.new-grids,.team-grids,.contact-grids {
    margin-top: 2em;
}
.designer-info {
    width: 80%;
    top: 24%;
}
.new-grid1 {
   margin-top: 0.5em;
}
.new-grid1 h5 {
    font-size: 1.2em;
}
.team-grid {
    float: left;
    width: 50%;
}
.team-grid:nth-child(3) {
    margin-top: 1em;
}
.team-grid:nth-child(4) {
    margin-top: 1em;
}
.services-grid {
    float: left;
    width: 50%;
}
.services-grid:nth-child(3) {
    margin-top: 1em;
}
.services-grid:nth-child(4) {
    margin-top: 1em;
}
.services-grid img {
    width: 100%;
}
.ser-list {
    width: 100%;
}
.ser-list:nth-child(2) {
    margin-top: 1em;
}
.ser-list:nth-child(3) {
    margin-top: 1em;
}
.view .mask, .view .content {
    width: 176px;
    height: 118px;
}
.view {
    width: 187px;
    height: 130px;
    border: 6px solid #fff;
    margin: 5px;
}
.view h5 {
    font-size: 1.3em;
    margin: 2.5em auto 0;
}
.label {
    padding: .2em .6em .3em;
    font-size: 56%;
}
.contact-right input[type="submit"] {
    width: 22%;
    font-size: 0.95em;
}
.contact-right input[type="text"] {
    padding: 6px 10px;
}
.contact-right textarea {
    padding: 6px 10px;
}
}
@media (max-width: 480px){

.logo a {
    font-size: 2.5em;
}
span.menu img {
    width: 75%;
}
.welcome, .designer, .specials-section, .about-section, .services-section, .service-list, .models, .typo, .contact, .news {
    padding: 2em 0;
}
.welcome h3, .designer h3, .news h3, .specials-section h3, .about-section h3, .why-choose h3, .ourteam h3, .services-section h3, .service-list h3, .models h3, h3.tittle, .contact h3 {
    font-size: 2em;
}
.welcome-grid {
    width: 100%;
}
.welcome-grid:nth-child(2) {
    margin-top: 1em;
}
.welcome-grid:nth-child(3) {
    margin-top: 1em;
}
.wel1 {
    padding: 1em 1em 2em;
}
.wel2 {
    padding: 1em 1em 2em;
}
.wel3 {
    padding: 1em 1em 2em;
}
.designer-grid {
    float: left;
    width: 50%;
}
.designer-grid:nth-child(3) {
    margin-top: 1em;
}
.designer-grid:nth-child(4) {
    margin-top: 1em;
}
.designer-info {
    width: 86%;
    top: 35%;
}
.new-grid {
    width: 100%;
    margin-top: 1em;
}
.new-grid1 {
    width: 100%;
    margin-top: 1em;
}
.new-grids {
    margin-top: 0em;
}
.choose-grid {
    width: 100%;
}
.choose-grid:nth-child(2) {
    margin-top: 1em;
}
.choose-grid:nth-child(3) {
    margin-top: 1em;
}
.view .mask, .view .content {
    width: 195px;
    height: 129px;
}
.view {
    width: 206px;
    height: 141px;
}
.view h5 {
    font-size: 1.3em;
    margin: 3em auto 0;
}
.typo h1 {
    font-size: 28px;
}
.typo h2 {
    font-size: 26px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5 {
    margin-bottom: 0.5em;
}
.label {
    padding: .2em .6em .3em;
    font-size: 49%;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 10px;
}
.grid_4 {
    margin-top: 25px;
}
.contact-left {
    width: 100%;
}
.contact-right {
    width: 100%;
}
.contact-right h5 {
    font-size: 0.95em;
}
.google-map iframe {
    min-height: 250px;
}
.contact-right input[type="submit"] {
    width: 18%;
    font-size: 0.9em;
}
.specials1 ul li a {
    font-size: 0.92em;
	padding: 6px 21px;
}
}
@media (max-width: 320px){

.logo a {
    font-size: 2.3em;
}
.top-menu {
    margin-top: 0.8em;
}
.welcome, .designer, .specials-section, .about-section, .services-section, .service-list, .models, .typo, .contact, .news {
    padding: 1em 0;
}
.welcome-grids, .designer-grids, .choose-grids, .new-grids, .team-grids, .contact-grids {
    margin-top: 1em;
}
.welcome-grid h4, .designer-info h4, .new-grid1 h4, .choose-grid h4, .team-grid h4, .services-grid h4 {
    font-size: 1.25em;
}
.welcome-grid {
    padding: 0;
}
.designer-grid {
    width: 100%;
}
.designer-info {
    width: 89%;
    top: 40%;
}
.designer-grid:nth-child(2) {
    margin-top: 1em;
}
.new-grid {
    margin-top: 0.5em;
}
.new-grid1 h5 {
    font-size: 1.15em;
}
.specials {
   width: 100%;
   padding:0;
}
.specials1 {
    width: 100%;
	padding:0;
}
.specials1:nth-child(2) {
    margin-top: 1em;
}
.footer-section {
    padding: 1em 0;
}
.choose-grid {
    padding: 0;
}
.why-choose {
    padding: 1em 0 1em;
}
.team-grid {
    width: 100%;
}
.team-grid:nth-child(2) {
    margin-top: 1em;
}
.services-grid {
    width: 100%;
}
.services-grid:nth-child(2) {
    margin-top: 1em;
}
.ser-list {
    padding: 0;
}
.ser-list ul li a {
    font-size: 0.9em;
    padding: 6px 20px;
}
.view {
    width: 255px;
    height: 141px;
}
.view .mask, .view .content {
    width: 250px;
    height: 129px;
}
.grid_4 {
    margin-top: 16px;
}
.contact-left {
    padding: 0;
}
.contact-right {
    padding: 0;
}
.contact-right input[type="submit"] {
    width: 20%;
}
}

#CaptchaDiv {
    font: bold 15px verdana, arial, sans-serif;
    font-style: italic;
    color: white;
    background-color: #b94a48;
    padding: 8px 8px 8px 8px;
    display: inline-block;
    margin: 2px 0px 0px 3px;
}

.capbox {
    border-width: 0px 12px 0px 0px;
    zoom: 1;
    width: 425px;
	padding-bottom:30px;

}
.capbox-inner121 {
    margin-left: 14px;
}
.capbox-inner {
    color: #000000;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
}
#CaptchaInput {
    padding: 10px 10px 10px 10px;
}
.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;
}




