@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;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    /* font-weight: 500; */
    line-height: 1.2;
    /* color: var(--bs-heading-color); */
}

.well .text-center li a {
    color: #666;
    text-decoration: none;
	font-size: 14px;
	margin-left: -7%;
}

 .hideme{
        display:none;
        visibility: hidden;
    }
	
p{
	font: 300 14px/1.6875 "Raleway", sans-serif;
	color: #888;
	margin-bottom: -23px;
}

	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;
  }

}

@media (min-width: 1200px) {
    .well .h2, h2 {
        font-size: 40px;
    }
}
.well .h2, h2 {
    font-size: 40px;
}

@media (min-width: 1200px) {
    .h2, h2 {
       font-size: 40px;
    }
}
.h2, h2 {
    font-size: 40px;
}

#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;
	font: 300 16px/1.6875 "Raleway", sans-serif;
}
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: 1199px) {
    .well h2, .heading-2 {
        font-size: 35px;
    }
}

.well h2, .heading-2 {
 	line-height: 1.25;
	font-weight:800;
}

@media (max-width: 479px) {
.well h2, .heading-2 {
	font-size: 28px;
}
}
.well h3, .heading-3 {
    font-size: 30px;
    line-height: 1.433333;
	font-weight: 800;
}
@media (max-width: 1199px) {
    .well 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;
}
.media-partner h6, .heading-6 {
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    text-align: left;
}
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;
	text-align: left;
	padding-left: 0px;
}
* + .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;
	padding: 15px 0px;
	font-family: "Raleway", sans-serif;
}
.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) {
.well-sm-bottom .text-sm-center {
	text-align: center;
}

.well-sm-bottom li{
	text-align: center;
}

.well-sm-bottom p{
	text-align: center;
}

.well-sm-bottom .box .btn{
	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;
	font: 300 16px/1.6875 "Raleway", sans-serif;
}
.text-contrast {
	color: #000;
}
.text-options {
	color: #5495d7;
	font-weight: 800;
}
/*==================  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;
}
.gallery-section {
	background: #5495d7;
	color: #FFFFFF;
	position: relative;/*background: linear-gradient(to right,  #5495d7 0%,#5495d7 41.3%,#333333 30%,#333333 100%);*/
}
.testimonial-section {
	background: #5495d7;
	color: #FFFFFF;
	position: relative;
	padding: 20px 0 10px 0;
}
.video-container {
	position: relative;
	padding-bottom: 31.25%;
	padding-top: 30px;
	height: 0;
	padding-left: 30px;
	margin-left: 55px;
	background: #333333;
}
.video-container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	height: 100%;
	background: #333333;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: 84%;
	padding-left: 30px;
	padding-top: 82px;
}
@media (max-width: 1099px) {
.video-container iframe, .video-container object, .video-container embed {
	padding: 0 0 15px 0;
}
.gallery-section {
	background: #5495d7;
}
.w-input, .w-select {
	width: 100% !important;
}
.w-other {
	width: 30% !important;
}
.w-phone {
	width: 65% !important;
}
}
@media (max-width: 699px) {
.video-container {
	background: none;
}
.video-container iframe, .video-container object, .video-container embed {
	padding: 0 0 15px 0;
}
.gallery-section {
	background: #5495d7;
}
#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    ======================*/

 .panel .btn {
    display: inline-block;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    position: relative;
	--bs-btn-border-radius: none;
}
 .panel .btn .insider {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.panel .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);
}
.panel .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%;
}
 .panel .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;
}
 .panel .btn-primary {
	color: #FFFFFF;
	background: #5495d7;
}
 .panel .btn-primary:hover {
	color: #5495d7;
	background: rgba(103, 172, 188, 0.22);
}
 .panel .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;
	text-align: left;
	font-family: "Raleway", sans-serif;
}
.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%;
	text-align: center;
}
.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: 0px -4%;
}
.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-options {
	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: 65%;
	margin-left: -6px;
	content: "";
	font: 400 12px/12px "FontAwesome";
}
@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: 0px;
}
.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;
}
header .brand {
	float: left;
	padding-top: 55px;
}
header .nav {
	float: right;	
	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);
	margin-top: -12%;
}

}
.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;
    font-weight: 800;
}
.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;
	color: white;
	font-family: 'Raleway';
}
#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;
    color: black;
    font-family: 'Raleway';
}
#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;
	font-family: 'Raleway';
	color:white;
	font-weight: 200;
}
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%;
}
.terms-para a {
	color: #5495d7;
}
.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{
	text-align:justify;
}

