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

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
}

 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #17843e;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
}

/* CSS Document */


/* Animations */

@-webkit-keyframes bounceIn {
 0% {
opacity:0;
-webkit-transform:scale(.3);
transform:scale(.3)
}
 50% {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
 70% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
 100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
 @keyframes bounceIn {
 0% {
opacity:0;
-webkit-transform:scale(.3);
-ms-transform:scale(.3);
transform:scale(.3)
}
 50% {
opacity:1;
-webkit-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05)
}
 70% {
-webkit-transform:scale(.9);
-ms-transform:scale(.9);
transform:scale(.9)
}
 100% {
opacity:1;
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
 @-webkit-keyframes backgroundScroll {
from {
background-position: 0 0;
}
to {
	background-position: -400px 0;
}
}
 @keyframes backgroundScroll {
from {
background-position: 0 0;
}
to {
	background-position: -400px 0;
}
}
/* Animations */

/* CSS header */


.header_wraper{
}


/*==============================*/
/*====== topbar =====*/
/*==============================*/


.topbarwraper{
	background:#80b83b url(../images/topbarbg.jpg) repeat top;
	padding:12px 0;
	position:relative
}

.topbarwraper .infotopbar{
}

.topbarwraper .infotopbar ul{
	list-style:none;
}

.topbarwraper .infotopbar ul li{
	float:left;
	padding-right:20px;
	color:#fff;
	font-size:14px;
	font-family: 'Lato', sans-serif;
}

.topbarwraper .infotopbar ul li .fa-envelope-open{
	color:#7eb92c;
	margin-right:5px
}

.topbarwraper .infotopbar ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	border-right:1px solid #5d5d5d
}

.topbarwraper .infotopbar ul li a:hover{
	color:#7eb92c
}

.righttopcolum{
    position: absolute;
    height: 45px;
    right: -162px;
    top: -2px;
    width:139%;
    padding-left: 85px;
}

.phonenumber{
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding-top: 11px;
    width: 35%;
    float: left;
    margin-right:35px;
}

.phonenumber i{
	margin-right:10px;
}

.phonenumber img{
	margin-top:-4px;
	margin-right:5px
}

.searchformtop{
    width: 245px;
    float: right;
    position: relative;
    right: 210px;
}

.searchformtop .form-group{
	margin-top: 4px;
}

.searchformtop .form-group .form-control{
    height: 35px;
    background: #6da22c;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    padding-right: 40px;
	font-size:13px;
	padding-left:15px
}

.searchformtop .form-group .form-control::-webkit-input-placeholder {
	color: #d7fcaa;
}

.searchicontop{
	position: absolute;
    right:8px;
    top: 8px;
}

.searchicontop button{
	background:none;
	border:none;
	color:#fff;
	font-size:16px
}


/*==============================*/
/*====== topbar =====*/
/*==============================*/


/*==============================*/
/*====== navgation & logo =====*/
/*==============================*/


.bottomheaderwraper{
	background: #fff;
    box-shadow: 1px 1px 5px 0px #c1c1c1;
}

.bottomheaderwraper .sitelogo{
	margin-top: 8px;
}

.bottomheaderwraper .sitelogo{
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.bottomheaderwraper .sitelogo{
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:1000;
	background:#fff;
	box-shadow: 1px 1px 3px 1px #c3c3c3;
}

.sticky .systemnavigation ul {
    list-style: none;
    padding:32px 0 31px 0;
}

.sticky .sitelogo{
    margin-top: 5px;
}

.systemnavigation{
}

.systemnavigation ul{
	list-style:none;
	padding:40px 0 29px 0;
	float:right;
	margin-right:34px
}

.systemnavigation ul li{
	float:left;
	padding:0 22px;
	border-right:1px solid #ccc;
	position:relative
}

.dropdownhoverbox{
	position:absolute;
}

.systemnavigation ul li:nth-child(8){
	/*border:none*/
}

.systemnavigation ul li a{
	color:#000;
	font-weight:bold;
	font-size:15px;
	font-family: 'Lato', sans-serif;
	text-decoration:none
}

.systemnavigation ul li .dropdown-menu{
	width:15% !important;
	margin:0;
	padding:0 15px 0 15px;
	top:229% !important;
	border-radius:0px 0 4px 4px
}

.systemnavigation ul li .dropdown-menu li{
	float:none;
	margin:0;
	padding:0;
	border:none;
	border-bottom:1px solid #ccc;
	padding:10px 0 !important;
}

.systemnavigation ul li .dropdown-menu li a{
	display:block;
	margin:0;
	padding:0
}

.systemnavigation ul li .dropdown-menu li a:hover{
	background:none;
}

.systemnavigation ul li a:hover{
	color:#80b83b
}

.activenav{
	color:#80b83b !important
}

.systemnavigation ul li .dropdown-menu li:nth-child(3){
}


/*==============================*/
/*====== navgation & logo =====*/
/*==============================*/



#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 220px;
}
#sidebar-wrapper {
	z-index: 100;
	left: 220px;
	width: 0;
	height: 100%;
	margin-left: -220px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #1a1a1a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.8);
}
 #sidebar-wrapper::-webkit-scrollbar {
 display: none;
}
#wrapper.toggled #sidebar-wrapper {
	width: 100%;
}
#page-content-wrapper {
	width: 100%;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -220px;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 95px;
}
.sidebar-nav li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
}
.sidebar-nav li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 3px;
	background-color: #1c1c1c;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li a {
	font-size: 17px;
	font-weight: normal;
}
.sidebar-nav li:first-child a {
	color: #fff;
	background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
	background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
	background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
	background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
	background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
	background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
	background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
	background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
	background-color: #35acdf;
}
.sidebar-nav li:hover:before, .sidebar-nav li.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}
.sidebar-nav li a {
	display: block;
	color: #ddd;
	text-decoration: none;
	padding: 15px 15px 15px 30px;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 20px;
	line-height: 44px;
}
.sidebar-nav .dropdown-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #222;
	box-shadow: none;
	text-align: center
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
	position: fixed;
	top: 21px;
	z-index: 999;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: transparent;
	border: none;
	right: 19px;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
	outline: none;
}
.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
	background-color: #282828;
}
.hamburger.is-closed .hamb-top {
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
	bottom: 5px;
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
}
.hamburger.is-closed:hover .hamb-bottom {
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	background-color: #ffffff;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;
}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open .hamb-middle {
	display: none;
}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}
.mobilemenu {
	display: none;
}


