/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2016-02-18
Author: Hindsite Inc
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font-family:'Droid Sans';
	font-size:16px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
button:focus,
a:focus{
	outline: none;
	border:none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
	max-width: 100%;
}

.font-18{
	font-size:18px;
}
.container-fluid{
    padding: 0;
}
.row{
    margin: 0;
}
.carousel-indicators {
    bottom: 0;
}
/*---------------------------------------header------------------------------------------------*/
header{
    height: 98px;
    border-bottom: 8px solid #02561B;
	font-family:'Droid Serif';
	padding:12px;
}
.logo img{
	max-width:100%;
}
header .menu{
	margin-top: 30px;
	padding-right: 0;
}
.col-lg-8.onePageBtn {
    text-align: right;
    padding-right: 26px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.onePageBtn a {
    color: #006420;
    border: 1px solid #006420;
    font-family: 'Droid Sans';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    background-image: url(/wp-content/themes/Greenberg/images/narrow-right-news.png);
    background-repeat: no-repeat;
    background-position: 92%;
    padding-right: 31px;
    text-transform: uppercase;
}

.menu nav ul li {
	display: inline-block;
    position:relative;
	padding: 10px;
    text-decoration: none;
}
.menu nav ul li a{
	text-decoration: none;
    color: #212121;
    font-size: 15px;
}
.menu nav ul li a:hover{
	cursor:pointer;
    color: #005717;
	background-color:transparent;
}
.menu nav ul li ul{
    display:none;
	position:absolute;
	background-image:url('images/narrow-menu-g.png');
	background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 14px;
	left: 0;
	z-index:1;
	width:165px;
	border:1px solid white;
}
.menu nav ul li:first-child ul{
	left: -24px;
}
.menu nav ul li:nth-child(2) ul{
	left: -16px;
}
.menu nav ul li ul li{
    display:block;
	background-color:#02561B;
	text-align:center;
	padding: 15px;
    border-bottom: 1px solid #fff;
}
.menu nav ul li ul li:last-child {
    border-bottom:none;
}
.menu nav ul li ul li a{
	color: #ededed;
}
.menu nav ul li ul li a:hover{
	background-color:transparent;
	color: #ccc;
}
.menu nav ul li:hover ul.sub-menu{
    display:block;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    color: #005717;
	background-color:transparent;
}
.dropdown-menu{
	top: 128%;
    left: -10px;
}
.open > .dropdown-menu {
    background-color: #242424;
    color: #ccc;
	min-width: 100%;
	text-align:center;
}
.open > .dropdown-menu img{
	position: absolute;
    top: -13px;
    right: 43%;
}
.under{
	display:none;
}
.under> a > p{
	margin-left: 25px;
    font-size: 20px;
}
/*--------------------------------------CONTENT------------------------------------*/
.head-img {
    background-image: url('images/head-img.png');
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 31%;
    text-align: left;
}
.services-head-img {
    background-image: url('/wp-content/uploads/2017/11/services-head-img.jpg');
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 31%;
    text-align: left;
}
.head-img.about{
	background-position: 0;
}
.head-title{
	color: #ededed;
    font-size: 68px;
    font-weight: bold;
    margin-top: 14%;
	position:absolute;
}
.caption-bg{
	background-color: rgba(255,255,255,0.8);
}
.head-caption{
	font-size: 18px;
    color: #202020;
	padding: 20px;
	min-height:92px;
	position:relative;
}
.head-caption p{
	line-height:26px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#homeslider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 32%;
}
#homeslider img{
	width:100%;
}
#homeslider .item{
	height: 420px;
    background-position: 0;
    background-size: cover;
}
#homeslider .caption{
	position: absolute;
    top: 0;
    width: 100%;
	margin-top: 20%;
}
.sub-caption{
	background-color:#02561B;
	text-align: center;
	color:#fff;
	font-size:18px;
	padding: 30px;
}
.sub-caption h1{
	font-size:32px;
	font-family:'Droid Serif';
	margin-bottom:10px;
}
.sub-caption a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding-right: 14px;
	background-image: url('images/narrow-right-white.png');
    background-repeat: no-repeat;
    background-position: 100%;
}
.sub-caption a:hover {
	background-image: url('images/narrow-right-news-hover.png');
	color:#002C0D;
	transition:all 0.4s;
}
.sub-caption .home-sub a:hover {
	background-image: url('images/narrow-right-white.png');
	color:#fff;
}

.info-block{
	text-align: center;
    font-size: 16px;
    color: #f2f2f2;
	border-top: 3px solid #fff;
}
.info-block .left{
	background-color: #eee;
	color:#222;
	padding-top: 50px;
	border-right: 5px solid #fff;
	padding-left: 0;
    padding-right: 0;
}
.info-block .left > img.LF{
	position: absolute;
    z-index: 1;
    top: 40%;
    right: -33px;
}
.info-block .right{
	background-color: #eee;
	padding-top: 50px;
	padding-left: 0;
    padding-right: 0;
	color:#222;
}
.info-block h1{
	font-size: 42px;
    font-family: 'Droid Serif';
}
.info-block span{
	font-size: 17px;
	display: block;
    margin-top: 12px;
    margin-bottom: 56px;
}
.info-block img.RG{
	position: absolute;
	top: -35px;
}
.info-block h2 {
    font-family: 'Droid Serif';
    font-size: 20px;
	font-weight:bold;
    color: #01551A;
    margin-bottom: 14px;
}
.info-block p {
    font-family: 'Droid Sans';
    font-size: 17px;
    line-height: 30px;
    color: #444;
	text-align:left;
}
.sub-caption p{
	font-size: 22px;
    font-family: 'Droid Serif';
}
.info-block.aboutus .left,
.info-block.aboutus .right{
	padding: 0 50px;
    padding-top: 50px;
    min-height: 230px;
}
.info-block .learn-more{
	padding: 40px;
	margin-bottom: 40px;
}
.info-block .learn-more a{
    color: #006420;
    border: 1px solid #006420;
    font-family: 'Droid Sans';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;

}
.info-block .learn-more a:hover{
    color:#444;
	border: 1px solid #444;
	text-decoration:none;
}


/*Download our one page */
		.m-downloadPager.learn-more {
		display: none;
	}	
