@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Titillium;
	src: url(../fonts/TitilliumWeb-Regular.ttf);
}
body {
	
	font-family:Titillium, sans-serif;
	font-size: 15px;
	color: #000;
	margin: 0 auto;
}
p{
	line-height:155%;
}
a {
	text-decoration: none;
	color:#52A027;
}
.image img{
	width:100%;
}
.head .social_icon{
	margin-top:30px;
}
.head .social_icon ul{
	margin:0;
	padding:0;
}
.head .social_icon ul li {
	display: inline-block;
	padding: 5px;
}
.head .social_icon ul li .fa{
  padding: 6px;
  font-size:20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border-radius: 50%;
  background-color:#00A550;
  color:#fff;
}
.welcomecontainer{
	border-bottom:1px #fff solid;
}
.head .social_icon ul li .fa-facebook:hover{
	color:#3D5A99;
}
.head .social_icon ul li .fa-twitter:hover{
	color:#1DA1F2;
}
.head .social_icon ul li .fa-skype:hover{
	color:#009EE5;
}
.head .social_icon ul li .fa-linkedin:hover{
	color:#333333;
}
.head .social_icon ul li .fa-google-plus:hover{
	color:#E53935;
}
.head {
	background: #FFF;
	margin-bottom: 0px;
	padding: 8px 0;
}
.head .headerimg{
	margin-top:15px;}
header .support{
	text-align:center;
	margin-top:30px;
	font-size:18px;
}
.menu {
	background: #00A550;
}
.navbar-nav {
    margin: 0;
}
.menu .navbar-default {
	background-color: transparent;
	border: medium none;
}
.menu .navbar{
	min-height:0px;
}
.menu .navbar-default .navbar-nav > li > a {
	color: #fff;
	line-height:50px;
	font-size: 22px;
	padding: 7px 14px;
	margin-left: 4px;
}
.menu .navbar-default .navbar-nav > li > a:hover {
	background: #EF5124 none repeat scroll 0 0;
	color: #fff;
}
.menu .navbar-default .navbar-nav > li > a:active {
	background: #EF5124 none repeat scroll 0 0;
	color:#fff;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #00A550;
}
.dropdown-menu > li > a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
}
.menu nav.navbar .dropdown ul.dropdown-menu li{
	border-bottom:1px solid #fff;
	}
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
ul.dropdown-menu:hover {
	background: #00A550 none repeat scroll 0 0;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{
	background-color:#EF5124;
	color: #fff;
}
.menu .navbar-default .navbar-nav > li:hover .dropdown-toggle{
	background: #EF5124 none repeat scroll 0 0;
	color:#fff;	
}
.menu .navbar-default .navbar-nav .dropdown .dropdown-menu li a{
	color:#fff;
}
.menu .navbar-default .navbar-nav .dropdown .dropdown-menu li:hover a{
	color: #fff;
}
.latestnews{
	padding-bottom:20px;
}
.latestnews h2{
	padding: 8px;
	background-color: #EF5124;
}
.latestnews h2 a{
	color:#fff;
}
.latestnews h3{
	font-size: 1em;
    line-height: 1.5em;
	margin-top:0;
}
.latestnews .box{
	padding:15px;
}
.latestnews ul {
	margin-left:15px;
}
.latestnews ul li{
	display:block;
}
.latestnews ul li:before{
	content:"\f192";
	font-family:FontAwesome;
	margin-right:5px;
	color:#00A550;
}
.welcome{
	padding:30px 0;
	background-color:#FFFDEE;
	text-align:center;
}
.welcome h1 {
	font-size:28px;
}
.welcome h1 a{
	color:#F16521;
}
.welcome p {
	font-size: 14px;
	color: #000;
}
.ourservices h2{
	font-size:36px;
	margin-bottom:20px;
	border-bottom:5px solid #EF5124;
	padding-bottom:5px;
}
.ourservices h2 span{
	background-color:#00A550;
	color:#fff;
	padding:5px 15px;
	
}
.ourservices h2:before{
	content:"\f03a";
	font-family:"FontAwesome";
	background-color:#EF5124;
	color:#fff;
	padding:6px 8px;
	border-bottom: 2px solid #EF5124;
}
.ourservices .item{
	box-shadow:0px 0px 2px #000;
	margin-bottom:30px;
}
.ourservices .item .image{
	border:10px solid #fff;
	box-shadow:3px 0px 5px #000;
}
.ourservices .item .info{
	background-color:#FFF4E0;
	padding:15px;
	text-align:center;
}
.ourservices .item .info h3{
	margin-top:0;
}
.ourservices .item .info h3 a{
	color:#EF5124;
}