/* CSS header */

/* CSS slider */

.slider_wraper{
}


.slider_wraper #first-slider .main-container {
  padding: 0;
}


.slider_wraper #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

.slider_wraper #first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

.slider_wraper #first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


.slider_wraper #first-slider .carousel-indicators {
  bottom: 0;
  display:none;
}
.slider_wraper #first-slider .carousel-control.right,
.slider_wraper #first-slider .carousel-control.left {
  background-image: none;
}
.slider_wraper #first-slider .carousel .item {
  min-height: 460px; 
  height: 100%;
  width:100%;
}

.slider_wraper .carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.slider_wraper #first-slider h3{
  animation-delay: 1s;
}
.slider_wraper #first-slider h4 {
  animation-delay: 2s;
}
.slider_wraper #first-slider h2 {
  animation-delay: 3s;
}


.slider_wraper #first-slider .carousel-control {
    width:3%;
    text-shadow: none;
}


.slider_wraper #first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.slider_wraper #first-slider .p {
  padding-top: 125px;
  text-align: center;
}

.slider_wraper #first-slider .p a {
  text-decoration: underline;
}
.slider_wraper #first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
.slider_wraper #first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.slider_wraper .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.slider_wraper .carousel-fade .carousel-inner .item,
.slider_wraper .carousel-fade .carousel-inner .active.left,
.slider_wraper .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.slider_wraper .carousel-fade .carousel-inner .active,
.slider_wraper .carousel-fade .carousel-inner .next.left,
.slider_wraper .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.slider_wraper .carousel-fade .carousel-inner .next,
.slider_wraper .carousel-fade .carousel-inner .prev,
.slider_wraper .carousel-fade .carousel-inner .active.left,
.slider_wraper .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slider_wraper .carousel-fade .carousel-control {
  z-index: 2;
}

.slider_wraper .carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.slider_wraper .carousel-control .fa-angle-left{
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -15px;
    font-size: 19px;
    color: #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    padding-top: 13px;
}

.slider_wraper .carousel-control .fa-angle-left:hover{
	background-color: rgba(255, 255, 255, 0.3);
}

.slider_wraper .fa-angle-left:before {
    content: "\f104";
    margin-left: -4px;
}

.slider_wraper .fa-angle-right:before{
	margin-right: -3px;
}

.slider_wraper .carousel-control .fa-angle-right{
    right: 50%;
   width: 45px;
    height: 45px;
    margin-top: -15px;
    font-size: 19px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 50%;
	padding-top: 13px;
}

.slider_wraper .carousel-control .fa-angle-right:hover{
	 background-color: rgba(255, 255, 255, 0.3);
}


.slider_wraper .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.slider_wraper #first-slider .slide1 {
    background-image:url(../images/sliderimg20.jpg);
      background-size: cover;
    background-repeat: no-repeat;
	    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider_wraper #first-slider .slide2 {
  background-image:url(../images/sliderimg20.jpg);
      background-size: cover !important;
    background-repeat: no-repeat !important;
	    background-attachment: fixed !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-size: cover ;!important
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.slider_wraper #first-slider .slide3 {
  background-image:url(../images/sliderimg18.jpg);
      background-size: cover !important;
    background-repeat: no-repeat !important;
	    background-attachment: fixed !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;  
}
.slider_wraper #first-slider .slide4 {
  background-image:url(../images/slider3.jpg);
      background-size: cover !important;
    background-repeat: no-repeat !important;
	    background-attachment: fixed !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;  
}