.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;
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 4px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	/*border: 1px solid #ddd;*/
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	/*box-shadow: 0 0 5px #ddd;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 35%; /* this value + 2.5 should = 50% */
	text-align: center;
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 21%; /* this value + 2.5 should = 33% */
	text-align: center;
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
	text-align: center;
}
ul.rig.columns-6 li {
	width: 14%; /* this value + 2.5 should = 25% */
	text-align: center;
}
ul.rig.columns-3 li .titleBox {
	font-size: 13px;
}
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
table a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
table a:active, table a:hover {
	color: #bd5a35;
	text-decoration: underline;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	/*margin:20px;*/
	border: #ccc 1px solid;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding: 21px 25px 22px 25px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left: 20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
table tr {
	text-align: center;
	padding-left: 20px;
}
table td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}
table td {
	padding: 18px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	/*border-left: 1px solid #e0e0e0;*/

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
table tr:last-child td {
	border-bottom: 0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
/********************pagination******************/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.w-col-3 {
	width: 25%;
}
.w-col {
	position: relative;
	/*float: left;*/
    
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.w-dyn-item {
	float: left;
}
.speaker-image-block {
	width: 100%;
	height: 250px;
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
	background-position: 50% 50%;
	background-size: cover;
}
.example-image-link {
	border: 5px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 700;
	height: 60px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	width: 60px;
	z-index: 100;
	left: 0;
	margin: -30px auto 0;
	right: 0;
	top: 50%;
}
.speaker-block {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	background-color: black;
}
.speaker-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
}
.speaker-title {
	margin-bottom: 7px;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.speaker-name {
	margin-bottom: 11px;
	font-family: Montserrat, sans-serif;
	font-size: 26px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.speaker-social-icon {
	width: 20px;
	height: 20px;
}
.speaker-social-icon-block {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	opacity: 0.6;
	text-align: left;
}
.speaker-social-icon-block:hover {
	opacity: 1;
}
.speaker-wrapper {
	height: 250px;
	margin-bottom: 20px;
	background-color: white;
	-webkit-transition: box-shadow 200ms ease;
	transition: box-shadow 200ms ease;
}
.speaker-wrapper-white {
	height: 350px;
	margin-bottom: 20px;
	background-color: white;
	-webkit-transition: box-shadow 200ms ease;
	transition: box-shadow 200ms ease;
}
.speaker-wrapper:hover {
	position: relative;
	z-index: 20;
}
.speaker-block-title {
	margin-bottom: -6px;
	font-family: Montserrat, sans-serif;
	color: black;
	font-size: 15px;
	font-weight: 700;
}
.speaker-block-title.subtitle {
	color: #b1b1b1;
	font-size: 12px;
	font-weight: 400;
}
.speaker-block-name-wrapper {
	padding: 25px;
}
.package__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list__item {
	float: left;
	padding: 0.625rem; /* 10 */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.heading {
	font-weight: bold;
	 color: #888;
	text-decoration:none;
}
.bottom-space {
	margin-bottom: 10px;
}
.sub-heading {
	font-size: 20px;
	padding: 10px 0px;
	font-weight: bold;
	color: #888;
	font-family:"Raleway", sans-serif;
}
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;
}
.accordion {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 14px;
	/* border:1px solid #542437;*/
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	background: #fff;
}
.accordion ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion li {
	margin: 0;
	padding: 0;
}
.accordion [type=radio], .accordion [type=checkbox] {
	display: none;
}
.accordion label {
	display: block;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
	border: 1px solid #cccccc;
	color: #21AE2E;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
	/* background:#C02942;*/
	color: #059212;
	box-shadow: 1px 1px 9px #dddddd;
}
.accordion .content {
	padding: 0 10px;
	overflow: hidden;
	/*border:1px solid #fff;  Make the border match the background so it fades in nicely */
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
}
.accordion p {
	color: #6c7a80;
	margin: 0 0 10px;
}
.accordion h3 {
	color: #542437;
	padding: 0;
	margin: 10px 0;
}
/* Vertical */
.vertical ul li {
	overflow: hidden;
	padding: 0 0 15px;
}
.vertical ul li label {
	padding: 10px 5px 25px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
	border-bottom: 0;
}
.vertical ul li label:hover {
	border: 1px solid #542437; /* We don't want the border to disappear on hover */
}
.vertical ul li .content {
	height: 0px;
	border-top: 0;
}
.vertical [type=radio]:checked ~ label ~ .content, .vertical [type=checkbox]:checked ~ label ~ .content {
	height: 110px;
	/*border:1px solid #542437;*/
	margin-top: 20px;
}
/*------------------gallery---------------------*/
/*
* @section Tumb
*/
/*.gallery {
  position: relative;
  display: none;
  margin-top: 50px;
  z-index: 99;
}
.gallery .figure {
  padding: 0 25px 25px 25px;
}
@media (min-width: 992px) {
  .gallery .figure {
    padding: 0;
    display: inline-block;
    overflow: hidden;
    width: 266px;
    height: 266px;
    border: solid 3px;
    color: rgba(255, 255, 255, 1);
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(29%);
    -ms-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(29%);
    -o-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(29%);
    -webkit-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(29%);
    transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(29%);
    padding: 15px;
    margin-left: -170px;/*
    * @bugfix @affected Google Chrome
    */
   /* -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }
  .gallery .figure:first-child {
    margin-left: 0;
  }
  .gallery .figure:before {
    border-top: solid 3px;
    width: 262px;
    -moz-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-290%) translateX(-48.5%);
    -ms-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-290%) translateX(-48.5%);
    -o-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-290%) translateX(-48.5%);
    -webkit-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-290%) translateX(-48.5%);
    transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-290%) translateX(-48.5%);
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 2.4%;
    left: 50%;
  }
  .gallery .figure .image-wrap-5 {
    -moz-transform: skew(-45deg) translateX(-115%) translateY(-1%);
    -ms-transform: skew(-45deg) translateX(-115%) translateY(-1%);
    -o-transform: skew(-45deg) translateX(-115%) translateY(-1%);
    -webkit-transform: skew(-45deg) translateX(-115%) translateY(-1%);
    transform: skew(-45deg) translateX(-115%) translateY(-1%);
    overflow: hidden;
    height: 500px;
  }
  .gallery .figure .image-wrap-5 .image-wrap-6 {
    overflow: hidden;
    -moz-transform: scale(1.15) translateY(7.2%) skew(45deg) translateX(51.5%);
    -ms-transform: scale(1.15) translateY(7.2%) skew(45deg) translateX(51.5%);
    -o-transform: scale(1.15) translateY(7.2%) skew(45deg) translateX(51.5%);
    -webkit-transform: scale(1.15) translateY(7.2%) skew(45deg) translateX(51.5%);
    transform: scale(1.15) translateY(7.2%) skew(45deg) translateX(51.5%);
  }
  .gallery .figure .image-wrap-5 .image-wrap-6 img {
    -moz-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-59%) translateX(-3%);
    -ms-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-59%) translateX(-3%);
    -o-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-59%) translateX(-3%);
    -webkit-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-59%) translateX(-3%);
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-59%) translateX(-3%);
  }
  .gallery .figure .image-wrap-5 .image-wrap-6 .link-wrap {
    display: inline-block;
    -moz-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-387%) translateX(75%);
    -ms-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-387%) translateX(75%);
    -o-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-387%) translateX(75%);
    -webkit-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-387%) translateX(75%);
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-387%) translateX(75%);
  }
  .gallery .figure--mod {
    -moz-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(-86%);
    -ms-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(-86%);
    -o-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(-86%);
    -webkit-transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(-86%);
    transform: rotate(30deg) skewY(30deg) scaleX(0.86603) translateX(29%) translateY(-86%);
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .gallery .figure:nth-child(6) {
    position: absolute;
    top: 94.5%;
    left: 44.7%;
    z-index: 2;
  }
  .gallery .figure:nth-child(7) {
    position: absolute;
    z-index: 3;
    top: 145.7%;
    left: 60%;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    width: 19em;
    height: 19em;
    color: #666666;
    border: solid 3px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    -ms-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    -o-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    -webkit-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    padding: 15px;
  }
  .gallery .figure:nth-child(7) .thumbnail_overlay:before {
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(225%) translateX(-135%);
  }
  .gallery .figure:nth-child(7) .thumbnail_overlay .caption {
    -moz-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30.5deg) translateY(75%) translateX(-100%);
    -ms-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30.5deg) translateY(75%) translateX(-100%);
    -o-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30.5deg) translateY(75%) translateX(-100%);
    -webkit-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30.5deg) translateY(75%) translateX(-100%);
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30.5deg) translateY(75%) translateX(-100%);
  }
  .gallery .figure:nth-child(7):before {
    border: solid 3px;
    margin: -4.11362em -4.75em;
    width: 19.4em;
    height: 17.72724em;
    -moz-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(1.4%);
    -ms-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(1.4%);
    -o-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(1.4%);
    -webkit-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(1.4%);
    transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(1.4%);
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .gallery .figure:nth-child(7) .image-wrap-5 {
    -moz-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    -ms-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    -o-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    -webkit-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    transform: skew(-45deg) translateX(-61%) translateY(-3%);
    overflow: hidden;
    height: 258px;
  }
  .gallery .figure:nth-child(7) .image-wrap-5 .image-wrap-6 {
    -moz-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    -ms-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    -o-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    -webkit-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    overflow: hidden;
  }
  .gallery .figure:nth-child(7) .image-wrap-5 .image-wrap-6 img {
    -moz-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    -ms-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    -o-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    -webkit-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
  }
}
.gallery .figure-1 {
  padding: 0 25px 25px 25px;
}
@media (min-width: 992px) {
  .gallery .figure-1 {
    padding: 0;
    display: inline-block;
    overflow: hidden;
    width: 266px;
    height: 266px;
    color: rgba(255, 255, 255, 1);
    border: solid 3px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    -ms-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    -o-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    -webkit-transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    transform: rotate(-30deg) skewY(30deg) scaleX(0.86603) translateX(3%) translateY(8%);
    padding: 15px;
    margin-left: -70px;*/
    /*
    * @bugfix @affected Google Chrome
    */
  /*  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }
  .gallery .figure-1:before {
    border-top: solid 3px;
    width: 267px;
    -moz-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-190%) translateX(-48%);
    -ms-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-190%) translateX(-48%);
    -o-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-190%) translateX(-48%);
    -webkit-transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-190%) translateX(-48%);
    transform: scaleX(1.1547) skewY(-30deg) rotate(-30deg) translateY(-190%) translateX(-48%);
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .gallery .figure-1 .image-wrap-6 {
    -moz-transform: skew(-45deg) translateX(-61.5%) translateY(-4%);
    -ms-transform: skew(-45deg) translateX(-61.5%) translateY(-4%);
    -o-transform: skew(-45deg) translateX(-61.5%) translateY(-4%);
    -webkit-transform: skew(-45deg) translateX(-61.5%) translateY(-4%);
    transform: skew(-45deg) translateX(-61.5%) translateY(-4%);
    overflow: hidden;
    height: 258px;
  }
  .gallery .figure-1 .image-wrap-6 .image-wrap-5 {
    -moz-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    -ms-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    -o-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    -webkit-transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    transform: scale(1.15) translateY(10.2%) translateX(51.2%) skew(45deg);
    overflow: hidden;
  }
  .gallery .figure-1 .image-wrap-6 .image-wrap-5 img {
    -moz-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    -ms-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    -o-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    -webkit-transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
    transform: scaleX(1.155) scale(1) skewY(-30deg) rotate(30deg) translateY(6%) translateX(-24%);
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .gallery .figure-1 .image-wrap-6 {
    -moz-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    -ms-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    -o-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    -webkit-transform: skew(-45deg) translateX(-61%) translateY(-3%);
    transform: skew(-45deg) translateX(-61%) translateY(-3%);
  }
}

@media (min-width: 992px) and (max-width: 1260px) {
  .gallery .figure-1:nth-child(6) {
    position: absolute;
    top: 97.5%;
    left: 65.5%;
    z-index: 1;
  }
  .gallery .figure-1:nth-child(7) {
    position: absolute;
    top: 95%;
    left: 21.1%;
  }
}
@media (min-width: 992px) {
  .gallery {
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .gallery .preffix-6 {
    -moz-transform: translateX(9.6%);
    -ms-transform: translateX(9.6%);
    -o-transform: translateX(9.6%);
    -webkit-transform: translateX(9.6%);
    transform: translateX(9.6%);
  }
}
@media (min-width: 1260px) {
  .gallery .preffix-6 {
    -moz-transform: translateX(7%);
    -ms-transform: translateX(7%);
    -o-transform: translateX(7%);
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
}
@media (min-width: 1260px) {
  .gallery {
    left: -2.5px;
	padding-bottom:30px;
  }
}

.figure-2 {
  margin-top: 18px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.figure-2:before {
  content: '';
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  width: 99%;
  margin-left: 5px;
  display: none;
}
@media (min-width: 992px) {
  .figure-2:before {
    display: inline-block;
  }
}
.figure-2 .figure-wrap-1:before {
  content: '';
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  height: 68em;
  position: absolute;
  top: -84px;
  left: 229px;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  display: none;
}
@media (min-width: 992px) {
  .figure-2 .figure-wrap-1:before {
    display: inline-block;
  }
}
.figure-2 .figure-wrap-1:after {
  content: '';
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  height: 68em;
  position: absolute;
  top: -84px;
  right: 228px;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: none;
}
@media (min-width: 992px) {
  .figure-2 .figure-wrap-1:after {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .figure-2 {
    margin-top: 550px;
  }
}
@media (min-width: 992px) {
  .figure-2 {
    height: 766px;
    max-width: 892px;
  }
}*/
/*
* @subsection Thumbnail
*/
/*.thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.thumbnail img {
  width: 100%;
}
@media (min-width: 1200px) {
  .thumbnail img {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 2051px) {
  .thumbnail img {
    width: 100%;
  }
}
.thumbnail .thumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #000;
  z-index: 9;
  -moz-transition: 0.4s background ease;
  -o-transition: 0.4s background ease;
  -webkit-transition: 0.4s background ease;
  transition: 0.4s background ease;
}
.lt-ie9 .thumbnail .thumb:before {
  display: none;
}
.thumbnail .small {
  font-size: 18px;
  display: block;
  line-height: 1.66667;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.thumbnail * + .small {
  margin-top: 13px;
}
@media (min-width: 480px) {
  .thumbnail * + .small {
    margin-top: 39px;
  }
}
.thumbnail .caption {
  position: absolute;
  top: 37%;
  left: 50%;
  z-index: 9;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.thumbnail .caption a {
  display: inline-block;
}
.thumbnail .caption a:hover {
  color: #8f8f8f;
}
@media (min-width: 992px) {
  .thumbnail .caption {
    top: 0;
    -moz-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-125%) translateX(-85%);
    -ms-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-125%) translateX(-85%);
    -o-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-125%) translateX(-85%);
    -webkit-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-125%) translateX(-85%);
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(-125%) translateX(-85%);
  }
}
@media (min-width: 992px) {
  .thumbnail .caption--mod {
    -moz-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(80%) translateX(-103%);
    -ms-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(80%) translateX(-103%);
    -o-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(80%) translateX(-103%);
    -webkit-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(80%) translateX(-103%);
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(80%) translateX(-103%);
  }
}
.thumbnail .caption .thumb {
  margin-top: 14px;
  margin-left: 8px;
}
.thumbnail_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  color: #000;
  background: transparent;
  text-align: center;
}
.lt-ie9 .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumbnail_overlay:before {
  content: "";
  position: absolute;
  text-transform: uppercase;
  top: 72%;
  left: 50%;
  font: 400 36px "FontAwesome";
  line-height: 1.5;
  margin-top: -15px;
  text-align: center;
  color: #fff;
  z-index: 9;
  pointer-events: none;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .thumbnail_overlay:before {
    top: 0;
    -moz-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(44%) translateX(-190%);
    -ms-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(44%) translateX(-190%);
    -o-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(44%) translateX(-190%);
    -webkit-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(44%) translateX(-190%);
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(-30deg) translateY(44%) translateX(-190%);
  }
}
.lt-ie9 .thumbnail_overlay:before {
  display: none;
}
@media (min-width: 992px) {
  .thumbnail_overlay--skin:before {
    -moz-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(225%) translateX(-135%);
    -ms-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(225%) translateX(-135%);
    -o-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(225%) translateX(-135%);
    -webkit-transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(225%) translateX(-135%);
    transform: scaleX(1.155) scale(0.9) skewY(-30deg) rotate(30deg) translateY(225%) translateX(-135%);
  }
}
.thumbnail:hover .thumb:before {
  background: rgba(0, 0, 0, 0.85);
}
.lt-ie9 .thumbnail:hover .thumb:before:before {
  display: block;
}
.thumbnail:hover .thumbnail_overlay {
  opacity: 1;
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay:before {
  display: block;
}
.thumbnail + .thumb {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .thumbnail + .thumb {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .thumbnail {
    display: inline-block;
    width: auto;
  }
}*/

/*==================     Box     ======================*/
/*-----------------------gallery-----------------*/

/*-----------------------timeline-----------------*/

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
	margin-top: 3em;
	margin-bottom: 3em;
}
#cd-timeline::before {
	left: 50%;
	margin-left: -2px;
}
}
.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}
.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
	margin: 4em 0;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
}
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100px;
	border-radius: 50%;
}
.cd-timeline-img img {
	display: block;
	width: 120px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -12px;
	margin-top: -12px;
}
.cd-timeline-img.cd-picture {
/*background: #75ce66;*/
}
.cd-timeline-img.cd-movie {
/*background: #c03b44;*/
}
.cd-timeline-img.cd-location {
/* background: #f0ca45;*/
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
	width: 120px;
	height: auto;
	left: 48.6%;
	top: 20%;
	margin-left: -30px;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
}
}
 @-webkit-keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -moz-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -moz-transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
 -o-transform: scale(0.5);
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.cd-timeline-content {
	position: relative;
	margin-left: 135px !important;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline-content h2 {
	color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
	font-size: 20px;
	font-size: 1.25rem;
}
.cd-timeline-content p {
	font-size: 16px;
	font-size: 1rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 14px;
	font-size: 0.875rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
	margin-left: 0;
	/* padding: 1.6em;*/
	width: 30.5%;
}
.cd-timeline-content::before {
	top: 24px;
	left: 100%;
	border-color: transparent;
	border-left-color: white;
}
.cd-timeline-content .cd-read-more {
	float: left;
}
.cd-timeline-content .cd-date {
	position: absolute;
	width: 100%;
	left: 122%;
	top: 6px;
	font-size: 16px;
	font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: white;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
	float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left: auto;
	right: 122%;
	text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
}
}
 @media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	-moz-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 -moz-transform: translateX(-100px);
 -ms-transform: translateX(-100px);
 -o-transform: translateX(-100px);
 transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 -moz-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -moz-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 -moz-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