.m-downloadPager.learn-more {
    float: right;
	    padding-right: 10px;
}
@media all and (max-width: 991px) {
	.m-downloadPager.learn-more {
    margin-top: 17px;
    margin-right: 0px;
}
}
.m-downloadPager.learn-more a {
    color: #006420;
    border: 1px solid #006420;
    font-family: 'Droid Sans';
    font-weight: bold;
    font-size: 14px;
    padding: 9px 14px;
    background-image: url(/wp-content/themes/Greenberg/images/narrow-right-news.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding-right: 28px;
    display: block;
}
.m-downloadPager.learn-more a:hover {
    color:#444;
	border: 1px solid #444;
	text-decoration:none;
}
/*bootstrap override*/
.menu-responsive.col-lg-8.col-md-9.col-sm-2.col-xs-2.hidden-lg.hidden-md {
    float: right;
}

@media all and (max-width: 600px) {
		.m-downloadPager.learn-more {
		display: none;
	}	
}

.onePageWrapped .m-downloadPager.learn-more {
    display: block;
}
.onePageWrapped header .menu {
    margin-top: 10px;
    padding-right: 0;
}

.info-block .learn-more span{
	font-size: 13px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 0;
}
.options{
	font-size:16px;
}
.left .options > div,
.right .options > div{
	border-right:1px solid #444;
	color:#444;
}
.left .options > div > a,
.right .options > div > a{
	color:#444;
	display:block;
	height: 120px;
}
.left .options > div > a:hover,
.right .options > div > a:hover{
	text-decoration:none;
}
.options > div{
	line-height: 22px;
	height: 120px;
    padding-top: 30px;
}
.options > div:last-child{
	border:none;
}
.option-hover{
	display:none;
	color:#fff;
	font-size:14px;
}
.option-hover span{
	color:#fff;
	font-weight: bold;
	font-family:'Droid Sans';
	text-decoration:none;
	font-size:14px;
}

.option-hover span .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sector_box a:hover{
	cursor:pointer;
}
.option-hover span{
	display:inline-block;
	margin: 0;
}
.option-hover hr{
	border-top: 1px dashed #cccccc;
	margin: 9px;
}
.options > div:hover {
	color:#fff;
	padding-top:4px;
    background-color: rgba(2, 86, 27, 0.9);
	transition:all 0.4s;
	padding: 10px 14px;
}
.options > div:hover a{
	color:#fff;
}
.options > div:hover .option-hover{
	display:block;
	transition:all 0.4s;
}
.slider-block{
	text-align: center;
    padding-top: 44px;
}
.slider-block h1{
	color: #02561B;
    font-size: 42px;
    font-family: 'Droid Serif';
	margin-bottom:10px;
}
.slider-block p{
	color: #000;
	line-height: 30px;
	font-size:20px;
}
.slider-block a{
	color: #002C0D;
    font-weight: bold;
    display: block;
}
.slider-block a:focus{
	border:none;
}
.slider-top p{
	color:#242424;
	font-size:16px;
}
.slider-top a{
	color: #242424;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 108px;
    margin: 0px 10px;
    text-align: left;
    background-image: url('images/narrow-right-news-hover.png');
    background-repeat: no-repeat;
    background-position: 97%;
}
.slider-top a:hover{
	text-decoration:none;
	background-image: url('images/narrow-right-news-hover.png');
}
#carousel123{
	margin-bottom:70px;
}
.slider-block .carousel-control{
	color:#aaa;
	background:none;
}
.carousel-control:hover{
	color:#076324;
}
.container.about{
	padding:44px 0;
}
.container.news{
	padding-top:44px;
	padding-bottom:4px;
}
#sector-boxes{
	margin:70px 0;
}
#sector-kadib{
	min-height:400px;
}
.news h1,
.about h1{
	font-size:42px;
	color:#005419;
	font-family:'Droid Serif';
}
.news p,
.about p{
	font-size:20px;
	color:#000;
	font-family:'Droid Sans';
	line-height: 30px;
    margin: 20px 0;
}
.about a{
	font-size:18px;
	color:#555;
	font-family:'Droid Serif';
}
.about-menu {
    text-align: center;
    border-right: 1px solid #aaa;
    vertical-align: middle;
    margin: 20px 0;
}
.about-menu a:hover{
	color:#005717;
	text-decoration:none;
}
.about-menu:last-child {
    border-right: none;
}
.about-hero {
    background-image: url('images/about-hero.png');
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}
.about-hero p {
	text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #222;
}
.about-hero p:first-child{
	margin-bottom: 26px;
}
.slider-block.transactions,
.slider-block.insight,
.slider-block.contact {
    text-align: left;
}
.slider-block.insight a{
	margin:11px 0;
	font-weight:normal;
	text-decoration:underline;
}
.slider-block.insight p {
    color: #242424;
    line-height: 24px;
    font-size: 16px;
}
.sidebar{
	margin-top:58px;
}
.slider-block.insight .sidebar a{
	text-decoration:none;
	cursor: pointer;
}

.sidebar li
{
	cursor:auto;
}