.slider_wraper #first-slider .slide5{
  background-image:url(../images/sliderimg03.jpg);
      background-size: cover !important;
    background-repeat: no-repeat !important;
	    background-attachment: fixed !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;  
}

.slider_wraper #first-slider .slide6{
  background-image:url(../images/sliderimg04.jpg);
      background-size: cover !important;
    background-repeat: no-repeat !important;
	    background-attachment: fixed !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;  
}

.slider_wraper #first-slider .slide7{
  background-image:url(../images/sliderimg7.jpg);
      background-size: cover !important;
    background-repeat: no-repeat !important;
	    background-attachment: fixed !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;  
}

.slider_wraper #first-slider .slide8{
  background-image:url(../images/sliderimg8.jpg);
      background-size: cover;
    background-repeat: no-repeat;
	    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider_wraper #first-slider .slide9{
  background-image:url(../images/sliderimg9.jpg);
      background-size: cover;
    background-repeat: no-repeat;
	    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider_wraper #first-slider .slide10{
  background-image:url(../images/sliderimg10.jpg);
      background-size: cover;
    background-repeat: no-repeat;
	    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slidertextwrp{
	text-align:center;
	padding-top:100px
}


.slidertextwrp{
    position: relative;
    -webkit-animation-name: example;  /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;  /* Safari 4.0 - 8.0 */    
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;    
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {top: 0px;}
    to {top:30px}
}

@keyframes example {
    from {top: 0px;}
    to {top: 30px}
}

.slidertextwrp h2{
	color:#fff;
	font-weight:900;
	font-size:60px;
	padding-top:10px
}

.slidertextwrp h2 span{
	color:#80b83b
}

.slidertextwrp h2 strong{
	font-weight:900;
	color:#80b83b !important;
}

.slidertextwrp h2:hover strong{
	text-shadow: 0px -4px 6px #fff;
		transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}


.slidertextwrp P{
	text-align:center;
	font-weight:300;
	font-family: 'Lato', sans-serif;
	font-size:22px;
	color:#fff;
	padding-top:5px;
	padding-bottom:10px
}

.contactusbtn{
	margin-top:15px
}

.contactusbtn a{
	padding:9px 15px 8px 15px;
	background:#80b83b;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	border-radius:4px;
	color:#fff;
	font-weight:bold
}

.contactusbtn a:hover{
	background:#17843e;
	color:#fff
}