/* -------------------------------- */
.bx-wrapper .testimonials-thumbnail {
	margin: 0px 0px 15px;
}
.bx-wrapper .testimonials-title {
	text-align: center;
	margin: 25px 15px 3px;
	font-size: 24px;
	line-height: 1;
}
.bx-wrapper .testimonials-carousel-thumbnail {
	max-width: 35%;
	float: left;
	margin-right: 20px;
}
.bx-wrapper .testimonials-carousel-thumbnail img {
	display: block;
	margin-right: 20px;
	width: 150px;
}
.bx-wrapper .testimonials-carousel-context {
	overflow: hidden;
}
.bx-wrapper .testimonials-name {
	font-size: 18px;
	margin-bottom: 18px;
	color: #000000;
	font-weight: 400;
}
.bx-wrapper span {
	font-size: 14px;
	margin-left: 10px;
	color: #fff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	vertical-align: middle;
}
.bx-wrapper {
	position: relative;
	margin: 20px auto;
	padding: 0;
	width: 100%;
*zoom: 1;
}
.bx-wrapper .slide {
	padding: 0;
	margin: 0;
	display: block;
}
.bx-wrapper .bx-viewport {
	margin-left: 0;
	z-index: 1;
	width: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	display: none;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-next.png) no-repeat 0 0;
	transform: translateX(14vw);
}
.bx-wrapper .bx-prev {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-prev.png) no-repeat 0 0;
	transform: translateX(12vw);
}
.bx-wrapper .bx-controls-direction {
	position: absolute;
	right: 0;
	bottom: 28px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-right: 0px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}