.sidebar >ul>li,
.slider-block.insight .sidebar >ul>li>span>a{
	margin: 25px 0;
    list-style: none;
    color: #242424;
    font-size: 16px;
	font-weight:bold;
    font-family: 'Droid Sans';
}
.sidebar >ul>li>span,
.slider-block.insight .sidebar >ul>li>span>a{
    cursor:pointer;
}
.slider-block.insight .sidebar >ul>li.khdar>span>a{
	color: #005717;
}
.sidebar >ul>li{
    background-image: url(images/fleche-right.png);
	background-repeat: no-repeat;
    padding-left: 14px;
}
.sidebar >ul>li.khdar{
	background-image: url(images/fleche-down.png);
    background-position: 0 38%;
	color:#005717;
}
.sidebar >ul.accordion>li.khdar{
    background-position: 0px 4px;
}
.sidebar >ul>li.khdar>a{
	color:#005717;
}
.slider-block.insight .sidebar >ul>li>a{
	font-weight:bold;
	text-decoration:none;
}
.sidebar >ul>li>ul{
	margin-left: 32px;
	margin-bottom: 0px;
}
.sidebar >ul>li>ul>li>ul{
	margin-left:30px;
	list-style:none;
}
.sidebar >ul>li>ul>li{
	margin:10px 0;
	font-weight:bold;
	list-style-type:none;
}
.sector_box{
	background-size:cover;
	padding:0;
}
.sector_box img{
	width:100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sector_box .green-absolute{
	color: #fff;
	font-size: 20px;
	font-family: 'Droid Serif';
	padding: 34px;
	background-color: #222;
	position: absolute;
	top: 24%;
	width: 100%;
	text-align: center;
	height: 90px;
	overflow: hidden;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.sector_box:hover img{
	opacity:0;
	transition:all 0.4s;
}

.sector_box:hover .green-absolute{
    background-color:rgba(2, 86, 27, 0.9);
    height: auto;
    padding: 35px 25px 35px 25px;
    transition:all 0.4s;
    top: 16%;
}

.sector_box:hover .option-hover{
	display:block;
	margin-top: 20px;
}

.sector_box img{
    visibility: hidden;
}

h2.tombstone-title {
padding: 12px 0 12px 33px; 
font-size: 32px;

}
/* ===== ===== ===== 

===== NEW SERVICE PAGE STYLES

===== ===== ===== ===== */

/*font stuff*/
.slider-block li {
    margin: 15px 0px 15px 25px;
	line-height: 27px;
}
.slider-block .ourServices a {
    margin: 15px 0;
    color: #02561b;
}
.slider-block.sector.services-VFS h2 {
    font-size: 30px;
    color: #02561B;
    font-family: 'Droid Serif';
    margin-bottom: 15px;
    margin-top: 25px;
    display: block;
    float: left;
    width: 100%;
}
ul.twoCol {
    column-count: 2;
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
}
@media only screen and (max-width: 560px) {ul.twoCol {column-count: 1;}}
ul.twoCol li {
    margin-top: 0;
    font-size: 20px;
    font-family: 'Droid Sans';
    color: #000;
}
/*phone number over ride on the specific column*/
.slider-block.sector.services-VFS .col-lg-12 p a {
    display: inline;
}
.col-lg-3.serviceCTA {
    text-align: center;
}
.col-lg-12.serviceCTA {
    text-align: center;
    margin: 30px 0;
    /* border-top: 1px solid #e4e4e4; */
    /* border-bottom: 1px solid #e4e4e4; */
    padding-top: 15px;
    background-color: #f9f9f9;
}
/*sell side and buy side blocks on new service page*/
.row.bs-ss-serviceBlocks {
    text-align: center;
    margin: 30px 0 45px 0;
}
.bs-ss-serviceBlocks .ss-serviceBlock {
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: 0% 50%;
    padding: 0px;
    width: 49%;
    margin-right: 1%;
    min-height: 170px;
}
.bs-ss-serviceBlocks .bs-serviceBlock {
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: 0% 50%;
    padding: 0px;
    width: 49%;
    margin-right: 1%;
    min-height: 170px;
}
.bs-ss-serviceBlocks .ss-serviceBlock img, .bs-ss-serviceBlocks .bs-serviceBlock img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
	    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	    object-position: top;
}
.info-block.bs-ss-button .learn-more a {
    float: left;
    margin: 0;
}
.info-block.bs-ss-button .learn-more {
    padding: 30px 16px;
}
@media only screen and (max-width: 1199px) {.bs-ss-serviceBlocks .bs-serviceBlock, .bs-ss-serviceBlocks .ss-serviceBlock {width: 100%; margin-bottom: 1%;}}

.bs-ss-serviceBlocks a.overlayLinkage:hover {
    background-color: #02561be6;
    padding: 35px 0;
    top: 30px;
    height: 110px;
    text-decoration: none;
}
.bs-ss-serviceBlocks a.overlayLinkage:hover ~ img {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
.bs-ss-serviceBlocks a.overlayLinkage:hover span.option-hover {
    display: block;
    z-index: 999;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Droid Sans';
    text-decoration: none;
    font-size: 14px;
    z-index: 999999999;
    max-width: 120px;
    margin: 15px auto 0 auto;
}

.bs-ss-serviceBlocks a.overlayLinkage:hover span.option-hover .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bs-ss-serviceBlocks a.overlayLinkage {
    margin: 0 auto;
    min-width: auto;
    z-index: 2;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: 'Droid Serif';
    padding: 24px;
    background-color: rgb(34, 34, 34);
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    height: 70px;
    font-weight: 300;
	    transition: all 0.4s;

}
.bs-ss-serviceBlocks .option-hover {
    pointer-events: none;
}
/*.bs-ss-serviceBlocks a.overlayLinkage:hover ~ img, .bs-ss-serviceBlocks a.overlayLinkage:hover ~ img {
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}*/
.bs-ss-serviceBlocks a.overlayLinkage:hover ~ span, .bs-ss-serviceBlocks a.overlayLinkage:hover ~ span {
	background-color: #02561b;
    color: #fff;
}


/*new service pages*/
.shortBlocks .col-xs-6.col-sm-6.col-md-3.col-lg-3.sector_box {
    max-height: 175px;
    float: left;
    overflow: hidden;
}



.col-xs-6.col-sm-6.col-md-3.col-lg-3.sector_box.movingImage {
    background-position: top;
}

.row.bs-ss-serviceBlocks {
    width: 92%;
    margin: 35px auto 25px auto;
}


/*service button*/
.serviceCTA a.serviceCTAButton {
    text-align: center;
    background-color: #15800a;
    color: #fff;
    border-radius: 50px;
    padding: 7px 0;
    font-size: 18px;
    max-width: 186px;
    margin: 20px auto;
}

/*Caldera styles*/
@media all and (min-width: 600px) {
	div#caldera_form_1 {
		max-width: 70%;
		margin: 0 auto;
	}	
}
.calderaFERM {
    padding: 50px 0;
    background-color: #efefef;
}
.caldera-grid h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.caldera-grid p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 15px
}
.calderaFERM .caldera-grid input.btn {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
    color: #fff;
    background-color: #02561b;
    border: none;
    padding: 12px 30px;
    border-radius: 0;
}

.onePageWrapped .calderaFERM {
    display: none;
}
.calderaFERM.onlyCalderaFunctionality {
    display: none;
}

.caldera-grid textarea.form-control {
    max-height: 90px;
}

@media all and (min-width: 1200px) {
    .sector_box.m-secRCM img, .sector_box.m-secArm img {
        margin-top: -190px;
    }

    .sector_box.m-secRCM, .sector_box.m-secArm {
        background-position: 50% -190px!important;
    }
}

