	@charset "utf-8";
	/* CSS Document */
	/* var text-decoration */
	@font-face {
	  font-family: myfont;
	  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
	}

	body, p {
		font-family: myfont;
		text-rendering: optimizeLegibility;
		color: #555;
		line-height: 24px;
		font-weight: 400;
		font-size: 14px;
		
	}
	.headingsec
	{
		position: absolute;
		z-index: 100;
		background-color:rgba(255,255,255,0.8);
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fixed-top .headingsec 
	{
		background-color:rgba(255,255,255,0.9);
	}
	.headslide
	{
	  background-color:#228b22;	
	  height:30px;
	  margin-bottom:0px;
	}
	.headcon
	{
	   float:right;
	   font-size:15px;
	   padding-top:10px;
	   color:#fff;
	   letter-spacing:0.5px;
	   font-family: 'Roboto', sans-serif;
	   padding-right: 10px;
	   padding-bottom:10px;
	   font-weight:600;
	   
	}
	.contactno
	{
		
		font-family: 'Roboto', sans-serif;
		font-size:20px;
		color:#6a9625;
		float:right;
		margin-top:15px;
		margin-right: 15px;
		margin-bottom:10px;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	.navbar {
		position: relative;
		min-height: 40px;
		margin-bottom: 0px;
		border: 1px solid transparent;
		margin-top:16px;
		   
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding-top:10px;
		padding-bottom:10px;
		padding-right: 22px; 
		padding-left: 22px;
		 
	}
	
	.navbar-nav > li > a {
		padding-top: 9px;
		padding-bottom: 9px;
		border-radius: 0px;
		color:#000 !important;
		font-weight:600;
		background-color:transparent;
		margin-right:10px;
		letter-spacing: 0.5px;
		font-size:16px;
		/*border-top-right-radius: 8px;
		border-top-left-radius: 8px;*/
	}
	.navbar-default .navbar-toggle {
		border-color: #ddd;
	}
	
	 .bordered-bottom { 
	 background-image:url(../../images/borderrightCopy2.png);
	 background-position: right;
	 background-repeat: no-repeat;
	 display: block; /* make the link background clickable */
	}
	 .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		color:#248b99 !important;
		background-color: transparent;
		
	 }
	 .navbar-collapse {
		padding-right: 0px;
		padding-left: 15px;
	 }
	 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	    color: #248b99 !important;
		background-color: transparent;
		outline:none;
	 }
	 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover 
	 {
		 color: #248b99 !important;
		 background-color: transparent;
	 }
	 .navbar-default .navbar-nav  > li:hover a
	 {
		 color: #248b99 !important;
		 background-color: transparent;
	 }
	 .navbar-default .navbar-nav .dropdown-menu > li:hover a
	 {
		color:#cf0c0d ;
		background-color: transparent;
	 }
	 .dropdown-menu {
	  padding:0px 0px;
	 }
	 .navbar-default .navbar-nav  .dropdown-menu > li > a
	 {
		
		color:#000 !important;
		background-color:transparent;
		text-transform: uppercase;
		display: block;
		border-bottom: 1px solid #e2e3e4;
		font-size:14px;
		font-weight:600;
		letter-spacing: 0.5px;
	 }
	.navbar-default .navbar-nav  .dropdown-menu > li > a:focus, .navbar-default .navbar-nav  .dropdown-menu > li > a:hover
	 {
		color:#248b99 !important;
		text-decoration: none;
		background-color: transparent;
	 }
	 .navbar-default .navbar-nav  .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav  .dropdown-menu > .active > a:hover
	 {
		color:#248b99 !important;
		text-decoration: none;
		background-color: transparent;
	 }
	.navbar-default .navbar-nav li ul li a 
	{
		line-height: 20px !important;
		padding: 7px 22px 7px 22px !important;
	}
	.dropdown-menu
	{
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,.15);
	}
    .dropdown-menu 
	{
    min-width: 200px;
    width: auto;
    border: 0px solid #e0e1e2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.33);
    border-radius: 0px;
    left: 0;
    top: 35px;
    right: auto;
	background-color:rgba(255,255,255);
	letter-spacing: 0.5px;
	}
	.dropdown-menu::before 
	{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -16px;
    left: 15%;
    margin-left: -7px;
	}
	.navbar-nav > li > .dropdown-menu {
		margin-top: 0px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.dropdown:hover .dropdown-menu
	 {
		display: block;
	 }
	.btn-default 
	{
		color: #fff;
		background-color: #145e87;
		border-color: #145e87;
		width: 150px;
	}
	 .btn-default:hover,.btn-default:focus
	{
		background-color:#019934;
		color: #fff;
		border-color:#019934;
	}
		.carousel-control {
			left: 0%;
			position:absolute;
			z-index:150;
			top:350px;
		}
		.arrowleft
		{
			width: 40px;
			height: 40px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0%;
			padding-top: 0.5%;
			margin-left: 5%;
			background-color: rgba(0,0,0,0.3);
			font-size:25px;
			color:#fff;
		}
		.arrowright
		{
			width: 40px;
			height: 40px;
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0%;
			padding-top: 0.5%;
			margin-left: 90%;
			background-color: rgba(0,0,0,0.3);
			font-size:25px;
			color:#fff;
		}
		.arrowright:hover:after{
			color: #fff;
			-webkit-animation: nextArrow 0.3s forwards;
			-moz-animation: nextArrow 0.3s forwards;
			animation: nextArrow 0.3s forwards;
		}
		.arrowleft:hover:after{
			color: #fff;
			-webkit-animation: prevArrow 0.3s forwards;
			-moz-animation: prevArrow 0.3s forwards;
			animation: prevArrow 0.3s forwards;
		}
		.arrowright:hover,
		.arrowleft:hover{
			background:none /*rgba(0, 0, 0, 0) linear-gradient(to right, #0e419a 0%, #2b70be 100%) repeat scroll 0 0*/;
			-webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			-moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
			box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
		}
		@-webkit-keyframes nextArrow {
			49% { -webkit-transform: translate(100%); }
			50% { opacity: 0; -webkit-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes nextArrow {
			49% { -moz-transform: translate(100%); }
			50% { opacity: 0; -moz-transform: translate(-100%); }
			51% { opacity: 1; }
		}
		@keyframes nextArrow {
			49% { transform: translate(100%); }
			50% { opacity: 0; transform: translate(-100%); }
			51% { opacity: 1; }
		}
		
		@-webkit-keyframes prevArrow {
			49% { -webkit-transform: translate(-100%); }
			50% { opacity: 0; -webkit-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@-moz-keyframes prevArrow {
			49% { -moz-transform: translate(-100%); }
			50% { opacity: 0; -moz-transform: translate(100%); }
			51% { opacity: 1; }
		}
		@keyframes prevArrow {
			49% { transform: translate(-100%); }
			50% { opacity: 0; transform: translate(100%); }
			51% { opacity: 1; }
		}
	.vertical .carousel-inner 
	{
	  height: 100%;
	}
	.carousel.vertical .item {
	  -webkit-transition: 0.6s ease-in-out top;
		 -moz-transition: 0.6s ease-in-out top;
		  -ms-transition: 0.6s ease-in-out top;
		   -o-transition: 0.6s ease-in-out top;
			  transition: 0.6s ease-in-out top;
	}
	
	
	.carousel.vertical .item {
		left: 0;
	}
	.carouselchange
	{
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;
		border: 1px solid #fff;
	}
	hr {
    margin-top: 15px;
    margin-bottom: 15px;
	}
	.middelhead
	{
	   text-align:left;
	   font-size:36px;
	   padding-top:10px;
	   color:#000;
	   letter-spacing:0.5px;
	   font-weight:800;
	   margin-bottom:15px;
	   margin-top: 0px;
	  
	}
	.middelafter
	{
	  
	   font-size:40px;
	   padding-top:10px;
	   color:#5a4119;
	   letter-spacing:3px;
	   margin-left: 10px;
	}
	.aligncontent
	{
		margin-left:30%;
		
	}
	.alignservice
	{
		margin-left:25%;
		margin-bottom:15px;
		
	}
	.paracontain {
		font-size: 18px;
		text-align: center;
		margin: 10px 0 17px;
		color:#464646;
		line-height: 28px;
	}
	.readmorelimk
	{
	    font-size: 16px;
		border-radius: 2px;
		color:#fff !important;
		font-weight: 600;
		background-color:#248b99;
		padding: 10px 20px;	
	}
	.readmorelimk:hover,.readmorelimk:focus
	{
		color:#25538f;
		text-decoration:underline;	
		
	}
	
	.slideonecon
	{
		position:absolute;
		top:104.45px;
		color:#fff;
		text-align:center;
		
	}
	.servicename
	{
		color: #ffea77;
		width: 285px;
		text-align:center;
		
	}
	.servicename a
	{
		color: #ffea77;
		letter-spacing: 2px;
		border-bottom: 1px solid #ffea77;
		width: 285px;
		font-weight: 600;
	}
	.servicename a:hover
	{
		text-decoration:none;
		cursor:pointer;
	}
	.servicecontaint
	{
		font-size:15px;
		letter-spacing:0.5px;
		margin-top:5px;
	}
	
	.servicename a:after {
	  /*  content: '';
		border-bottom: 34px solid #3a60c3;
		border-right: 40px solid transparent;
		float: right;
		position: absolute;
		right: -14px;
		top: 15px;*/
		 content: '';
		 width: 0; 
		 height: 0; 
		 border-left: 5px solid transparent;
		 border-right: 5px solid transparent;
		 border-top: 5px solid #ffea77;
		 left: 137.22px;
		 top: 19px;
		 position: absolute;
	}
	.keyareaborder
	{
	   border-top:1px solid #6a9625;	
	   margin-top:15px;
	}
	.ourkeyhead
	{
		font-size:30px;
		letter-spacing:3px;
		color:#6a9625;
		margin-top:20px;
		float:left;
		
	}
	.ourkeyheadafter
	{
		
		font-size:14px;
		letter-spacing:3px;
		color:#7f7f7f;
		margin-top:33px;
		float:left;
		
	}
	.firstli
	{
		margin-left:-10px !important;
	}
	
	.listofkey ul
	{
		list-style:url(../../images/greenLeafBullet_icon.png);
	}
	.listofkey ul li
	{
		float:left;
		margin-left:45px;
		letter-spacing: 1px;
	}
	.fotterbottom
	{
		border-top:1px solid #c6c6c6;
		/*margin-top:30px;*/
		padding-top:15px;
		padding-bottom:15px;
	}
	.sitenav
	{
		font-size: 16px;
		color: #fff;
		letter-spacing: 0.7px;
		font-weight: 600;
		
	}
	.bottomnav .nav > li > a {
		position: relative;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 12px;
		margin-left: 10px;
		color:#fff;
	}
	.bottomnav .nav > li > a:focus, .bottomnav .nav > li > a:hover {
		color: #fff;
		background-color: #228b22;
	}
	.bottomnav .nav > .active > a, .bottomnav .nav > .active > a:hover, .bottomnav .nav > .active > a:focus {
		color:#fff !important;
		background-color:#6a9625;
		outline:none;
	}
	.Companyname
	{
		font-size:24px;
		letter-spacing:0.1px;
		color:#fff;
		margin-top:10px;
		margin-bottom:5px;
		font-weight:600;
	}
	.addressline 
	{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#fff;
	}
	.addressline a
	{
		color:#fff;
	}
	.footer p {
		padding: 0;
		line-height: 30px;
		color: #fff;
		margin: 0px;
		font-weight: 500;
	}
	.scroll-to-top {
		background: #e62b27 none repeat scroll 0 0;
		border-radius: 50%;
		bottom: 99px;
		box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
		color: #fff;
		display: none;
		font-size: 24px;
		height: 50px;
		line-height: 46px;
		overflow: hidden;
		position: fixed;
		right: 29px;
		text-align: center;
		text-decoration: none;
		width: 50px;
		z-index: 20;
	}
	[class*="fa-"]::before {
		font-weight: 400;
		font-family: "FontAwesome";
	}
	.fa-angle-up::before {
		content: "\f106";
	}
	.scroll-to-top:hover,.scroll-to-top:focus
	{
		background-color:#e62b27;
		text-decoration:none;
		color:#fff;
		
	}
	.profilehead
	{
	   font-size:28px;
	   padding-top:0px;
	   color:#6a9625;
	   margin-top:20px;
	   margin-bottom:20px;	
	}
	.whyheadchoose
	{
	   font-size:24px;
	   padding-top:0px;
	   color:#6a9625;
	   margin-top:10px;
	   margin-bottom:10px;	
	}
	.typesname
	{
	   font-size:24px;
	   color:#6a9625;
	   margin-top:10px;
	   text-align:center;  
	}
	.paragraph
	{
		color:#727272;
		text-align:justify;
		margin-top:5px;
		letter-spacing:0.2px;
	}
	.contactcompany
	{
	  color:#6a9625;
	  font-size:16px;	
	  
	}
	.conhed1
	{
	   margin-top: 10px !important;
	}
	.contactaddress {
		font-size: 14px;
		margin-top: 1px;
		margin-bottom: 0px;
		color:#4f4f4f;
	}
	.contactaddress a
	{
		color:#4f4f4f;
	}
	.btn-primary {
		color: #fff;
		background-color: #6a9625;
		border-color: #6a9625;
	}
	.btn-primary:hover {
		color: #fff;
		background-color: #6a9625;
		border-color: #6a9625;
	}
	.conhed1 label	
	{
	   color: #737373;
	   font-size: 14px;
	}
	/*gellary*/
	.filter-button
	{
		font-size: 18px;
		border: 1px solid #6a9625;
		border-radius: 5px;
		text-align: center;
		color: #6a9625;
		margin-bottom: 30px;
	
	}
	.filter-button:hover
	{
		font-size: 18px;
		border: 1px solid #6a9625;
		border-radius: 5px;
		text-align: center;
		color: #ffffff;
		background-color: #6a9625;
	
	}
	.btn-default:active .filter-button:active,.btn-default:focus .filter-button:focus
	{
		background-color: #ffea77;
		color: white;
	}
	.btn-default.focus,.btn-default:focus{color:#fff;background-color:#6a9625;border-color:#6a9625}
	.port-image
	{
		width: 100%;
	}

	.gallery_product
	{
		margin-bottom: 30px;
	}
	
	.containshow
	{
		color:#727272;
		text-align:justify;
	}

	.servicelist ul
	{
		list-style:url(../../images/bulleticon.png);
	}
	.servicelist ul li
	{
		float:left;
		margin-left:45px;
		letter-spacing: 1px;
	}
	#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0 0 15px 0;
	  padding: 0;
	  list-style: none;
	}
	
	#tabs li {
	  float: left;
	  margin: 0 -15px 0 0;
	}

	#tabs a {
	  float: left;
	  position: relative;
	  padding: 0 50px;
	  height: 0; 
	  line-height: 30px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #fff;
	  border-right: 30px solid transparent;
	  border-bottom: 30px solid #6a9625;
	  border-bottom-color: #6a9625;
	  letter-spacing:0.2px;
	  /*opacity: .3;*/
	 /* filter: alpha(opacity=30);  */  
	}

	#tabs a:hover,
	#tabs a:focus {
	  border-bottom-color: #584317;
	  opacity: 1;
	  filter: alpha(opacity=100);
	  color: #fff;
	}
	
	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current {
	  z-index: 3;
	  border-bottom-color: #584317;
	  opacity: 1;
	  filter: alpha(opacity=100);   
	  color: #fff;
	}
	.askmeque
	{
		position:absolute;
		z-index:1000;
		background-color:#e62b27;
		color:#fff;
		padding:15px 15px 15px 10px;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
		font-size:16px;
		top:32%;
		cursor:pointer;
		
		
	}

	#hiddenPanel { position:absolute; top:0; left:-320px; width:320px; background-color:#fff ; border-bottom:2px solid #25538f; height:400px; top: 20%;    z-index:999;}
	#close-bar   { position:absolute; right: -115px; }
	.enquiryform
	{
		padding:10px;
		
	}
	.enquiryform label
	{
		color:#25538f;
		padding-top:5px;
		
	}
	.enquiryhead
	{
		background-color:#25538f;
		color:#fff;
		font-size:16px;
		letter-spacing:1px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
	}

	table tr th
	{
	   vertical-align:middle !important;	
	   text-align:center;
	   background-color:#25538f;
	   color:#fff;
	}
	table tr td
	{
	   vertical-align:middle !important;	
	   text-align:center;
	}
	.title-normal {
		font-weight: 300;
		line-height: normal;
		text-transform: uppercase;
		color: #000;
		}
    .google-maps {
        position: relative;
        padding-bottom: 35%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 95% !important;
    }
	.contact-info {
     margin-top: 15px;
    }
	.contact-info i {
		font-size: 18px;
		margin-right: 10px;
	}
	.contact li {
		line-height: 30px;
	}
	.fa-li {
		position: absolute;
		left: -2.14285714em;
		width: 2.14285714em;
		top: .14285714em;
		text-align: center;
	}
	.form-control:focus {
		border-color: #248b99;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(36, 139, 153,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(36, 139, 153,.6);
	}
	.arthohead
	{
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		color: #aaa;
		margin-bottom: 15px;
	 }

    .ftrbg ul 
	{
	   margin-left:-25px;	
	}
	.ftrbg ul li
	{
	   list-style:url(../../images/icon_bullet_arrow_small.gif);
	   padding-top:3px;
	   padding-bottom:3px;
	}
	.pointshead
	{
	 text-align: center;
	 font-size: 28px;
	 font-weight: 700;
	 color: #25538f;
	 margin-bottom: 15px;
	 margin-top: 15px;
	}
	.listdesign ul
	{
		margin-left:-10px;
	}
	.listdesign ul li
	{
		padding-top:3px;
		padding-bottom:3px;
		list-style:none;
		font-size:14px;
		color:#313131;
	}
	.listdesign ul li::before {content: "\25E6";
		color:#248b99;
		display: inline-block;
		width: 2em;
		margin-left: -2em;
		font-size: 20px;
		text-align: center;
		padding-top: 0px;
		position: absolute;
  }
  .pagebanner img
  {
	 width:100%; 
	 min-width:100%;
  }
    #accordion .panel-heading { padding: 0;color:#333;background-color:#b0b0b0;}
	#accordion .panel-title {font-size: 18px;}
	#accordion .panel-title > a {
		display: block;
		padding: 0.8em 0.6em;
		outline: none;
		font-weight:bold;
		text-decoration: none;
	}
	
	#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
		content:"\e113";
		float: right;
		font-family: 'Glyphicons Halflings';
		margin-right :1em;
	}
	#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
		content:"\e114";
	}