/**---------------------------sponsors---------------------*/
	/* COMMON PRICING STYLES */

.panel.price, .panel.price>.panel-heading {
	border-radius: 0px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	box-shadow: 0px 3px 0px rgba(0,0,0, .3);
	padding: 6px;
}
.panel.price:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}
.panel.price:hover>.panel-heading {
	box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}
.panel.price>.panel-heading {
	box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
	text-shadow: 0px 3px 0px rgba(50,50,50, .6);
}
.price .list-group-item {
	border-bottom-: 1px solid rgba(250,250,250, .5);
}
.panel.price .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.price .panel-footer {
	color: #fff;
	border-bottom: 0px;
	/*background-color:  rgba(0,0,0, .1);*/
			
	text-align: center;
	padding: 30px 0;
}
.panel.price .btn {
	box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
	border: 0px;
}
.panel p {
	margin-top: 10px !important;
}
/* green panel */
	
		
.price.panel-green>.panel-heading {
	color: #fff;
	background-color: #57AC57;
	border-color: #71DF71;
	border-bottom: 1px solid #71DF71;
}
.price.panel-green>.panel-body {
	color: #fff;
	background-color: #65C965;
}
.price.panel-green>.panel-body .lead {
	text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-green .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* blue panel */
	
		
.price.panel-blue>.panel-heading {
	color: #fff;
	background-color: #608BB4;
	border-color: #78AEE1;
	border-bottom: 1px solid #78AEE1;
}
.price.panel-blue>.panel-body {
	color: #fff;
	background-color: #73A3D4;
}
.price.panel-blue>.panel-body .lead {
	text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-blue .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* red price */
		
	
.price.panel-red>.panel-heading {
	color: #fff;
	background-color: #D04E50;
	border-color: #FF6062;
	border-bottom: 1px solid #FF6062;
}
.price.panel-red>.panel-body {
	color: #fff;
	background-color: #EF5A5C;
}
.price.panel-red>.panel-body .lead {
	text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-red .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* grey price */
		
	
.price.panel-grey>.panel-heading {
	color: #fff;
	background-color: #6D6D6D;
	border-color: #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}
.price.panel-grey>.panel-body {
	color: #fff;
	background-color: #808080;
}
.price.panel-grey>.panel-body .lead {
	text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-grey .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* white price */
.price.panel-white>.panel-heading h3 {
	color: #5495d7
}
.price.panel-white>.panel-heading {
	background-color: #f9f9f9;
	border-color: #ccc;
	border-bottom: 1px solid #ccc;
	text-shadow: 0px 2px 0px rgba(250,250,250, .7);
	padding: 6px;
}
.panel.panel-white.price:hover>.panel-heading {
	box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
}
.price.panel-white>.panel-body {
	color: #fff;
	padding: 10px 0;
}
.price.panel-white > .panel-body img {
	width: 60%;
}
.price.panel-white>.panel-body .lead {
	text-shadow: 0px 2px 0px rgba(250,250,250, .8);
	color: #666;
}
.price:hover.panel-white>.panel-body .lead {
	text-shadow: 0px 2px 0px rgba(250,250,250, .9);
	color: #333;
}
.price.panel-white .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
.simply-scroll-container {
	position: relative;
	margin: 20px 0px;
}
/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0 15px;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}
/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 100%;
	height: 100px;
	margin-bottom: 1em;
}
/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 200px;
}
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 200px;
	height: 100px;
}
.greybg {
	background: #d2d3d5;
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

 @media (max-width: 478px) {
.w-dyn-item {
	float: inherit;
}
}
@media (max-width: 1199px) {
.sub-logo {
	float: left;
	margin: 40px -50px 0px 120px; 
}
.sub-logo img {
	width: 70%;
}
}
@media (max-width: 995px) {
.sub-logo {
	float: left;
	margin: 40px -50px 0px 120px; 
}
.sub-logo img {
	width: 80%;
}
}
@media (max-width: 600px) {
.sub-logo {
	float: center;
	margin: 40px -50px 0px 10px; 
}
.sub-logo img {
	width: 90%;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.well .index-list__counter .text-well{
	color: #5495d7;
	font: 300 16px/1.6875 "Raleway", sans-serif;
}


.well-sm-bottom h3{
	text-align:left;
}

.prim-btn{
	color: #5495d7;
}

@media (min-width: 576px) {
    .text-sm-center {
         text-align: left;
    }
}

.box_body box__middle{
	font-family: "Raleway", sans-serif;
}

.nav-item a{
	text-align: center;
	font: 800 15px/1.6875 "Raleway", sans-serif;
	color: #5495d7;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #5495d7;
}

header .nav-link{
color: #5495d7;
text-align: left;
float: left;
}

@media only screen and (max-width: 400px) {
.navbar-brand img{
 width:80%;
 height:70%;
}

.well-sm-bottom .normal-date {
        font-size: 14px;
        font-weight: 400;
}

.navbar-brand{
    transform: translateX(5%)translateY(27%);
}

nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}


.navbar-brand .yrs{
    transform: translateY(-31%);
    height: 50px;
    width: 65px;
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}

header .navbar .container{
padding:0px -12px;
margin: -9% -0px;
}

.navbar-toggler{
	transform: translateY(-108%);
}

picture img{
margin-top: 33%;
}

.well-sm-bottom h3 {
    text-align: center;
} 

.dropdown-toggle::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

span {
    font-size: 20px;
    padding: 10px 0px;
    font-weight: bold;
    color: #888;
	text-align:center;
}

.media-partner h6, .heading-6{
text-align:center;
}

.sub-heading{
margin-left: 31%;
}

.normal{
	font-size:14px;
}
.video-container h3{
	margin-top:-20%;
	margin-left: -30%;
} 
.video-container iframe{
	margin-left: -4%;
}
.well-sm-bottom .text-options{ 
	font-size:25px;
}
.well-sm-bottom .normal{
	font-size: 25px;
	font-weight: 400;
}
.text-options{ 
	font-size:25px;
}
.box-lg_left p{
	font-size:16px;
}

.navbar-collapse .navbar-nav{
	margin-top: -12%;
    padding-bottom: 10%;
}
}

nav{
position: sticky;
}

.list li a{
	color:inherit;
	text-decoration: none;
}

.box_body p{
	margin-bottom: 0px;
}

.box-lg_left p{
 color:white;
}

.navbar-brand {
    padding-top: 0; 
    padding-bottom: 0; 
    margin-right: 0; 
    font-size: 0; 
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}


.box .btn {
    display: inline-block;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    position: relative;
	border-radius: 0;
	margin-top:-2%;
}

.box .btn .insider {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.box .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);
}
.box .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%;
}
.box .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;
}
.box .btn-primary {
	color: #FFFFFF;
	background: #5495d7;
}
.box .btn-primary:hover {
	color: #5495d7;
	background: rgba(103, 172, 188, 0.22);
}
.box .btn-primary:active {
	-webkit-box-shadow: 1px 1px 5px #5495d7;
	-moz-box-shadow: 1px 1px 5px #5495d7;
	box-shadow: 1px 1px 5px #5495d7;
}

.testimonial-section p{
color:white;
}

.box h5 a{
 color:#5495d7;
 text-decoration: none;
 font-size: 22px;
}

#contact h3{
	font-weight:800;
}

.social-media li a{
	color:white;
}

.contact-form li a{
	color:white;	
	text-decoration:none;
	font-family:"Raleway", sans-serif;
	font-size:14px;
}

.contact-form ul{
	padding-left:0rem;
}

.go-green p{
	color:white;
	font-size:16px;
}

.copyright{
	text-align:left;
}

.well-sm-bottom li a {
	font-family:"Raleway", sans-serif;
}


