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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);


body{
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin:0;
	line-height: 1;
	color:#000000;
	/*background:url(../img/bg.png) top repeat-x;
	background-attachment:fixed;*/
	font-family: 'Roboto', sans-serif !important;
	
}
td, div, h1, h2, h3, p, input, form{
	margin:0;
	padding:0;
}

img{
	padding:0;
	margin:0;
	border:none;
	max-width:100%;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
a{
	transition:all ease-in-out 0.3s;
}
a:hover{
	transition:all ease-in-out 0.3s;
}


.modal-body2{
	display: none;
}



/*=-=-=-=-=-=-=-=-=main-wrapper=--=-=-=-=-=-=-=-*/

.social ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    font-size: 25px;
    color: #fff !important;
	border-radius:3px;
	    padding: 4px 0 0;
}
.social ul li {
    display: inline-block;
}
.social {
    float: right;
	    padding: 10px 0 0;
}
li.fb a {
    background-color: #435f9c;
}
li.gpls a {
    background-color: #dd5044;
}
li.twt a {
    background-color: #1da1f2;
}
.logo {
    position: absolute;
    z-index: 6;
}
.banner {
    margin: 30px 0 100px;
}
.heading {
    text-align: center;
    margin: 0 0 30px;
}
.heading h1, .heading h2 {
    margin: 0 0 10px;
	font-weight:700;
	text-transform:uppercase;
	display: block;
}
.heading22 {
    text-align: center;
    margin: 0 0 30px;
    	display: none;
}
.heading22 h1, .heading h2 {
    margin: 0 0 10px;
	font-weight:700;
	text-transform:uppercase;
	display: none;
}
.heading p {
    font-size: 21px;
    font-weight: 500;
}
.heading:after {
    content: '';
    width: 100%;
    max-width: 60px;
    height: 3px;
    margin: 0 auto;
    background-color: #5c3106;
    display: block;
}
.wel-con p {
    font-size: 18px;
	text-align:center;
	margin:0 0 15px;
}
.rdbtn {
    padding: 8px 20px;
    font-size: 15px;
    color: #fff;
	display:inline-block;
	margin:10px 0 0;
	border-radius:3px;
	background: #e8ab6a;
background: -moz-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8ab6a), color-stop(100%, #572d02));
background: -webkit-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: -o-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: -ms-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: linear-gradient(to bottom, #e8ab6a 0%, #572d02 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ab6a', endColorstr='#572d02', GradientType=0 );
transition:all ease-in-out 0.3s;
}
.rdbtn:hover{
	color:#fff;
	background: #572d02;
background: -moz-linear-gradient(top, #572d02 0%, #e8ab6a 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #572d02), color-stop(100%, #e8ab6a));
background: -webkit-linear-gradient(top, #572d02 0%, #e8ab6a 100%);
background: -o-linear-gradient(top, #572d02 0%, #e8ab6a 100%);
background: -ms-linear-gradient(top, #572d02 0%, #e8ab6a 100%);
background: linear-gradient(to bottom, #572d02 0%, #e8ab6a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#572d02', endColorstr='#e8ab6a', GradientType=0 );
transition:all ease-in-out 0.3s;
}

.service {
    padding: 70px 0 50px;
}
.serv-img {
    max-width: 170px;
    height: 170px;
    width: 100%;
    margin: 0 auto;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
	    padding: 30px 0 0;
}
.single-servc{
    padding: 15px 0;
	height:auto;
	margin-bottom:70px;
	position:relative;
}
.srvc1:after, .srvc2:after, .srvc3:after{
	content:'';
	width:100%;
	height:63px;
	display:block;
	position: absolute;
}
.srvc1:after{
	background:url(../img/bg1.png) repeat-x;
}
.srvc2:after{
	background:url(../img/bg2.png) repeat-x;
}
.srvc3:after{
	background:url(../img/bg3.png) repeat-x;
}
.srvc1 {
    background-color: #00b3f2;
}
.srvc2 {
    background-color: #89ca30;
}
.srvc3 {
    background-color: #e962ab;
}
.srvc1 i {
    color: #00b3f2;
}
.srvc2 i{
    color: #89ca30;
}
.srvc3 i {
    color: #e962ab;
}
.serv-con {
    padding: 0 15px;
	text-align:center;
	color:#fff;
}

.gallery {
    padding: 0 0 70px;
}
.want {
    background-color: #714d26;
    padding: 30px 0;
}
.want-in p {
    margin: 0;
    color: #fff;
    font-size: 30px;
	float:left;
}
.want-in a {
    float: right;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 22px;
    color: #92612d !important;
}
.footer{
	background-color: #ded3bd;
	    padding: 30px 0;
}
.ft-in .social{
	float:none;
}
.ft-in h3 {
    margin: 0 0 15px;
    border-bottom: 1px solid #92612d;
    padding: 0 0 5px;
}
.ft-in ul li {
    padding: 0 0 7px;
}
.ft-in ul li a {
    color: #333;
}
.ft-in ul li {
    font-size: 15px;
}
.test .item{
	text-align:center;
}
.test {
    padding: 70px 0;
	margin-bottom: 60px;
	background-color: rgba(255, 255, 255, 0.60);
}
.test .item p{
	font-size:17px;
}
.ftr-btm {
    background-color: #3e2003;
    color: #fff;
    padding: 10px 0;
	text-align:center;
}
.copy p{
	margin:0;
}

.copy p a{
	color:#fff !important;
}
.pgnm h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
	    color: #3e2003;
}

.pgnm {
    text-align: right;
}
.inr-pghd {
    background-color: #e8ab6a;
    padding: 20px 0;
	margin-bottom:50px;
}
.about {
    padding: 0 0 50px;
}
.abt-in p {
    font-size: 17px;
}
.in-tst{
	margin:0;
}
.address ul li {
    padding: 0 0 12px;
    font-size: 16px;
}
.address h3 {
    margin-top: 0;
	border-bottom:1px solid #ddd;
	padding:0 0 5px;
	margin-bottom:20px;
}
.address ul li i{
	color:#714d26;
	font-size:20px;
}
.gallery-in ul li {
    max-width: 272px;
    display: inline-block;
    margin: 0 5px 15px;
}
.gallery-in ul{
	text-align:center;
}
.gallery-in ul li img {
    width: 100%;
    height: 220px;
}
.interior {
    margin: 0 0 50px;
}
.int-con p {
    font-size: 17px;
	text-align:justify;
}
.painting p {
    font-size: 17px;
}
.painting{
	margin-bottom:30px;
}
.faq .painting {
    border-bottom: 1px dashed#ddd;
    margin-bottom: 50px;
}
.faq .painting h3{
	color:#3e2003;
}










.disOverlay{position:fixed; width:100%; height:100%; background:#222; z-index:9997; opacity:0.7;}

.dispop{position:fixed; width:100%; /*background:#000;*/ z-index:9998; top:50%; overflow:hidden;}

.dispopMiddle{max-width:1050px; width:90%; margin:0 auto; padding:70px 0; position:relative;}


.disLeft img {
    width: 100%;
    max-width: 500px;
}
.disLeft {
    text-align: center;
    padding: 130px;
position:relative;
}


.disClose{ position:absolute; right:254px; top:110px; width:23px; height:23px; background:url(../img/disclamerClose.png) no-repeat 0 0; text-indent:-99999px;}

.disClose:hover{background:url(../img/disclamerClose.png) no-repeat 0 100%;}
























.shadow
{
  position: relative;
}
.shadow:before, .shadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 22px;
  left: 10px;
  width: 100%;
  top: 80%;
  max-width:500px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.shadow:after
{
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 10px;
  left: auto;
}







#cssmenu{
background: #e8ab6a;
background: -moz-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8ab6a), color-stop(100%, #572d02));
background: -webkit-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: -o-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: -ms-linear-gradient(top, #e8ab6a 0%, #572d02 100%);
background: linear-gradient(to bottom, #e8ab6a 0%, #572d02 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ab6a', endColorstr='#572d02', GradientType=0 );
}



#cssmenu ul{
	margin:0;
}



nav {
    position: relative;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu > ul > li {
    float: left
}

#cssmenu > ul > li > a {
    text-transform: uppercase;
    padding: 17px 12px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #572d02
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #e8ab6a!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

@media screen and (max-width:700px) {
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu > ul > li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 12px;
        width: 30px;
        border-top: 3px solid #dddddd;
        border-bottom: 3px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 13px;
        right: 20px;
        display: block;
        height: 3px;
        width: 30px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 3px;
        width: 28px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 28px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}





@media (max-width: 1024px){
	#cssmenu > ul > li > a {
    padding: 17px 11px;
    font-size: 13px;
}	
	
}


@media (max-width: 768px){
	#cssmenu > ul > li > a {
    padding: 10px;
    letter-spacing:normal;
}
.serv-con h3{
	font-size:20px;
}
.banner {
    margin: 0px 0 50px;
}




}

@media (min-width:320px) and (max-width:600px){
	.modal-body2{
		display: block;
	}
	
	.modal-body{
		display: none;
	}
	
	.button{
		z-index: 123;
	}
	
	button.close2{
		margin: 20px 0 0 0;
		left: 0;
	}
	
	.close{
		color: #fff;
	}
	
	button.close{
		left: 0;
	}
	
	.modal-dialog{
		width: 300px !important;
		margin: 22px auto;
	}
	
	.brand_images {
    width: 30%;
    margin: -1px 2px;
}
}


@media (max-width: 425px){
	.logo img {
    max-width: 150px;
	width: 100%;

}
.disLeft{
padding:0;
}
.social {
    margin: 44px 0 0;
}
.shadow:before, .shadow:after{
	box-shadow: 0 12px 20px #777;
	width: 90%;
}
.heading {
    text-align: center;
    margin: 0 0 30px;
    display: none;
}
.heading h1, .heading h2 {
    margin: 0 0 10px;
	font-weight:700;
	text-transform:uppercase;
	display: none;
}
.heading22 {
    text-align: center;
    margin: 0 0 30px;
    	display: block;

}
.heading22 h1, .heading h2 {
    margin: 0 0 10px;
	font-weight:700;
	text-transform:uppercase;
	display: block;
}
.heading p {
    font-size: 17px;
}
.disClose {
    right: 0;
    top: -30px;
}




}



@media (max-width: 375px){
.heading h1 {
    font-size: 12px;
}

}

@media (max-width: 320px){
    .brand_images{
        width: 27%;
    }
}






/*----------css 29.3.2017------------------*/

button.close {
    padding: 0 !important;
    cursor: pointer !important;
    background: transparent !important;
    border: 0 !important;
    -webkit-appearance: none !important;
    position: absolute !important;
    right: 0 !important;
    z-index: 999999 !important;
}

.close{
	opacity: 1 !important;
}

button.close2{
	background: #714d26 !important;
	color: #fff !important;
	padding: 10px 30px !important;
}

.close:hover, .close:focus{
	opacity: 1;
}

.modal-dialog{
	width: 1116px !important;
}

.modal-content{
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}































