body{
	font-size:13px;
	background: url(../img/greenbg.jpg) no-repeat left 126px;
	font-family:"Exo 2","Helvetica Neue",Helvetica,sans-serif;
	line-height:19px;
}

a{
	color: #333;
}
b, strong{
	font-weight: 500;
}
.form-control:focus{
	border-color: #098e3d;
	box-shadow: none;
}
a:hover{
	color: #098e3d;
}

h1, h2, h3, h4{
	font-family: "Exo 2","Helvetica Neue",Helvetica,sans-serif;
}
h1{
	font-size:30px;
}
h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
h3 {
    font-size: 18px;
}

img {
	width: 100%;
}

li {
	list-style-type: square;
}

.button{
	background: url(../img/arrow.png) no-repeat center right;
    display: block;
    font-size: 16px;
    padding: 20px 40px 20px 20px;
    position: relative;
    right: 50px;
    text-align: right;
    top: 31px;
}

.row {
	margin: 15px  0px;
}
.row.equal {
	margin-bottom: 30px;
}
.col-seamless {
	padding-left: 0px;
	padding-right: 0px;
}
.col-padding-top-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}
.col-padding-top {
	padding-top: 15px;
}
.col-padding-bottom {
	padding-bottom: 15px;
}

ul{
	padding-left:15px;
}
ul li{
	color: #333;
	line-height:21px;
}

.logo{
	text-align:right;
}
.logo h1{
	color: #098E3D;
	font-size:42px;
	text-align:left;	
	font-weight: bold;
}
.logo p{
	text-align:left;
	margin-bottom:0px;	
	font-size:14px;
}

.text-style.color-green {
	color: #098E3D;
}
.text-style.color-white {
	color: #fff;
}
.text-style.color-black {
	color: #000;
}
.text-style.bold {
	font-weight: bold;
}
.color-red{
	color: #E6303D;
}

.bg.bg-gray {
	background: #ddd;
}
.bg.bg-dark-gray {
	background: #ccc;
}
.bg.bg-light-green {
	background: #9BCC35;
}

.title-flag {
	margin-top: 15px;
	margin-bottom: 15px;
}


.btn.btn-green {
	background-color: #9BCC35;
	color: #fff;
}
.btn.btn-green:hover {
	background-color: #098E3D;
	color: #fff;
}

.languages{
	text-align:center;
}
languages img{
	border:0px;
}

/* Phone To Tablet */

@media screen and (max-width: 986px) {

	body{
		background: none;
	}
	.col-md-6 {
		width: 100%;
	}
	.logo{
		margin-top:20px;
		text-align:center;
	}
	.logo h1, .logo p{
		text-align:center;
	}
	.logo img{
		margin:0px!important;
	}
	.bg.bg-gray{
		margin-bottom:20px;
	}
	.button{
		text-align:center;
		top:0px;
		padding-left:20px;
	}
}

@media screen and (min-width: 992px) {
  .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 0 auto;
  }
}