/*phone size sector blocks*/
@media all and (max-width: 600px) {
	.sector_box {
	   width: 100%!important;
	}
}

/* ===== ===== ===== 

===== END SERVICE PAGE STYLES

===== ===== ===== ===== */

#sector-tabs{
	display:none;
	margin:70px 0;
	background-color: #eee;
}
.nav-tabs > li {
    width: 25%;
    height: 74px;
    text-align: center;
	background-color:#fff;
    border-bottom: 10px solid #02561B;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
    margin-right: 2px;
    line-height: 43px;
	font-family: 'Droid Serif';
	font-size: 18px;
    border: 1px solid transparent;
    border-radius: initial;
    color: #555;
    cursor: pointer;
    border: none;
    width: 100%;
    border-right: 1px solid #aaa;
	height: 100%;
}
.jouj-stoura .nav-tabs > li > a,
.jouj-stoura .nav-tabs > li > a:hover{
	line-height:22px;
	font-size: 16px;
}
.jouj-stoura .sector_box .green-absolute{
    padding: 35px 25px;
}
.nav-tabs > li:last-child > a {
    border-right: none;
}
.nav-tabs > li.active{
	background-color: #02561B;
}
.nav-tabs > li.active > a:focus{
	color: #fff;
    cursor: default;
    background-color: #02561B;
    border: none;
    border-bottom: 10px solid #02561B;
    width: 100%;
    height: 100%;
}
.nav-tabs > li.active > a{
	color: #fff;
    cursor: default;
    background-color: #02561B;
    border: none;
    border-bottom: 10px solid #02561B;
	width: 100%;
	height: 100%;
}
.nav-tabs > li.active > a:hover{
	color: #fff;
    cursor: default;
    background-color: #02561B;
    border: none;
    border-bottom: 10px solid #02561B;
	width: 100%;
	height: 100%;
}

.lopcuk ul{
    padding-left: 25px;
}

