
@charset "UTF-8";
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #888;
	font: 300 16px/1.6875 "Raleway", sans-serif;
	-webkit-text-size-adjust: none;
	background: #5495d7;
}
 .hideme{
        display:none;
        visibility: hidden;
    }
	

	blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; // for Android
  animation: 2s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for Android
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }

}


#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #26262c;
	display: none;
}
#boxes .window {
	position: fixed;
	left: 0;
	top: 0;
	width: 440px;
	height: 850px;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
#boxes #dialog {
	width: 475px;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	font-size: 15pt;
}
.agree:hover {
	background-color: #D1D1D1;
}
.popupoption:hover {
	background-color: #D1D1D1;
	color: green;
}
.popupoption2:hover {
	color: red;
}
 @media only screen and (max-width: 600px) {
#boxes .window {
	position: fixed;
	left: 0;
	top: 0;
	width: 240px;
	height: 650px;
	display: none;
	z-index: 9999;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
#boxes #dialog {
	width: 250px;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	font-size: 15pt;
}
}
.responsive-image {
	width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
	text-transform: uppercase;
	color: #333;
	font-weight: 800;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
	color: #5495d7;
}
h1, .heading-1 {
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
}
h2, .heading-2 {
	font-size: 40px;
	line-height: 1.25;
}
@media (max-width: 1199px) {
h2, .heading-2 {
	font-size: 35px;
}
}
@media (max-width: 479px) {
h2, .heading-2 {
	font-size: 28px;
}
}
h3, .heading-3 {
	font-size: 30px;
	line-height: 1.433333;
}
@media (max-width: 1199px) {
h3, .heading-3 {
	font-size: 25px;
}
}
h4, .heading-4 {
	font-size: 25px;
	line-height: 1.25;
}
h5, .heading-5 {
	font-size: 20px;
	line-height: 1.25;
}
h6, .heading-6 {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
}
p a:hover, .marked-list a:hover, .list a:hover {
	color: #333333;
}
p .fa, .marked-list .fa, .list .fa {
	text-decoration: none;
}
.very-small {
	font-size: .4em;
}
small, .small {
	font-size: .8em;
	line-height: 1.25;
}
.big {
	font-size: 1.5em;
}
time {
	display: block;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:focus {
	outline: none;
}
a:active {
	background-color: transparent;
}
a[href^="tel:"], a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}
a[href^="tel:"]:hover, a[href^="callto:"]:hover {
	color: #5495d7;
}
a[href^="mailto:"] {
	color: inherit;
}
a[href^="mailto:"]:hover {
	color: #5495d7;
}
.fa {
	line-height: inherit;
}
[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}
.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page {
	min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets      ======================*/
* + p {
	margin-top: 20px;
}
* + img {
	margin-top: 27px;
}
* + .btn {
	margin-top: 22px;
}
.btn {
	margin-top: 10px;
}
* + .inline-list {
	margin-top: 48px;
}
* + .list {
	margin-top: 20px;
}
* + .mailform {
	margin-top: 27px;
}
* + .terms-list {
	margin-top: 20px;
}
* + .resp-tabs {
	margin-top: 20px;
}
* + .row {
/*  margin-top: 19px;*/
}
p + p {
	margin-top: 15px;
}
img + p {
	margin-top: 22px;
}
h6 + p {
	margin-top: 14px;
}
 @media (max-width: 991px) {
.box + .box {
/* margin-top: 60px;*/
}
}
.offset-0 {
	margin-top: 0 !important;
}
.offset-1 {
	margin-top: 8px;
}
.offset-3 {
	margin-top: 10px;
}
/*==================    Postfix      ======================*/
/*==================    Preffix      ======================*/
/*==================    Insets      ======================*/
.inset {
	padding-right: 0;
	padding-left: 30px;
}
@media (max-width: 991px) {
.inset {
	padding-right: 0px;
	padding-left: 0px;
}
}
.inset-1 {
	padding-left: 55px;
}
.inset-7 {
	padding-left: 451px;
}
@media (max-width: 1199px) {
.inset-1 {
	padding-left: 51px;
}
}
@media (max-width: 991px) {
.inset-1 {
	padding-left: 15px;
}
}
.inset-2 {
	padding-right: 45px;
	padding-left: 0;
}
@media (max-width: 1199px) {
.inset-2 {
	padding-right: 30px;
}
}
@media (max-width: 991px) {
.inset-2 {
	padding-right: 15px;
}
}
.inset-3 {
	padding-top: 18px;
}
.inset-4 {
	padding-left: 45px;
}
@media (max-width: 1199px) {
.inset-4 {
	padding-left: 30px;
}
}
@media (max-width: 991px) {
.inset-4 {
	padding-left: 15px;
}
}
.inset-5 {
	padding-right: 56px;
}
@media (max-width: 1199px) {
.inset-5 {
	padding-right: 51px;
}
}
@media (max-width: 991px) {
.inset-5 {
	padding-right: 15px;
}
}
.inset-6 {
	padding-left: 56px;
}
@media (max-width: 1199px) {
.inset-6 {
	padding-left: 0;
	padding-right: 0;
}
}
/*==================      Well     ======================*/
.well {
	padding: 15px 0 15px;
	background: #FFF;
}
.well-2 {
	padding: 93px 0 101px;
}
.well-2--inset-1 {
	padding-bottom: 95px;
}
.well-3 {
	padding: 130px 0;
}
.well-4 {
	padding-top: 90px;
}
 @media (max-width: 991px) {
.well-sm-bottom {
	padding-bottom: 90px;
}
}
/*=======================================================
                        Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
	border-radius: 50%;
}
.full {
	width: 100%;
}
/*==================    Text Styling      ======================*/
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.lowercase {
	text-transform: lowercase;
}
.thin {
	font-weight: 100;
}
.light {
	font-weight: 300;
}
.normal {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.sbold {
	font-weight: 600;
}
strong, .bold {
	font-weight: 700 !important;
}
.ubold {
	font-weight: 900;
}
/*==================     Text Align    ======================*/
.text-center {
	text-align: center;
	color: #666;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
 @media (max-width: 1199px) {
.text-md-center {
	text-align: center;
}
.text-md-right {
	text-align: right;
}
.text-md-left {
	text-align: left;
}
}
@media (max-width: 991px) {
.text-sm-center {
	text-align: center;
}
.text-sm-right {
	text-align: right;
}
.text-sm-left {
	text-align: left;
}
}
@media (max-width: 1020px) {
.text-xs-center {
	text-align: center;
	padding: 0 !important;
}
.africa-img {

	display: none;
}
.banner__mod {
	min-height: 200px !important;
}
.banner__mod img {
	width: 75% !important;
	padding: 0 !important;
}
.bg-img-1 .image-wrap-2 img, .hideit {
	display: none;
}
.bg-default {
	background-color: rgba(255,255,255,0.8) !important;
	min-height: 350px !important;
}
.hidden-text {
	clear:both;
	display: block !important;
	font-style: italic;
	padding: 10px 15px;
	text-align: center;
}
.text-xs-right {
	text-align: right;
}
.text-xs-left {
	text-align: left;
}
}
@media (max-width: 479px) {
.text-xxs-center {
	text-align: center;
}
.text-xxs-right {
	text-align: right;
}
.text-xxs-left {
	text-align: left;
}
}
/*================      Floating      =================*/
.pull-left {
	float: left;
}
.pull-none {
	float: none;
}
.pull-right {
	float: right;
}
 @media (max-width: 1199px) {
.pull-md-none {
	float: none;
}
.pull-md-right {
	float: right;
}
.pull-md-left {
	float: left;
}
}
@media (max-width: 991px) {
.pull-sm-none {
	float: none;
}
.pull-sm-right {
	float: right;
}
.pull-sm-left {
	float: left;
}
}
@media (max-width: 768px) {
.pull-xs-none {
	float: none;
}
.pull-xs-right {
	float: right;
}
.pull-xs-left {
	float: left;
}
}
/*================       Colors       ==================*/
.text-default {
	color: #fff;
}
.text-contrast {
	color: #000;
}
.text-primary {
	color: #5495d7;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #5495d7;
}
.bg-contrast {
	background: #000;
}
.bg-default {
	background: #fff;
}
.bg-primary-variant-1 {
	background: rgba(84, 149, 215, 0.8);
	color: #FFFFFF;
}
.bg-primary-variant-2 {
	background: rgba(51, 51, 51, 0.8);
	color: #FFFFFF !important;
}
.bg-primary-variant-3 {
	color: #FFFFFF !important;
}
.bg-primary-variant-1 h1, .bg-primary-variant-1 h2, .bg-primary-variant-1 h3, .bg-primary-variant-1 h4, .bg-primary-variant-1 h5, .bg-primary-variant-1 h6, .bg-primary-variant-1 .heading-1, .bg-primary-variant-1 .heading-2, .bg-primary-variant-1 .heading-3, .bg-primary-variant-1 .heading-4, .bg-primary-variant-1 .heading-5, .bg-primary-variant-1 .heading-6, .bg-primary-variant-2 h2, .bg-primary-variant-3 h2 {
	color: #434b4d;
}
.bg-contrast-variant-1 {
	background: #333333;
	color: #FFFFFF;
}
.bg-contrast-variant-2 {
	background: rgba(51, 51, 51, 0.8);
	color: #FFFFFF;
}
.bg-contrast-variant-2 h1, .bg-contrast-variant-2 h2, .bg-contrast-variant-2 h3, .bg-contrast-variant-2 h4, .bg-contrast-variant-2 h5, .bg-contrast-variant-2 h6, .bg-contrast-variant-2 .heading-1, .bg-contrast-variant-2 .heading-2, .bg-contrast-variant-2 .heading-3, .bg-contrast-variant-2 .heading-4, .bg-contrast-variant-2 .heading-5, .bg-contrast-variant-2 .heading-6 {
	color: #FFFFFF;
}
.bg-contrast-variant-2__before {
	position: relative;
}
.bg-contrast-variant-2__before:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 5000px;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 991px) {
.bg-contrast-variant-2__before:before {
	display: none;
}
}
.bg-contrast-variant-2__after {
	position: relative;
}
.bg-contrast-variant-2__after:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 991px) {
.bg-contrast-variant-2__after:after {
	display: none;
}
}
.bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
@media (max-width: 1199px) {
.bg-fixed {
	background-attachment: scroll;
}
}
.bg-fixed__mod {
	position: relative;
}
.bg-fixed__mod * {
	position: relative;
	z-index: 2;
}
.bg-fixed__mod:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
}
.bg-img-1 {
	background-image: url("../images/medical.jpg");
}
.bg-img-2 {
	background-image: url("../images/bg2_1.jpg");
}
.bg-img-3 {
	background-image: url("../images/bg3.jpg");
}
.bg-img-4 {
	background-image: url("../images/parallax4.jpg");
}
.bg-img-5 {
	background-image: url("../images/parallax5.jpg");
}
.bg-img-6 {
	background-image: url("../images/parallax6.jpg");
}
.bg-img-7 {
	/*background-image: url("../images/blueprint2.jpg");*/
	background: #eee;
}