@media(min-width:1250px) and (max-width:1390px){
	.nav img{
	padding-right:10%;
	width: 100px;
    height: auto;
	transform: translateX(57%) translateY(-20%);
	}
}

@media(min-width:1390px) and (max-width:1450px){
	.nav img{
	margin-right:-20%;
	width: 100px;
    height: auto;
	transform: translateX(77%) translateY(-20%);
	}
}


@media(min-width:1180px) and (max-width:1250px){
	.nav img{
	padding-right:10%;
	width: 100px;
    height: auto;
	transform: translateX(40%) translateY(-20%)
	}
}

@media(min-width:991px) and (max-width:1180px){
	.nav img{
	padding-right:10%;
	width: 100px;
    height: auto;
	transform: translateX(24%) translateY(-20%);
	}
}

@media (min-width:991px) and (max-width: 991px){
	.nav img{
	padding-right:10%;
	width: 100px;
    height: auto;
	transform: translateX(71%) translateY(-6%);
	}
}


@media (min-width:700px) and (max-width: 991px){
	.nav img{
	padding-right:10%;
	width: 100px;
    height: auto;
	transform: translateX(35%) translateY(-6%);
	}
}

@media only screen and (max-width: 991px){
	.nav img{
	padding-right:10%;
	width: 100px;
    height: auto;
	transform: translateX(35%) translateY(-6%);
	}
}

@media (min-width:400px) and (max-width: 770px){
	.well-sm-bottom h3 {
    text-align: center;
} 
.video-container h3{
	margin-top: -14%;
	margin-left: -24%;
} 
.video-container iframe{
	margin-left: -4%;
	padding-top: 3%;
}	
.media-partner h6, .heading-6 {
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    text-align: center;
}
.sub-heading{
margin-left: 35%;
}
}


@media (min-width:991px) and (max-width:1200px){
.linkss{
	//margin-top: -43%;
	padding-left: 5%;
}
}

@media (min-width:770px) and (max-width:991px){
	.sub-heading{
		margin-left: 35%;
}
.well-sm-bottom h3 {
    text-align: center;
} 
.media-partner h6, .heading-6 {
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    text-align: center;
}
}

.navbar{
position:fixed;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        padding-left: 12%;
    }
}

.dropdown-menu.show {
    display: block;
    background: black;
}



.dropdown:hover .dropdown-menu {
	margin-top:30%;
	display: block;
	background: black;
}

.dropdown-menu li a{
	color:white;
	font-weight:100;
	font-size:12px;
	text-align:left;
}

.dropdown-menu li a:hover{
	color:white;
	background: #5495d7;
}

.dropdown{
width:100px;
}

.nav-link:focus, .nav-link:hover {
    color: white;
}

@media (min-width:400px){
.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: black;
}

.scrolled .navbar-nav .nav-link:hover{
    color: black;
}

.dropdown-toggle::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: translateY(10px) translateX(-57px);
}
}

@media (min-width:400px) and (max-width:468px){
.navbar-brand{
   transform: translateX(-10%) translateY(27%);
}

nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}

.navbar-brand .yrs{
    transform: translateY(-31%);
    height: 50px;
    width: 65px;
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}

header .navbar .container{
margin: -7% 0px;
}

.navbar-toggler{
	transform: translate(-4%, -108%);
}

picture img{
margin-top:11%;
}

.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transform: none;
}

.navbar-nav{
    margin-top: -7%;
    padding-bottom: 8%;
}

header .navbar .container{
margin: -7% 0px;
}
}

@media (min-width:468px) and (max-width:500px){
.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transform: none;
}

.navbar-brand .yrs{
    transform: translateY(-31%);
    height: 50px;
    width: 65px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-396px, -1px);
}

picture img{
        margin-top: 35%;
}

nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    transform: translate(-391px, 0px);
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}
}




@media (min-width:500px) and (max-width:576px){
nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}


.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transform: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-80vw, 0px);
}


.navbar-brand .yrs{
    transform: translate(13vw, -32%);
    height: 50px;
    width: 65px;
}

picture img{
        margin-top: 32%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    transform: translate(-80vw, 0px);
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}
}



@media (min-width:576px) and (max-width:650px){
nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}


.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transform: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-75vw, 0px);
}


.navbar-brand .yrs{
    transform: translate(13vw, -32%);
    height: 50px;
    width: 65px;
}

picture img{
        margin-top: 30%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    transform: translate(-75vw, 0px);
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}
}


@media (min-width:650px) and (max-width:700px){
nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}


.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transform: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-75vw, 0px);
}


.navbar-brand .yrs{
    transform: translate(17vw, -32%);
    height: 50px;
    width: 65px;
}

picture img{
        margin-top: 29%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    transform: translate(-75vw, 0px);
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}
}


@media (min-width:700px) and (max-width:800px){
nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}


.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transform: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-69vw, 0px);
}


.navbar-brand .yrs{
    transform: translate(17vw, -32%);
    height: 50px;
    width: 65px;
}



.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    transform: translate(-69vw, 0px);
}

nav .navbar-toggler-icon:active{
	transform: translate(-85vw, 0px);
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}
}


@media (min-width:800px) and (max-width:992px){
nav.navbar.scrolled{
   background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
  }

nav.navbar.navbar-bottom.scrolled {
  background-color: black !important;
  transition: background-color 200ms linear;
	border-bottom: none;
}


.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transform: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-69vw, 0px);
}


.navbar-brand .yrs{
    transform: translate(30vw, -32%);
    height: 50px;
    width: 65px;
}

picture img{
        margin-top: 6%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    transform: translate(-69vw, 0px);
}

.logo{
	margin-left: 17%;
    margin-right: -20%;
}

.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}
}

@media (min-width:768px) and (max-width: 992px) {
    .index-list li.fadeInUp:last-child {
		border-bottom: none;
    }

	    .index-list li.fadeInUp {
        border-bottom: 0px solid rgba(84, 149, 215, 1) !important;
		margin: 0px -1%;
    }
	
	.well-sm-bottom .news{
		margin-top:0px;
	}

}

@media (min-width:700px) and (max-width:775px){
	picture img{
        margin-top: 27%;
}
}

@media (min-width:775px) and (max-width:800px){
	picture img{
        margin-top: 27%;
}
}


@media (min-width:800px) and (max-width:1095px){
		picture img{
        margin-top: 21%;
}
}

@media (min-width:1095px) and (max-width:1429px) {
		picture img{
        margin-top: 16%;
}
}

@media (min-width:1429px) {
		picture img{
        margin-top: 6%;
}
}


nav .justify-content-end {
    justify-content: flex-end;
    margin-left: -34%;
}

header .navbar{
	padding:0;
}



header .navbar .container-fluid{
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: end;
	transform: translate(-19%, 0px);
	padding-top: 1%;
}


@media (min-width:1429px){
header .navbar .container-fluid{
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: end;
	transform: translate(-24%, 0px);
	padding-top: 1%;
}


}


@media (min-width:1000px) and (max-width:1400px){
.navbar-brand .years{
       transform: translate(4vw, -4vh);
}
}


@media (min-width: 1230px) and (max-width: 1400px) {
  .navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1230px) and (max-width: 1400px) {
  .navbar-brand .logo,
  .navbar-brand .yrs {
    position: relative;
    top: -5px; /* adjust value as needed */
  }
}

@media (min-width: 1189px) and (max-width: 1230px) {
.navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

 nav .nav-item a {
    text-align: center;
    font: 800 14px / 1.6875 "Raleway", sans-serif;
    color: #5495d7;
}

.years{
	transform: translate(-1vw, -5vh);
        width: 6vw;
}
}


@media (min-width: 1159px) and (max-width: 1189px) {
.navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

 nav .nav-item a {
    text-align: center;
    font: 800 14px / 1.6875 "Raleway", sans-serif;
    color: #5495d7;
}

.years{
	transform: translate(2vw, -5vh);
        width: 4vw;
}
}

@media (min-width: 1130px) and (max-width: 1159px) {
.navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

nav .nav-item a {
        text-align: center;
        font: 800 14px / 1.6875 "Raleway", sans-serif;
        color: #5495d7;
}

.years{
	transform: translate(2vw, -5vh);
        width: 4vw;
}

header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 10px;
    }
}