.tab-content{
	padding: 40px 60px;
    color: #444;
    font-family: 'Droid Sans';
    font-size: 17px;
    line-height: 28px;
	min-height:400px;
}
.tab-content.sector{
	min-height:650px;
}
.team{
	border-width: 4px;
    border-color: #cccccc;
    border-style: double hidden;
    text-align: left;
	padding: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.jobs{
	margin-top:20px;
}
.members{
	margin-bottom:80px;
}
.member-hover{
	position: relative;
	text-align:center;
}
.member-hover > img{
	max-width: 280px;
    height: auto;
}
.member .member-hover > div{
	position: absolute;
    bottom: 2px;
    width: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 17px;
    background-color: rgba(2,86,27,0.7);
    color: #FEFEFE;
    font-size: 18px;
    font-family: 'Droid Serif';
}
.member > a:hover > .member-hover > div{
	background-color: rgba(2,86,27,1);
	transition:all 0.4s;
}
.member span,
.team-popup span{
	font-size: 15px;
    font-family: 'Droid Sans';
    color: #242424;
    display: block;
    margin-top: 20px;
	font-style:normal;
}
.wahed-infos{
	width:280px;
	margin:0 auto;
	margin-bottom: 20px;
}
span.phone {
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    padding-left: 26px;
	margin-bottom: 20px;
	word-wrap: break-word;
}
span.email {
    background-image: url(images/email.png);
    background-repeat: no-repeat;
    padding-left: 26px;
	word-wrap: break-word;
}
.team-popup img{
	width:100%;
}
.team-popup h3 {
    color: #066324;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Droid Serif';
	margin-top: 10px;
}
.team-popup h2 {
    color: #066324;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.team-popup p {
    color: #535353;
    font-size: 17px;
    font-family: 'Droid Sans';
    line-height: 24px;
}
.team-popup hr {
	margin: 10px 0px
}
.modal-header{
	border-bottom:6px solid #02561B;
}
.modal-header img {
	max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal-header .close {
    margin-top: 1%;
    font-size: 40px;
    color: #555;
    opacity: 1;
}
.job-title {
    margin-top: 20px;
}
.job-title p {
    color: #444;
    font-size: 20px;
    font-family: 'Droid Sans';
}
.job h2 {
    color: #066324;
    font-size: 20px;
    font-family: 'Droid Serif';
    font-weight: bold;
}
.job h3 {
    display: block;
    font-size: 17px;
    color: #242424;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 6px;
}
.job span.desc {
	display: block;
    font-size: 17px;
    color: #242424;
    font-weight: bold;     
    margin-bottom: 6px;
}
.job p {
	color: #242424;
    font-size: 16px;
    font-family: 'Droid Sans';
	line-height: 26px;
}
.job ul{
    color: #242424;
    font-size: 16px;
    font-family: 'Droid Sans';
    line-height: 26px;
    list-style-position: inside;
}
a.more-less {
	color: #066324;
    font-size: 14px;
    font-family: 'Droid Sans';
    font-weight: bold;
    margin: 26px 0;
    display: block;
	cursor:pointer;
}
a.more-less:hover {
	text-decoration:none;
}
a.more-less.up{
	width: 96px;
}
a.more-less.down{
	width: 96px;
}
.wrap_section {
    height: auto;
}

.wrap_section.petit {
    height: 0;
    overflow: hidden;
}
.news-post,
.alm-listing li.no-img {
    margin: 18px 0px;
	font-family:'Droid Sans';
	/*background-image: url(images/i_news.png);
    background-repeat: no-repeat;*/
    padding-left: 40px;
}
.news-post a {
    color: #535353;
    font-size: 16px;
    font-weight: bold;
	line-height:22px;
}
span.news-date {
	display:block;
	color: #242424;
    font-size: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.event-wrapper{
	text-align:center;
	display:none;
}
.event-title {
	margin-bottom: 14px;
    margin-top: 40px;
}
.event-title p{
    color:#066324;
	font-size:20px;
	font-weight:bold;
	font-family:'Droid Serif';
}
.event-box {
	position:relative;
    width: 230px;
	height:260px;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 14px;
	padding-top: 15px;
    padding-bottom: 15px;
	font-family:'Droid Sans';
}
.event-infos {
    position: absolute;
	text-align:left;
    bottom: 15px;
	padding-left: 12px;
}
.event-infos span {
    color: #242424;
    font-size: 18px;
    display: block;
	text-transform: uppercase;
}
.event-infos p {
    color: #242424;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}
.event-meet{
	display:none;
	color:#fff;
	background-color:rgba(2,86,27,0.7);
	font-family:'Droid Sans';
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	line-height:50px;
}
.event-meet:hover{
	background-color:rgba(2,86,27,1);
	transition:all 0.4s;
}
.event-meet a{
	color:#FEFEFE;
	display: block;
	text-decoration:none;
}
/*.event-meet:hover{
	background-color:rgba(2,86,27,1);
}*/
.event-meet span{
	margin-right:10px;
}
.event-meet a:hover{
	text-decoration:none;
}
.event-box:hover .event-meet{
	display:block;
}
.article h1 {
    color: #005219;
    font-size: 42px;
    font-family: 'Droid Serif';
	margin-top: 40px;
}
.article hr {
    margin-bottom: 45px;
}
.article h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Droid Sans';
    line-height: 34px;
	margin-bottom: 35px;
}
.article p {
    font-size: 16px;
    font-family: 'Droid Sans';
    color: #242424;
    line-height: 22px;
    margin-bottom: 20px;
}
.article a.dl-pdf{
	margin-top:30px;
	background-image: url(images/download.png);
    background-repeat: no-repeat;
    background-position: 26px;
	text-align: center;
}
.article a.dl-pdf:hover{
	background-image: url(images/download_hover.png);
}
.article img{
	margin-top:30px;
}
.article ul {
    font-size: 16px;
    font-family: 'Droid Sans';
    color: #242424;
    line-height: 22px;
    margin-bottom: 20px;
    list-style-position: inside;
}
a.dl-pdf{
    width: 190px;
    line-height: 40px;
    border: 1px solid #aaa;
    display: block;
    text-align: center;
    color: #aaa;
    font-size: 16px;
    font-family: 'Droid Sans';
    font-weight: bold;
}
a.dl-pdf:hover{
	text-decoration:none;
	color:#02561B;
	border: 1px solid #02561B;
	transition:all 0.4s;
}
a.dl-pdf>span{
	font-size:12px;
	margin-right: 8px;
}
.job a.dl-pdf{
	display:inline-block;
	margin-top: 15px;
}
.foot-right{
	text-align:right;
}
.post-foot{
	margin-bottom:40px;
}
.post-foot a{
	color:#aaa;
	font-family:'Droid Sans';
	font-weight:Bold;
	font-size:14px;
}
.post-foot a:hover{
	text-decoration:none;
	color:#02561B;
	transition:all 0.4s;
}
.foot-left a {
    padding-left: 15px;
    background-image: url(images/narrow-left-post.png);
	background-repeat: no-repeat;
    background-position: 0;
}
.foot-left a:hover {
	background-image: url(images/narrow-left-post-hover.png);
}
.foot-right a {
    padding-right: 15px;
    background-image: url(images/narrow-right-post.png);
	background-repeat: no-repeat;
    background-position: 100%;
}
.foot-right a:hover {
    background-image: url(images/narrow-right-post-hover.png);
}
.alm-listing li.no-img {
    width: 50%;
    display: inline-table;
	margin: 18px 0px;
	font-family:'Droid Sans';
	/*background-image: url(images/i_news.png);
    background-repeat: no-repeat;*/
    padding-left: 40px;
}
.alm-btn-wrap{
	text-align:left;
}
.ajax-load-more-wrap.green button.alm-load-more-btn.done{
	display:none;
}
.ajax-load-more-wrap.green button.alm-load-more-btn{
	background: none;
    color: #066324;
    font-size: 14px;
    font-family: 'Droid Sans';
    font-weight: bold;
	background-image: url(images/narrow-right-news.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
.ajax-load-more-wrap.green button.alm-load-more-btn:hover{
	background:none;
	background-image: url(images/narrow-right-news.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
.slider-block.sector{
	text-align:left;
	margin-bottom:40px;
}
.press-publications img{
	margin-top:30px;
}
.ma-publications,
.arm-publications,
.rcm-publications,
.recent-publications,
.press-publications,
#ma-archive{
	display:none;
}

.press-publications h2,
.arm-publications h2,
.rcm-publications h2,
.recent-publications h2,
.ma-publications h2 {
    color: #066324;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Droid Serif';
	margin-top: 16px;
    margin-bottom: 10px;
}
.press-publications span,
.arm-publications span,
.rcm-publications span,
.recent-publications span,
.ma-publications span {
    color: #242424;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Droid Sans';
	display: block;
	margin-top:20px;
}
.press-publications a,
.arm-publications a,
.rcm-publications a,
.recent-publications a,
.ma-publications a {
	margin:0;
    color: #005717;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Droid Sans';
}
.slider-block.insight .arm-publications a,
.slider-block.insight .rcm-publications a,
.slider-block.insight .ma-publications a{
	margin-left: 20px;
}
.recent-publications span{
	cursor:pointer;
	background-image: url(images/narrow-down-bl.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
.recent-publications span.lfouk{
	background-image: url(images/narrow-up-bl.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
#prior{
	margin-top:44px;
}
.span-year{
	cursor:pointer;
}
.view-more{
	color: #066324;
    font-size: 14px;
    font-family: 'Droid Sans';
    font-weight: bold;
	background-image: url(images/narrow-right-news.png);
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 15px;
}
.view-more:hover{
	text-decoration:none;
	color: #066324;
	cursor:pointer;
}
.contact h2{
	color:#066324;
	font-size:22px;
	font-weight:bold;
	font-family:'Droid Serif';
}
.address{
    margin-top: 2%;
}
.address p{
	color:#242424;
	line-height:27px;
	font-size:18px;
}
.slider-block.contact a{
	background-color:#02561B;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	width: 270px;
    text-align: center;
    line-height: 50px;
}
.slider-block.contact a:hover{
	background-color:#444;
	text-decoration:none;
	transition:all 0.4s;
}
.slider-block.contact a > span{
	margin-right: 10px;
    font-size: 12px;
}
.logo-wrapper{
	height: 100px;
    position: relative;
    white-space: nowrap;
	text-align:center;
}
.logo-helper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.logo-wrapper img{
	vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.tweets{
	margin-top: 60px;
    background-color: #f5f5f5;
    padding: 24px 0;
}
.tweets h1{
	display: inline-block;
    line-height: 45px;
    font-weight: bold;
    margin-right: 20px;
}
.tweets img.follow-img{
	display: inline-block;
    vertical-align: middle;
}
.tweets .name{
	font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.name .tweeter,
.name .txt-date{
	color: #242424;
    font-weight: normal;
    margin-left: 4px;
}
.name .tweeter{
	margin-right: 18%;
}
.tweet-txt{
	line-height:20px;
	font-size: 16px;
    font-family: Lato;
    color: #000;
}
.job hr {
    margin-bottom: 40px;
}
.hide-box{
	display:none;
}
.hide-box ul{
	margin-left:20px;
}
.slider-block.insight .ma-publications .signup-ma{
	color: #006420;
    border: 1px solid #006420;
    font-family: 'Droid Sans';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    background-image: url('images/narrow-right-news.png');
    background-repeat: no-repeat;
    background-position: 93%;
    padding-right: 20px;
	width:310px;
	text-decoration:none;
	margin-top: 40px;
	margin-left:0;
}
.slider-block.insight .signup-ma:hover{
	color: #444;
    border: 1px solid #444;
    text-decoration: none;
    background-image: url('images/narrow-right-news-hover.png');
}
a.ma-href{
	width: 220px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
	line-height: 40px;
    color: #444;
    font-family: Arimo;
    font-size: 16px;
    border: 1px solid #444;
	margin-bottom: 30px;
}
a.ma-href.khader{
    color: #005717;
    border: 1px solid #005717;
	font-weight:bold;
}
a.ma-href:hover{
	text-decoration:none;
	color:#fff;
	background-color:rgba(2, 86, 27, 0.9);
}
.ss-services,
.bs-services{
	display:none;
}
.ss-services h3,
.bs-services h3 {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Droid Sans';
    color: #02561B;
	margin-bottom: 14px;
}
.ss-services p,
.bs-services p {
        margin-bottom: 20px;
}
li.zyada {
    margin: 15px 0;
}
.form p{
	margin-bottom:20px;
	font-family: 'Droid Serif';
}
.form input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    padding: 10px 20px;
    font-family: 'Droid Sans';
    background-color: rgba(2, 86, 27, 0.9);
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: bold;
}


.et_bloom_form_container.et_bloom_form_bottom.with_edge.wedge_edge.et_bloom_rounded_corners.et_bloom_form_text_dark.et_bloom_animation_slideup.et_flyin_1_field {
    max-width: 300px;
}
.et_bloom_flyin input.wpcf7-form-control {
    margin-bottom: 15px;
}

.et_bloom .et_bloom_optin_1 .et_bloom_form_container p {
    line-height: 22px;
}

.et_bloom_flyin input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
    margin-bottom: 0px;
}
.et_bloom .et_bloom_trigger_click .et_bloom_form_header .et_bloom_form_text h2 {
    font-size: 16px !important;
}
.et_bloom .et_bloom_optin_1 .et_bloom_form_container p {
    font-size: 13px;
}
.et_bloom .et_bloom_trigger_click .et_bloom_form_header p {
    font-size: 13px !important;
	line-height: 12px;
}
.et_bloom .et_bloom_trigger_click .et_bloom_form_container .et_bloom_form_content input {
    padding: 7px !important;
    margin-bottom: 16px;
}
.et_bloom .et_bloom_trigger_click .et_bloom_form_container .et_bloom_form_content {
    padding: 13px 20px!important;
    color: #00000080;
    width: 100%;
    background-color: #E9E9E9;
    position: relative;
}
.et_bloom .et_bloom_trigger_click input.wpcf7-form-control.wpcf7-submit {
    color: #fff!important;
    background-color: #025619!important;
    padding: 4px!important;
}
.et_bloom .et_bloom_form_header img, .et_bloom .et_bloom_form_header .et_bloom_form_text {
    padding: 8px 8px 2px 8px!important;
}
.et_bloom .et_bloom_trigger_click .et_bloom_form_container .et_bloom_form_content label, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group {
    margin-bottom: 1px;
    font-size: 13px;
}
.et_bloom .et_bloom_trigger_click .et_bloom_form_container .et_bloom_form_content input#fld_7908577_1 {
    background-color: #02561b!important;
    color: #fff!important;
    background-image: none!important;
	font-weight: 500;
}
.et_bloom .et_bloom_trigger_click .form-control {
    height: 26px;
}
.optinFormBtnContainer {
    position: fixed;
    bottom: 0;
    right: 3%;
    min-width: 210px;
    text-align: center;
    max-height: 55px;
        z-index: 99999;
	cursor: pointer;
}

.optinFormBtnContainer a.optinFormBtn {
    margin: 0 auto;
    padding: 12px 0 8px 0;
    background-color: rgb(7, 132, 44);
    color: rgb(255, 255, 255);
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    display: block;
}
/*---------------------------------------FOOTER-------------------------------------*/
footer{
	padding-top:20px;
}
li.firstT > a,
li.firstT {
    display: inline-table;
    padding: 0px;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Droid Serif';
	text-align: left;
}
li.firstT > a:hover{
	text-decoration:none;
}
li.firstT ul {
	margin-top: 6px;
}
li.firstT ul li {
    list-style: none;
	color:#878787;
	font-family: 'Droid Sans';
	font-weight: normal;
	padding: 6px 0;
}
li.firstT ul li a {
    color: #878787;
    font-family: 'Droid Sans';
    font-weight: normal;
    padding: 6px 0;
    text-decoration: none;
    line-height: 18px;
}
li.firstT ul li a:hover {
    color: #00641F;
	transition:all 0.4s;
}
.toggle .panel {
	position: relative; 
	background: transparent;
    border: none;
	height:0;
	overflow:hidden;
    box-shadow: none;
}
.footer-menu ul.accordion{
	text-align:center;
}
.firstT > .panel{
	background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 0;
}
.toggle .panel p {
margin: 10px 0;
}
.CP{
    background-color: #076324;
    text-align: center;
    padding: 11px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}
.CP_bis{
    background-color: #002E0E;
    text-align: center;
}
.CP_bis .col-xs-6:first-child{
    border-right:1px solid #fff;
}
.social {
    position: absolute;
    bottom: -2px;
    left: 60px;
    height: auto;
}
span.in {
    background-image: url('images/i_in.png');
    background-repeat:no-repeat;
	height: 36px;
    width: 36px;
    display: inline-block;
}
span.in:hover {
    background-image: url('images/i_in_hover.png');
	transition:all 0.4s;
}
span.tw {
    background-image: url('images/i_tw.png');
	background-repeat:no-repeat;
    height: 36px;
    width: 37px;
    display: inline-block;
	margin-left: 6px;
}
span.tw:hover{
    background-image: url('images/i_tw_hover.png');
	transition:all 0.4s;
}
.modal-right h2{
	font-size: 32px;
    font-weight: normal;
}
.modal-right div{
	color: #242424;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin: 22px 0;
}
.modal-right div>a{
    color: #005717;
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    margin: 0;
}
.modal-right div>span{
    display: inline-block;
	margin-right: 4px;
}
.modal-right div>span.type {
    margin-top: 0;
}
.modal-right a{
    font-size: 14px;
    color: #444444;
	display:block;
    text-decoration: none;
    border: 1px solid #555;
    width: 190px;
    text-align: center;
    line-height: 42px;
	font-weight: bold;
    margin: 30px 0;
}
.modal-right a span{
	font-family: 'Glyphicons Halflings';
    display: inline-block;
    margin: 0;
	font-size:14px;
}
/*.separateur-top {
    background-image: url(images/separateur-top.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 5px;
    margin: 15px 0;
}
.separateur-bottom {
    background-image: url(images/separateur-bottom.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 5px;
    margin: 15px 0;
}*/


#loginLink {
    position: fixed;
    bottom: 12px;
    right: 80px;
    color: #ffffff;
    z-index: 2;
}

.optinFormBtnContainer a.optinFormBtn {
    margin: 0 auto;
    padding: 12px 0 8px 0;
    background-color: rgb(7, 132, 44);
    color: rgb(255, 255, 255);
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    display: block;
}


#requestQuoteBtn {
    width: 245px;
    height: 38px;
    background-position: right;
    background-repeat: no-repeat;
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 99999999999999999999;
    text-align: center;
    font-family: 'Droid Sans' !important;
    animation-delay: 2s;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: green;
	border-radius: 10px 10px 0px 0px;
}

#requestQuoteBtn:before {
    content: "Receive Market Updates";
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px;
    box-sizing: border-box;
	font-family: 'Droid Serif';
}

.pum-theme-284, .pum-theme-default-theme {
    background-color: rgba(51, 51, 51, 0.62) !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px;
}

/*-----------------------------------------Slider---------------------------------*/
.tran-slide {
    width: 216px;
    height: 280px;
	text-align:center;
    border: 1px solid #ddd;
    margin: 0 auto;
	/*margin-top:20px;*/
}
#carousel123 .tran-slide{
	height:auto;
}
.tran-slide.small{
	width: 242px;
    height: auto;
}
.tran-slide span{
	display: block;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #555;
}
.tran-slide.small span{
	margin: 8px 0;
    font-size: 11px;
}
.img-responsive{
	margin:0 auto;
	max-width:100%;
}
.carousel.vertical a.left.carousel-control {
	background-image: url(images/narrow-up-car.png);
    background-repeat: no-repeat;
    background-position: 50%;
	opacity: 1;
    padding: 12px;
    margin: 0 auto;
    margin-top: 14px;
}
.carousel.vertical a.left.carousel-control:hover {
	background-image: url(images/narrow-up-car-hover.png);
}
.carousel.vertical a.right.carousel-control {
	background-image: url(images/narrow-down-car.png);
    background-repeat: no-repeat;
    background-position: 50%;
	opacity: 1;
	padding: 12px;
    margin: 0 auto;
    margin-top: 14px;
}
.carousel.vertical a.right.carousel-control:hover {
	background-image: url(images/narrow-down-car-hover.png);
}
a.right.carousel-control {
    background-image: url(images/narrow-right-car.png);
    background-repeat: no-repeat;
    background-position: 50%;
	opacity: 1;
}
a.right.carousel-control:hover {
    background-image: url(images/narrow-right-car-hover.png);
}
a.left.carousel-control {
	background-image: url(images/narrow-left-car.png);
    background-repeat: no-repeat;
    background-position: 50%;
	opacity: 1;
}
a.left.carousel-control:hover {
	background-image: url(images/narrow-left-car-hover.png);
}
.carousel-showsixmoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showsixmoveone .carousel-control.left {
  margin-left: 15px;
  left: -50px;
}
.carousel-showsixmoveone .carousel-control.right {
  margin-right: 15px;
  right: -50px;
}
.carousel-showsixmoveone .cloneditem-1,
.carousel-showsixmoveone .cloneditem-2,
.carousel-showsixmoveone .cloneditem-3,
.carousel-showsixmoveone .cloneditem-4,
.carousel-showsixmoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-1,
  .carousel-showsixmoveone .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 1199px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-3,
  .carousel-showsixmoveone .carousel-inner .cloneditem-4,
  .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
    display: block;
  }
}
/* mds edit - changes 33.333% to 25%, and col-lg-4 to col-lg-3 - 2-28-23 */
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* mds edit -  ADDED NEW - 2-28-23 */
@media screen and (max-device-width: 1199px) {



.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.active.right,.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.next {
    transform: translate3d(33.333%, 0, 0)!important;
       left:0!important;
      
  }
  .col-md-12 .carousel-showsixmoveone .carousel-inner > .item.active.left,.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.prev {
    transform: translate3d(-33.333%, 0, 0)!important;
    left:0!important;
  }


  .carousel-showsixmoveone .carousel-inner > .item.left,
     .carousel-showsixmoveone .carousel-inner > .item.next.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0)!important;
    left: 0;
  }


}

