@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	margin-top:0;
	text-transform:uppercase;
}

h1{
	font-size:36px;
}

h2{
	font-size:24px;
}

h3{
	font-size:18px;
	font-family: 'Roboto Slab', serif;
}

h4{
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
}

ul,li{
	padding:0;
	list-style:none;
	margin-bottom: 0;
}


.banner img{
	width:100%;
}

.main-wrapper{
	padding:35px 0;
}

.copyright{
	background:#000;
	padding:20px;
	
}

.indi-services .heading h1, .about-us .heading h1, .appointment .heading h1,.retail-wrapper .heading h1{
	color:#5d9c04;
}

.indi-services .heading span, .about-us .heading span, .appointment .heading span, .retail-wrapper .heading span{
	color:#2b1b04;
}

.why-us .heading h1, .gallery .heading h1, .services-heading h1{
	color:#6aaf08;
}

.why-us  .heading span, .gallery .heading span, .services-heading span{
	color:#fff;
}


.heading-content{
	margin-top: 20px;
}

.tel-img,.tel-number{
	float: left;
}

.social a, .visit li{
	display:inline-block;

}

.mid-bar a, .copyright, .copyright a{
	color:#fff;
}

.top-bar, .top-bar a, .top-bar a:hover, .top-bar a:focus{
	color:#6aaf08;
}

.top-bar i, .top-bar p, .top-bar li {
	display: inline-block;
}

.nepalay{
	float: right;
}

.top-bar p{
	margin-bottom: 0;
}
.top-bar li {
	margin-left: 15px;
}

.nepalay p:first-child{
	border: 1px solid #6aaf08;
	padding: 6px 12px;
}

.visit li{
	margin-left: 3px;
}

/*top-bar starts*/
.top-bar{
	background: url(../images/top.png) ;
	padding: 6px 0;
}

#welcome {
    margin-top: 6px;
}
/*header starts*/
header{
	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 1%, #ffffff 50%, #6aaf08 50%, #6aaf08 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 1%,#ffffff 50%,#6aaf08 50%,#6aaf08 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 1%,#ffffff 50%,#6aaf08 50%,#6aaf08 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6aaf08',GradientType=1 ); /* IE6-9 */
	
}

.logo {
    margin-top: 9px;
}

.social-icon {
    margin-top: 28px;
}

.social-icon li{
	display: inline-block;
}

/*header ends*/

/*navigation starts*/
nav {
	background:#6aaf08;
	padding: 20px 0;
	position: relative;
}

nav::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid transparent;
    border-top: 93px solid #6aaf08;
    border-left: 39px solid transparent;
    top: 0;
    left: -52px;
}

.navbar-default{
	background-color:transparent;
	border-color:transparent;
	margin-bottom:0;
}