@media screen and (min-device-width: 320px) and (max-device-width: 640px) { 
.aligncontent {
    margin-left: 0%;
}
.middelhead {
   
    font-size: 20px;
    padding-top: 20px;
	letter-spacing: 2px;
}
.middelafter {
    font-size: 20px;
    padding-top: 20px;
    margin-left: 10px;
	letter-spacing: 2px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}
.alignservice
{
	margin-left:0%;
	
}
.servicename {
    width: 292px;
}
.slideonecon {
    top: 90px;
}

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    margin-left: -20px;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
    margin-right: -40px;
}
.servicename a:after {
  	 left: 140px;
    
}
.ourkeyheadafter {
    font-size: 12.5px;
	letter-spacing: 0.8px;
    margin-top: 0px;
	margin-bottom: 10px;
   
}
.ourkeyhead {
	margin-top: 10px;
}
.listofkey ul li {
    float: left;
    margin-left: 0px;
    letter-spacing: 1px;
    width: 250px;
}
.firstli
{
	margin-left:0px !important;
}
.keyareaborder {
    margin-right: 15px;
    margin-left: 15px;
}
.nav-pills > li {
    float: left;
    width: 270px;
    text-align: center;
	margin-bottom: 5px;
}
.contactno {
    
    margin-top: 0px;
    margin-bottom: 0px;
}
.profilehead {
    font-size: 26px;
   
}
.section
{
	margin-top:10px;
}
.askmeque {
    padding: 10px 15px 10px 10px;
	top: 30%;
}

#hiddenPanel {
    position: absolute;
    left: -249px;
    width: 249px;
    background-color: #f1fbfd;
    height: 390px;
    top: 7%;
    z-index: 1000;
}
.pull-right {
    float: none !important;
	
}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom:5px;
	
}
.headcon
{
   float:none !important;
   font-size:12px;
}
.navbar {
  
	margin-top:5px;
       
}
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
		/*margin-top:15px;*/
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 95% !important;
    }
	.pagebanner img {
		height:225px;
	}
	.headingsec {
    padding-top: 0px;
    padding-bottom:0px;
	}
}