@media screen and (max-device-width: 991px) {



.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.active.right,.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.next {
    transform: translate3d(50.333%, 0, 0)!important;
       left:0!important;
      
  }
  .col-md-12 .carousel-showsixmoveone .carousel-inner > .item.active.left,.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.prev {
    transform: translate3d(-50.333%, 0, 0)!important;
    left:0!important;
  }


  .carousel-showsixmoveone .carousel-inner > .item.left,
     .carousel-showsixmoveone .carousel-inner > .item.next.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0)!important;
    left: 0;
  }


}


@media screen and (max-device-width: 767px) {



.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.active.right,.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0)!important;
       left:0!important;
      
  }
  .col-md-12 .carousel-showsixmoveone .carousel-inner > .item.active.left,.col-md-12 .carousel-showsixmoveone .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0)!important;
    left:0!important;
  }


  .carousel-showsixmoveone .carousel-inner > .item.left,
     .carousel-showsixmoveone .carousel-inner > .item.next.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0)!important;
    left: 0;
  }


}


/*--------------Vertical slider-------------*/
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .carousel-control{
	background: none;
    font-size: 34px;
    position: relative;
    text-align: center;
    margin: 26px auto;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left:0;
}



/*------------------------------------RESPONSIVE-------------------------------------*/
@media screen and (min-width: 768px){
#myCarousel2 {
	padding-bottom: 30px;
}
}
@media screen and (min-width: 1700px) {
#homeslider .caption {
    margin-top: 12%;
}
.head-title{
	margin-top: 8%;
}
}
@media only screen and (max-width: 1200px) {
    .menu nav ul li a {
    font-size: 13px;
    }
}
@media screen and (min-width : 1220px) and (max-width : 1700px){
    #homeslider .caption {
        margin-top: 19%;
    }
}