.navbar-default a{
	 color:#fff !important;
	 font-size:15px;
	 text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a:hover{
	color:#281b05 !important;
}


.menu a {
	color:#281b05 !important;
}


/*navgation ends*/


/*mid-bar-starts*/
.mid-bar{
	background: url(../images/mid-bar.png) no-repeat;
	padding: 10px 0;
}

.mid-bar li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.mid-bar-wrapper{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding: 10px 0;
}

.mid-bar-wrapper ul > li > ul > li > p{
	margin-bottom: 0;
} 

.mid-bar-content .team {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 25px;
}

.quote{
	background: #6aaf08;
	border:1px solid #fff;
	padding: 10px 30px;
	text-transform: uppercase;
}

/*mid-bar-ends*/


/*services-starts*/

.indi-services-wrapper{
	margin-top: 40px;
	background: url(../images/services-icon.png) no-repeat 300px;
}

.indi-services-box{
	border:1px solid #acacac;
	padding: 15px 40px 15px 10px;
	position: relative;
	margin-bottom: 15px;
}

.indi-services-box-right{
	border:1px solid #acacac;
	padding: 15px 10px 15px 40px;
	position: relative;
	margin-bottom: 15px;
}

.indi-services-box h3, .indi-services-box-right h3{
	color:#505050;
}

.indi-services-box span{
	border-bottom: 2px solid #bababa;
	position: relative;
	display: block;
}

.indi-services-box span::before{
	content: '';
    border-bottom: 5px solid #6aaf08;
    position: absolute;
    top: -1px;
    right: 13px;
    width: 20%;
}

.indi-services-box-right span{
	border-bottom: 2px solid #bababa;
	position: relative;
	display: block;
}


.indi-services-box-right span::before{
	content: '';
    border-bottom: 5px solid #6aaf08;
    position: absolute;
    top: -1px;
    left: 13px;
    width: 20%;
}

.indi-services-box p{
	margin-top: 10px;
}

.indi-services-box-right p{
	margin-top: 10px;
}


.indi-icon {
    background: #6aaf08;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: -63px;
}

.indi-services-box-right .indi-icon {
    background: #6aaf08;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: -63px;
	right: auto;
}

.indi-services-readmore a{
	background: #6aaf08;
	color:#fff;
	padding: 10px 40px;
	display: inline-block;
}

.services-heading{
	background: url(../images/services-bg.png) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: 9;
}
.service-wrap{
	border:1px solid #6aaf08;
	margin-bottom: 30px;
}

.ser-list-img{
	position: relative;
}

.service-name {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: rgba(106,175,8,0.9);
    right: 0;
    padding: 10px 0;
    text-align: center;
}
.service-name h4{
	margin-bottom: 0;
}


.ser-details{
	background: #e1e1e1;
	padding: 15px;
	border-top: 2px solid #000;
}



.indi-services-images{
	display: none;
}

/*services-ends*/

/*retail-services-starts*/
.retail-wrapper{
	border-top: 4px solid #291a05;
	padding-top: 25px;
}

.toffu{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bb00a+0,6aaf08+15,ffffff+100 */
background: #6bb00a; /* Old browsers */
background: -moz-linear-gradient(left, #6bb00a 0%, #6aaf08 15%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #6bb00a 0%,#6aaf08 15%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #6bb00a 0%,#6aaf08 15%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb00a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
color:#fff;
	padding: 10px;
}


.toffu h2{
	margin-bottom: 0;
}

.retail-services-inner, .retail-services-1{
	margin-top: 25px;
}

.retail-image{
	margin-bottom: 30px;
}
/*retail-services-ends*/

/*why-us-start*/
.why-us{
	background: url(../images/why-us.png) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 50px;
	color:#fff;
}

.why-us .heading p{
	width: 60%;
    margin: 0 auto;
    margin-top: 15px;
}

.dap, .service-list{
	margin-top: 40px;
}

.why-us-inner h4{
	margin-bottom: 0;
	color:#fff;
	font-weight: 300;
}

.why-us-inner-image{
	margin-bottom: 15px;
}

.why-us-inner-content{
	border:1px solid #fff;
	padding: 30px 0;
}

.cn{
	padding: 38px 0;	
}

.years{
	color:#6aaf08;
	border-right: 2px solid #6aaf08;
}

.years h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 2px;
}

.years h1 span{
	font-family: 'Montserrat', sans-serif;
	font-size: 72px;
	font-weight: 400;
}

.history-content {
    color: #747574;
    margin-top: 40px;
}

.history-area{
	padding-bottom: 25px;
	border-bottom: 1px solid #6aaf08;
}
/*why-us-start*/

/*gallery-start*/
.gallery{
	background: url(../images/gallery.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color:#fff;
}

.gallery-popup{
	margin-top: 40px;
}

.gall{
	height: 207px;
	overflow: hidden;
	margin-bottom: 20px;
}

.gall img{
	height: 100%;
	width: 100%;
}

.about-us-main, .testimonials-review{
	margin-top: 25px;
}
/*gallery-ends*/

/*appointment-starts*/
.appointment{
	background: url(../images/appointment-bg.png) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 40px 0;
}

.appointment-wrapper{
	background: #fff;
	padding: 30px 40px;
}

.appointment-wrapper p, .testimonials .heading p{
	margin-top: 20px;
}

.titto{
	width:100%;
	padding: 10px;
	background: #ebebeb;
	border: none;
	margin-bottom: 12px;
}

.besto{
	height: 114px;
}

.input-btn-tn{
	background: #6aaf08;
	color:#fff;
	padding: 10px 30px;
	border: none;
}
/*appointment-ends*/

/*testimonials-starts*/
.review{
	background: #dedddd;
	margin: 0 15px;
	border-bottom: 2px solid #6aaf08;
	padding: 15px;
	position: relative;
	margin-top: 50px;
}

.client-image {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 4px 4px 4px #d3d3d3;
	position: absolute;
	top: -40px;
	left: 40%;
}

.client-image img {
    box-shadow: inset 4px 4px 13px #757575;
    border-radius: 50%;
	
}

.review-content.text-center {
    padding-top: 50px;
}

.review-content p{
	margin-bottom: 20px;
}

.review-content  span {
    width: 75%;
    display: block;
    border-bottom: 2px solid #c1bfbf;
    margin: 0 auto;
	position: relative;
}

.review-content span::before {
    content: '';
    position: absolute;
    width: 15%;
    top: -1px;
    left: 43%;
    border-bottom: 4px solid #6aaf08;
}


.client-name h4{
	margin-top: 10px;
	margin-bottom: 0;
}

/*testimonials-ends*/

/*footer starts*/
footer {
	background:url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
	padding-top:115px;
	margin-top: 50px;
	padding-bottom: 50px;
}

.foot-content {
    margin-top: 20px;
	text-align: justify;
}

.foot-social li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}

footer input{
	float:left;
}

footer .input-btn{
 border:1px solid #a56c14;
 background:#a56c14; 
 padding:10px 10px; 
 color:#fff; 
 cursor:pointer; 
 border-radius:0; 
}

footer li{
	line-height: 24px;
}

footer h3{
	font-size:20px;
	font-family: 'Roboto Slab', serif;
	text-transform: none;
	font-weight: 300;
}

footer span{
	display: block;
	width: 46%;
	border-bottom: 3px solid #6aaf08;
}


.use-link{
	margin-top: 15px;
}

.use-link a{
	color:#fff;
	font-size: 16px;
}



.use-link p.sum{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color:#6aaf08;
}

.tap a, .tap p, .business a{
	font-size: 14px;
	color:#fff;
}

.tap svg:not(:root).svg-inline--fa, .business svg:not(:root).svg-inline--fa {
	color:#6aaf08;
}

.tap svg:not(:root).svg-inline--fa , .tap p, .business svg:not(:root).svg-inline--fa , .business p  {
	display: inline-block;
	vertical-align: top;
}

.business a{
	margin-top: 15px;
	display: inline-block;
}

.tap li{
	margin-bottom: 8px;
}
/*footer ends */

/*scroll to top*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	background: #6aaf08;
	border:none;
}

.breadcrumb{
	background-color:transparent;
	border-bottom:1px solid #ddd;
	margin-bottom:0;
}

.gal_list {
	float:left;
	width:265px;
	height:155px;
	overflow:hidden;
	border:1px solid #ddd;
	margin:0px 10px 20px 0;

}
.gal_list img {
	width:115%;
	height:auto;
}



/*contact-us*/

.contact-title {
    border-bottom: 2px solid #5f3e06;
    padding-bottom: 10px;
}

.contact-details {
    margin-top: 20px;
}

.cont-det ul {
    border-bottom: 1px solid #dfac04;
    border-top: 1px solid #dfac04;
    padding: 15px 10px;
}

.cont-det li:first-child {
    border-right: 1px solid #dfac04;
    padding-right: 10px;
    margin-right: 15px;
}
.cont-det li {
    display: inline-block;
	vertical-align: top;
}

.contro {
    margin-top: 15px;
}

.contro li a{
	color: #2f2e2e;
}

.contact-form-real{
	margin-top: 40px;
}

.map{
	margin-top: 30px;
}

.contact-do .titto{
	border: 1px solid #6aaf08;
	border-radius: 24px;
}

.contact-do .besto {
    height: 160px;
}

.contact-form{
	margin-bottom:15px;
}
.cont-us {
	padding: 15px 0 45px;
}
.cont-us .social {
	float:none;
}

.cont-us .logo{
	margin:30px 0;
}
.contact-us {
	color:#626262;
	padding:40px 0;
}

.info-p {
	margin-bottom:38px;
}
.contact-us small{
	color:#ff6262;
}
.cont-row{ margin-top:10px;}

.text6{ display:inline-block; 
padding:10px; 
border:1px solid #cccccc;
 background:#fff; color:#6e614d;
  font:12px Arial, Helvetica, sans-serif; 
  width:32.33%; 
  border-radius:3px;  }
  
.text12{ width:98%; margin-bottom:10px;}

.cont-row-1 textarea{ display:inline-block;
 padding:10px; 
 border:1px solid #cccccc; 
 background:#fff; 
 color:#6e614d; 
 font:12px Arial, Helvetica, sans-serif; 
 width:98%;
  border-radius:3px; }
  
.input-btn{
	 border:1px solid #eb8c11;
 background:#eb8c11; 
 padding:10px 20px; color:#fff; 
 cursor:pointer; 
 border-radius:3px; }
 
 

 .contanct-info p {
 	margin-top:10px;
 }
 
.features {
	margin-top:15px;
}

.contact-info-details p {
	font-size:22px;
	font-weight:300;
	color:#666;
	float:left;
	margin-right:35px;
}

.footer-address .cont-img{
	margin:15px 0;
}

.footer-address a {
	color:#000;
}

/*contact-us*/
.btn-primary{
	padding: 5px 8px !important;
}


@media (max-width:1024px){
.mid-bar li {
    margin-right: 13px;
}
	
nav::before {
    left: -39px;
}
}

@media (max-width:768px){
	header{
		background: none;
	}
	
	nav::before {
    content: '';
    position: relative;
    border-bottom: none;
    border-top: none;
    border-left: none;
    top: 0;
    left: auto;
}
	
	.social-icon {
    margin-top: 10px;
}
	.mid-bar li {
    margin-right: 5px;
}
	
	.indi-services-wrapper {
    margin-top: 40px;
    background: url(../images/services-icon.png) no-repeat 100px;
}
	
	.gall img {
    height: 100%;
    width: auto;
}
}


@media (max-width:736px){
	.top-bar {
    text-align: center;
}
	.logo img{
		margin: 0 auto;
	}
	.nepalay {
    float: none;
    /* margin-top: 15px; */
    margin: 10px 0;
}
	
	.mid-bar {
    background: url(../images/mid-bar.png);
    padding: 10px 0;
    text-align: center;
}
	.mid-bar-content li.rog {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 25px;
}
	
	.mid-bar li {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    margin: 10px 0;
}
	
	.indi-services-box {
    text-align: center;
}
	.indi-icon {
    background: #6aaf08;
    padding: 15px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}
	.indi-services-heading {
    margin-top: 15px;
}
	.indi-services-box span::before {
    content: '';
    border-bottom: 5px solid #6aaf08;
    position: absolute;
    top: -1px;
    right: auto;
    width: 22%;
    left: 240px;
}
	.indi-services-wrapper {
    margin-top: 40px;
    background: none !important;
}
	.indi-services-images{
		display: block;
	}
	
	.indi-services-box-right {
    
    text-align: center;
}
	.indi-services-box-right .indi-icon {
    background: #6aaf08;
    padding: 15px;
    display: inline-block;
    position: relative;
    top: 25px;
    left: 0;
    right: auto;
}
	
	.indi-services-box-right .indi-icon {
    background: #6aaf08;
    padding: 15px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
}
	
	.indi-services-box-right span::before {
    content: '';
    border-bottom: 5px solid #6aaf08;
    position: absolute;
    top: -1px;
    left: 254px;
    width: 20%;
}
	.about-us-main{
		text-align: center;
	}
	.about-image{
		margin-bottom: 20px;
	}
	.about-image img{
		margin: 0 auto;
	}
	
	footer {
    padding-top: 175px;
}
	
	.useful-link {
    margin-top: 15px;
}
	
	.card{
		margin: 10px 0;
	}
	
}


@media (max-width:414px){
	.indi-services-box span::before {
    left: 38%;
}
	
	.indi-services-box-right span::before {
    left: 38%;
    
}
}