/*-------------- Our Affiliations -------------------------------*/
.inner_body_backgorund{
	background-color:#5D5D5D;
	margin-bottom:20px;
}
.our_affiliation {
	padding:15px 0;
}
.our_affiliation h4 {
	margin-top: 0px;
	margin-bottom:20px;
	height: 50px;
	text-align:center;
	font-size: 30px;
	color: #00A550;
	border-top:5px solid #fff;
	padding-top:6px;
}
.our_affiliation h4 span{
	background-color:#fff;
	padding:10px;
}
.our_affiliation .pad{
	margin-left:12px;
	margin-top:25px;
}
.our_affiliation .pad1 ul li{
	display:inline-block;
	margin-right:10px;
	max-height:95px;
	}
.map iframe{
	width:100%;
	min-height:350px;
}
/*-------------- Footer -------------------------*/
footer {
	background:#00A550;
	border-top:8px solid #F16521;
	padding-top:20px;
}
footer .design{
	background-color:#5D5D5D;
	line-height:50px;
	color:#fff;
	padding-top:8px;
	margin-top:20px;
}
footer .footermenu{
	padding-bottom:10px;
	border-bottom:4px solid #00B26A;
	text-align:center;
	margin-bottom:20px;
}
footer .footermenu ul li{
	padding-right:10px;
	display:inline-block;
}
footer h2 {
	color: #fff;
	font-size: 18px;
	padding-bottom:10px;
}
footer ul {
	margin-top:20px;
	padding: 0;
}
footer .usefull .first p{
	color:#fff;
	}
