@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
html {
  font-family: 'Titillium Web', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Titillium Web', sans-serif;
  color: #000000;
  font-size: 16px;
}

h1, h2, h3{
	font-weight:700;
	margin:0 0 20px 0;
	color:#000000;
	 }

h1{
	font-size:32px;
	}

h2{
	font-size:26px;
	}
	
h3{ 
	font-size:20px;
	}

a{
	color:#119946;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	}

a:hover,
a:focus{
	color:#0d7334;
	text-decoration:none;
	}

.bg-white{
	background-color:#ffffff;
	}

.bg-green{
	/*background-color:#119946;*/
	background-image:url(../img/project-sec-bg.jpg);
    background-size: cover;
    padding: 40px 0;
	}
		
.bg-green-light{
	background-color:#15bf56;
	}
	
.bg-green-lighter{
	background-color:#ebf2ee;
	}
	
.bg-green-dark{
	background-color:#0d7334;
	}
	.pd {
		padding: 6px;
		display: block;
	}
	.gray-brd {
		border: 1px solid #e0dfdf;
	}
	.gry-brd-t {
		border-top: 1px solid #e0dfdf;
	}

.txt-green{
	color:#119946;
	}

.txt-white{
	color:#fff !important;
	}

.btn {
  font-weight: 600;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 1px;
  outline:none;
  transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
}

.btn:hover,
.btn:focus{
	outline:none;
	}

.btn-green{
	background-color:#119946;
	color:#fff;
	}
	
.btn-green:hover,
.btn-green:focus{
	background-color:#0d7334;
	color:#fff;
	outline:none;
	}

.btn-green-o{
	background-color:transparent;
	border:#119946 1px solid;
	color:#119946;
	}
	
.btn-green-o:hover,
.btn-green-o:focus{
	background-color:#119946;
	color:#fff;
	}

.btn-white{
	background: #fff;
	color:#119946;
	}

.btn-white:hover,
.btn-white:focus{
	color:#0d7334;
	}
	
.btn-white-o{
	background-color:transparent;
	border:#ffffff 1px solid;
	color:#ffffff;
	}
	
.btn-white-o:hover,
.btn-white-o:focus{
	background-color:#ffffff;
	color:#0d7334;
	}

.btn-angle{
	font-size: 24px;
    line-height: 24px;

    padding: 5px 14px 7px 14px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #119946;
	color: #119946;
    white-space: nowrap;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	}

.btn-angle-white{
	font-size: 24px;
    line-height: 24px;
    padding: 9px 16px 9px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #fff;
	color: #fff;
    white-space: nowrap;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	}

.btn-angle-white:hover{
	color:#bfdbca;
	}

.img-sc-eff{
	position: relative;
 	overflow: hidden;
}

.img-sc-eff img{
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
  
.img-sc-eff:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*===================================== Start Header =======================================*/

.top-strip{
	background-color:#119946;
	padding:8px 0;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1;
	}

.nav-header {
	position: fixed;
	right: 0;
	left: 0;
	top: 36px;
	z-index: 1;
}
.top-strip-links {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.top-strip-links li {
    display: inline-block;
    color: #fff;
	margin-right:20px;
}
.top-strip-links li i {
	color: #fff;
	font-size: 16px;
}
.top-strip-links li:last-child {
	margin-right:0;
}

.top-strip-links li a {
    color: #bfdbca;
}

.top-strip-links li a:hover {
    color: #ffffff;
}

.slider-area{
    margin-top: 36px;
    z-index: -1;
	}

header{
	position:fixed;
	width:100%;
	top:0;
	z-index:1000;
	}

.nav-header-body{
	background-color:#fff;
	border-top:rgba(0,0,0,0.1) 4px solid;
	}

.navbar-brand {
    float: left;
    padding: 12px 24px;
    height:auto;
}/*
.navbar-default .navbar-nav > li {
	margin: 29px 15px; 
}*/
.navbar-default .navbar-nav > li > a{
	color:#000000;
	padding: 29px 15px; 
	font-weight: 600;
	}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border:none;
	border-radius:0;
}

.dropdown-menu {
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border:none;
    border-radius:0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #0d7334;
    background-color: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #119946;
    outline: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: none !important;
    color: #119946;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}
.tp-hide-revslider, .tp-caption.tp-hidden-caption {
	visibility: hidden !important;
	display: none !important;
}

.tp-caption {
	z-index: 1;
}

.tp-caption-demo .tp-caption {
	position: relative !important;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px !important;
}

.tp-caption.medium_grey {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	padding: 2px 4px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #888;
	white-space: nowrap;
}

.tp-caption.small_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.medium_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.large_bold_white_25 {
	font-size: 55px;
	line-height: 65px;
	font-weight: 700;
	
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	text-shadow: #000 0px 5px 10px;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none;
}

.tp-caption.medium_text_shadow {
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	text-shadow: #000 0px 5px 10px;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none;
}

.tp-caption.large_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.very_large_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: -2px;
}

.tp-caption.very_big_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	background-color: #000;
}

.tp-caption.very_big_black {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	background-color: #fff;
}

.tp-caption.modern_medium_fat {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.modern_medium_light {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 20px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
	padding: 3px 10px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #4e5b6c;
	letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	padding: 3px 10px;
	padding-top: 1px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #de543e;
	letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
	position: absolute;
	color: #555;
	text-shadow: none;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.boxshadow {
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
	color: #000;
	text-shadow: none;
}

.tp-caption.noshadow {
	text-shadow: none;
}

.tp-caption a {
	color: #ffffff;
	text-shadow: none;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-caption.thinheadline_dark {
	position: absolute;
	color: rgba(0, 0, 0, 0.85);
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	
	background-color: transparent;
}

.tp-caption.thintext_dark {
	position: absolute;
	color: rgba(0, 0, 0, 0.85);
	text-shadow: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	
	background-color: transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
	text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
	text-decoration: underline;
}

.tp-caption.smoothcircle {
	font-size: 30px;
	line-height: 75px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.498039);
	padding: 50px 25px;
	text-align: center;
	border-radius: 500px 500px 500px 500px;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	border-style: none;
}

.tp-caption.largeblackbg {
	font-size: 50px;
	line-height: 70px;
	font-weight: 300;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	padding: 0px 20px 5px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none;
}

.tp-caption.largepinkbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	
	background-color: #db4360;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tp-caption.largewhitebg {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	
	background-color: #fff;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tp-caption.largegreenbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	
	background-color: #67ae73;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tp-caption.excerpt {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 1);
	text-shadow: none;
	margin: 0px;
	letter-spacing: -1.5px;
	padding: 1px 4px 0px 4px;
	width: 150px;
	white-space: normal !important;
	height: auto;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none;
}

.tp-caption.large_bold_grey {
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	
	color: rgb(102, 102, 102);
	text-decoration: none;
	background-color: transparent;
	text-shadow: none;
	margin: 0px;
	padding: 1px 4px 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_thin_grey {
	font-size: 34px;
	line-height: 30px;
	font-weight: 300;
	
	color: rgb(102, 102, 102);
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.small_thin_grey {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	
	color: rgb(117, 117, 117);
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.lightgrey_divider {
	text-decoration: none;
	background-color: rgba(235, 235, 235, 1);
	width: 370px;
	height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: rgb(34, 34, 34);
	border-style: none;
}

.tp-caption.large_bold_darkblue {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	
	color: rgb(52, 73, 94);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_bg_darkblue {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(52, 73, 94);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_bold_red {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	
	color: rgb(227, 58, 12);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_light_red {
	font-size: 21px;
	line-height: 26px;
	font-weight: 300;
	
	color: rgb(227, 58, 12);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_bg_red {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(227, 58, 12);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_bold_orange {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	
	color: rgb(243, 156, 18);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_bg_orange {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(243, 156, 18);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.grassfloor {
	text-decoration: none;
	background-color: rgba(160, 179, 151, 1);
	width: 4000px;
	height: 150px;
	border-width: 0px;
	border-color: rgb(34, 34, 34);
	border-style: none;
}

.tp-caption.large_bold_white {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_light_white {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.mediumlarge_light_white {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_bg_asbestos {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(127, 140, 141);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.medium_light_black {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.large_bold_black {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	
	color: rgb(52, 73, 94);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.small_light_white {
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.roundedimage {
	border-width: 0px;
	border-color: rgb(34, 34, 34);
	border-style: none;
}

.tp-caption.large_bg_black {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	padding: 10px 20px 15px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.mediumwhitebg {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: rgb(255, 255, 255);
	padding: 5px 15px 10px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(243, 156, 18);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none;
}

.tp-caption.boxshadow {
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 19px;
	line-height: 19px;
	font-family: 'Open Sans', sans;
}

.tp-caption.noshadow {
	text-shadow: none;
}

.tp_inner_padding {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-height: none !important;
}

/*.tp-caption			{	transform:none !important}*/

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px;
}

.tp-caption .backcorner {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px;
}

.tp-caption .frontcornertop {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px;
}

.tp-caption .backcornertop {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button {
	padding: 6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	cursor: pointer;
	color: #fff !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
	font-size: 15px;
	line-height: 45px !important;
	background: url(../images/gradient/g30.png) repeat-x top;
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

.tp-simpleresponsive .button.big {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	padding: 9px 20px;
	font-size: 19px;
	line-height: 57px !important;
	background: url(../images/gradient/g40.png) repeat-x top;
}

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
	background-position: bottom, 15px 11px;
}

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

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.tp-simpleresponsive .button {
		padding: 4px 8px 3px;
		line-height: 25px !important;
		font-size: 11px !important;
		font-weight: normal;
	}

	.tp-simpleresponsive a.button {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.tp-simpleresponsive .button {
		padding: 2px 5px 2px;
		line-height: 20px !important;
		font-size: 10px !important;
	}

	.tp-simpleresponsive a.button {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}
}

/*	BUTTON COLORS	*/

.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
	background-color: #21a117;
	-webkit-box-shadow: 0px 3px 0px 0px #104d0b;
	-moz-box-shadow: 0px 3px 0px 0px #104d0b;
	box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
	background-color: #1d78cb;
	-webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
	-moz-box-shadow: 0px 3px 0px 0px #0f3e68;
	box-shadow: 0px 3px 0px 0px #0f3e68;
}

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
	background-color: #cb1d1d;
	-webkit-box-shadow: 0px 3px 0px 0px #7c1212;
	-moz-box-shadow: 0px 3px 0px 0px #7c1212;
	box-shadow: 0px 3px 0px 0px #7c1212;
}

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
	background-color: #ff7700;
	-webkit-box-shadow: 0px 3px 0px 0px #a34c00;
	-moz-box-shadow: 0px 3px 0px 0px #a34c00;
	box-shadow: 0px 3px 0px 0px #a34c00;
}

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
	background-color: #555;
	-webkit-box-shadow: 0px 3px 0px 0px #222;
	-moz-box-shadow: 0px 3px 0px 0px #222;
	box-shadow: 0px 3px 0px 0px #222;
}

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
	background-color: #888;
	-webkit-box-shadow: 0px 3px 0px 0px #555;
	-moz-box-shadow: 0px 3px 0px 0px #555;
	box-shadow: 0px 3px 0px 0px #555;
}

.fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.fullwidthbanner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
	width: 100%;
	position: relative;
}

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	position: absolute;
	visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive img {
	max-width: none;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter: none !important;
}

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
	position: absolute;

	margin-left: auto;
	margin-right: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
	background: url(../assets/shadow1.png) no-repeat;
	background-size: 100% 100%;
	width: 890px;
	height: 60px;
	bottom: -60px;
}

.tp-bannershadow.tp-shadow2 {
	background: url(../assets/shadow2.png) no-repeat;
	background-size: 100% 100%;
	width: 890px;
	height: 60px;
	bottom: -60px;
}

.tp-bannershadow.tp-shadow3 {
	background: url(../assets/shadow3.png) no-repeat;
	background-size: 100% 100%;
	width: 890px;
	height: 60px;
	bottom: -60px;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
	width: 100% !important;
	height: 100% !important;
	display: none
}

.tp-caption.fullscreenvideo {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
	width: 100% !important;
	height: 100% !important;
	display: none;
	border: 0;
}

.fullscreenvideo .vjs-loading-spinner {
	visibility: none;
	display: none !important;
	width: 0px;
	height: 0px;
}

.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
	visibility: hidden !important;
	opacity: 0 !important;
	display: none !important;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
	background: transparent !important;
}

.fullcoveredvideo .vjs-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.tp-dottedoverlay.twoxtwo {
	background: url(../assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
	background: url(../assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
	background: url(../assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
	background: url(../assets/gridtile_3x3_white.png)
}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear {
	clear: both;
}

.tp-bullets {
	display: none;
	z-index: 1000;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.tp-bullets.simplebullets.navbar {
	border: 1px solid #666;
	border-bottom: 1px solid #444;
	background: url(../assets/boxed_bgtile.png);
	height: 40px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
	background: url(../assets/navigdots_bgtile.png);
	height: 35px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: rgba(63, 70, 74, 0.5);
	width: 11px;
	height: 11px;
	float: left;
	margin: 0 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tp-bullets.simplebullets.round-old .bullet {
	cursor: pointer;
	position: relative;
	background: rgba(63, 70, 74, 0.5);
	width: 11px;
	height: 11px;
	float: left;
	margin: 0 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
	cursor: pointer;
	position: relative;
	width: 19px;
	height: 19px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
}

.tp-bullets.simplebullets.square .bullet.last {
	margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
	cursor: pointer;
	position: relative;
	background: rgba(63, 70, 74, 0.25);
	width: 19px;
	height: 19px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
}

.tp-bullets.simplebullets.square-old .bullet.last {
	margin-right: 0px;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
	cursor: pointer;
	position: relative;
	background: rgba(63, 70, 74, 0.25);
	width: 19px;
	height: 19px;
	margin-right: 5px;
	float: left;
	margin-top: 0px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
	margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
	margin-right: 0px !important;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
	cursor: pointer;
	position: relative;
	background: rgba(63, 70, 74, 0.25);
	width: 15px;
	height: 15px;
	margin-left: 5px !important;
	margin-right: 5px !important;
	float: left;
	margin-top: 10px;

.

border-radius
(
50
%
)
;
	}

.tp-bullets.simplebullets.navbar-old .bullet.first {
	margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
	margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet.selected {
	background: rgba(255, 255, 255, 0.5);
}

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(5px);

}

.tparrows.hidearrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.tp-rightarrow,
.tp-leftarrow {
	z-index: 100;
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 80px;
	font-family: 'FontAwesome';
}


.tp-rightarrow {

}

.tp-leftarrow:before,
.tp-leftarrow:after,
.tp-rightarrow:before,
.tp-rightarrow:after {
	display: block;
}

.tp-leftarrow:before,
.tp-rightarrow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: transparent;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tp-leftarrow:hover:before,
.tp-rightarrow:hover:before {
	background: rgba(63, 70, 74, 0.25);
}

.tp-leftarrow:after,
.tp-rightarrow:after {
	position: relative;
	z-index: 2;
	width: 40px;
	text-align: center;
	font-size: 40px;
	line-height: 80px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.tp-leftarrow,
.tp-rightarrow {
	color: rgba(240, 241, 241, 0.45);
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	color: #fff;
}

.tp-leftarrow:after {
	content: "\f104";
}

.tp-rightarrow:after {
	content: "\f105";
}

.tp-bullets.tp-thumbs {
	z-index: 1000;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
	margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
	overflow: hidden;
	position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px; /* THE DIMENSION OF A SINGLE THUMB */
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tp-thumbs img {
	width: 100%;
}

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
	width: 100%;
	height: 5px;
	background-image:url(../img/slider/load-timer.png);
	position: absolute;
	z-index: 200;
	bottom: 0;
}

.tp-bannertimer.tp-bottom {
	bottom: 0px;
	height: 5px;
	top: auto;
}

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none
	}

	.responsive .tparrows {
		display: none;
	}
}

/******************************
	-	HTML5 VIDEO SETTINGS	-
********************************/

.vjs-tech {
	margin-top: 1px
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	line-height: 30px;
	vertical-align: top;
	padding: 0px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 40px;
	text-shadow: none !important;
	color: #fff;
	font-size: 18px;

}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {

	box-shadow: none;
	-webkit-box-shadow: none;

}

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-simpleresponsive a {
	text-decoration: none;
}

.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tp-simpleresponsive > ul > li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url(../assets/coloredbg.png) repeat;
}

.tp-loader {
	background: url(../assets/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 1000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tp-transparentimg {
	content: "url(../assets/transparent.png)"
}

.tp-3d {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50%;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	zoom: 1;
}

.boxedcontainer {
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	background: #21252b;
	z-index: 0;
}

.tp-banner {
	width: 100%;
	position: relative;
}

.tp-banner ul {
	margin: 0;
}

.tp-banner ul li {
	position: absolute;
	visibility: hidden;
	margin: 0;
}

.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-bullets {
	bottom: 25px !important;
}


/*=================================================
					Slider Style 
===================================================*/


.pi-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}
.pi-slider-wrapper:before,
.pi-slider-wrapper:after {
  content: " ";
  display: table;
}
.pi-slider-wrapper:after {
  clear: both;
}
.pi-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pi-slider.pi-slider-animate-opacity .pi-slide {
  opacity: 0;
}
.pi-slider.pi-slider-animate-opacity .pi-slide.pi-slide-active {
  opacity: 1;
  z-index: 3;
}
.pi-slider.pi-slider-animate-opacity .pi-slide.pi-slide-transparent {
  opacity: 0.2;
}
.pi-slider:before,
.pi-slider:after {
  content: " ";
  display: table;
}
.pi-slider:after {
  clear: both;
}
.pi-slide {
  position: relative;
  width: 100%;
  margin-right: -100%;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.pi-slider-hider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pi-slider-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 40px;
  height: 80px;
  margin-top: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pi-slider-arrow-left span,
.pi-slider-arrow-right span {
  display: block;
  width: 40px;
  height: 80px;
  font-family: FontAwesome;
  line-height: 80px;
  font-size: 22px;
  background: rgba(33, 37, 43, 0.4);
  color: rgba(250, 250, 250, 0.8);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pi-slider-arrow span:hover {
  background: rgba(33, 37, 43, 0.6);
  color: #fff;
}
.pi-slider-arrow-disabled span,
.pi-slider-arrow-disabled span:hover {
  opacity: 0.2;
  cursor: default;
}
.pi-slider-arrow-left {
  padding-right: 0px;
  left: -40px;
}
.pi-slider-arrow-left span:before {
  content: "\f104";
}
.pi-slider-arrow-right {
  padding-left: 0px;
  right: -40px;
}
.pi-slider-arrow-right span:before {
  content: "\f105";
}
.pi-slider-pagination {
  padding: 0;
  line-height: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -12px;
  z-index: 4;
}
.pi-slider-page {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  vertical-align: top;
  background: rgba(33, 37, 43, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pi-slider-pagination-inside .pi-slider-pagination {
  bottom: 39px;
}
.pi-slider-pagination-inside .pi-slider-page {
  background: rgba(21, 25, 32, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(250, 250, 250, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(250, 250, 250, 0.15);
}
.pi-slider-arrows-inside .pi-slider-arrow-left {
  left: 6px;
}
.pi-slider-arrows-inside .pi-slider-arrow-right {
  right: 6px;
}
.pi-slider-show-arrow-hover .pi-slider-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pi-slider-show-arrow-hover:hover .pi-slider-arrow,
.pi-slider-show-arrow-hover:hover .pi-slider-pagination {
  opacity: 1;
}
.pi-slider-show-arrow-hover:hover .pi-slider-arrow.pi-slider-arrow-disabled,
.pi-slider-show-arrow-hover:hover .pi-slider-pagination.pi-slider-arrow-disabled {
  opacity: 0.2;
}
.pi-slider-show-pagination-hover .pi-slider-pagination {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pi-slider-show-pagination-hover:hover .pi-slider-arrow,
.pi-slider-show-pagination-hover:hover .pi-slider-pagination {
  opacity: 1;
}
.pi-slider-show-pagination-hover:hover .pi-slider-arrow.pi-slider-arrow-disabled,
.pi-slider-show-pagination-hover:hover .pi-slider-pagination.pi-slider-arrow-disabled {
  opacity: 0.2;
}
.pi-slider-slide-arrows-hover:hover.pi-slider-arrows-inside .pi-slider-arrow-left {
  left: -40px;
}
.pi-slider-slide-arrows-hover:hover.pi-slider-arrows-inside .pi-slider-arrow-right {
  right: -40px;
}
.pi-slider-slide-pagination-hover:hover.pi-slider-pagination-inside .pi-slider-pagination {
  position: absolute;
  width: 100%;
  bottom: -15px;
}
.pi-slider-page-active {
  background: #609ddb;
}
.pi-slider-pagination-inside .pi-slider-page-active {
  background: #609ddb;
  -webkit-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
}


/*===================================== End Header =======================================*/








/*===================================== Start Page Style =======================================*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.customNavigation{
	text-align:center;
	}

.owl-controls {
	display:none !important;
	}

/*============== End OWL Carousel ==============*/

.img-full{
	width:100%;
	height: auto;
	}
	
/*.effects {
  padding-left: 15px;
}*/
.effects .img {
  position: relative;
  overflow: hidden;
}

.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(17, 153, 70, 0.7);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}


/*================== overly effect ====================*/

	
.page-body{
	min-height:300px;
	}

.programmes-sec .nav-pills{
	text-align:right;
	}

.programmes-sec .nav-pills li{
	display:inline-block;
	float:none;
	}

.programmes-sec .nav-pills li a{
	background-color:transparent;
	border-radius:1px;
	font-weight:600;
	border:#fff 1px solid;
	color:#fff;
}

.programmes-sec .nav-pills li a:hover,
.programmes-sec .nav-pills li.active a{
	background-color:#fff;
	border:#fff 1px solid;
	color:#119946;
}

.prog-col-inner{
	background-color:#fff;
	border:#0d7334 1px solid;
	padding:30px;
	text-align:center;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	}	

.prog-col-inner .fa{
	background-color:#119946;
	color:#fff;
	padding:20px;
	width:100px;
	height:100px;
	line-height:58px;
	font-size:48px;
	border-radius:50%;
	margin-bottom:20px;
	border:#119946 2px solid;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	}

.prog-col-inner:hover .fa{
	background-color:#fff;
	color:#119946;
	border:#119946 2px solid;
	}
		
.prog-col-inner h3{
	color:#119946;
	margin-bottom:10px;
	}

.prog-col-inner p{
	font-size:16px;
	margin-bottom:20px;
	}

.sec-title-black{
	text-transform:uppercase;
	text-align:center;
	margin-bottom:30px;
	}

.sec-title-white{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:30px;
	}

.proj-wrapper{
	padding:40px 0;
	}

.mgallery-wrapper{
	padding:40px 0;
	}

.thumbnail-cont-col{
	background-color:#fff;
	border: 1px solid #e5e5e5;
	}

.thumbnail-cont-col img{
	width:100%;
	}

.thumbnail-col-body{
	position: relative;
	padding:20px;
	}
	.h-270 {
		min-height: 270px;
	}
	.h-r {
		min-height: 190px;
	}
	.h-300 {
		min-height: 260px;
	}
	.position-btn {
		position: absolute;
		bottom: 20px;
		right: 0;
		left: 0;
		width: 117px;
		margin: 0 auto;
	}

.thumbnail-col-body h3{
	color:#119946;
	font-size:18px;
	margin-bottom:10px;
	}
	
.thumbnail-col-body p{
	font-size:16px;
	margin-bottom:20px;
	}
	
.publication-sec-wrapper{
	background:#ebf2ee;
	padding:40px 0;
	}

.publication-sec-wrapper img{
	width:100%;
	}

.overlay-inner {
    display: block;
	padding:15px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay-inner h3{
	color:#fff;
	font-size:16px;
	/*overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;*/
	}

.img-title-strip{
    background-color: rgba(17,153,70,0.80);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right:15px;

	}

.img-title-strip .fa{
	background-color:rgba(17,153,70,1.00);
	padding:12px 14px;
	font-size:18px;
	}

.img-title-strip span{
	font-size:14px;
	padding:10px 8px;
	}

#effect-1 .img:hover .img-title-strip{
	display:none;
	}




.media-video-wrapper{
	padding:40px 0;
	}
	
.media-video-wrapper img{
	width:100%;
	}

.news-wrapper{
	background-image:url(../img/news-sec-bg.jpg);
    background-size: cover;
    padding: 40px 0;
	}

.footer-inner{
	min-height:186px;
	background-image:url(../img/footer-bg-map.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:100% 50%;
	}

.footer-inner h3{
	color:#119946;
	}

.foot-social-cont{
	text-align:center;
	margin-bottom:20px;
	}

.foot-social-cont a{
	padding:10px;
	background-color:#119946;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	width:54px;
	height:54px;
	font-size:28px;
	line-height:36px;
	}

.foot-social-cont a:hover{
	background-color:#0d7334;
	}

.footer-sec-wrapper .form-group .form-control{
	border-radius:0;
	border:#999 1px solid;
	background-color:transparent;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	}

.footer-sec-wrapper .form-control:focus {
    border: #119946 1px solid;
	background-color:rgba(255,255,255,0.6);
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.copyright-sec{
	background-color:#119946;
	color:#FFFFFF;
	padding:20px 0;
	font-size:16px;
	}

.botton-nav-links{
	padding:0;
	margin:0;
	}

.botton-nav-links li{
	list-style:none;
	display:inline-block;
	margin-left:18px;
	}

.botton-nav-links li a{
	color:#fff;
	}

.botton-nav-links li a:hover{
	text-decoration:underline;
	}

.media-video {
	position: relative;
	display: block;
}
.media-vid-title {
    background-color:rgba(17,153,70,0.80);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 8px 16px;
/*    width: calc(100% - 30px);*/
}

.vid-play-btn{
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	font-size:36px;
	}

.vid-play-btn i{
	position: relative;
top: 50%;
right: 0;
left: 0;
margin-top: -25px;
display: block;
	}

.inner-page-head{
	background-image:url(../img/inner_page_bg.jpg);
	background-repeat:repeat-x;
	background-position:50% 50%;
	height:150px;
	}

.fa-exclamation-triangle{
	color:#ccc;
	font-size:100px;
	margin-bottom:20px;
	}

.coming-soon-cont h1{
	font-size:40px;
	color:#ccc;
	margin-bottom:30px;
	text-align:center;
	}

.coming-soon-cont h3{
	color:#606060;
	margin-bottom:10px;
	}

.wwm-link{
	color:#bfdbca;
	}

.wwm-link a{
	color:#bfdbca;
	}

.wwm-link a:hover{
	color:#fff;
	}

/*===================================== End Page Style =======================================*/



/*saeed-styel-start*/
/*economic-pillar-page-style*/

ul {
	padding-left: 0;
}
li {
	list-style-type: none;
}


/*bridcurm-style-start*/
.bridcurm {
	background: #41a756;
	padding: 20px 0;
}
.bridcurm-text{
	color:#e2e2e2;
}
.bridcurm li {
	margin-bottom: -10px;
	margin-right: 32px;
	font-size: 16px;
}
.bridcurm li:last-child {
	margin-right: 0;
}
.bridcurm li:last-child a:after {
	display: none;
}
.bridcurm a {
	position: relative;
	color: #e2e2e2;
}
.bridcurm a:hover {
	color: #fff;
}
.bridcurm a:focus {
	outline: 0;
}
.bridcurm li a:after {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	 font-family: FontAwesome;
	content: "\f105";
	right: -20px;
	top: 0;
	font-size: 16px;
	color: #e2e2e2;
}
.h-200 {
	min-height: 200px;
}
/*bridcurm-style-end*/

.green-text {
	color: #41a756;
}
.h-180 {
	min-height: 180px;
}
.position-btn-l {
	left: 20px;
	right: auto;
}
/*Datail-page-style*/
.col-op {
	opacity: 0.6;
	font-weight: 400;
}
.list-sec {
	padding-left: 20px;
}
.list-sec li {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
}
.list-sec li:after {
	content: '\f054';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff8b2f;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}
.list-before-non {
	margin-left: 20px;
}
.list-before-non:after {
	display: none;
}
.bg-border {
	padding: 20px 20px 10px;
	background: #f9faf9;
	border: 1px solid #e7e7e7;
}
.social-link {
	text-align: center;
}
.social-link li {
	display: inline-block;
	margin-left: 10px;
}
.social-link li a {
	display: inline-block;
}
.social-link li:first-child {
	margin-left: 0;
}
.social-link i {
	width: 41px;
	height: 41px;
	background: #139348;
	border-radius: 100%; 
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 21px;
}
.green-border {
	border-color: #139348;  
	border-radius: 0;
	min-height: 40px;
	font-style: italic;
}
.green-border:focus {
    border-color: #139348;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(19, 147, 72);
}
.detail-banner {
	background: url(../img/detail-banner.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 488px;
}
.tab-pane {
	position: relative;
}
.detail-tab > li > a,
.detail-tab > li.active > a{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.detail-tab > li:hover > a,
.detail-tab > li.active > a{
	color: #000;
}
.gallery-nav {
	position: absolute;
	top: -80px;
	right: 0;
}
.border-5 span {
	display: block;
	border: 5px solid #fff;
	overflow: hidden;
}
.border-5 a {
	display: block;
	overflow: hidden;
}
.border-5 img {
	border: 1px solid #a2a2a2;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.border-5 img:hover {
	transform: scale(1.25);
}
.white-border {
	border: 5px solid #fff;
	position: relative;
}

/*board-of-dir
======================*/
.green-hover:hover,
.green-hover:focus {
	background: #41a756;
}
.green-hover:hover .white-hover,
.green-hover:focus .white-hover {
	color: #fff;
}
.brd-none {
	border: none;
}
.text-black {
	color: #000;
}
.board-spac {
	margin: 0 -6px;
	display: block;
}
.board-spac p {
	padding: 0 6px;
}


/*contact
============================*/
.gray-bg {
	background: #f2f2f2;
}
.bor-radius {
	border-radius: 0;
	height: 42px;
}
.bor-radius:focus {
	border-color: #8dc799;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(141, 199, 153, 0.6)
}
.text-area {
	resize: none;
}
.form-group.error input,
.form-group.error textarea {
	border-color: red;
}

/*news*/
.news-user-list li {
	float: left;
	margin-right: 30px;
}
.news-user-list li:last-child {
	margin-right: 0;
}

.news-tags li:last-child {
	margin-right: 0;
	margin-top: 7px;
}
.news-user-list i:before {
	color: #41a756;
	font-size: 16px;
}
.news-tags li {
	float: left;
	margin-right: 0px;
}
.news-tags li.active {
	margin-right: 15px;
	/*margin-top: -6px;*/
	padding: 6px 10px 8px;
}
.news-tags li {
	display: block;
	margin: 0 5px;
	border-radius: 4px;
}
.news-tags li a {
	padding: 5px 10px;
	border-radius: 4px;
	background: #F2F2F2;
	color: #000;
	font-size: 16px;
	margin-left: 2px;
    display: inline-block;
    margin-top: 2px;
}
.news-tags li a:hover,
.news-tags li a:focus,
.news-tags li.active {
	background: #139348;
	color: #fff;
}
.float-l {
	float: left;
}
.new-tags-height {
	min-height: 350px;
}

.gray-border {
	border-color: rgba(0,0,0,0.1);  
	border-radius: 0;
	min-height: 40px;
	font-style: italic;
}
.gray-border:focus {
    border-color: rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 0 8px rgba(0,0,0,0.1);
}

.m-t-min-20 {
	margin-top: -20px;
}

/*pagination-style*/
.pagination {
	display: block;
	margin: 0;
}
#gallery1,
.pagination ul {
	padding-left: 0;
}
.pagination li {
	margin-right: 15px;
	display: inline-block;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li a {
	padding: 7px 15px;
    background: #fff;
    border: 1px solid #139348;
    color: #139348;
    font-weight: 700;
    display: block;
}
.pagination li a:hover,
.pagination li.on a {
	background: #139348;
	color: #fff !important;
	border-color: #139348;
}
.pagination li.prev a {
	border-radius: 20px 0 0 20px;
}
.pagination li.next a {
	border-radius: 0 20px 20px 0;
}
.pagination li span span {
	font-size: 15px;
	font-weight: 700;
	color: #7E7E7E;
	padding: 20px 10px; 
}

.pagination li.prev span {
	font-size: 0;
}
.pagination li.prev span span {
	background: url(../img/prev.jpg) no-repeat;
	vertical-align: 6px;
	padding: 17px 18px;
	border: 1px solid #139348;
}
.pagination li.prev a {
	background: url(../img/prev.jpg) no-repeat;
}

.pagination li.next span {
	font-size: 0;
}
.pagination li.next span span {
	background: url(../img/next.jpg) no-repeat;
	vertical-align: 6px;
	padding: 17px 18px;
	border: 1px solid #139348;
}
.pagination li.next a {
	background: url(../img/next.jpg) no-repeat;
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 0;
    padding: 7px 17px;
}

/*===================================== Start Footer =======================================*/
.html5-video-player a,
.html5-video-player a:hover,
.ytp-title-link.yt-uix-sessionlink {
	display: none !important;
}
/*.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(17,153,70,0.80);
  background-color: #139348;
  background-image: url(../img/top-back.png) no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}*/

.back-to-top {
	background: #fff;
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: #139348;
	font-size: 12px;
	display: none;
	font-size: 30px;
	padding: 0px 12px;
	border-radius: 50%;
	width: 45px;
	height: 45px; 
	border: 1px solid #139348;
	z-index: 1;
}
.back-to-top:focus {
	outline: 0;
}


/*===================================== End Footer =======================================*/


.full-width {width:100% !important; }
.m-0-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-tb-0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.m-l-0 { margin-left: 0px !important; }
.m-r-0 { margin-right: 0px !important; }
.m-lr-0 { margin-left: 0px !important; margin-right: 0px !important; }
.m-1 { margin:1 px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-tb-1 { margin-top: 1px !important; margin-bottom: 1px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-lr-1 { margin-left: 1px !important; margin-right: 1px !important; }
.m-2 { margin: 2px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-tb-2 { margin-top: 2px !important; margin-bottom: 2px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-lr-2 { margin-left: 2px !important; margin-right: 2px !important; }
.m-3 { margin: 3px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-tb-3 { margin-top: 3px !important; margin-bottom: 3px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-lr-3 { margin-left: 3px !important; margin-right: 3px !important; }
.m-4 { margin: 4px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-tb-4 { margin-top: 4px !important; margin-bottom: 4px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-lr-4 { margin-left: 4px !important; margin-right: 4px !important; }
.m-5 { margin: 5px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-tb-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-lr-5 { margin-left: 5px !important; margin-right: 5px !important; }
.m-6 { margin: 6px !important; }
.m-t-6 { margin-top: 6px !important; }
.m-b-6 { margin-bottom: 6px !important; }
.m-tb-6 { margin-top: 6px !important; margin-bottom: 6px !important; }
.m-l-6 { margin-left: 6px !important; }
.m-r-6 { margin-right: 6px !important; }
.m-lr-6 { margin-left: 6px !important; margin-right: 6px !important; }
.m-7 { margin: 7px !important; }
.m-t-7 { margin-top: 7px !important; }
.m-b-7 { margin-bottom: 7px !important; }
.m-tb-7 { margin-top: 7px !important; margin-bottom: 7px !important; }
.m-l-7 { margin-left: 7px !important; }
.m-r-7 { margin-right: 7px !important; }
.m-lr-7 { margin-left: 7px !important; margin-right: 7px !important; }
.m-8 { margin: 8px !important; }
.m-t-8 { margin-top: 8px !important; }
.m-b-8 { margin-bottom: 8px !important; }
.m-tb-8 { margin-top: 8px !important; margin-bottom: 8px !important; }
.m-l-8 { margin-left: 8px !important; }
.m-r-8 { margin-right: 8px !important; }
.m-lr-8 { margin-left: 8px !important; margin-right: 8px !important; }
.m-9 { margin: 9px !important; }
.m-t-9 { margin-top: 9px !important; }
.m-b-9 { margin-bottom: 9px !important; }
.m-tb-9 { margin-top: 9px !important; margin-bottom: 9px !important; }
.m-l-9 { margin-left: 9px !important; }
.m-r-9 { margin-right: 9px !important; }
.m-lr-9 { margin-left: 9px !important; margin-right: 9px !important; }
.m-10 { margin: 10px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-tb-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-lr-10 { margin-left: 10px !important; margin-right: 10px !important; }
.m-15 { margin: 15px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-tb-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-lr-15 { margin-left: 15px !important; margin-right: 15px !important; }
.m-20 { margin: 20px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-tb-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-lr-20 { margin-left: 20px !important; margin-right: 20px !important; }
.m-25 { margin: 25px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-tb-25 { margin-top: 25px !important; margin-bottom: 25px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-lr-25 { margin-left: 25px !important; margin-right: 25px !important; }
.m-30 { margin: 30px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-tb-30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-lr-30 { margin-left: 30px !important; margin-right: 30px !important; }
.m-35 { margin: 35px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-tb-35 { margin-top: 35px !important; margin-bottom: 35px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-lr-35 { margin-left: 35px !important; margin-right: 35px !important; }
.m-40 { margin: 40px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-tb-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-lr-40 { margin-left: 40px !important; margin-right: 40px !important; }
.m-45 { margin: 45px !important; }
.m-t-45 { margin-top: 45px !important; }
.m-b-45 { margin-bottom: 45px !important; }
.m-tb-45 { margin-top: 45px !important; margin-bottom: 45px !important; }
.m-l-45 { margin-left: 45px !important; }
.m-r-45 { margin-right: 45px !important; }
.m-lr-45 { margin-left: 45px !important; margin-right: 45px !important; }
.m-50 { margin: 50px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-tb-50 { margin-top: 50px !important; margin-bottom: 50px !important; }
.m-l-50 { margin-left: 50px !important; }
.m-r-50 { margin-right: 50px !important; }
.m-lr-50 { margin-left: 50px !important; margin-right: 50px !important; }
.p-0 { padding: 0px !important ; }
.p-t-0 { padding-top: 0px !important; }
.p-b-0 { padding-bottom: 0px !important; }
.p-tb-0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.p-l-0 { padding-left: 0px !important; }
.p-r-0 { padding-right: 0px !important; }
.p-lr-0 { padding-left: 0px !important; padding-right: 0px !important; }
.p-1 { padding: 1px !important ; }
.p-t-1 { padding-top: 1px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-tb-1 { padding-top: 1px !important; padding-bottom: 1px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-lr-1 { padding-left: 1px !important; padding-right: 1px !important; }
.p-2 { padding: 2px !important ; }
.p-t-2 { padding-top: 2px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-tb-2 { padding-top: 2px !important; padding-bottom: 2px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-lr-2 { padding-left: 2px !important; padding-right: 2px !important; }
.p-3 { padding: 3px !important ; }
.p-t-3 { padding-top: 3px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-tb-3 { padding-top: 3px !important; padding-bottom: 3px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-lr-3 { padding-left: 3px !important; padding-right: 3px !important; }
.p-4 { padding: 4px !important ; }
.p-t-4 { padding-top: 4px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-tb-4 { padding-top: 4px !important; padding-bottom: 4px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-lr-4 { padding-left: 4px !important; padding-right: 4px !important; }
.p-5 { padding: 5px !important ; }
.p-t-5 { padding-top: 5px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-tb-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-lr-5 { padding-left: 5px !important; padding-right: 5px !important; }
.p-6 { padding: 6px !important ; }
.p-t-6 { padding-top: 6px !important; }
.p-b-6 { padding-bottom: 6px !important; }
.p-tb-6 { padding-top: 6px !important; padding-bottom: 6px !important; }
.p-l-6 { padding-left: 6px !important; }
.p-r-6 { padding-right: 6px !important; }
.p-lr-6 { padding-left: 6px !important; padding-right: 6px !important; }
.p-7 { padding: 7px !important ; }
.p-t-7 { padding-top: 7px !important; }
.p-b-7 { padding-bottom: 7px !important; }
.p-tb-7 { padding-top: 7px !important; padding-bottom: 7px !important; }
.p-l-7 { padding-left: 7px !important; }
.p-r-7 { padding-right: 7px !important; }
.p-lr-7 { padding-left: 7px !important; padding-right: 7px !important; }
.p-8 { padding: 8px !important ; }
.p-t-8 { padding-top: 8px !important; }
.p-b-8 { padding-bottom: 8px !important; }
.p-tb-8 { padding-top: 8px !important; padding-bottom: 8px !important; }
.p-l-8 { padding-left: 8px !important; }
.p-r-8 { padding-right: 8px !important; }
.p-lr-8 { padding-left: 8px !important; padding-right: 8px !important; }
.p-9 { padding: 9px !important ; }
.p-t-9 { padding-top: 9px !important; }
.p-b-9 { padding-bottom: 9px !important; }
.p-tb-9 { padding-top: 9px !important; padding-bottom: 9px !important; }
.p-l-9 { padding-left: 9px !important; }
.p-r-9 { padding-right: 9px !important; }
.p-lr-9 { padding-left: 9px !important; padding-right: 9px !important; }
.p-10 { padding: 10px !important ; }
.p-t-10 { padding-top: 10px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-tb-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-lr-10 { padding-left: 10px !important; padding-right: 10px !important; }
.p-15 { padding: 15px !important ; }
.p-t-15 { padding-top: 15px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-tb-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-lr-15 { padding-left: 15px !important; padding-right: 15px !important; }
.p-20 { padding: 20px !important ; }
.p-t-20 { padding-top: 20px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-tb-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-lr-20 { padding-left: 20px !important; padding-right: 20px !important; }
.p-25 { padding: 25px !important ; }
.p-t-25 { padding-top: 25px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-tb-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-lr-25 { padding-left: 25px !important; padding-right: 25px !important; }
.p-30 { padding: 30px !important ; }
.p-t-30 { padding-top: 30px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-tb-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-lr-30 { padding-left: 30px !important; padding-right: 30px !important; }
.p-35 { padding: 35px !important ; }
.p-t-35 { padding-top: 35px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-tb-35 { padding-top: 35px !important; padding-bottom: 35px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-lr-35 { padding-left: 35px !important; padding-right: 35px !important; }
.p-40 { padding: 40px !important ; }
.p-t-40 { padding-top: 40px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-tb-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-lr-40 { padding-left: 40px !important; padding-right: 40px !important; }
.p-45 { padding: 45px !important ; }
.p-t-45 { padding-top: 45px !important; }
.p-b-45 { padding-bottom: 45px !important; }
.p-tb-45 { padding-top: 45px !important; padding-bottom: 45px !important; }
.p-l-45 { padding-left: 45px !important; }
.p-r-45 { padding-right: 45px !important; }
.p-lr-45 { padding-left: 45px !important; padding-right: 45px !important; }
.p-50 { padding: 50px !important ; }
.p-t-50 { padding-top: 50px !important; }
.p-b-50 { padding-bottom: 50px !important; }
.p-tb-50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.p-l-50 { padding-left: 50px !important; }
.p-r-50 { padding-right: 50px !important; }
.p-lr-50 { padding-left: 50px !important; padding-right: 50px !important; }
.bdr-1 { border: 1px solid rgba(0,0,0,0.1) !important; }
.bdr-l-1 { border-left: 1px solid rgba(0,0,0,0.1) !important; }
.bdr-r-1 { border-right: 1px solid rgba(0,0,0,0.1) !important; }
.bdr-lr-1 { border-left: 1px solid rgba(0,0,0,0.1) !important; border-right: 1px solid rgba(0,0,0,0.1) !important; }
.bdr-t-1 { border-top: 1px solid rgba(0,0,0,0.1) !important; }
.bdr-b-1 { border-bottom: 1px solid rgba(0,0,0,0.1) !important; }
.bdr-tb-1 { border-top: 1px solid rgba(0,0,0,0.1) !important; border-bottom: 1px solid rgba(0,0,0,0.1) !important; }
.bdr-0 { border: none !important; }
.bdr-l-0 { border-left: none !important; }
.bdr-r-0 { border-right: none !important; }
.bdr-lr-0 { border-left: none !important; border-right: none !important; }
.bdr-t-0 { border-top: none !important; }
.bdr-b-0 { border-bottom: none !important; }
.bdr-tb-0 { border-top: none !important; border-bottom: none !important; }
.f-s-6 { font-size: 6px !important; }
.f-s-7 { font-size: 7px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }
.f-s-21 { font-size: 21px !important; }
.f-s-22 { font-size: 22px !important; }
.f-s-23 { font-size: 23px !important; }
.f-s-24 { font-size: 24px !important; }
.f-s-25 { font-size: 25px !important; }
.f-s-26 { font-size: 26px !important; }
.f-s-27 { font-size: 27px !important; }
.f-s-28 { font-size: 28px !important; }
.f-s-29 { font-size: 29px !important; }
.f-s-30 { font-size: 30px !important; }
.f-s-31 { font-size: 31px !important; }
.f-s-32 { font-size: 32px !important; }
.f-s-33 { font-size: 33px !important; }
.f-s-34 { font-size: 34px !important; }
.f-s-35 { font-size: 35px !important; }
.f-s-36 { font-size: 36px !important; }
.f-s-37 { font-size: 37px !important; }
.f-s-38 { font-size: 38px !important; }
.f-s-39 { font-size: 39px !important; }
.f-s-40 { font-size: 40px !important; }
.f-s-41 { font-size: 41px !important; }
.f-s-42 { font-size: 42px !important; }
.f-w-100 { font-weight: 100 !important; }
.f-w-200 { font-weight: 200 !important; }
.f-w-300 { font-weight: 300 !important; }
.f-w-400 { font-weight: 400 !important; }
.f-w-500 { font-weight: 500 !important; }
.f-w-600 { font-weight: 600 !important; }
.f-w-700 { font-weight: 700 !important; }
.f-w-800 { font-weight: 800 !important; }
.ofl-auto { overflow: auto !important; }
.ofl-hidden { overflow: hidden !important; }
.ofl-visible { overflow: visible !important; }
.ofl-scroll { overflow: scroll !important; }
.ofl-x-hidden { overflow-x: hidden !important; }
.ofl-x-visible { overflow-x: visible !important; }
.ofl-x-scroll { overflow-x: scroll !important; }
.ofl-y-hidden { overflow-y: hidden !important; }
.ofl-y-visible { overflow-y: visible !important; }
.ofl-y-scroll { overflow-y: scroll !important; }
.rt-dsply { display: none; }
.dsply-none { display: none !important; }
.dsply-block { display: block !important; }
.dsply-inl-block { display: inline-block !important; }
.dsply-tbl-cell { display: table-cell !important; }


/*saeed-style-here*/
.careers-wrap {
	margin: 60px 0 180px;
}
.white-text{
	color:#fff;
}


#html5-watermark {
		display: none !important;
}

.banner {
 background: url(../img/banner.jpg) no-repeat;
 -webkit-background-size: cover;
 background-size: cover;
 height: 180px;
}



.f-icons-section-wrapper {
	background: #414143;
	color: #fff;
	text-align: center;
	padding: 35px 0 5px;
	border-top: 1px solid #d9d9d9;
}
.f-icons-section-wrapper h4 span {
	font-size: 36px;
	display: block;
	margin: 20px 0 10px;
}
/*.achievements {
    border: 2px solid #f69b37;
    border-radius: 100%;
    padding: 20px;
}*/



/*-----------------------------------------------------------------------Banner------------------------------------------------------*/

figcaption {
  text-align: center;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  font-size: 20px;
  padding: 20px 0px 10px;
}

/*-----------------------------------------------------------------------Marquee------------------------------------------------------*/
.marquee{
  background-color: #26994b;
}
marquee{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.marquee h2{
  margin: 0px;
  color: #fff;
  font-weight: 600;
}
.marquee .row{
  padding: 15px 0px 10px;
}
figcaption p{
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
}
.marquee a{
  color: #fff!important;
}
/*-----------------------------------------------------------------------Programms------------------------------------------------------*/
.programmes-sec{
    background-image: url("../images/programms-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 80px 0px;
    
}
.programmes-sec .container{
	position: relative;
}
.programmes-sec .tab-pane{
	position: initial;
}
#accomplished .customNavigation1{
    position: absolute;
    top: -74px;
    right: 0;
}
.economic-pillar li{
	list-style-type: disc;
}
#ongoing .customNavigation1{
    position: absolute;
    top: -44px;
    right: 15px;
}
.customNavigation{
    top: 0;
    right: 0;
}
.programmes-sec p{
  margin-top: 30px;
  line-height: 25px;
  margin-bottom: 20px;
}
.programmes-sec h2{
	text-align: left;
	border-bottom:1px solid #fff;
	    padding-bottom: 5px;
    margin: 10px 0px 0px;
}
.btn-angle-white:hover{
	border:1px solid #fff;
	color: #26994b;
	background-color: #fff;
}
.m-lg-lr {
    margin-left: 0px !important;
    margin-right: 5px !important;
}
article{
  background-color: #fff;
}
.figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 5px #ddd;
  height: 100%;
}
.figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
}
.figure img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.figure:hover .figcaption {
  transition-timing-function: ease-in-out;
  transition: 0.5s;
  background: rgba(38, 253, 71, 0.3);

}
.figcaption:hover div {
  opacity: 1;
  top: 0;
}
.figcaption:hover div:after {
  width: 50%;
}
.figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  color: rgba(38, 253, 71, 0.3);
}
.article-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .35);
  margin: 10px 1px;
}
.figure img{
  width: 100%;
}
.text-right{
  text-align: right;
}
.p-r-0{
  padding-right: 0px;
}
.article-box a:hover{
  text-decoration: none;
}
.article-box h3{
  color: #000;
  text-align: center;
  font-weight: 600;
  margin: 0px;
  padding: 18px 0px;
  font-size: 16px;
}
.article-box h3:hover{
  color:#26994b;1
}

/*-----------------------------------------------------------------------Projects------------------------------------------------------*/

.projects-sec{
  padding: 80px 0px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}
.projects-sec h2{
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #26994b;
  padding-bottom: 5px;
  margin: 10px 0px 0px;
  text-align: left;
}
.projects-sec .container{
	position: relative;
}
.projects-sec .tab-pane{
	position: initial;
}
.projects-sec .nav-pills {
    text-align: center;
    margin-left: 33px;
}

.projects-sec .nav-pills li{
	display:inline-block;
	float:none;
	}
.projects-sec .nav-pills li a {
    background-color: transparent;
    border-radius: 1px;
    font-weight: 600;
    border: #26994b 1px solid;
    color: #26994b;
}
.projects-sec .nav-pills>li.active>a, .projects-sec .nav-pills>li.active>a:focus, .projects-sec .nav-pills>li.active>a:hover {
    background-color: #26994b;
    color: #fff;
}
.projects-sec .tab-content{
	margin-top: 30px;
}
.proj-btn{
	border: 1px solid #26994b!important;
    color: #26994b!important;
}
.proj-btn:hover{
	border: 1px solid #26994b!important;
    color: #fff!important;
    background-color: #26994b;
}
/*-----------------------------------------------------------------------MEDIA VIDEO GALLERY------------------------------------------------------*/
.btn-white-gallery{
	    color: #fff;
    font-size: 36px;
}
.video-sec-wrapper .overlay-inner h3{
	margin: 0px;
}
.video-sec-wrapper h2{
	text-align: left;
}
.video-sec-wrapper .overlay-inner a:hover{
	color: #0d7334;
    outline: none;
}
.video-sec-wrapper .overlay-inner a{
	margin-top: 20px;
}
/*-----------------------------------------------------------------------Recent News------------------------------------------------------*/
.recent-news{
  padding: 60px 0px 50px;
}
.recent-news h2{
  font-weight: 600;
  border-bottom: 1px solid #26994b;
  padding-bottom: 10px;
  color: #000;
}
.recent-news #news-margin{
  margin-top: 40px;
}
.recent-news .figure h5{
  position: absolute;
  bottom: 0px;
  color: #fff;
  text-align: left;
  font-weight:500;
  padding: 10px 10px;
  background: linear-gradient(to bottom,#00000000 0%,#000000 100%);
  line-height: 22px;
  margin-bottom: 0px;
  width: 100%;
  font-size: 16px;
}
.recent-news .figure img{
  position: relative;
  width: 100%;
}
/*----------------------------------------------------------------------- GALLERY------------------------------------------------------*/
.mgallery-wrapper h2{
	text-align: left;
}
.video-sec-wrapper{
	padding: 40px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
	

/*----------------------------------------------------------------------COUNTER------------------------------------------------------*/

/*.f-icons-section-wrapper {
    background: #414143;
    color: #fff;
    text-align: center;
    padding: 35px 0 5px;
    border-top: 1px solid #d9d9d9;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.f-s-18 {
    font-size: 18px !important;
}
.f-icons-section-wrapper h4 span {
    font-size: 36px;
    display: block;
    margin: 20px 0 10px;
}
.f-s-40 {
    font-size: 40px !important;
}*/
/*----------------------------------------------------------------------FOOTER------------------------------------------------------*/
.footer{
  padding:70px 50px;
  background-color:#ffffff;
}
.footer h3{
  font-weight: 600;
  color: #26994b;
}
.footer ul{
  list-style: none;
  padding: 0px;
  line-height: 35px;
}
.footer ul li a{
  color: #000000;
    font-size: 16px;
  font-weight: 400;
}
.footer ul li a:hover{
  text-decoration: none;
  color: #26994b;
}

.circle-icon {
    background: #0f9946;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    padding: 12px;
    color: #fff;
    border: 1px solid #0f9946;
}
.circle-icon:hover {
    background: #fff;
    color: #0f9946;
}

.footer a {
  text-decoration: none;
}
.footer a h6:hover{
  color: #26994b;
}
.help-desk{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}


.jamapunji a img{
	width: 170px;
}