@media (max-width: 1099px) {

.w-input, .w-select {
	width: 100% !important;
}
.w-other {
	width: 30% !important;
}
.w-phone {
	width: 65% !important;
}
}
@media (max-width: 699px) {

#google-map {
	height: 820px !important;
}
#contact .contact-form {
	margin-top: 10px !important;
	padding: 10px !important;
}
.btn {
	margin: 0 !important;
}
.form-group {
	margin-bottom: 8px;
}
header .brand, header .nav {
	display: none;
}
}
/*----------------------New Section------------------*/
.bg-secondary {
	background: #3d3d3d;
	color: #ffffff;
}
.bg-secondary .box-inset-1 {
	text-align: center;
}
.bg-secondary .box-inset-1 h5 {
	color: #fff;
}
.bg-img-01 {
	background-image: url(../images/special_offer_safari.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.box-skin-2 {
	position: relative;
	padding-top: 83px;
	padding-bottom: 85px;
	padding-left: 62px;
	padding-right: 62px;
	overflow: hidden;
}
.box_cnt {
	position: relative;
	z-index: 5;
}
.box-skin-2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.53);
}
.box-skin-2:after {
	content: "";
	position: absolute;
	right: 14px;
	left: 14px;
	top: 15px;
	bottom: 15px;
	border: 1px solid #a9a8ac;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.box-skin-2:hover:after {
	content: "";
	position: absolute;
	right: -2px;
	left: -2px;
	top: -3px;
	bottom: -3px;
	border: 1px solid #17a598;
}
.line-inset-1 {
	padding-left: 101px;
	position: relative;
}
.bg-secondary .line-inset-1:before {
	background-color: #b9b9b9;
}
.page .box-inset-1 {
	padding: 40px 28px 20px 0px;
}
/*----------------------New Section------------------*/
.bg-img-7 .image-section-overlay {
	padding-top: 60px;
	padding-bottom: 60px;
	/*background-color: rgba(51, 51, 51, 0.8);*/
	text-align: center;
}
.image-section-overlay1 {
	background-color: rgba(51, 51, 51, 0.4);
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
}
.brand_name {
	overflow: hidden;
	display: inline-block;
	color: #5495d7;
}
.brand_slogan {
	display: inline-block;
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	vertical-align: bottom;
}
.brand_slogan span {
	color: #333;
}
.brand_name + .brand_slogan {
	margin-top: 0;
}
/*==================    Images     ======================*/
.image-wrap-1 img {
	margin-top: 7px;
}
.image-wrap-2:before, .image-wrap-2:after {
/* display: table;
  content: "";
  line-height: 0;*/
}
.image-wrap-2:after {
	clear: both;
}
.image-wrap-2 img {
	float: right;
	max-width: none;
}
@media (max-width: 1299px) {
.image-wrap-2 img {
	max-width: 100%;
}
}
.image-wrap-3 {
	position: relative;
}
.image-wrap-3 img {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: -55px;
	height: 100%;
	max-width: none;
}
.image-wrap-3 img.visit {
	position: relative;
	right: 0;
}
@media (max-width: 1199px) {
.image-wrap-3 img {
	margin-right: -51px;
}
.video-container {
	background: none;
}
.video-container:after {
	background: none;
}
}
@media (max-width: 991px) {
.image-wrap-3 img {
	position: static;
	margin-right: 0;
	max-width: 100%;
	height: auto;
}
}
.image-wrap-3-mod {
	position: relative;
}
.image-wrap-3-mod img {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -56px;
	height: 100%;
	max-width: none;
}
@media (max-width: 1199px) {
.image-wrap-3-mod img {
	margin-left: -51px;
}
}
@media (max-width: 991px) {
.image-wrap-3-mod img {
	position: static;
	margin-left: 0;
	max-width: 100%;
	height: auto;
}
}
.image-wrap-4 {
	position: relative;
}
.image-wrap-4 img.img-left {
	position: absolute;
	right: 45px;
	top: 0;
	max-width: none;
	z-index: -1;
}
@media (max-width: 1499px) {
.image-wrap-4 img.img-left {
	display: none;
}
}
/*==================     Icons     ======================*/
.icon {
	display: inline-block;
}
.icon.fa-facebook, .icon.fa-twitter, .icon.fa-google-plus, .icon.fa-skype, .icon.fa-instagram {
	font-size: 18px;
	line-height: 18px;
}
.icon.fa-facebook:hover, .icon.fa-twitter:hover, .icon.fa-google-plus:hover, .icon.fa-skype:hover, .icon.fa-instagram:hover {
	color: #333333;
}
/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	background: transparent;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.btn .insider {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.btn .insider:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 20px;
	position: absolute;
	left: -100%;
	top: 50%;
	margin-top: -10px;
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.btn:hover .insider:after {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	left: 100%;
}
.btn-md {
	font-weight: 800;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 30px;
}
.btn-md2 {
	font-weight: 800;
	font-size: 12px;
	line-height: 20px;
	padding: 8px 14px;
	display: initial;
}
.btn-primary {
	color: #FFFFFF;
	background: #5495d7;
}
.btn-primary:hover {
	color: #5495d7;
	background: rgba(103, 172, 188, 0.22);
}
.btn-primary:active {
	-webkit-box-shadow: 1px 1px 5px #5495d7;
	-moz-box-shadow: 1px 1px 5px #5495d7;
	box-shadow: 1px 1px 5px #5495d7;
}
/*==================      Box      ======================*/
.box .box__middle {
	vertical-align: middle;
	font-size: 14px;
}
.box .box__bottom {
	vertical-align: bottom;
}
.box .box_left img, .box .box_right img {
	max-width: none;
}
.box .box_left .exhibition-image, .box .box_right .exhibition-image {
	width: 100%;
}
.box_left, .box_right, .box_body {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}
.box .box_left {
	padding-right: 30px;
	min-height: 230px;
	width: 230px;
	max-height: auto;
}
.box .box_right {
	padding-left: 30px;
	min-height: 230px;
	width: 230px;
	max-height: auto;
}
.box .box_right img, .box .box_left img {
	max-width: 100%;
	height: auto;
}
 @media (max-width: 479px) {
.box-xxs-clear .box_left img, .box-xxs-clear .box_right img {
	max-width: 100%;
}
.box-xxs-clear .box_left, .box-xxs-clear .box_right, .box-xxs-clear .box_body {
	padding: 0;
	display: block;
	vertical-align: top;
}
.box-xxs-clear .box_left {
	padding-bottom: 30px;
}
.box-xxs-clear .box_right {
	padding-top: 30px;
}
}
@media (max-width: 768px) {
.box-xs-clear .box_left img, .box-xs-clear .box_right img {
	max-width: 100%;
}
.box-xs-clear .box_left, .box-xs-clear .box_right, .box-xs-clear .box_body {
	padding: 0;
	display: block;
	vertical-align: top;
}
.box-xs-clear .box_left {
	padding-bottom: 30px;
}
.box-xs-clear .box_right {
	padding-top: 30px;
}
}
@media (max-width: 991px) {
.box-sm-clear .box_left img, .box-sm-clear .box_right img {
	max-width: 100%;
}
.box-sm-clear .box_left, .box-sm-clear .box_right, .box-sm-clear .box_body {
	padding: 0;
	display: block;
	vertical-align: top;
	margin-top: 2%;
}
.box-sm-clear .box_left {
	padding-bottom: 30px;
	width: auto;
	min-height: 0;
}
.box-sm-clear .box_right {
	padding-top: 30px;
	width: auto;
	min-height: 0;
}
}
@media (max-width: 1199px) {
.box-md-clear .box_left img, .box-md-clear .box_right img {
	max-width: 100%;
}
.box-md-clear .box_left, .box-md-clear .box_right, .box-md-clear .box_body {
	padding: 0;
	display: block;
	vertical-align: top;
}
.box-md-clear .box_left {
	padding-bottom: 30px;
}
.box-md-clear .box_right {
	padding-top: 30px;
}
}
.box-lg_left img, .box-lg_right img {
	max-width: none;
}
.box-lg_left, .box-lg_right, .box-lg_body {
	display: table-cell;
}
.box-lg_body {
	vertical-align: top;
	padding: 20px 40px;
}
@media (max-width: 479px) {
.box-lg_body {
	padding: 40px 15px;
}
}
@media (max-width: 991px) {
.box-lg .box-lg_left img, .box-lg .box-lg_right img {
	max-width: 100%;
	width: 100%;
}
.box-lg .box-lg_left, .box-lg .box-lg_right, .box-lg .box-lg_body {
	display: block;
	vertical-align: top;
}
}
/*==================   Index List  ======================*/
.index-list {
	counter-reset: li;
}
.index-list li.fadeInUp {
	border-right: 1px solid rgba(84, 149, 215, 1);
}
.index-list li.fadeInUp:last-child {
	border: none;
}
@media (max-width: 999px) {
.index-list li.fadeInUp {
	border-right: none;
	border-bottom: 1px solid rgba(84, 149, 215, 1) !important;
	margin: 0;
}
.index-list li.fadeInUp:last-child {
	border-bottom: none !important;
}
}
.index-list > li:first-child > .index-list__counter {
/*padding-left: 66px;*/
}
.index-list > li:first-child > .index-list__counter .text-primary {
	text-align: center;
}
.index-list > li > .index-list__counter {
	/* padding-left: 106px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}
.index-list > li > .index-list__counter:before {
	/* content: counter(li,decimal);*/
	counter-increment: li;
	position: absolute;
	left: -5px;
	bottom: 0;
	font: 400 150px/130px "Montserrat", sans-serif;
	color: #5495d7;
	opacity: 0.15;
}
.index-list li.col-md-1:nth-child(12n + 13), .index-list li.col-md-2:nth-child(6n + 7), .index-list li.col-md-3:nth-child(4n + 5), .index-list li.col-md-4:nth-child(3n + 4), .index-list li.col-md-6:nth-child(2n + 3) {
	clear: left;
}
/*==================  Inline List  ======================*/
.inline-list li {
	display: inline-block;
}
.inline-list li + li {
	margin-left: 14px;
}
/*==================  List  ======================*/
.list li {
	font-weight: 500;
	color: #5495d7;/*color: #fff;*/
}
.list li a:hover {
	color: #5495d7;
}
.list li + li {
	margin-top: 1px;
}
/*==================  Terms List  ======================*/
.terms-list dt + dd {
	margin-top: 13px;
}
.terms-list dd + dt {
	margin-top: 35px;
}
.terms-list + * {
	margin-top: 27px;
}
/*==================  Contact-info   ======================*/
.contact-info {
	display: inline-block;
}
.contact-info p + dl {
	margin-top: 15px;
}
.contact-info dl {
	text-align: left;
	min-width: 290px;
}
.contact-info dl:before, .contact-info dl:after {
	display: table;
	content: "";
	line-height: 0;
}
.contact-info dl:after {
	clear: both;
}
@media (max-width: 991px) {
.contact-info dl {
	min-width: 100%;
}
}
.contact-info dl dt {
	float: left;
}
.contact-info dl dd {
	float: right;
}
.contact-info dl.email dt, .contact-info dl.email dd {
	float: none;
	display: inline-block;
}
.contact-info dl.email dt a[href^="mailto:"], .contact-info dl.email dd a[href^="mailto:"] {
	text-decoration: underline;
}
/*==================  Post   ======================*/
.post {
	overflow: hidden;
	position: relative;
}
.post:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
	position: absolute;
}
.post img {
	width: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.post_cnt {
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 22%;
	right: 16%;
}
.post_cnt h1, .post_cnt h2, .post_cnt h3, .post_cnt h4, .post_cnt h5, .post_cnt h6, .post_cnt .heading-1, .post_cnt .heading-2, .post_cnt .heading-3, .post_cnt .heading-4, .post_cnt .heading-5, .post_cnt .heading-6 {
	color: #fff;
}
@media (max-width: 1799px) {
.post_cnt {
	left: 10%;
	right: 10%;
}
}
@media (max-width: 1499px) {
.post_cnt {
	text-align: center;
	left: 15px;
	right: 15px;
}
.post_cnt h2 {
	font-size: 30px;
}
}
@media (max-width: 991px) {
.post_cnt h2 {
	font-size: 20px;
}
}
@media (max-width: 768px) {
.post_cnt h2 {
	font-size: 35px;
}
}
@media (max-width: 479px) {
.post_cnt h2 {
	font-size: 30px;
}
}
.post:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/*==================  Quote   ======================*/
.quote {
	position: relative;
	padding-left: 39px;
}
.quote:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f10d';
	font: 400 18px/32px "FontAwesome";
	color: #5495d7;
}
.quote q, .quote cite {
	display: block;
}
.quote q + cite {
	margin-top: 15px;
}
/*==================  Banner   ======================*/
.banner {
	min-height: 390px;
	padding: 30px 0;
	width: 100%;
	position: relative;
}
.banner_cnt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 15px;
	padding-right: 15px;
}
.banner_cnt img {
	width: 90%;
	padding: 0 15px;
}
@media (max-width: 1199px) {
.banner_cnt {
	padding-left: 20px;
	padding-right: 20px;
}
}
.banner__mod {
	min-height: 440px;
}
.category {
	min-height: 200px;
}
.banner__mod-2 .banner_cnt {
	padding-right: 0;
	padding-left: 36px;
	top: 49%;
}
@media (max-width: 991px) {
.banner__mod-2 .banner_cnt {
	padding-right: 20px;
	padding-left: 20px;
}
}
@media (max-width: 479px) {
.banner__mod-2 .banner_cnt {
	position: static;
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	padding-right: 10px;
	padding-left: 10px;
}
}
.banner__mod-3 .banner_cnt {
	top: 45%;
}
.banner__mod-4 .banner_cnt {
	padding-right: 40px;
	padding-left: 0;
	top: 49%;
}
@media (max-width: 991px) {
.banner__mod-4 .banner_cnt {
	padding-right: 20px;
	padding-left: 20px;
}
}
@media (max-width: 479px) {
.banner__mod-4 .banner_cnt {
	position: static;
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	padding-right: 10px;
	padding-left: 10px;
}
}
/*=======================================================
                     Script Modules
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 32px;
}
.sf-menu a {
	display: block;
}
.home_header {
	background: rgba(51,51,51,0.8);
}
.home_header .sf-menu > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #5495d7;
	text-transform: uppercase;
}
.home_header .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #fff;
}
.home_header .sf-menu > li.active > a {
	color: #fff;
}
.sf-menu > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #5495d7;
	text-transform: uppercase;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #000;
}
.sf-menu > li.active > a {
	color: #000;
}
.isStuck .sf-menu > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #5495d7;
	text-transform: uppercase;
}
.isStuck .sf-menu > li.active > a {
	color: #000;
}
.isStuck .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #000;
}
.isStuck .sf-menu > li.active > a {
	color: #000;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 150px;
	margin-top: 15px;
	padding: 20px 0;
	background: #333;
	z-index: 3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.sf-menu ul > li > a {
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	padding: 0 15px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #FFF;
	background: #5495d7;
}
.sf-menu li > ul > li > a {
	font-size: 13px;
}
.sf-menu ul ul {
	position: absolute;
	top: 23%;
	left: 102%;
	width: 150px;
	margin-top: 0;
	z-index: 4;
	padding: 20px 0;
	background: #333;
}
.sf-menu > li > .sf-with-ul {
	position: relative;
}
.sf-menu > li > .sf-with-ul:before {
	position: absolute;
	left: 50%;
	top: 83%;
	margin-left: -6px;
	margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
@media (max-width: 1099px) {
.sf-menu > li + li {
	margin-left: 20px;
}
}
@media (max-width: 768px) {
.sf-menu {
	display: none;
}
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: #666;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
	background: #f5f5f5;
	color: #2d2d2d;
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
	background: #5495d7;
	color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #FFF;
	color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	right: 56px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 18px 0 !important;
	max-width: 50% !important;
}
.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 @media (max-width: 768px) {
body {
	padding-top: 56px;
}
.rd-mobilemenu, .rd-mobilepanel {
	display: block;
}
}
@media (max-width: 359px) {
.rd-mobilepanel_title {
	font-size: 18px;
}
}
/*==================  Stuck menu  ======================*/
.isStuck {
	background: #fff;
	z-index: 999;
	border-bottom: 4px solid #5495d7;
}
 @media only screen and (max-width: 991px) {
.isStuck {
	display: none !important;
}
}
/*==================     ToTop     ======================*/
.toTop {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background: #5495d7;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:hover {
	color: #fff;
	background: #333333;
	text-decoration: none;
}
.mobile .toTop, .tablet .toTop {
	display: none !important;
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
}
.parallax_image, .parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax_pattern {
	background-repeat: repeat;
}
.parallax_cnt {
	position: relative;
	z-index: 2;
}
.parallax--mod:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
}
/*=================       Tabs     ======================*/
.resp-tabs-list li {
	cursor: pointer;
	display: inline-block;
	color: #5495d7;
	font-weight: 500;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.resp-tabs-list li + li {
	margin-left: 26px;
}
@media (max-width: 991px) {
.resp-tabs-list li + li {
	margin-left: 10px;
}
}
.resp-tabs-list li:hover {
	color: #333333;
}
.resp-tabs-list li.resp-tab-active {
	color: #333333;
}
* + .resp-tabs-container {
	margin-top: 32px;
}
.resp-accordion {
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-tab-content-active {
	display: block;
}
 @media (max-width: 768px) {
.resp-accordion {
	display: block;
	background: #5495d7;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.resp-accordion:hover {
	background: #4995a7;
}
.resp-accordion.resp-tab-active {
	background: #4995a7;
}
.resp-tabs-list {
	display: none;
}
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #fff;
	padding: 15px 0;
}
header .brand {
	float: left;
	padding-top: 55px;
}
header .nav {
	float: right;
	padding: 15px 0;
	line-height: 1;
}
@media (max-width: 991px) {
header {
	text-align: center;
}
header .brand, header .nav {
	float: none;
}
/*  header .nav {
	display:none;  
  }*/
}
header.subpage-mod {
	border-bottom: 4px solid #5495d7;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
	background: #FFFFFF;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	background: #2e2e2e;
}
#footer .social-icons {
	float: right;
}
#footer ul > li {
	display: inline-block;
	margin: 0 7.5px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
	color: #FFFFFF;
}
footer a:hover {
	color: #333333;
}
footer .footer-info {
	padding-top: 25px;
	padding-bottom: 60px;
}
footer .footer-info a[href^="callto:"] {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 50px;
}
footer .footer-info a[href^="callto:"]:hover {
	color: #333333;
}
footer .footer-info address {
	font-size: 20px;
	line-height: 1.433333;
	font-weight: 400;
	text-transform: uppercase;
}
footer .footer-info * + address {
	margin-top: 8px;
}
footer .footer-info__inset-2 {
	padding-top: 100px;
}
footer .copyright {
	font-size: 14px;
	margin-top: 29px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.alignleft li a, .alignright li a {
	font-size: 84%;
}
.sub-logo {
	float: right;
	margin-top: 120px;
	margin-right: -100px;
}
@media (max-width: 1527px) {
.sub-logo img {
	width: 80%;
}
.image-section-overlay2 {
	background-color: rgba(255, 255, 255, 0.7);
}
}
.africa-img {
	float: left;
	margin-left: -433px;
}
.cat {
	height: 650px;
}
.large-text {
	font-size: 1.9em;
}
.black-text {
	color: #000;
}
.yellow-text {
	color: #FEDF37;
}
.white-text {
	color: #fff;
}
.news .box {
	padding: 18px 0;
}
.events .box {
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.events .box:nth-child(4) {
	border: none;
}
.backgroud-seperator {
	background: #eee;
	padding: 5px 15px;
}
.media-partners {
	margin-top: 5px;
	background: #eee;
	padding-bottom: 12px;
}
.media-partners .col-lg-2 {
	padding: 15px 15px 15px 0;
	margin-top: 0px !important;
}
#contact {
	position: relative;
	overflow: hidden;
}
/*#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}*/
#contact .contact-form {
	/*background: rgba(255, 255, 255, 0.8);*/
	padding: 20px;
	margin-top: 20px;
	color: #fff;
}
#contact .contact-form p {
	font-size: 13.5px;
	margin-top: 0;
}
#contact .contact-form h3 {
	margin-top: 0;
}
#contact .contact-form h6 {
	color: #000;
}
#contact {
	position: relative;
	overflow: hidden;
	background: #5495d7;
}
/*#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.5);
    background: #5495d7;
  z-index: 1;
}*/

