@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*--------------End Fonts---------------*/


html, body{ height: 100%; padding: 0; clear: both;}
body{
	-moz-user-select: none;
        color:#58595B;
}
*{margin: 0; padding: 0;}

/*body{margin-top: 50px;}*/

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #A3CD39;
}

::selection {
    color: #fff;
    background: #A3CD39;
}

a{text-decoration: none;}
img{max-width: 100%;}


/*-----------------------------*/

.lang-text{
	position: relative;
	width: 100%;
	text-align: right;
	padding: 20px 0 20px 20px;
	z-index: 100000;
}

.lang-text a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #A3CD39;
}

.icon{
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 100;
	text-align: right;
	padding-right: 3px;
}

.icon a{
	font-size: 20px;
	color: #A3CD39;
	text-align: right;
	padding-left: 15px;
}

/*------------End Icons-----------------*/

.navbar{
	z-index: 1000000;
}

.navbar-brand{
	margin-top: -20px;
}

.navbar-nav{
	background: #A3CD39;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	z-index: 1000;
}

.nav li:first-child{
	padding-left: 20px;
}
.dropdown-menu li:first-child{
	padding-left: 0px;
}

.navbar-nav li a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 7px 15px;
	border-right: 2px solid #fff;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
}

.navbar-default{
	background-color: none !important;
	border:none;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #FFF;
}

/*-----------------End Menu---------------------*/

/*.slider-text{
	position: absolute;
	background: rgba(255,255,255,0.8);
	height: 100%;
	z-index: 1500;
	width: 295px;
	left: 10%;
}

.slider-text h2{
	font-family: 'Gotham-Bold';
	font-size: 30px;
	padding: 50px 0 10px 50px;
	color: #A3CD39;
}

.slider-text p{
	font-family: 'Gotham-Light';
	font-size: 14px;
	width: 90%;
	padding-left: 50px;
	
}
.slider-text a{
	font-family: 'Gotham-Bold';
	text-decoration: none;
	font-size: 14px;
	width: 90%;
	padding-left: 50px;
	color: #58595B;
}
.slider-text a:hover{
	color: #A3CD39;
}/*

/*-----------------End Slider---------------------*/

.moving-bg{
	position: relative;
	background: linear-gradient(rgba(163,205,57,0.9), rgba(163,205,57,0.9) ), url('../img/parallax-bg.jpg') bottom center fixed no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	height: 410px;
	width: 100%;
	z-index: -2;
}

.decrip{
	background: url('../img/x.svg');
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	height: 410px;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
}
.decrip-text{
	position: relative;
	top: 130px;
	width: 80%;
	margin: auto;
                  text-align: center;
}
.decrip-text h2{
	font-size: 3em;
}
.decrip-text p{
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
}

.map{
	margin-bottom: 15px;
	width: 100%
}
.map img{
	width: 100%
}

.main-img{
	
}

.main-img img{
	-moz-border-radius-topleft: 77px;
	-webkit-border-top-left-radius: 77px;
	border-top-left-radius: 77px;
	-moz-border-radius-bottomright: 77px;
	-webkit-border-bottom-right-radius: 77px;
	border-bottom-right-radius: 77px;
}

.xbg img{
	position: absolute;
	width: 1200px;
	z-index: 100;
	text-align: center;
}

.xbg{
	width: 100%;
	overflow: hidden;
}

.main-text{
	margin-top: 70px;
	margin-bottom: 70px;
	min-height: 100%;
/*	z-index: 100000;*/
}

.main-text h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #A3CD39;
	font-size: 39px;
	max-width: 460px;
	margin-bottom: 40px;
}

.main-text h5{
	font-family: 'Montserrat', sans-serif;
	color: #A3CD39;
	font-size: 20px;
	max-width: 460px;
	margin-bottom: 10px;
}

.main-text p{
	font-family: 'Montserrat', sans-serif;
 	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
        text-align: justify;
}



.main-textData{
	margin-top: 0px;
	margin-bottom: 70px;
	min-height: 100%;
}

.main-textData h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #A3CD39;
	font-size: 39px;
	margin-bottom: 40px;
}

.main-textData h5{
	font-family: 'Montserrat', sans-serif;
	color: #A3CD39;
	font-size: 20px;
	max-width: 460px;
	margin-bottom: 10px;
}

.main-textData p{
	font-family: 'Montserrat', sans-serif;
 	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
        text-align: justify;
}
/*----------------End Container-------------*/

footer{
	position: relative;
	bottom: 0;
	height: 226px;
	width: 100%;
	background: #A09D9D;
/*	z-index: 100000;*/
}

.no-position{
	position: inherit;
}

.green-finger{
	position: relative;
  top: 56px;
  width: 109px;
  height: 170px;
	background: #A3CD39;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	text-align: center;
}

.green-finger img{
	top: 25px;
	position: relative;
	bottom: 15px;
}

.footer-menu{
	position: relative;
	top: 40px;
	left: 95px;
}

.footer-menu li{
/*	float: left;*/
	padding-right: 20px;
        height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
}

.footer-menu li a{
	color: #A3CD39;
}

.subFooter{
    color: #ccc !important;
    font-weight: normal;
    font-size: 10px;
}

.subFooter:horizontal{
    color: #e2e2e2 !important;
}

.footer-icon{
        text-align: center;
        position: relative;
        top: 11px;
        /* left: 95px; */
        /* z-index: 100000; */
}

.footer-icon a{
	padding-right: 15px;
	color: #fff;
                  font-size: 19px;
}

.footer-logo{
	position: relative;
	float: right;
	top: 113px;
	text-align: right;
}