@media only screen and (max-width: 860px) {
    .modal-dialog{
	width:100%;
    }
}
@media only screen and (min-width: 860px) {
.modal-dialog{
	width:860px;
}
#carousel123 .carousel-inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
}
@media all and (max-width: 957px) {
.nav-tabs > li > a, .nav-tabs > li > a:hover {
	line-height: 23px;
}
}
@media all and (max-width: 991px) {
.under> a > p{
	font-size:14px;
}
.modal-header img {
	max-width: 50%;
}
.head-title{
	font-size:48px;
	margin-top:14%;
}
.sub-caption h1{
	margin-bottom:15px;
}
.sub-caption a {
	display: block;
    width: 100px;
    margin: 15px auto;
}
.info-block .left{
	border-right:none;
	border-bottom: 3px solid #fff;
}
.info-block .left > img.LF{
	display:none;
}
li.firstT > a,
li.firstT {
    color: #555;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Droid Serif';
    padding: 12px 0;
    width: 100%;
	text-align: center;
}
.firstT > .panel{
	text-align:center;
	margin-top:0;
}
.show-menu2{
	font-size: 18px;
    margin-bottom: 7px;
    color: #02561B;
	font-weight:bold;
	background: none;
    border: none;
    outline: none !important;
    padding: 8px 20px;
    float: left;
}
.show-menu2 .icon{
	font-weight:normal;
}
.footer-menu{
	margin-bottom:30px;
}
.press-publications img{
	max-width:100%;
}
.sidebar.bis{
	background-color:#eee;
	padding:15px;
	margin-top:0;
}
.sidebar.bis >ul >li>ul>li>a,
.sidebar.bis >ul >li>ul>li>ul>li>a{
	color: #002C0D;
	font-weight: normal;
}
.sidebar.bis >ul>li>span>a{
	margin: 25px 0;
    list-style: none;
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Droid Sans';
    cursor: pointer;
}
.sidebar.bis >ul>li.khdar>span>a{
	color: #005717;
	text-decoration:none;
}
.sidebar.bis >ul>li.khdar>span>a:hover{
	text-decoration:none;
}
.left .options > div > a, .right .options > div > a{
	height:auto;
}
.carousel-showsixmoveone .carousel-control.left {
  left: -44px;
}
.carousel-showsixmoveone .carousel-control.right {
  right: -44px;
}
}
@media all and (max-width: 767px) {
#homeslider .caption{
	margin-top: 28%;
}
.icon-zebi{
	text-align:right;
	color:#005717;
	float:right;
}
.head-title {
    font-size: 48px;
    margin-top: 20%;
}