#contact .contact-form h3 {
	margin-top: 0;
}
#google-map {
	height: 700px;
}
.hidden-text {
	display: none;
}
.sponsors {
	margin-top: 15px;
}
.packages {
	width: 29%;
	border: 1px solid #5495d7;
	margin-right: 15px;
	min-height: 575px;
	padding: 10px;
	box-shadow: 5px 5px 5px #cfcfcf;
	float: left;
	margin-bottom: 20px;
}
.boxes {
	display: table;
	width: 100%;
	height: 100%;
}
.boxin {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.boxin li {
	background: #fff;
	padding: 5px;
}
.boxin li:nth-child(odd) {
	background: #efefef;
}
.go-green img {
	position: absolute;
	top: -40px;
	width: 60px;
	z-index: 999;
}
.go-green p {
	margin-left: 70px;
	margin-top: 0px;
	font-weight: bold;
}
.green-color {
	color: #1ea421;
	font-weight: bold;
}
.privacy {
	color: #000;
}
.social-media {
	margin-top: 38px;
}
.copyright {
	font-size: 12px;
	margin-top: 30px;
	display: block;
}
address {
	font-size: 14px
}
#ocean_strip img {
	width: 100%;
}
@media (max-width: 420px) {
.boxin {
	display: block;
	width: 100%;
}
.boxin2 {
	display: table-caption;
}
.boxin1 {
	display: table-footer-group;
}
}
.field {
	height: 50px;
	margin-bottom: 7px;
	border: 2px solid #e7e7e7;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
}
.field:hover {
	border-color: #bababa;
}
.field:focus {
	border-color: #C6E009;
}
.field.area {
	height: 170px;
	padding-top: 12px;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold
}
.w-input, .w-select {
	display: block;
	width: 50%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc
}
.w-other {
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 10%;
}
.w-phone {
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 39%;
}