footer .footermenu ul li {
	
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
footer .footermenu ul li a{
	color:#fff;
	padding-right:10px;
	border-right:2px solid #fff;
	font-size:20px;
}
footer .usefull ul li{
	display: block;
	padding: 5px 0;
	padding-left: 25px;
	background-image: url(images/folder.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
footer div.footermenu p{
	font-size:12px;
	color:#fff;
	}
footer .social_icon ul li{
	display:inline-block;
	height:35px;
	width:35px;
	text-align:center;
	margin-right:10px;
	border:1px solid #fff;
	text-align:center;
	line-height:30px;
	border-radius:50%;
}
footer .social_icon ul li a{
	color:#fff;
}
footer .social_icon ul li:hover{
	background-color:#F16521;
}
.page{
	background-color:#fff;
	margin-bottom:20px;
	}
.page .rightMenu{
	background-color: #D0F0D2;
	margin-bottom:15px;
	padding-bottom:15px;
	border-radius:0 0 15px 15px;
}
.page .rightMenu ul, #contactform{
	padding:0 15px;
}
.page .rightMenu h2{
	background-color: #00A550;
	text-align: center;
	margin: 0 0 10px 0;
	display: block;
	font-size: 16px;
	color:#fff;
	padding:10px 5px;
}
.page .rightMenu ul li{
	display:block;
	padding:5px 3px;
	border-bottom:1px solid #F7901E;
}
.page .rightMenu ul li:hover{
	background-color:#F7901E;
}
.page .rightMenu ul li:hover a{
	color:#fff;
}
.page .rightMenu ul li:before{
	content:"\f152";
	font-family:FontAwesome;
	padding-right:5px;
}
.page h1{
	color:#006FB8;
	font-size:28px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:solid 3px #ddd;
}
.page .slider{
	margin-bottom:20px;
}
.page .shorts h2{
	font-size:18px;
	margin-top:10px;
	margin-bottom:0px;
}
.page .shorts h2 a{
	color:#EF5124;
}
.page .shorts .box{
	margin-bottom:30px;
	padding-top:5px;
}
.page .shorts .box p{
	line-height:155%;
	text-align:justify;
	font-size:14px;
	font-family:mangal;
}
.page .shorts .box ul li{
	display:block;
}
.page .shorts .box ul li:before{
	content:"\f00c";
	font-family:FontAwesome;
	padding-right:5px;
	color:#F7901E;
}
.page .gallery .pad .image a{
	margin: 0 auto;
	text-align:center;
	color:#fff;
	position:relative;
}
.page .gallery .pad .image a span{
	position:absolute;
	background-color: rgba(92,156,54,0.3);
	left:20px;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	text-shadow:2px 2px 2px #000;
}
.page .gallery img{
	margin-bottom:20px;
}
.member{
	border:1px solid #309738;
	text-align:center;
	background-color:#fff;
	min-height:260px;
	}
.member img{
	max-width:150px;
	height:auto;
	}
.member p{
	text-align:center !important;
	font-size:15px !important;
	margin-bottom:0px !important;
	}
.mgmtteam{
	background:#FFF;
	padding:20px 35px;
	margin-bottom:30px;
	}
.mgmtteam h2, .mgmtteam .branchhead span{
	background-color:#0908F3;
	padding:15px;
	color:#fff;
	font-size:18px;
	text-align:center;
	border-radius:20px;
	}
.mgmtteam .branchhead{
	background-color:transparent;
}
.mgmtteam .branchhead span{
	background-color:#2156FC;
}
.mgmtteam .headname{
	color:#F21014;
	font-weight:500;
	font-size:20px;
	}
.branchfullinfo{
	background-color:#fff;
	border:1px solid #00A550;
	text-align:center;
	margin:10px;
	padding:5px;
	}
.branchfullinfo h3{
	background-color:#00A550;
	margin:-5px -5px 0 -10px;
	font-size:16px;
	padding:5px;
	text-align:center;
	color:#fff;
}
.branchfullinfo h3 a{
	color:#fff;
}
.branchinfo{
	color:#000;
	font-size:14px;
	font-weight:500;
	padding:10px;
	}
.maininfo{
	text-align:left;
	margin: 10px 5px 20px 1px;
	padding-left:10px;
	}
.maininfo .more{
	text-align:center;
}
.page .maincontainer{
	min-height:500px;
}
.page .contents .maincontainer .ourteam .person7{
	display:block;
	width:100%;
}
.page .contents .maincontainer .ourteam .person7 .member{
	border:none;
}
.page .bd{
	background-color:#F5F5F5;
}
.page .breadcrumb{
	margin-bottom:0px;
}
.companylogo{
	max-width:250px;
	margin:20px auto;
}
.red{
	color:red;
}
.testimonial{
    padding: 0 15px;
    text-align: center;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    padding: 0 15px;
    font-size: 13px;
    color: #808080;
    line-height: 26px;
}
.testimonial .testimonial-title{
    font-size: 14px;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.testimonial .testimonial-title:after{
    content: "\f10d";
    font-family: "FontAwesome"; font-weight: 900;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #54478a;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #f3904d;
    margin: 5px 7px;
    opacity: 0.5;
}
.page .portfolio .box{
	border:1px solid #0DA656;
	padding:10px;
}
.page .projects .box{
	border:1px solid #0DA656;
	margin-bottom:20px;
}
.page .projects .box .image{
	margin-bottom:5px;
}
.page .projects .box h3{
	background-color:#5FBC4A;
	color:#fff;
	margin:0;
	padding:5px;
	font-size:18px;
}
.page .projects .box h3 a{
	 color:inherit;
}
.head-title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
}
@media(min-width:770px){
.page .gallery img{
	max-height:140px;
}
.our_product .short {
    margin:20px 0 10px 0;
}
}