.footer-logo p{
	padding-top: 23px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #A3CD39;
}

/*--------End Footer---------*/


.galleryImg{
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 150px;
}

.xBG{
    background-image: url("/public/img/x-bg.png");
    width: 100%;
    min-height: 60%;
    background-repeat: no-repeat;
    position: relative;
}

.subMenu{
    padding: 5px 0 5px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.subMenu a{   
    color: #58595B;
}

.subMenu a:hover{
    color: #A3CD39;
    text-decoration: none;
}

.careerMainTitle{
    color: #A3CD39;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 8px;
}

.careerTopTitle{
    color: #58595B;
    font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
    margin-bottom: 8px;
}

.careerText{
    color: #58595B;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 19px;
}


/*boot strap */

.panel-default{
    border: none !important;
}

.panel-default>.panel-heading{
    color: #58595B !important;
    background-color:transparent;
    border:none;
}

.panel-title {
  font-size: 18px;
  text-align: left;
  color: #58595B;
  font-family: 'Montserrat', sans-serif;
}

.panel-titleActive {
  font-size: 45px;
  text-align: left;
  margin-left: -32px;
  color: #f9c359 !important;
}

.panel{
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow:0 0px 0px rgba(0,0,0,.05);
      box-shadow: 0 0px 0px rgba(0,0,0,.05);
      
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;      
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;    
}

.btn{
    font-family: 'Montserrat', sans-serif;
}

.btn-primary{
        background-color: #A2CC39;
        border-color : #A2CC39;
        font-family: 'Montserrat', sans-serif;
}
.btn-primary:focus,.btn-primary:hover{background-color:#8BB327; border-color : #8BB327; background-position:0 -15px}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #84AEA2;
  border-color: #84AEA2;
}


input,select{
  font-family: 'Montserrat', sans-serif !important;
  background-color: #e2e2e2;
}



label{
  font-family: 'Montserrat', sans-serif !important;  
  font-size: 13px;
  margin-bottom: 5px;
  color: #58595B;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f5faeb;
  background-image: none;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;  
   -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075); 
   box-shadow: inset 0 0px 0px rgba(0,0,0,0.075); 
   -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea{
  font-family: 'Montserrat', sans-serif !important;
  background-color: #e2e2e2;    
}

.navbar-brand>img {
  display: block;
  margin-top: -10px;
}

.contactData{
    color: #58595B;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 0 5px 0;
}

.contactData font{
    color: #A3CD39;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    font-size: 14px;
}

.social_icons{
    margin-top: 15px;
    width: 100%;
    background-color: #A3CD39;
    height: 40px;
}

.homeTitles{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #A3CD39;
    font-size: 35px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    margin-top: 25px;
    border-bottom: 1px #e2e2e2 solid;   
}

.news_events_pic{
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 170px;
}

.news_events_head{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #A3CD39;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.news_events_info{
  font-family: 'Montserrat', sans-serif;
  line-height: 17px;
  font-size: 13px;
    color: #58595B;    
    margin-bottom: 40px;
    font-weight: 400;
}

.newsArrow{
    color: #A3CD39;
    opacity: 0.7;
    font-size: 25px;
    margin-top: 60px;
}

.newsArrow:hover{
    color: #A3CD39;
    opacity: 1;
    text-decoration: none;
}

.newsArrow:active{
    color: #A3CD39;
    opacity: 1;
    text-decoration: none;
}

.singupInput {
    width: 90%;
    height: 30px;
    padding: 20px;
    text-align: left;
    color: #fff;
    background: #BFDB7D;
    border: #BFDB7D solid 1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.singup {
    text-align: center;
    color: #BFDB7D;
    font-size: 31px;
    border: 0px;
    cursor: pointer;
    font-weight: normal;
    opacity: 0.7;
    top: 6px;
    vertical-align: top;
}

.singup:hover {
    color: #BFDB7D;
    opacity: 1;
    text-decoration: none;
}

.singup:visited {
    color: #BFDB7D;
    opacity: 1;
    text-decoration: none;
}

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

.keepTouchText{
  font-family: 'Montserrat', sans-serif;
  line-height: 17px;
  font-size: 13px;
    color: #58595B;    
    margin-top: 20px;
    font-weight: 400;    
    margin-bottom: 50px;
}


::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}

.topPhone{
    color: #58595B;    
    font-size: 14px;
    margin-right: 15px;
}

strong{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #58595B;
  font-size: 27px;
  margin-bottom: 20px;    
}

.sisterCompaniesData{
    padding: 5px 0 5px 0;
    color: #58595B;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}


.btn-primary{
        background-color: #A2CC39;
        border-color : #A2CC39;
}
.btn-primary:focus,.btn-primary:hover{background-color:#8BB327 ; border-color : #8BB327; background-position:0 -15px}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #84AEA2 !important;
  border-color: #84AEA2 !important;
}

.btn-xtreme{
        background-color: #A2CC39;
        border-color : #A2CC39;
        color: #fff;
}

.btn-xtreme:hover{
        background-color: #8BB327;
        border-color : #8BB327;
        color: #fff;
}

a {
  color: #A3CD39;
  text-decoration: none;
}

.topIMG{
    background-size: cover;
 background-position: center; height: 500px; background-repeat: no-repeat;   
-moz-border-radius-topleft: 77px;
  -webkit-border-top-left-radius: 77px;
  border-top-left-radius: 77px;
  -moz-border-radius-bottomright: 77px;
  -webkit-border-bottom-right-radius: 77px;
  border-bottom-right-radius: 77px; 
}