@media (min-width: 1122px) and (max-width: 1130px) {
.navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

nav .nav-item a {
        text-align: center;
        font: 800 14px / 1.6875 "Raleway", sans-serif;
        color: #5495d7;
}

.years{
	transform: translate(2vw, -5vh);
        width: 4vw;
}

header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 8px;
    }
}


@media (min-width: 1000px) and (max-width: 1122px) {
.navbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

nav .nav-item a {
        text-align: center;
        font: 800 14px / 1.6875 "Raleway", sans-serif;
        color: #5495d7;
}

.years{
	transform: translate(2vw, -5vh);
        width: 4vw;
}

header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 8px;
    }
}


@media (min-width: 1200px) {
    .col-lg-offset-4 {
        margin-left: 39.60%;
    }
}


@media (max-width:767px){
	.index-list .text-center li{
		margin-left:-12%;
}
}

.years{
	transform: translate(0%, -42%);
}

p{ 
text-align:justify;
}


@media (min-width:1050px) and (max-width:1200px){
.bx-wrapper .bx-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-next.png) no-repeat 0 0;
	transform: translateX(11vw);
}
.bx-wrapper .bx-prev {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-prev.png) no-repeat 0 0;
	transform: translateX(10vw);
}
}


@media (min-width:840px) and (max-width:1050px){
.bx-wrapper .bx-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-next.png) no-repeat 0 0;
	transform: translateX(9vw);
}
.bx-wrapper .bx-prev {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-prev.png) no-repeat 0 0;
	transform: translateX(7vw);
}
}


@media (max-width:840px){
.bx-wrapper .bx-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-next.png) no-repeat 0 0;
	transform: translateX(5vw);
}
.bx-wrapper .bx-prev {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/caousel-prev.png) no-repeat 0 0;
	transform: translateX(3vw);
}
}

header .scrolled .navbar-nav .nav-link:hover{
    color: black;
}

header .scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:black;
}

@media(min-width:1250px){
	header .navbar .logo{
		padding-left: 0%;
	}
}

@media(max-width:1250px){
	header .navbar .logo{
		padding-left: 15%;
	}
}

@media(max-width:768px){
	.well .text-center li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    margin-left: 2%;
}
}

@media (min-width: 400px) and (max-width: 418px) {
    picture img {
        margin-top: 35%;
    }
	
    header .navbar .logo {
        padding-left: 19%;
        width: 77vw;
        margin-left: 8%;
    }

	header .navbar .navbar-expand-sm .navbar-dark .bg-dark .lang-trans{
		padding-left: 25%;
	}
	
	.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}

header .scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}
}


@media (max-width:992px){
	.nav-item{
		padding-left: 8%;
}

header .scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

header .scrolled .navbar-nav .nav-link:hover {
    color: white;
}	
}


@media only screen and (max-width:400px){
	header .navbar .lang-trans{
		padding-left: 24%;
	}	
	
	ul.text-center {
    padding-bottom: 20px;
}
}


@media (min-width: 418px) and (max-width: 438px) {
    picture img {
        margin-top: 33%;
    }
	
    header .navbar .logo {
        padding-left: 19%;
        width: 77vw;
        margin-left: 8%;
    }

	header .navbar .navbar-expand-sm .navbar-dark .bg-dark .lang-trans{
		padding-left: 25%;
	}
	
	.scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:white;
}

header .scrolled .navbar-nav .nav-link:hover{
    color: white;
}

header .scrolled .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

section div .video-pre iframe {
        width: 380px;
        height: 300px;
        text-align: center;
		transform: translateX(10px);
    }

.index-list > li > .index-list__counter {
    padding-top: 30px;
    position: relative;
    text-align: center;
	padding-bottom:0px;
}

ul.text-center {
    padding-bottom: 20px;
}

.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%;
        text-align: center;
        padding-bottom: 6%;
    }

    .well-sm-bottom p {
        text-align: justify;
    }

	.well-sm-bottom .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%;
        text-align: center;
        padding-bottom: 4%;
    }

	    .video-container iframe {
        margin-top: 2%;
    }

    .banner_cnt {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -44px;
    }

	p.image-text{
		transform: translateX(13vw); margin-bottom: 0rem;margin-top: -31px;
	}

	span.image-text-yellow{
		transform: translate(0px, 6px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}
	
	.banner p {
		margin-bottom: 0rem;
		margin-left: -10%;
	}

		.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
    text-align: center;
	transform: translate(5vw, 4vh);
}

	span.img-text-yellow{
		color:yellow; font-size: 45px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}

	.banner	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-3vw);
}
	.banner	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(39vw, -4vh);
	}
}


.banner_cnt p{
	    font-family: 'Oswald';
    font-size: 30px;
    color: white;
	text-align:center;
}


@media only screen and (max-width:400px){
		p.image-text{
		transform: translateX(13vw); margin-bottom: 0rem;margin-top: -40px;
	}

	span.image-text-yellow{
		transform: translate(0px, 15px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -19%;
	}

		.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
    text-align: center;
	transform: translate(0vw, 2vh);
}

	span.img-text-yellow{
		color:yellow; font-size: 45px; vertical-align: bottom; display: inline-block;transform: translate(0px, 12px);
	}

	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(39vw, -4vh);
	}
}

@media (min-width:400px) and (max-width:417px){
		p.image-text{
		transform: translateX(13vw); margin-bottom: 0rem;margin-top: -27px;
	}

	span.image-text-yellow{
		transform: translate(0px, 7px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -19%;
	}

	.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
    text-align: center;
	transform: translate(0vw, 4vh);
}

	span.img-text-yellow{
		color:yellow; font-size: 45px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}

		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(39vw, -4vh);
	}
}


@media (min-width:438px) and (max-width:500px){
	p.image-text{
		transform: translateX(13vw); margin-bottom: 0rem;margin-top: -27px;
	}

	span.image-text-yellow{
		transform: translate(0px, 7px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -19%;
	}

		.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
    text-align: center;
	transform: translate(-1%,4vh);
}

	span.img-text-yellow{
		color:yellow; font-size: 45px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}
	
		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-3vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(39vw, -4vh);
	}
}

@media (min-width:500px) and (max-width:576px){
	p.image-text{
		transform: translateX(13vw); margin-bottom: 0rem;margin-top: -27px;
	}

	span.image-text-yellow{
		transform: translate(0px, 7px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -19%;
	}
	
		.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
    text-align: center;
	transform: translateX(-2%);
}

	span.img-text-yellow{
		color:yellow; font-size: 45px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}

		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-6vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(39vw, -4vh);
	}
}


@media (min-width:576px) and (max-width:768px){
	p.image-text{
		transform: translateX(13vw); margin-bottom: 0rem;margin-top: -27px;
	}

	span.image-text-yellow{
		transform: translate(0px, 7px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -24%;
	}
	
	.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
    text-align: center;
	transform: translateX(-2%);
}

	span.img-text-yellow{
		color:yellow; font-size: 45px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}
	
		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-4vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(39vw, -4vh);
	}
}


@media (min-width:768px) and (max-width:992px){
	p.image-text{
		transform: translateX(7vw); margin-bottom: 0rem;margin-top: -27px;
	}

	span.image-text-yellow{
		transform: translate(0px, 7px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -24%;
	}

	.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 30px;
    color: white;
    text-align: center;
	transform: translateX(-2%);
}

	span.img-text-yellow{
		color:yellow; font-size: 45px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}

		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(19vw, -4vh);
	}
}


@media (min-width:992px) and (max-width:1200px){
	p.image-text{
		transform: translateX(5vw); margin-bottom: 0rem;margin-top: -27px;
	}

	span.image-text-yellow{
		transform: translate(0px, 7px); color: yellow; font-size: 45px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -24%;
	}
	
		.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 47px;
    color: white;
    text-align: center;
	transform: translateX(-8%);
}

	span.img-text-yellow{
		color:yellow; font-size: 65px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}

		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(16vw, -4vh);
	}
}