.green {
	font-weight: bold;
	font-size: 18px;
}
#main-contact-form .w-input {
	width: 100%;
}
.w-input:-moz-placeholder, .w-select:-moz-placeholder {
color:#999
}
.w-input::-moz-placeholder, .w-select::-moz-placeholder {
color:#999;
opacity:1
}
.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
color:#999
}
.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
color:#999
}
.w-input:focus, .w-select:focus {
	border-color: #3898ec;
	outline: 0
}
.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly],  fieldset[disabled] .w-select {
	cursor: not-allowed;
	background-color: #eee
}
textarea.w-input, textarea.w-select {
	height: auto
}
.w-select {
	background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
	background-image: linear-gradient(white 0, #f3f3f3 100%)
}
.w-select[multiple] {
	height: auto
}
.w-form-label {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0
}
.w-checkbox, .w-radio {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px
}
.w-checkbox:before, .w-radio:before, .w-checkbox:after, .w-radio:after {
	content: " ";
	display: table
}
.w-checkbox:after, .w-radio:after {
	clear: both
}
.w-checkbox-input, .w-radio-input {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	float: left;
	margin-left: -20px
}
.w-radio-input {
	margin-top: 3px
}
.section {
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: white;
}
.section.intro-section {
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 12px 0px;
	background: #ffffff;
}
.section.download-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #353535;
	color: #fff;
}
.section.bottom-section {
	padding-bottom: 100px;
}
.section.logo-section {
	padding-top: 45px;
	padding-bottom: 25px;
	/*	background-color: #C6E009;*/
	background: url(../images/green_bg.JPG);
}
.section.contact-section {
	position: relative;
	z-index: 10;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}