.logo img{
	margin-top:6px;
}
.head-img{
	height: 300px;
}
.sub-caption{
	line-height: 22px;
	padding: 14px 0;
}
.info-block span{
	margin-bottom:10px;
}
.team{
	padding: 28px 0;
}
.options > div{
	line-height: 22px;
    height: auto;
    padding: 16px 0;
}
.left .options > div{
	border-right:none;
	border-bottom:1px solid #cccccc;
}
.right .options > div{
	border-right:none;
	border-bottom:1px solid #666;
}
.options > div:last-child{
	border:none;
}
.options > div:hover {
	padding-top:16px;
}
.options > div:hover .option-hover{
	display:none;
}
.CP{
    margin-top: 70px;
}
.ARR{
	display:block;
	margin-top:10px;
}
.social {
    bottom:74px;
    right:40%;
}
.alm-listing li.no-img{
	width: 96%;
	margin-left: 12px;
}
.carousel-showsixmoveone .carousel-control.left,
.carousel-showsixmoveone .carousel-control.right{
	margin-right:0;
	padding: 11px;
}
.carousel-showsixmoveone .carousel-control.right{
	right:-10px;
}
.carousel-showsixmoveone .carousel-control.left{
	left:-10px;
}
.tab-content{
	padding: 20px 15px;
}
.contact-photo img{
	max-width:100%;
}
.info-block.aboutus .left, .info-block.aboutus .right{
	padding: 0px 10px;
    padding-top: 50px;
}
}

@media all and (max-width: 642px) {
#homeslider .caption{
	margin-top: 36%;
}
    
}
@media all and (max-width: 421px) {
#homeslider .caption{
	margin-top: 50%;
}
.head-title{
	margin-top: 10%;
}
.logo{
	padding:0;
}

.modal-header img{
	max-width: 62%;
}
.info-block .learn-more a{
	display:block;
}
.modal-dialog {
    width: 95%;
}
.modal-body{
	padding: 15px 0;
}
.team-popup h2{
	margin-top:30px;
}

h2.tombstone-title {
    padding: 20px 25px; 
    font-size: 26px;
}
.jouj-stoura .sector_box .green-absolute{
	padding: 6px;
}
.jouj-stoura .nav-tabs > li > a, .jouj-stoura .nav-tabs > li > a:hover{
	padding: 2px;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 15px;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover{
	padding: 2px;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 15px;
}

.sector_box .green-absolute{
/*	padding:17px; */
}
.slider-block.insight{
	padding-top:20px;
}
footer .right{
	padding:0;
}
.hmar{
	padding:0;
}
.slider-block.insight .signup-ma{
	position: relative;
    left: -10px;
	width: 284px;
}
.head-caption p {
    line-height: 26px;
    position: relative;
    top: 50%;
    transform: translateY(0);
}
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