@media (min-width:1200px){
	p.image-text{
		transform: translateX(5vw); margin-bottom: 0rem;margin-top: -27px;
	}

	span.image-text-yellow{
		transform: translate(0px, 4px); color: yellow; font-size: 55px; vertical-align: bottom; display: inline-block;
	}

	.banner p {
		margin-bottom: 0rem;
		margin-left: -24%;
	}

	.banner_cnt p {
    font-family: 'Oswald';
    font-size: 40px;
    color: white;
    text-align: center;
}

		.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 57px;
    color: white;
    text-align: center;
	transform: translateX(-2%);
}

	span.img-text-yellow{
		color:yellow; font-size: 75px; vertical-align: bottom; display: inline-block;transform: translate(0px, 4px);
	}

		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-2vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(15vw, -4vh);
	}
}

@media (min-width:1021px) and (max-width:1050px){
	.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 47px;
    color: white;
    text-align: center;
	transform: translateX(-3VW);
}
}

@media (min-width:1050px) and (max-width:1100px){
	.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 47px;
    color: white;
    text-align: center;
	transform: translateX(-2vw);
}

}

@media (min-width:1100px) and (max-width:1200px){
	.banner_cnt h2 {
    font-family: 'Oswald';
    font-size: 47px;
    color: white;
    text-align: center;
	transform: translateX(-1vw);
}

	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(2vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(15vw, -4vh);
	}
}

@media (min-width:608px) and (max-width:662px){
		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-3vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(35vw, -4vh);
	}
}

@media (min-width:662px) and (max-width:704px){
		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-3vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(35vw, -4vh);
	}
}


@media (min-width:704px) and (max-width:768px){
		p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(35vw, -4vh);
	}
}

@media (min-width:810px) and (max-width:869px){
			p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(18vw, -4vh);
	}
}


@media (min-width:869px) and (max-width:915px){
			p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(17vw, -4vh);
	}
}

@media (min-width:915px) and (max-width:992px){
			p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(16vw, -4vh);
	}
}


@media (min-width:1247px) and (max-width:1296px){
	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(15vw, -4vh);
	}
}


@media (min-width:1296px) and (max-width:1312px){
	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(14vw, -4vh);
	}
}


@media (min-width:1312px) and (max-width:1400px){
	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-1vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(14vw, -4vh);
	}
}

@media (min-width:1400px) and (max-width:1429px){
	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-5vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(13vw, -4vh);
	}
}


@media (min-width:1429px){
	p.image-text-blue{
	color: #5495d7;
    font-size: 50px;
	transform: translateX(-2vw);
}
	p.trade{
	color: #606060;
    text-align: left;
    transform: translate(13vw, -4vh);
	}
}