.innersliderwraper{
	padding:140px 0;
	background-attachment: fixed !important;
    background-origin: initial !important; 
    background-clip: initial !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.innersliderwraper h2{
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    padding-top: 10px;
	text-align:center
}

.innersliderwraper p{
	text-align: center;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.breadcrumcontact{
	color:#fff;
	text-align:center;
	margin-top:5px    
}

.breadcrumcontact a{
	color:#fff;
	margin:8px;
	text-decoration:none;
	font-size:16px
}

.innercontactwraper ul{
    list-style: none;
    margin-top: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 60px;
}

.innercontactwraper ul li{
}

.innercontactwraper ul li .contactlisting{
	padding:50px 15px;
	border:1px solid #ccc;
	border-radius:6px
}

.innercontactwraper ul li .contactlisting .contacticon{
	text-align:center;
}

.innercontactwraper ul li .contactlisting h3{
	text-align:center;
	font-size:20px;
	margin-top:20px;
	font-weight:900
}

.innercontactwraper ul li .contactlisting p{
	text-align:center;
	font-size:16px;
	padding-top:20px;
	line-height:28px
}

.innercontactwraper form{
	margin-top:40px;
}

.innercontactwraper form h2{
	text-align:center;
	margin-bottom:40px;
	font-weight:900
}

.innercontactwraper form .form-group label{
	margin-bottom:10px;
	font-size:16px
}

.innercontactwraper form .form-group .form-control{
	height:45px;
	border:none;
	box-shadow:none;
	background:#f1f1f1;
}

.innercontactwraper form .textarea-control{
	border:none;
	box-shadow:none;
	background:#f1f1f1;
	width:100%;
	padding:15px;
	border-radius:4px
}

.buttoncontact-group{
	text-align:center;
	margin-top:20px
}

.buttoncontact-group .btn_formcontrol{
	background:none;
	border:none;
	text-transform:uppercase;
	background:#80b83b;
	padding:12px 40px;
	border-radius:4px;
	color:#fff	
}

.aboutus_wraper{
}

.organogramwraper{
	height:1200px;
	background-size:cover !important;
	margin:40px 0
}



/* CSS slider */


/* CSS content */

.content_wraper{
}

/********************************/
/*       Latest News     */
/********************************/


.latestnewwrp{
	background-size:cover !important;
	padding:14px 0 14px 0;
	margin-bottom:0px
}

.latestnewwrp .newheading{
	background:#80b83b;
	font-style:italic;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:6px 0;
	border-radius:4px
}

.latestnewwrp ul{
	list-style:none;
}

.latestnewwrp ul li{
	float: left;
    padding:5px 10px 0 10px
}

.latestnewwrp ul li a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
	font-weight:300
}

.latestnewwrp ul li a span{
	margin-right:60px;
}

/********************************/
/*       Latest News     */
/********************************/


/********************************/
/*       Chairman Message     */
/********************************/

.charimnamessagewrp{
	padding:20px 0 0;
}

.charimnamessagewrp h2{
	font-weight:900;
	font-size:40px;
	color:#282828;
	margin-top:30px;
	text-align:center;
	margin-bottom:10px;
}

.charimnamessagewrp h2 span{
	color:#80b83b
}

.messageparagraph{
	color:#17843e;
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
	font-weight:300;
}

.chairmainmessage{
    text-align: center;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
}

.readmorebtn{
	text-align:center;
	margin-bottom:15px;
}

.readmorebtn a{
	font-style:italic;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
}

.readmorebtn a:hover{
	color:#000;
	text-decoration:none;
}

.chairdetailwrp{
	text-align:center;
}

.chairdetailwrp .chairmanimg{
	margin-bottom:10px;
	margin-top:25px
}
.chairdetailwrp img{
	object-fit: cover !important;
    border-radius: 50% !important;
}
.chairdetailwrp h4{
	text-align:center;
	color:#000;
	font-weight:900;
	font-size:24px;
	margin-bottom:3px;
	font-family: 'Lato', sans-serif;
}

.chairdetailwrp h5{
	font-size:16px;
	color:#5c5c5c;
	font-family: 'Lato', sans-serif;
	/*margin-bottom:58px*/
}


/********************************/
/*       Chairman Message     */
/********************************/


/********************************/
/*       Recent Project     */
/********************************/


.recentprojectwraper{
	background:url(../images/recentprojectbg.jpg) repeat top;
	height:747px;
	padding:40px 0
}

.recentprojectwraper h2{
	font-weight: 900;
    font-size: 40px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.recentprojectwraper h2 span{
	font-weight:300;
}

.recentprojectwraper p{
	text-align:center;
	font-weight:300;
	color:#fff;
	font-size:20px;
	margin-bottom:40px
}

.projectlisting{
}

.projectlisting ul{
	list-style:none;
}

.projectlisting ul li{
	margin-bottom:30px
}

.projectlisting ul li .projectlisting{
	border: 8px solid #fff;
    height: 228px;
    background-size: cover !important;
    box-shadow: 0px 1px 4px 0px #1c2b08;
}

.hoverdetailbox{
	background-color: rgba(0, 0, 0, 0.9);
    padding: 15px;
    height: 229px;
    width: 105%;
    position: relative;
    left: -8px;
    top: -8px;
	display:none
}

.hoverdetailbox{
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.hoverdetailbox{
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.projectlisting ul li .projectlisting:hover .hoverdetailbox{
	display:block;
}

.textdetialproject{
    border: 1px solid #80b83b;
    padding: 48px 15px;
    height: 200px;
	text-align:center;
	color:#fff;
	
}

.textdetialproject h4{
	font-size:22px;
	color:#fff;
	font-weight:900;
	margin-bottom:10px;
	margin-top:35px;
}

.textdetialproject p{
	font-size:16px;
	line-height:24px;
	padding-bottom:10px;
	margin:0
}

.viewallbtn{
}

.viewallbtn a{
	color:#80b83b;
	font-size:16px;
	font-style:italic;
	text-decoration:underline;
}

.viewallbtn a:hover{
	text-decoration:none;
}

.viewallprojectbtn{
	text-align:center;
	margin-top:22px;
	font-weight:bold;
}

.viewallprojectbtn a{
	padding: 12px 25px 12px 25px;
	color:#333;
	border-radius:4px;
	text-decoration:none;
	background:#fff;
	text-transform:uppercase;
}

.viewallprojectbtn a:hover{
	background:#17843e;
	color:#fff
}


/********************************/
/*       Recent Project     */
/********************************/


/********************************/
/*       We Handle Everything     */
/********************************/


.totalitemwrp{
	height:485px
}

.totalitemwrp h2{
    font-weight: 900;
    font-size: 40px;
    color: #282828;
    margin-top:70px;
    text-align: center;
    margin-bottom: 10px;
}

.totalitemwrp h2 span{
	font-weight: 300;
}

.totalitemwrp p{
	text-align:center;
	font-size:16px;
	color:#484848;
	font-weight:300
}

.totalitemlisting{
	text-align:center;
	margin-top:100px
}

.totalitemlisting h4{
	font-size:60px;
	color:#17843e;
	font-weight:900
}

.totalitemlisting h5{
	font-size:20px;
	color:#000;
	font-weight:bold;
	padding:8px 0
}

.totalitemlisting p{
	font-size:18px;
}

.aboutimg{
}

.aboutimg img{
	border-radius:6px;
}

/********************************/
/*       We Handle Everything     */
/********************************/


/********************************/
/*       Our Gallery     */
/********************************/

.gallerywraper{
	padding:60px 0 0 0;
	border-top:1px solid #f4f0e7
}

.gallerywraper{
}

.gallerywraper ul{
	list-style:none;
}

.gallerywraper ul li{
}

.gallerywraper ul li .recent-listing-wraper{
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    height: 237px;
}

.gallerywraper ul li .recent-listing-wraper a{
	display:block;
	height: 237px;
	font-size:20px;
	color:#000;
	font-weight:bold;
	padding:105px 0;
	text-decoration:none
}

.gallerywraper ul li:hover .recent-listing-wraper{
    background: #17843e;
}

.gallerywraper ul li:hover .recent-listing-wraper a{
	color:#fff
}

.gallerywraper h2{
	font-weight: 900;
    font-size: 40px;
    color: #282828;
    text-align: center;
    margin-bottom: 10px;
}

.gallerywraper h2 span{
	font-weight:300;
}

.gallerywraper p{
	text-align: center;
    font-size: 16px;
    color: #484848;
    font-weight: 300;
    margin-bottom: 40px;
    padding-top: 20px;
    line-height: 26px;
}

.gallerywraper ul{
	list-style:none;
}

.gallerywraper ul li{
}

.gallerywraper ul li .gallerylisting{
	width:469px;
	height:310px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-size:cover !important
}

.gallerywraper ul li:nth-child(2) .gallerylisting{
	width:370px;
}

.gallerywraper ul li:nth-child(3) .gallerylisting{
	width:270px;
}

.gallerywraper ul li:nth-child(4) .gallerylisting{
	width:270px;
}

.gallerywraper ul li:nth-child(5) .gallerylisting{
	width:370px;
}

.gallerywraper ul li:nth-child(6) .gallerylisting{
	width:469px;
}

.gallerywraper ul li{
		-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.gallerywraper ul li:hover{
	opacity:0.7

}

.gallerywraper .viewallbtn{
	text-align:center;
	margin-top:47px
}

.gallerywraper .viewallbtn a{
	padding: 10px 40px 10px 40px;
    color:#fff;
    border-radius: 4px;
    text-decoration: none;
    background: #80b83b;
    text-transform: uppercase;
	font-weight:bold;
	font-style:normal;
	font-size:14px
}

.gallerywraper .viewallbtn a:hover{
	background:#17843e;
}


/********************************/
/*       Our Gallery     */
/********************************/


/********************************/
/*       Latest new blog     */
/********************************/

.latestnewwraper{
	padding:50px 0 0 0;
}

.latestnewwraper h2{
	text-align:center;
	font-weight: 900;
    font-size: 40px;
    color: #282828;
    text-align: center;
    margin-bottom: 10px;
}

.latestnewwraper h2 span{
	font-weight:300;
}

.latestnewwraper p{
    text-align: center;
    font-size: 16px;
    color: #484848;
    font-weight: 300;
    margin-bottom: 40px;
    padding-top: 20px;
    line-height: 26px;
}

.latestnewwraper ul{
	list-style:none;
}

.latestnewwraper ul li{
}

.latestnewwraper ul li .latestnewwrp{
}

.blognewimg{
	height:230px;
	background-size:cover !important;
	border-radius:4px
}

.blogdatecoment{
	width:70px;
	float:left;
	margin-top: 20px;
}

.blogdatecoment .blogdate{
	background:#64a608;
	padding:23px 0;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:20px;
	font-weight:900;
	text-transform:uppercase;
}

.blogdatecoment .commentblog{
	border:1px solid #ccc;
	text-align:center;
	padding:13px 0;
	font-size:18px
}

.blogtextdetail{
	width: 80%;
    float: left;
    padding: 15px;
}

.blogtextdetail h3{
}

.blogtextdetail h3 a{
	color:#000;
	text-decoration:none;
	font-size:20px;
	font-weight:900;
}

.blogtextdetail p{
	text-align:left;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	padding:5px 0
}


/********************************/
/*       Latest new blog     */
/********************************/


/********************************/
/*       inner content     */
/********************************/

.innercontentwraper{
}


/********************************/
/*       inner content     */
/********************************/

.dengue_wraper{
}

.dengue_wraper ul{
	list-style:none;
}

.dengue_wraper ul li{
	margin-bottom:25px
}

.dengue-imgbg{
    height: 333px;
    background-size: contain !important;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 1px #a7a7a7;
}

.dengue-table{
	margin-top:20px
}

.dengue-table .table{
	width: 99%;
    max-width: 100%;
    margin-bottom: 20px;
    float: right;
}

.dengue-table .table tr{
	text-align:center
}

.dengue-table .table tr td{
	vertical-align: middle;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
}

.dengue-table .headerdengue{
	background:#16843c;
	text-align:center;
	font-size:16px;
	font-weight:bold
}

.dengue-table .headerdengue td{
	vertical-align:middle;
	color:#fff;
}

.download_wraper{
	padding:80px 0 0 0
}

.download-list{
	text-align:center;
	background:#f5f5f5;
	padding:40px 0;
	border-radius:4px;
	margin-bottom:30px
}

.download-list:hover{
	background:#80b83b 
}

.download-list a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:16px;
	
}

.download-list:hover a{
	color:#fff;
}


.directorate_wraper ul {
    margin-left: 17px;
}

.download-list h2{
	font-size:18px;
	font-weight:bold;
	margin-top:35px
}

.directorate_wraper{
	padding:60px 0
}

.directorate_wraper h2{
	font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.directorate_wraper p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    text-align: justify;
}

.directorate_wraper h3{
		font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
	margin-top:20px;
}

.directorate_wraper ul li{
	font-size:16px;
	padding-bottom:10px;
	line-height:26px
}

.projects-listing-wraper{
	padding-top:30px
}

.projects-listing-wraper h2{
	font-size:25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
	text-align:center
}

.projects-listing-wraper .dengue-table .table{
	width: 100%;
}

.projects-listing-wraper ul{
}

.projects-listing-wraper ul li{
	font-size:16px;
	padding-bottom:10px
}


/* CSS content */


.footerwraper{
	background:url(../images/footerbg.png) no-repeat top;
	padding-top:188px;
	padding-bottom: 67px;
	background-size:cover;
}

.footerlogomp{
}

.logofooter{
	margin-bottom:20px;
}

.aboutusfooter{
}

.aboutusfooter h2{
	font-size:18px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	margin-top: 6px;
}

.aboutusfooter p{
	font-size: 14px;
    color: #867055;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
	text-align:justify;
}

.aboutbtn{
}

.aboutbtn a{
	font-size:16px;
	text-decoration:underline;
	color:#80b83b;
	font-weight:bold;
	font-style:italic;
}

.aboutbtn a:hover{
	text-decoration:none;
}

.quicklinkswrp{
	margin-top:30px
}

.quicklinkswrp h2{
		font-size:32px;
	color:#fff;
	font-weight:900;
}

.quicklinkswrp h2 span{
	border-bottom:2px solid #80b83b;
	position:relative;
}

.quicklinkswrp ul{
	list-style:none;
	padding-top:30px;
}

.quicklinkswrp ul li{
	padding:5px 0
}

.quicklinkswrp ul li a{
	color:#867055;
	font-size:14px;
	text-decoration:none;
}

.quicklinkswrp ul li a:hover{
	color:#fff;
}

.quicklinkswrp ul li a i{
	color:#fff;
	margin-right:10px;
}

.copysitemain{
	background:#1b1102;
	padding:20px 0;
	border-top:1px solid #422c0b
}

.copyright{
	color:#fff
}

.copyright span{
	color:#80b83b
}

.sitercredit{
	float:right;
	color:#fff
}

.sitercredit a{
	color:#80b83b;
	text-decoration:none;
}

.footermapwrp{
}

.footermapwrp h2{
	font-size:18px;
	color:#fff;
	font-weight:900;
	margin-bottom:25px;
	text-transform:uppercase;
}

.footerlogomp h2{
	font-size:18px;
	color:#fff;
	font-weight:900;
	margin-bottom:25px;
	padding-top:5px
}

.footerlogomp p{
    font-size: 14px;
    color: #867055;
    line-height: 26px;
    padding-bottom: 20px;
    margin-top: -9px;
}

.navigationfooter{
}

.navigationfooter ul{
	text-align:center;
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom:1px solid #482e07;
	padding-bottom:36px;
}

.navigationfooter ul li{
	display:inline-block;
	text-align:center;
}

.navigationfooter ul li a{
	color:#fff;
	padding:0 15px;
	text-decoration:none;
	font-size:14px;
}

.navigationfooter ul li:nth-child(1) a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

.navigationfooter ul li a:hover{
	color:#867055;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: -20px;
    cursor: pointer;
    display: none;
    z-index: 10;
	background:none;
	border:none;
	box-shadow:none;
}

#toTop:hover{
	background:url(../images/backtophover.png) no-repeat top;
}

.searchiconmobile{
	display:none;
}

.mobilelogo{
	display:none;
}

.mobilefooter{
	display:none;
}

.footermainwrp{
	margin-top:80px;
}

.aboutus_wraper{
	    padding: 19px 0 20px 0;
}

.aboutus_wraper h2{
	font-size:30px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px
}

.aboutus_wraper p{
	font-size:14px;
	color:#000;
	line-height:26px;
	text-align:justify
}

.functionswraper{
	padding-top:60px
}

.functionswraper ul{
	list-style:none;
}

.functionswraper ul li{
	background:#f4f0e7;
	padding:8px 12px;
	margin-bottom:20px;
	border-radius:6px;
	font-size:15px
}

.functionswraper ul li:hover{
	background:#15833c;
	color:#fff;
}

.functionswraper ul li i{
margin-right: 15px;
    display: block;
    float: left;
    height: 33px;
    position: relative;
    top: 4px;
}

.red-border{
	border:1px solid red !important;
}

@media screen and (max-width: 1169px) {

.topbarwraper{
	display:none;
}

.searchiconmobile{
	display:block;

}

.searchiconmobile a{
	background:#000;
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding-top:12px;
	position:fixed;
	left:15px;
	bottom:15px;
	z-index:1000
}

.systemnavigation{
	display:none;
}

.mobilemenu{
	display:block;
}

.sitelogo{
	display:none;
}

.mobilelogo{
	padding:5px 0;
	display:block;
}

.recentprojectwraper{
	height:auto;
	background-size:cover !important;
	padding-bottom:60px
}

.chairmainmessage br{
	display:none;
}

.totalitemwrp{
	height:auto;
	background:none !important;
	padding-bottom:40px
}

.totalitemlisting{
	margin-top:20px;
	margin-left:0 !important;
	margin-right:0 !important;
	margin-bottom:40px
}

.totalitemlisting p br{
	display:none;
}

.gallerywraper ul li .gallerylisting{
	width:100%;
}

.gallerywraper ul li:nth-child(2) .gallerylisting{
	width:100%;
}

.gallerywraper ul li:nth-child(3) .gallerylisting{
	width:100%;
}

.gallerywraper ul li:nth-child(4) .gallerylisting{
	width:100%;
}

.gallerywraper ul li:nth-child(5) .gallerylisting{
	width:100%;
}

.gallerywraper ul li:nth-child(6) .gallerylisting{
	width:100%;
}

.footerwraper{
	background:#1b1102;
	padding-top:30px;
}

.navigationfooter ul li{
	display:block;
	width:100%;
	text-align:left;
	border-bottom:1px solid #422c0b;
	padding:10px !important
}

.navigationfooter ul{
	border:none;
	margin-bottom:20px;
}

.navigationfooter ul li a{
	padding:0;
}

.footermap iframe{
	width:100% !important
}

.copyright{
	text-align:center;
}

.sitercredit{
	display:none;
}

.organogram_wraper ul li{
  margin-left: 0 !important;
    margin-top: 0 !important;
}

	 
}


@media screen and (max-width: 768px) {

.slidertextimg{
	display:none;
}

.slider_wraper #first-slider .carousel .item{
	height:auto;
}

}

/*Lightbox*/
.lightbox_wraper{
	margin-top: 60px;
}
.lightbox_wraper img{
	 margin-bottom: 30px;
   /* border: 0px solid #000;*/
    border-radius: 4px;
}
.lightbox_wraper ul{
	list-style: none;
}
/*Lightbox*/

/*Dengue*/
.dengue_wraper{
	margin-top: 50px;
}
.dengue_wraper p {
    text-align: justify;
    font-size: 16px;
    color: #484848;
    line-height: 28px;
}
.dengue_wraper  ul li {
    font-size: 16px;
    color: #484848;
    line-height: 28px;
}
.dengue_wraper  h1 {
    color: #82b738;
}
.dengue_wraper ul {
	padding-left: 16px;
}
.dengue_wraper  h1 {
    font-weight: 600;
    font-size: 40px;
    color: #80b83b;
}
.dengue_wraper h2 {
    font-weight: 600;
}
.dengue_wraper.activities img {
    padding-top: 73px;
    width: 100%;
    height: 100%;
}
.dengue_wraper .activities img:hover {
  opacity: 0.8;
}
.dengue_wraper .table th{
	background-color: #80b83b;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.dengue_wraper .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ececea !important;
}
.dengue_wraper .table-bordered {
   border: 2px solid #f3f3f3;
}
.dengue_wraper tbody{
	color: #000;
}
.dengue_wraper thead{
	color: #17843e;
	border-top: 2px solid #bad474;
    border-right: 2px solid #bad474;
    border-left: 2px solid #bad474;
}
.dengue_wraper ul li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
/*Dengue*/

/*organogram_wraper*/
.organogram_wraper{
	margin-bottom: 50px;
}

.organogram_wraper ul li{
	text-align:center;
}

.organogram_wraper ul li h2{
	font-size:22px;
	color:#000;
	padding-bottom:0;
	margin-top: 17px;
	font-weight:bold;
	margin-bottom:0;
}

.organogram_wraper ul li h4{
    font-size: 16px;
    color: #16843c;
    font-weight: 600;
}

.clientimg{
	width:130px;
	height:130px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom: 10px;
    overflow: hidden;
    border: 4px solid #ccc;
    margin: 0 auto;
}

.columwithmargin{
	margin-bottom:80px;
}

.clientimg img{
}

.organogram_wraper ul li .big{
	width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 10px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:15px;
	border:5px solid #ccc
}
.organogram_wraper ul li .medium img {
    width: 110px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.organogram_wraper ul li .medium-plus img {
    width: 130px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.organogram_wraper ul li .small{
	width: 180px;
	height:180px;
    border-radius: 50%;
    margin-bottom: 10px;
	overflow:hidden;
	border:5px solid #ccc;
	margin:0 auto
}

.organogram_wraper ul li .megistrate{
	width: 180px;
	height:180px;
    border-radius: 50%;
    margin-bottom: 10px;
	overflow:hidden;
	border:5px solid #ccc
}
.organogram_wraper ul li .megistrate{
    position: absolute;
}

.organogram_wraper ul li .directoraf img{
	width: 160px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.organogram_wraper ul li .directorengg  img{
	width: 160px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.organogram_wraper ul li .directorHort img{
	width: 110px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 50px;
}
.organogram_wraper ul li .directorHort{
	 position: relative;
    top: -10px;
    left: 60px;
}

.organogram_wraper ul li .directorEngg img{
	    width: 180px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.organogram_wraper ul li .directorEngg {
    position: absolute;
    top: -150px;
    right: 0;
}

.organogram_wraper ul li .ddPark img{
	    width: 180px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.organogram_wraper ul li .ddPark {
    position: relative;
    top: 0px;
}

.organogram_wraper ul li .ddEngg img{
	    width: 160px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.organogram_wraper ul li .ddEngg {
    position: relative;
    top: -126px;
}




@media screen and (max-width: 768px){
	.organogram_wraper ul li .ddEngg {
    	position: unset;	
	}
	.organogram_wraper ul li .directorEngg {
   	 position: unset;
	}
	.organogram_wraper ul li .ddPark {

	}
	.organogram_wraper ul li .directorHort{
	 position: unset;
	}
	.organogram_wraper ul li .megistrate{
	    position: unset;
	}

}

.organogram_wraper ul li div{
	text-align: center;
}
.organogram_wraper ul{
	list-style: none;
	margin-bottom: 10px;
	margin-top: 50px;
}

/*
.organogram_wraper .align-r{
	text-align: right;
}
@media screen and (max-width: 768px){
	.organogram_wraper .align-r{
	text-align: center !important;
	}
}*/

/*=======Organogram tree structure=====*/
/*
.organogram_wraper  hr {
    margin-top: 0px; 
    margin-bottom: 0px; 
    border: 0;
    border-top: 1px solid #a59494;
}
.organogram_wraper #leve1{
    width: 44% !important;
    position: relative !important;
    top: 45px !important;
}
.organogram_wraper #level1v{
    border-left: 1px solid #a59494;
    height: 130%;
    position: absolute;
    top: 104%;
    left: 50%;
}
.organogram_wraper #leve2{
    width: 68% !important;
    position: relative !important;
    top: 8px !important;
}
.organogram_wraper .rowleve2, .rowleve3, .rowleve4 {
	margin-top: 30px;
}
.organogram_wraper #level2-left{
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 51%;
}
.organogram_wraper #level2b-left{
	border-left: 1px solid #a59494;
    height: 324%;
    position: absolute;
    top: 120px;
    left: 49%;
}
.organogram_wraper #level2-right{
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 49%;
}
.organogram_wraper #leve3 {
    width: 30% !important;
    position: relative !important;
    top: 8px !important;
    left: -21px;
}
.organogram_wraper #level3-left{
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 51%;
}
.organogram_wraper #level3-right{
    border-left: 1px solid #a59494;
    height: 42%;
    position: absolute;
    top: -41%;
    left: 49%;
}
.organogram_wraper #level3-center{
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 51%;
}
.organogram_wraper #level4-left{
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 51%;
}
.organogram_wraper #level4-right{
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 51%;
}
.organogram_wraper #level4-center{
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 52%;
}
.organogram_wraper #level41{
    border-bottom: 1px solid #a59494;
    width: 25%;
    position: absolute;
    left: 38%;
    top: 108%;
}
.organogram_wraper #level43-right {
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 72%;
}
.organogram_wraper #level45-right {
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -18%;
    left: 49%;
}
.organogram_wraper #level44-right {
    border-left: 1px solid #a59494;
    height: 18%;
    position: absolute;
    top: -17%;
    left: 71%;
}
.organogram_wraper #leve4-h {
    width: 75%;
    position: relative;
    left: -7px;
    top: 9px;
}
.organogram_wraper #leve42-h {
    width: 58%;
    position: relative;
    left: 0px;
    top: 11px;
}*/
/*organogram_wraper*/