.section.contactus-section {
	position: relative;
	z-index: 10;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
.section.exhibitors-list {
	position: relative;
	z-index: 10;
	padding-top: 15px;
	padding-bottom: 50px;
	background-color: #fff;
	min-height: 250px;
}
.section.visitor-section {
	position: relative;
	z-index: 10;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.section.advertise-section {
	position: relative;
	z-index: 10;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.section.downloads-section {
	position: relative;
	z-index: 10;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.check-list-item {
	position: relative;
	margin-bottom: 6px;
	padding-left: 30px;
}
.check-list-item img + p {
	margin-top: 10px;
}
.check-list-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 16px;
}
.column-intro-title {
	padding: 20px 0px;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	clear: both;
}
.success-bg {
	padding-top: 27px;
	border-radius: 3px;
	background-color: #5495d7;
	font-family: Montserrat, sans-serif;
	color: white;
	padding: 20px;
	text-align: center;
}
.error-bg {
	padding-bottom: 1px;
	padding-left: 15px;
	border-radius: 3px;
	background-color: #e21b1b;
	font-family: Montserrat, sans-serif;
	color: white;
	font-size: 12px;
}
.w-form {
	margin: 0 0 15px
}
.w-form-done {
	display: none;
	padding: 20px;
	text-align: center;
	background-color: #5495d7;
}
.w-form-fail {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #5495d7;
}



.section-title.subtitle {
	margin-bottom: 0px;
	font-size: 19px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
}
.section-title.subtitle a {
	color: #5495d7;
}
.section-divider {
	display: inline-block;
	width: 70px;
	height: 3px;
	margin-top: 4px;
	margin-bottom: 15px;
	background-color: #5495d7;
}
.section-title {
	margin-top: 0px;
	font-family: Montserrat, sans-serif;
	font-size: 42px;
	text-transform: uppercase;
	color: #5495d7;
}
.small-divider {
	display: inline-block;
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #5495d7;
}
ul.news li {
	list-style: none;
	border-bottom: solid 1px #5495d7;
	padding: 20px 0px;
}
.news-image {
	float: left;
	overflow: hidden;
}
.news-image img {
	height: auto;
	width: 120px;
}
.news-body {
	margin-left: 140px;
}
.news-body .title a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: color 50ms;
	-moz-transition: color 50ms;
	-o-transition: color 50ms;
	transition: color 50ms
}
.news-body .title a:hover {
	color: #5495d7;
	-webkit-transition: color 50ms;
	-moz-transition: color 50ms;
	-o-transition: color 50ms;
	transition: color 50ms
}
.news-date {
	font-size: 12px;
	color: #666;
}
.news-detail-content {
	margin-top: 20px;
}
#bro_form {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* background: url(images/brochure_bg.jpg) no-repeat; */
	height: auto;
	position: absolute;
	margin: 25px 0px 0px 5px;
	padding: 10px;
	display: none;
	overflow: hidden;
	background: #CCC;
	border-radius: 5px;
}
#bro_form .w-input {
	width: 100%;
}
#bro_form .w-other {
	width: 30%;
}
#bro_form .w-phone {
	width: 65%;
}
.news-detail-content img {
	float: left;
	width: 300px;
	height: auto;
	margin: 25px;
	box-shadow: 1px 1px 9px #666;
}




.heading {
	font-weight: bold;
}
.bottom-space {
	margin-bottom: 10px;
}
.sub-heading {
	font-size: 20px;
	padding: 10px 0px;
	font-weight: bold;
}
ul.inline-links {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
ul.inline-links li {
	display: inline;
	padding-right: 18px;
}
ul.footer-links li {
}
ul.footer-links a {
	font-size: 14px;
}
ul.footer-links a:hover {
	color: #000;
}






.yrs {
	position: absolute;
	right: 20px;
	z-index: 1050;
}