@media(min-width:1429px){
.image-container {
    position: relative;
    margin-top: 11vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    transform: translate(30vw, 2vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
		    width: 30%;
    transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 44px;
        font-weight: 200;
        transform:translate(58vw, 18vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 5%;
    }

}

@media (min-width:1400px) and (max-width:1429px){
	.image-container {
    position: relative;
    margin-top: 12vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    transform: translate(30vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
		    width: 30%;
    transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 39px;
        font-weight: 200;
        transform: translate(59vw, 16vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 7%;
    }
}


.image-container {
      position: relative;
      
    }

    .background-image{
      width: 100%;
      display: block;
    }


@media (min-width:1300px) and (max-width:1350px){
	.image-container {
    position: relative;
    margin-top: 12vh;
}	


.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    transform: translate(29vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 39px;
        font-weight: 200;
        transform: translate(59vw, 16vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 7%;
    }
}


@media (min-width:1350px) and (max-width:1400px){
.image-container {
    position: relative;
    margin-top: 12vh;
}	

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    transform: translate(29vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 39px;
        font-weight: 200;
        transform: translate(60vw, 16vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 7%;
    }
}



@media (min-width:1250px) and (max-width:1300px){
	.image-container {
    position: relative;
    margin-top: 10vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 26px;
    font-weight: bold;
    transform: translate(29vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 39px;
        font-weight: 200;
        transform: translate(59vw, 15vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 7%;
    }
}



@media (min-width:1200px) and (max-width:1250px){
	.image-container {
    position: relative;
    margin-top: 10vh;
}	

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transform: translate(29vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 36px;
        font-weight: 200;
        transform: translate(59vw, 15vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 7%;
    }
}


@media (min-width:1184px) and (max-width:1200px){
.image-container {
    position: relative;
    margin-top: 9vh;
}	

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transform: translate(28.5vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 36px;
        font-weight: 200;
        transform: translate(59vw, 15vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 6%;
    }
}


@media (min-width:1150px) and (max-width:1184px){
	.image-container {
    position: relative;
    margin-top: 9vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transform: translate(28.5vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 36px;
        font-weight: 200;
        transform: translate(59vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 6%;
    }
}


@media (min-width:1120px) and (max-width:1150px){
	.image-container {
    position: relative;
    margin-top: 9vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transform: translate(28.5vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 34px;
        font-weight: 200;
        transform: translate(59vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 6%;
    }
}


@media (min-width:1100px) and (max-width:1120px){
.image-container {
    position: relative;
    margin-top: 9vh;
}	

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    transform: translate(28.5vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 34px;
        font-weight: 200;
        transform: translate(59vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 6%;
    }
}

@media (min-width:1078px) and (max-width:1100px){
.image-container {
    position: relative;
    margin-top: 9vh;
}	

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    transform: translate(28.5vw, 3vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 6vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 31px;
        font-weight: 200;
        transform: translate(59vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 6%;
    }
}


@media (min-width:1036px) and (max-width:1078px){
.image-container {
    position: relative;
    margin-top: 11vh;
}	

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    transform: translate(28vw, 3vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 6vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 31px;
        font-weight: 200;
        transform: translate(59vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 6%;
    }
}



@media (min-width:1014px) and (max-width:1036px){
	.image-container {
    position: relative;
    margin-top: 11vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 21px;
    font-weight: bold;
    transform: translate(28vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 30px;
        font-weight: 200;
        transform: translate(59vw, 12vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 9%;
    }
}


@media (min-width:992px) and (max-width:1014px){
	.image-container {
    position: relative;
    margin-top: 11vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    transform: translate(28vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 30px;
        font-weight: 200;
        transform: translate(59vw, 12vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 9%;
    }
}



@media (min-width:960px) and (max-width:992px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    transform: translate(28vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 30px;
        font-weight: 200;
        transform: translate(59vw, 11vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 12%;
    }
}


@media (min-width:915px) and (max-width:960px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    transform: translate(28vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 27px;
        font-weight: 200;
        transform: translate(59vw, 11vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 12%;
    }
}



@media (min-width:860px) and (max-width:915px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}


.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 17px;
    font-weight: bold;
    transform: translate(28vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 25px;
        font-weight: 200;
        transform: translate(59vw, 11vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 12%;
    }
}



@media (min-width:830px) and (max-width:860px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 17px;
        font-weight: bold;
        transform: translate(27vw, 4vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 7vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 24px;
        font-weight: 200;
        transform: translate(59vw, 11vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 12%;
    }
}



@media (min-width:800px) and (max-width:830px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 17px;
    font-weight: bold;
    transform: translate(27vw, 2vh);
}

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 33%;
        transform: translate(61vw, 5vh);
    }

.text-overlay2 {
       	position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 23px;
        font-weight: 200;
        transform: translate(59vw, 10vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 12%;
    }
}


@media (min-width:750px) and (max-width:800px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 35px;
        font-weight: bold;
        transform: translate(0vw, 5vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 54%;
        transform: translate(46vw, 8.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 34px;
        font-weight: 200;
        transform: translate(43vw, 19vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 14%;
    }
}


.mobile-text {
  display: none;
}


@media (max-width: 800px) {
  .mobile-text {
    display: block;
  }

  .desktop-text {
    display: none;
  }
}


@media (min-width:740px) and (max-width:750px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 35px;
        font-weight: bold;
        transform: translate(0vw, 5vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
        width: 49%;
        transform: translate(46vw, 8.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 33px;
        font-weight: 200;
        transform: translate(43vw, 19vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 14%;
    }
}


@media (min-width:720px) and (max-width:740px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 32px;
        font-weight: bold;
        transform: translate(0vw, 5vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 50%;
        transform: translate(45vw, 8.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 33px;
        font-weight: 200;
        transform: translate(41vw, 19vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 15%;
    }
}



@media (min-width:700px) and (max-width:720px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}


.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 32px;
        font-weight: bold;
        transform: translate(0vw, 5vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 50%;
        transform: translate(45vw, 8.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 33px;
        font-weight: 200;
        transform: translate(41vw, 19vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 15%;
    }
}


@media (min-width:686px) and (max-width:700px){
.image-container {
    position: relative;
    margin-top: 13vh;
}
	

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 32px;
        font-weight: bold;
        transform: translate(0vw, 5vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 50%;
        transform: translate(45vw, 8.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 33px;
        font-weight: 200;
        transform: translate(41vw, 19vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 17%;
    }
}



@media (min-width:640px) and (max-width:686px){
.image-container {
    position: relative;
    margin-top: 13vh;
}
	

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 30px;
        font-weight: bold;
        transform: translate(0vw, 5vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 50%;
        transform: translate(45vw, 8.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 30px;
        font-weight: 200;
        transform: translate(42vw, 19vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 17%;
    }
}


@media (min-width:625px) and (max-width:640px){
.image-container {
    position: relative;
    margin-top: 13vh;
}
	

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 28px;
        font-weight: bold;
        transform: translate(0vw, 5vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 8.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 28px;
        font-weight: 200;
        transform: translate(42vw, 18vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 18%;
    }
}


@media (min-width:600px) and (max-width:625px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}


.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 28px;
        font-weight: bold;
        transform: translate(-1vw, 4vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 7.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 27px;
        font-weight: 200;
        transform: translate(42vw, 17vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 18%;
    }
}



@media (min-width:576px) and (max-width:600px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 26px;
        font-weight: bold;
        transform: translate(-1vw, 3vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 6.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 26px;
        font-weight: 200;
        transform: translate(41vw, 17vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 18%;
    }
}


@media (min-width:545px) and (max-width:576px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 25px;
        font-weight: bold;
        transform: translate(-1vw, 4vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 7.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 24px;
        font-weight: 200;
        transform: translate(41vw, 15vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 21%;
    }
}



@media (min-width:500px) and (max-width:545px){
	.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 23px;
        font-weight: bold;
        transform: translate(-1vw, 3vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 6.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 22px;
        font-weight: 200;
        transform: translate(41vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 21%;
    }
}


@media (min-width:488px) and (max-width:500px){
.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 22px;
        font-weight: bold;
        transform: translate(-1vw, 3vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 6.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 22px;
        font-weight: 200;
        transform: translate(41vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 23%;
    }
}


@media (min-width:468px) and (max-width:488px){
.image-container {
    position: relative;
    margin-top: 13vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 21px;
        font-weight: bold;
        transform: translate(-2vw, 3vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 6.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 22px;
        font-weight: 200;
        transform: translate(39vw, 14vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 24%;
    }
}


@media (min-width:450px) and (max-width:468px){
.image-container {
    position: relative;
    margin-top: 11vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 20px;
        font-weight: bold;
        transform: translate(-2vw, 3vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 6.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size:20px;
        font-weight: 200;
        transform: translate(40vw, 12vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 20%;
    }
}


@media (min-width:417px) and (max-width:430px){
.image-container {
    position: relative;
    margin-top: 11vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 19px;
        font-weight: bold;
        transform: translate(-3vw, 2vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
       transform: translate(45vw, 5.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 18px;
        font-weight: 200;
        transform: translate(40vw, 11vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 22%;
    }
}


@media (min-width:430px) and (max-width:450px){
.image-container {
    position: relative;
    margin-top: 11vh;
}


.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 19px;
        font-weight: bold;
        transform: translate(-2vw, 3vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 6.3vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 18px;
        font-weight: 200;
        transform: translate(40vw, 11vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 21%;
    }
}


@media (min-width:400px) and (max-width:417px){
.image-container {
    position: relative;
    margin-top: 11vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        transform: translate(-3vw, 3vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 6vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 18px;
        font-weight: 200;
        transform: translate(40vw, 10vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 23%;
    }
}



@media only screen and (max-width:400px){
.image-container {
    position: relative;
    margin-top: 10vh;
}

.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        transform: translate(-3vw, 2vh);
    }

		.image-overlay{
	position: absolute;	
	}

	

img.overlay-image {
      position: absolute;
      width: 57%;
        transform: translate(45vw, 5vh);
    }

.text-overlay2 {
       position: absolute;
        top: 20px;
        left: 20px;
        color: black;
        font-size: 17px;
        font-weight: 200;
        transform: translate(40vw, 10vh);
        font-family: 'Oswald';
        text-align: center;
        margin-bottom: 0rem;
}

.background-image{
      width: 100%;
      display: block;
		margin-top: 22%;
    }

.yellow-text {
    color: #FEDF37;
    font-size: 18px;
}
}

@media (min-width:1519px) and (max-width:1585){
.image-container {
    position: relative;
    margin-top: 11vh;
}

	.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 30px;
        font-weight: bold;
        transform: translate(30vw, 6vh);
    }

img.overlay-image {
      position: absolute;
        transform: translate(61vw, 9vh);
    }
}

@media (min-width:1585px) and (max-width:1629px){
.image-container {
    position: relative;
    margin-top: 11vh;
}

	.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 30px;
        font-weight: bold;
        transform: translate(30vw, 6vh);
    }

img.overlay-image {
      position: absolute;
        transform: translate(61vw, 9vh);
    }
}


@media (min-width:1629px){
.image-container {
    position: relative;
    margin-top: 11vh;
}

	.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 30px;
        font-weight: bold;
        transform: translate(30vw, 6vh);
    }

img.overlay-image {
      position: absolute;
        transform: translate(61vw, 9vh);
    }
}


@media (min-width:1429px) and (max-width:1519){
	.image-container {
    position: relative;
    margin-top: 11vh;
}
	.text-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 30px;
        font-weight: bold;
        transform: translate(30vw, 6vh);
    }

img.overlay-image {
      position: absolute;
        transform: translate(61vw, 9vh);
    }
}


@media (max-width:992px){
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.navbar-bottom {
        --bs-bg-opacity: 1;
        background-color: black !important;
    }

nav.navbar.navbar-expand-sm.navbar-dark.bg-dark.lang-trans {
    --bs-bg-opacity: 1;
    background-color: black !important;
}

heder nav.navbar.navbar-expand-sm.navbar-dark.bg-dark.lang-trans.scrolled {
    --bs-bg-opacity: 1;
    background-color: black !important;
}
}

@media (min-width:993px){
nav.navbar.navbar-expand-sm.navbar-dark.bg-dark.lang-trans.scrolled {
    --bs-bg-opacity: 1;
    background-color: white !important;
}
}



@media (min-width: 1250px)  and (max-width:1385px){
    header .navbar .logo {
        padding-left: 15%;
    }
}

@media (max-width:756px){
#google_translate_element{
	display:none;
}
}

@media (min-width:756px){
#google_translate_element{
	display:none;
}
}


input.btn.btn-md.btn-primary{
	border-radius: 0%;
    background: #5495d7;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
}


input.btn.btn-md.btn-primary:hover{
	border-radius: 0%;
    background: rgba(103, 172, 188, 0.22);
    color: #5495d7;
    font-weight: 800;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
}

span.text-primary {
    --bs-text-opacity: 1;
    color: #5495d7 !important;
}

form#wf-form-Contact-form{
	font-family: 'Montserrat';
    font-size: 14px;
    color: #888888;
}

li a{
text-decoration: none;
}

@media only screen and (max-width:400px){
	.index-list > li > .index-list__counter {
    /* padding-left: 106px; */
    padding-top: 30px;
	padding-bottom: 0%;
    position: relative;
    text-align: center;
}
}

@media (min-width:400px) and (max-width:417px){
	.index-list > li > .index-list__counter {
    /* padding-left: 106px; */
    padding-top: 30px;
	padding-bottom: 0%;
    position: relative;
    text-align: center;
}

    ul.text-center {
        padding-bottom: 20px;
    }
}


@media (min-width:438px) and (max-width:767px){
	.index-list > li > .index-list__counter {
    /* padding-left: 106px; */
    padding-top: 30px;
	padding-bottom: 0%;
    position: relative;
    text-align: center;
}

    ul.text-center {
        padding-bottom: 20px;
    }
}


.news-image img{
	width:250px;margin:0px 15px 15px 0px;
}


@media (max-width:500px){
	.video-container{
		    height: 300px;
	}
}
}