@charset "utf-8";
/* CSS Document */

body {
	overflow-x: hidden;
	overflow-y: auto;
	
}
@font-face {
	font-family: "OpenSans";
	src: url("../fonts/OpenSans.eot?") format("eot"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.svg#OpenSans") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "OpenSansCondensedBold";
	src: url("../fonts/OpenSans-CondBold.eot?") format("eot"), url("../fonts/OpenSans-CondBold.woff") format("woff"), url("../fonts/OpenSans-CondBold.ttf") format("truetype"), url("../fonts/OpenSans-CondBold.svg#OpenSans-CondensedBold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "OpenSansBold";
	src: url("../fonts/OpenSans-Bold.eot?") format("eot"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "OpenSansLight";
	src: url("../fonts/OpenSans-Light.eot?") format("eot"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/opensans-semibold-webfont.eot');
	src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'glyphicons-halflings-regular';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a {
	outline: none;
	border: 0;
	
}
img {
	border: 0;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
li, ul, ol {
	list-style: ;
}
ul, ol {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font-family: 'OpenSans';

}
input, select, textarea {
	font-family: 'OpenSans';
	outline: none !important;
}
p {
	font-family: "OpenSans";
	font-size: 15px;
	color: #676767;
}
header {
	float: left;
	width: 100%;
	background: #f1f1f1;
}
.row-flex.tabDescriptionVideo {
    display: flex;
    flex-direction: column-reverse;
}
.header_top {
	float: left;
	width: 100%;
	background: #fff url(../img/header_shadow.png) bottom center repeat-x;
}
.top_show_secc {
	float: left;
	width: 100%;
}
.top_show_secc ul li {
	float: left;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	border-left: solid 1px #c9c9c9;
	padding: 0 0px;
	font-family: 'OpenSansBold';
	color: #01247d;
}
.top_show_secc ul li:last-child {
	border-right: solid 1px #c9c9c9;
}
.top_show_secc ul li img {
	margin-right: 5px;
}
.top_show_secc ul li a {
	color: #01247d;
}
.language_top {
	float: right;
	position: relative;
	border: solid 1px #959595;
	font-size: 13px;
	color: #676767;
	margin-top: 8px;
	width: 194px;
}
.language_top img {
	vertical-align: middle;
}
.language_top span {
	vertical-align: middle;
	font-family: 'OpenSansSemibold';
	padding: 0 16px 0 8px;
}
.language_top ul ul {
	border-top: solid 1px #959595;
	position: absolute;
	z-index: 11;
	background: #fff;
	width: 165px;
	border-right: solid 1px #959595;
	margin-left: -1px;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.4);
	display: none;
}
.language_top ul ul li {
	border-bottom: solid 1px #959595;
	cursor: pointer;
}
.language_top ul ul li:hover {
	background: #eee;
}
.language_top li:hover ul {
	display: block;
}
.arrow_select {
	float: right;
	width: 30px;
	height: 25px;
	border-left: solid 1px #959595;
	background: url(../img/arrow_select.png) center no-repeat;
	cursor: pointer;
}
.arrow_select:hover {
	background: #eee url(../img/arrow_select.png) center no-repeat;
}
.header_bottom {
	float: left;
	width: 100%;
	padding: 8px 0 0 0;
}
.top_btn_skype {
	float: right;
	margin-top: 5px;
}
.top_btn_skype ul li {
	float: left;
	display: inline-block;
}
.top_btn_skype ul li a {
	float: left;
	display: block;
}
.top_btn_skype ul li a.skype_cheat_icn img {
	width: 136px;
}
.top_btn_skype ul li a.apply_now_btn {
	margin-left: 17px;
	background: url(../img/apply_btn_bg.png) center no-repeat;
	width: 171px;
	height: 54px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'OpenSansBold';
	text-decoration: none;
}
.logo {
	position: relative;
	z-index: 9;
	display: inline-block;
	float: left;
}
.navigation_top {
	float: right;
	margin-top: -25px;
	position: relative;
	z-index: 10;
}
.navigation_top ul li {
	float: left;
	display: inline-block;
}
.navigation_top ul li.current_page_item a {
	background: #63b45f;
	color: #fff;
	border-color: #63b45f;
}
.navigation_top ul li a {
	float: left;
	display: block;
	color: #676767;
	font-size: 14px;
	text-transform: uppercase;
	border: solid 1px #c8c8c8;
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
	background: #fff;
	padding: 5px 12px;
	margin-left: 6px;
	text-decoration: none;
}
.navigation_top ul li a:hover, .navigation_top ul li a.active {
	background: #63b45f;
	color: #fff;
	border-color: #63b45f;
}
.slider_top_section {
	float: left;
	width: 100%;
	display: block;
	background: #63b45f url(../img/slider_section_bg.png) top center repeat-x;
}
.wel_section {
	float: left;
	width: 100%;
	padding: 25px 6px 10px 0;
	color: #fff;
}
.wel_section h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'OpenSansBold';
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.wel_section h1 {
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'OpenSansBold';
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	margin-top: 3px;
	margin-bottom: 15px;
}
.wel_section p {
	clear: both;
	display: block;
	font-size: 17px;
	line-height: 25px;
	margin: 0;
	font-family: 'Baumans', cursive;
	color: #fff;
}
.navigation_slider {
	float: right;
	position: absolute;
	z-index: 9;
	width: 94px;
	bottom: 12px;
	right: 50px;
}
.top_full_slider .carousel-control.left {
	background: rgba(99, 180, 95, 0.75) url(../img/sl_arrow_left.png) center no-repeat;
	width: 42px;
	height: 30px;
	cursor: pointer;
	border-radius: 6px;
	box-shadow: none;
	border: 0;
	text-shadow: none;
	font-size: 0;
	position: initial;
	float: left;
	display: block;
	opacity: 1;
	position: relative;
}
.top_full_slider .carousel-control.right {
	background: rgba(99, 180, 95, 0.75) url(../img/sl_arrow_right.png) center no-repeat;
	width: 42px;
	height: 30px;
	cursor: pointer;
	border-radius: 6px;
	box-shadow: none;
	border: 0;
	text-shadow: none;
	font-size: 0;
	position: initial;
	float: right;
	display: block;
	opacity: 1;
	position: relative;
}
.top_full_slider .glyphicon-chevron-left:before, .top_full_slider .glyphicon-chevron-right:before {
	display: none !important;
}
.top_full_slider .carousel-control.left:hover {
	background: rgba(99, 180, 95, 1) url(../img/sl_arrow_left.png) center no-repeat;
}
.top_full_slider .carousel-control.right:hover {
	background: rgba(99, 180, 95, 1) url(../img/sl_arrow_right.png) center no-repeat;
}
.tabcontent {
	font-size: 15px;
}
.top_full_slider .carousel-control.left span, .top_full_slider .carousel-control.right span {
	margin: 0;
	width: 100%;
	height: 100%;
	position: initial;
}
.top_full_slider .carousel-inner:after {
	content: " ";
	position: absolute;
	z-index: 2;
	left: 0;
	width: 30px;
	height: 100%;
	top: 0;
	background: url(../img/slider_mask.png) repeat;
}
.top_full_slider .carousel-inner:before {
	content: " ";
	position: absolute;
	z-index: 2;
	right: 0;
	width: 30px;
	height: 100%;
	top: 0;
	background: url(../img/slider_mask.png) repeat;
}
.our_featured_programs {
	float: left;
	width: 100%;
	background: #fff9e7 url(../img/map_hidden.png) top center no-repeat;
	padding: 28px 0 32px 0;
}
.section_title {
	float: left;
	width: 100%;
	color: #676767;
	font-size: 30px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.fearured_secc {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.fearured_secc_img {
	float: left;
	width: 100%;
	height: 258px;
	overflow: hidden;
	border-radius: 10px;
}
.fearured_secc_img img {
	min-height: 100%;
	min-width: 100%;
}
.fearured_secc_content {
	float: left;
	width: 100%;
	padding: 10px 8px;
}
.fearured_secc_title {
	float: left;
	width: 100%;
	color: #63b45f;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fearured_secc_title:after {
	content: " ";
	width: 30px;
	height: 1px;
	background: #676767;
	clear: both;
	display: block;
	margin-top: 2px;
}
.fearured_secc_title a {
	color: #63b45f;
	font-family: 'OpenSansSemibold'
}
.fearured_secc_title a:hover {
	color: #676767;
	text-decoration: none;
}
.features_sec_desc {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #676767;
	font-family: 'OpenSans';
	margin-bottom: 25px;
}
.features_sec_desc_1 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #676767;
	font-family: 'OpenSans';
	margin-bottom: 25px;
}
.btn-default {
	text-shadow: none;
	background: #63b45f;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	border: 0;
	font-family: 'OpenSans';
	padding: 5px 20px;
}
.btn.btn-default.content_btn {
	color: #fff;
}
.btn.btn-default.content_btn:focus {
	background: #63b45f;
	outline: none;
}
.readmore_content {
	display: none;
}
.btn-default:hover {
	background: #4C9049;
	color: #fff;
}
.container_minuse {
	padding: 0 42px;
}
.volunteer_stories {
	padding: 28px 0 32px 0;
	float: left;
	width: 100%;
}
.section_title_small {
	font-size: 25px;
}
.volunteer_stories_sect {
	float: left;
	width: 100%;
	border: solid 1px #ececec;
	border-radius: 10px;
	padding: 14px;
	display: block;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.volunteer_stories_top {
	float: left;
	width: 100%;
}
.volunteer_stories_top_img {
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 7px;
	overflow: hidden;
}
.volunteer_stories_top_img img {
	border-radius: 7px;
}
.volunteer_stories_top_title {
	float: right;
	width: 70%;
	color: #63b45f;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'OpenSansSemibold';
	padding: 2px 0;
	min-height: 70px;
	max-height: 70px;
	overflow: hidden;
}
.volunteer_stories_top_title span {
	font-family: 'OpenSansBold';
	display: block;
	width: 100%;
}
.volunteer_stories_loaction {
	float: left;
	width: 100%;
	color: #676767;
	font-size: 15px;
	font-family: 'OpenSansSemibold';
	margin-top: 5px;
}
.volunteer_stories_loaction:after {
	content: " ";
	width: 30px;
	height: 1px;
	background: #676767;
	clear: both;
	display: block;
	margin-top: 6px;
	margin-bottom: 14px;
}
.volunteer_stories_sect p {
	margin-bottom: 22px;
	display: block;
}
.padding-top-30 {
	padding-top: 30px;
}
.volunteer_work_section {
	float: left;
	width: 100%;
	background: #3d56a8;
	padding: 28px 0 32px 0;
}
.white {
	color: white !important;
}
.volunter_video_sections {
	float: left;
	width: 100%;
	position: relative;
	height: 325px;
}
.volunter_video_sections iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
}
.container_minuse_video {
	float: right;
	width: 452px;
	padding: 0 15px;
}
.container_minuse_video_left {
	float: left;
	width: 580px;
	padding: 0 15px;
}
.carousel_video_row {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: solid 1px #5268b1;
	box-shadow: 0 1px 0 #2c3f7d;
	cursor: pointer;
}
.carousel_video_row:hover {
	opacity: 0.8;
}
.carousel_video_row:last-child {
	border: 0;
	box-shadow: none;
}
.carousel_video_row_img {
	float: left;
	width: 102px;
	height: 73px;
	overflow: hidden;
}
.carousel_video_row_cont {
	float: right;
	width: 285px;
	padding: 12px 10px 0 0;
}
.carousel_video_row_cont_about {
	float: left;
	width: 100%;
	color: #fff;
}
.carousel_video_row_cont_about ul li {
	float: left;
	display: inline-block;
	margin-right: 31px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'OpenSans';
}
.carousel_video_row_cont_about ul li:last-child {
	margin-right: 0;
}
.carousel_video_row_cont h2 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-family: 'OpenSans';
	margin-bottom: 12px;
}
.btn-white {
	background: #fff;
	color: #3d56a8;
}
.btn-white:hover {
	background: #63b45f;
	color: #fff;
}
.arrow_single .carousel-control.left {
	width: 40px;
	height: 40px;
	top: 110px;
	font-size: 0;
	background: url(../img/arrow_left.png) center no-repeat;
	opacity: 1;
	text-shadow: none;
	margin-left: -65px;
}
.arrow_single .carousel-control.right {
	width: 40px;
	height: 40px;
	top: 110px;
	background: url(../img/arrow_right.png) center no-repeat;
	opacity: 1;
	text-shadow: none;
	font-size: 0;
	margin-right: -65px;
}
.add_on_tur_programs {
	float: left;
	width: 100%;
	background: #fff9e7;
	padding: 28px 0 32px 0;
}
.view_btn_more {
	float: left;
	width: 100%;
}
.view_btn_more a {
	display: block;
	float: left;
	color: #676767;
	font-size: 14px;
	font-style: italic;
	font-family: 'OpenSansSemibold';
}
.gallery_sectionn {
	float: left;
	width: 100%;
	padding: 28px 0 32px 0;
}
.carousel_gallery {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.carousel_gallery .carousel-inner .item img {
	border-radius: 10px;
}
.volunteer_mission_box {
	float: left;
	padding: 42px 0;
	width: 100%;
	background: #3d56a8;
}
.vog_mission_title {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	margin-top: 35px;
}
.vog_mission_desc {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 17px;
	margin-top: 27px;
}
.container_minuse_1 {
	padding: 0 18px;
}
.vog_mission_img {
	float: right;
	width: 348px;
	text-align: center;
	background: url(../img/frame_image_box.png) center no-repeat;
	height: 307px;
	background-size: 100%;
}
.register_section_full {
	float: left;
	width: 100%;
	background: #63b45f;
	padding: 30px 0;
}
.register_title {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'OpenSansBold';
	margin: 0;
	padding: 0;
	margin-top: 7px;
}
/*.register_btn{float:right;}*/



.register_btn a {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: url(../img/apply_btn_bg.gif) center no-repeat;
	color: #fff;
	font-size: 19px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	padding: 0 32px;
	text-decoration: none;
}
.register_section_full .register_btn a:hover {
	background-color: none;
	color: none;
}
.border-section_bottom {
	float: left;
	width: 100%;
	border: solid 1px #bdbdbd;
	min-height: 282px;
	border-bottom-width: 2px;
}
.border-section_bottom:first-child {
	overflow: hidden;
}
.cont_fomr_secc {
	float: left;
	width: 100%;
	background: url(../img/form_bgg.png) center;
	padding: 8px;
}
.class_time_ssk {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.class_time_ssk span {
	font-family: 'OpenSansSemibold';
	font-size: 25px;
	float: left;
	width: 100%;
	margin-top: -3px;
}
.form_secc_box {
	float: left;
	width: 100%;
	margin-top: 28px;
}
.form_secc_box_two {
	float: left;
	width: 49%;
	margin-bottom: 12px;
}
.form_inputbox {
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, 0.55);
	border: solid 1px #fff;
	border-radius: 3px;
	height: 36px;
	padding: 0 10px;
	font-size: 15px;
	color: #676767;
}
 .form_inputbox::-webkit-input-placeholder {
color:#676767;
opacity:1;
}
 .form_inputbox::-moz-placeholder {
color:#676767;
opacity:1;
}
 .form_inputbox:-ms-input-placeholder {
color:#676767;
opacity:1;
}
 .form_inputbox:-moz-placeholder {
color:#676767;
opacity:1;
}
.arrow_single .carousel-inner > .item {
	transition: transform .7s ease-in-out;
	-webkit-transition: transform .7s ease-in-out;
}
.form_secc_box_full {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.form_inputarea {
	height: 74px;
	padding: 5px 10px;
	resize: none;
}
.submi_ntm {
	color: #63b45f;
	font-size: 13px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 25px;
}
.affiliated_box {
	float: left;
	width: 100%;
	padding: 27px 0 32px 0;
	background: #fbfbfb url(../img/afillia_bg.png) top center repeat-x;
}
.col-file-logo {
	float: left;
	width: 20%;
	padding: 0 15px;
}
footer {
	float: left;
	width: 100%;
}
.footer_top {
	float: left;
	width: 100%;
	background: #3b4044;
	padding: 26px 0 20px 0;
}
.footer-col-1 {
	float: left;
	width: 358px;
}
.footer-col-2 {
	float: left;
	width: 300px;
	margin-left: 113px;
}
.footer-col-3 {
	float: right;
	width: 260px;
}
.footer_title {
	float: left;
	width: 1005;
	color: #63b45f;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.foote_desc {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 22px;
}
.social_icons {
	float: left;
	width: 100%;
}
.social_icons ul li {
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.social_icons ul li a {
	float: left;
	display: block;
	width: 41px;
	height: 41px;
	border: solid 1px #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	transition: all .2s ease-in-out 0s;
}
.social_icons ul li a:hover {
	color: #63b45f;
	border-color: #63b45f;
}
.footer_links {
	float: left;
	width: 100%;
}
.footer_links ul li {
	float: left;
	width: 100%;
	margin-bottom: 7px;
	background: url(../img/img_foot_icon.png) 0 7px no-repeat;
	padding: 0 0 0 10px;
}
.footer_links ul li a {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.footer_bottom {
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #333333;
	font-size: 15px;
}
.footer_bottom a {
	color: #333;
}
.footer_bottom a:hover {
	color: #63b45f;
	text-decoration: none;
}
.device_menu_icon {
	float: right;
	width: 30px;
	height: 23px;
	background: url(../img/navigation_device.png) center no-repeat;
	cursor: pointer;
	clear: both;
	margin-top: -26px;
	display: none;
}
#affiliated .owl-item {
	text-align: center !important;
}
/*#affiliated .owl-controls{display:none !important;}*/

iframe[owner="archetype"]{ display:none !important; }

#affiliated .owl-controls {
	top: 5px !important;
}
.tabcontent a {
	float: left;
	width: 25%;
}
.tabcontent a img {
	display: inline-block;
}
.container_minuse_video_left .carousel {
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.8);
}
/*.owl-theme .owl-controls{display:none !important;}*/



.mar_box_sec_minuse {
	max-width: none;
	margin: 0 -15px;
}
.pics_gallery_sec {
	width: 100%;
	float: left;
	border-radius: 10px;
}
.pics_gallery_sec img {
	border-radius: 10px;
	max-width: 100% !important;
}
.vog_mission_img_box {
	float: left;
	width: 289px;
	height: 244px;
	margin: 32px 28px 20px 29px;
	overflow: hidden;
	display: block;
}
.download_pdf_fome {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 43px;
	text-align: center;
}
.download_pdf_fome a {
	display: inline-block;
	width: 130px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background: #63b45f;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'OpenSansSemibold';
	text-decoration: none;
}
.download_pdf_fome a:hover {
	background: #4C9049;
}
.form_secc_box_two span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, .form_secc_box_full span.wpcf7-not-valid-tip {
	display: none !important;
}
.form_secc_box_two .wpcf7-not-valid, .form_secc_box_full .wpcf7-not-valid {
	border-color: red !important;
}
.wel_section_in {
	float: left;
	width: 100%;
	position: relative;
}
.wel_section_in:before {
	content: " ";
	position: absolute;
	z-index: -1;
	right: 0;
	width: 30px;
	height: 100%;
	top: 0;
	background: url(../img/slider_mask.png) repeat;
}
.wel_section_in:after {
	content: " ";
	position: absolute;
	z-index: -1;
	left: 0;
	width: 30px;
	height: 100%;
	top: 0;
	background: url(../img/slider_mask.png) repeat;
}
.entry-header {
	display: none !important;
}
.content-area {
	background: #fff9e7;
	float: left;
	width: 100%;
	font-family: "OpenSans";
	padding: 20px 0;
}
.content-area p {
	font-family: "OpenSans";
	color: #333;
	line-height: 25px;
	display: block;
}
.content-area .tabcontent p {
	color: #666; /*font-weight: 600;*/
}
.content-area p a {
	color: #9C8D4F;
	font-family: 'OpenSansSemibold' !important;
}
.entry-content h2 {
	color: #3b4044;
	font-size: 15px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.entry-content h1 {
	color: #3b4044;
	font-size: 30px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.entry-content h2 a {
	color: #3b4044;
	font-size: 15px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
}
.entry-content h1 a {
	color: #3b4044;
	font-size: 30px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
}
.content-area p span, .content-area span {
	font-size: inherit !important;
	font-family: 'OpenSans' !important;/* color:#9C8D4F !important;*/
}
.content-area p a span, .content-area a span {
	font-family: 'OpenSansSemibold' !important;
}
.content-area input[type="button"], .content-area input[type="reset"], .content-area input[type="submit"] {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #63b45f;
	color: #fff;
	font-size: 19px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	padding: 0 32px;
	border: 0;
	text-decoration: none;
	vertical-align: inherit;
	margin: 5px 5px 0 0;
}
.content-area input[type="button"]:hover, .content-area input[type="reset"]:hover, .content-area input[type="submit"]:hover {
	background: #4C9049;
	color: #fff;
}
.content-area .wpcf7-form input[type="text"], .content-area .wpcf7-form input[type="email"], .content-area .wpcf7-form input[type="number"], .content-area .wpcf7-form input[type="password"], .content-area .wpcf7-form select, .content-area .wpcf7-form textarea {
	float: left;
	width: 100%;
	padding: 0 15px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #bbb;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	resize: vertical;
}
.content-area .wpcf7-form select {
	line-height: 35px;
}
.content-area .wpcf7-form textarea {
	height: 120px;
	padding: 10px 15px;
}
.content-area .wpcf7-form label.formate_set {
	font-weight: 100;
	font-family: 'OpenSansSemibold';
	color: #444;
}
span.wpcf7-list-item {
	margin-left: 0;
	display: block;
	margin-bottom: 10px;
}
.contact_form_map iframe {
	width: 100% !important;
	height: 362px !important;
	border: solid 5px #fff !important;
	margin-top: 23px;
}
span.wpcf7-list-item span, span.wpcf7-list-item input[type="checkbox"] {
	vertical-align: middle;
	margin: 0;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.wpcf7-not-valid input[type="checkbox"], .wpcf7-not-valid input[type="radio"] {
	box-shadow: 0 0 2px red !important;
}
table {
	background: #fff;
}
td {
	padding: 6px;
}
.content-area span.question_title {
	font-family: 'OpenSansSemibold' !important;
	display: block;
}
.answer_title {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.answer_title b {
	font-weight: 100;
	font-family: 'OpenSansSemibold';
}
.alignnone_img_custom, .content-area img.alignright, .content-area figure.alignright img, .content-area .alignleft {
	float: right;
	border: solid 8px #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	margin: 10px 0 10px 10px;
}
.error-404 {
	padding: 50px 0 70px 0;
	display: block;
}
.content-area figure {
	margin-bottom: 10px;
}
.error-404 .screen-reader-text {
	display: none !important;
}
.error-404 .search-form {
	clear: both;
	display: block;
	margin-top: 20px;
}
.error-404 button .screen-reader-text {
	display: block !important;
	color: #fff !important;
}
.error-404 .search-form input {
	padding: 0 15px;
	height: 40px;
	border-radius: 50px;
	border: solid 1px #bbb;
	width: 300px;
	font-family: "OpenSans";
	font-weight: 100;
}
.error-404 .search-form button {
	height: 40px;
	padding: 0 30px;
	border: 0;
	background: #63b45f;
	color: #fff !important;
	cursor: pointer;
	border-radius: 50px;
	font-size: 16px;
}
.error-404 .search-form button:hover {
	background: #4C9049;
}
/*.wp-image-2789m, .wp-image-2800{width:100px !important;}



.wp-image-224, .wp-image-2789{width:150px !important;}*/

.footer_links ul li a {
	text-align: left;
}
.wpcf7-form-control-wrap {
	clear: both;
	z-index: 9;
}
.video_seccc .col-sm-4 {
	margin-bottom: 20px;
}
.video_seccc .col-sm-4 iframe {
	width: 100% !important;
	height: 250px !important;
	border: solid 5px #fff !important;
}
h1.page-title {
	text-transform: uppercase;
	font-size: 30px;
}
.main_loop {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.main_loop .post-thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border: solid 5px #fff;
}
.main_loop .post-thumbnail img {
	min-width: 100%;
	min-height: 100%;
}
.main_loop .title_main {
	float: right;
	width: 87%;
}
.main_loop .title_here {
	color: #63b45f;
	font-family: 'OpenSansSemibold';
	font-size: 16px;
	text-transform: uppercase;
}
.main_loop .title_here a {
	color: #63b45f;
}
.main_loop .read_morelink {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.main_loop .read_morelink a {
	text-shadow: none;
	background: #63b45f;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	border: 0;
	font-family: 'OpenSans';
	padding: 5px 20px;
}
.main_loop .read_morelink a:hover {
	background: #4C9049;
	color: #fff;
}
.main_loop .excerpt_here {
	font-family: "OpenSans";
	font-size: 15px;
	color: #676767;
}
.page-links {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.fb_iframe_widget[data-width] {
	float: none;
	margin: auto;
	text-align: center;
}
/*.fb_iframe_widget span{width:100% !important;}*/



object {/*float:right;*/
	margin: 10px 0 0 20px;
}
.single.single-featured_programs.postid-53.logged-in.no-sidebar > iframe {
	display: none !important;
}
.responsive-tabs .responsive-tabs__panel {
	padding: 20px !important;
	font-family: "OpenSans";
	color: #666 !important; /*font-weight: 600 !important;*/
}
#volunteer-box {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #bbb;
	padding: 15px;
}
#volunteer-box a {
	/*float: left;
	color: #63b45f;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'OpenSansSemibold';
	padding: 2px 0;*/
    color: #333;
    padding: 2px 0;
    text-decoration: none;
}
.new_more {
	display: block;
	clear: both;
	margin-top: 10px;
}
#volunteer-box .new_more a {
	text-shadow: none;
	background: #63b45f;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	border: 0;
	font-family: 'OpenSans';
	padding: 5px 20px;
	text-decoration: none;
}
#volunteer-box .new_more a:hover {
	background: #4C9049;
	color: #fff;
}
.volunteer_new {
	clear: both;
	display: block;
}
.btn_white {
	background: #fff;
	color: #63b45f;
	margin-top: 10px;
}
.content-area img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
/**************** 29-4-2016 Start ****************/







.btn.btn-default.pull-custom.btn-white {
	margin-left: 5px;
	margin-top: 5px;
}
.more-link {
	background: #63b45f;
	border: 0 none;
	border-radius: 30px;
	color: #fff;
	font-family: "OpenSans";
	font-size: 14px;
	padding: 5px 20px;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
}
.more-link:hover {
	background: #4c9049;
	color: #fff;
	text-decoration: none;
}
.stroy_section .volunteer_stories_top_title {
	min-height: 40px;
	text-align: left;
	width: 100%;
}
nav.prev-next-posts {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.prev-posts-link a {
	font-size: 18px;
	text-decoration: underline;
}
/**************** 29-4-2016 End ****************/ 







.post_bg li {
	background-image: url("../img/PostBullets.png") !important;
	background-repeat: no-repeat;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
	padding-bottom: 0;
	padding-left: 13px;
	padding-right: 0;
	padding-top: 0;
}
.post_headwe {
	color: #3e443c !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.post_headwe a {
	color: #3e443c !important;
}
.wpcf7-form .col-lg-12 {
	clear: both;
	display: block;
}
/*=======================================================================Green-Reef-Style==============================================================*/











.flags-lang {
	/*padding-left: 17px;*/

margin-top: 8px;

/*	width: 200px;*/
}
.flags-lang a {
	margin-right: 3px;
}
.huge_it_slideshow_description_text_1 {
	text-align: center !important;
	width: 120% !important;
	font-size: 16px !important;
	background: rgba(99, 180, 95,0.7) !important;
	font-size: 18px !important;
	right: 0 !important;
	bottom: 0 !important;
	font-family: 'Kaushan Script', cursive !important;
	padding: 1% !important;
}
.Rich_Web_VS_VTS_Play {
	background-color: #3D56A8 !important;
	border: none !important;
}
.jssort01-99-66 {
	background-color: #3D56A8 !important;
}
.Rich_Web_VS_VTS_Title {
	background: rgba(61, 86, 168, 0.7) !important;
	color: white !important;
}
.news {
	font-family: 'Kaushan Script', cursive;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: white;
}
.news-heading {
	color: white;
	text-align: right;
	margin-top: 5px;
}

.form_col input[type="text"], .form_col input[type="email"], .form_col input[type="number"], .form_col input[type="password"], .form_col select, 
.form_col textarea, .form_col input[type="date"] {
	float: left;
	width: 100%;
	padding: 0 15px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #bbb;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	resize: vertical;
}
.button-design{
	background: #4C9049;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #63b45f;
	color: #fff;
	font-size: 19px;
	font-family: 'OpenSansSemibold';
	text-transform: uppercase;
	padding: 0 32px;
	border: 0;
	text-decoration: none;
	vertical-align: inherit;
	margin: 5px 5px 0 0;
}
.form_col .formate_set { 
	font-weight: 100;
	font-family: 'OpenSansSemibold';
	color: #444;
	font-size: 14px;
 }

.form_col {
	padding: 50px 0;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: normal;
	background: #f1f1f1 url(./img/pattern-final1.png);
	border: 0;
	margin: 0;
	border-top: 2px solid #ccc;
}
.submit_btn {
	margin-top: 30px;
	padding: 0;
	max-width: 180px;
}

.form_col .section_title { 
	font-family: 'Kaushan Script', cursive;
	color:#63b45f;
	text-align: left;
}
.submit_btn {
	background: url(../img/apply_btn_bg.gif) center no-repeat;
}
.program_block {
  margin: 20px 0;
  border: 3px solid #63b45f;
  padding: 20px;
  text-align: center;
}
.program_block > .button-design {
  border-radius: 0;
}

.program_block select {
  max-width: 322px;
  float: right;
}
.program_block .col-md-6 .button-design {
  float: left;
  margin-top: 0px;
}
.program_block .section_title {
  margin: 15px 0;
  text-align: center;
}

.program_block .formate_set {
	font-size: 20px;
	margin-top: 8px;
}

#headerslideshow p.item-1 ,#headerslideshow p.item-2 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight:bold !important;
	font-weight:normal; 
}
#header-slideshow {
	background: #3d56a8;
	padding:5px;
	border-radius: 0px;
	max-width: 100%;
	position: relative;
	margin: auto;
	 font-family: 'OpenSans';
	 min-height: 84px;
}

#header-slideshow div {
	position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#header-slideshow .item-1, 
#header-slideshow .item-2 {
    
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

#header-slideshow .item-1{
	animation-name: anim-1;
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight:bold !important;
	font-weight:normal; 
}

#header-slideshow .item-2{
	animation-name: anim-2;
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight:bold !important;
	font-weight:normal; 
}



@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  50%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}


.whatsapp-icon {
	position: fixed;
	left:10px;
	bottom:10px;
	z-index: 9999;
}
.header_bottom center {
	margin-left: 20px;
	display: inline-block;
}
#wpfront-scroll-top-container { left: auto !important; right:10px !important; }
.a2a_default_style {display: none !important;}
.post-156 .entry-content ul { padding-left: 15px;  }
.post-156 .entry-content ul li { list-style: disc; margin-bottom:15px; font-family: Georgia !important; font-size: 16px;}
.post-156 .entry-content ul li:empty {display: none;}


 @media (max-width: 780px) {
.new {
	margin-top: 5px;
}
	 .row-box .col-sm-3 {
    width: 100% !important;
}
}
 @media (max-width: 780px) {
.news-heading {
	font-size: 16px;
	text-align: center;
}
}

 @media (max-width: 480px) {
.news-heading {
	font-size: 14px;
	text-align: left;
}
}
.p-box-img img {
	height: 200px;
	width: 100%;
	display: block;
}
.post-thumbnail img {
	display: none;
}
.fees-body {
	background: #fff9e7;
	margin-top: 0;
	font-size: 16px;
	font-family: roboto;
	text-align: justify;
}
.p-head {
	color: #984806;
}
 @media only screen and (max-width: 700px) {
.page .huge_it_slideshow_description_text_1 {
	font-size: 13px !important;
	right: 0 !important;
	left: 0 !important;
	bottom: 20 !important;
}
	:lang(it) .page-id-6 .features_sec_desc, :lang(it) .page-id-6 .view_btn a {
    font-size: 20px;
}
	:lang(it) .page-id-6 .fearured_secc_title {
    font-size: 22px;
}
}
/** sunil 27 june 2017**/
	
.header_bottom .col-sm-6.col-lg-6 > span {
	font-size: 22px !important;
}
.primary-menu {
	float: right;
	text-align: right;
	width: 100%;
}
.navigation_top {
	float: none !important;
}
.menu-menu-location-container {
	float: right;
}
.navigation_top ul li a {
	font-size: 13px !important;
}
/**mangal 11-07-2017**/
 @media only screen and (max-width:567px) {
.header_bottom {
	text-align: center;
}
.header_bottom .device_menu_icon {
	margin-top: 25px;
}
.header_bottom .top_btn_skype {
	display: inline-block;
	float: none !important;
}
.slider_top_section .wel_section {
	padding: 25px 15px;
}
.slider_top_section .wel_section p {
	font-size: 17px !important;
}
.slider_top_section .wel_section p, .header_bottom span, .news, .register_title {
	font-family: 'Helvetica';
}
.slider_top_section .wel_section h1 {
	font-size: 26px;
	margin-bottom: 10px;
}
.footer_links ul li a {
	text-align: left;
}
.valnew {
	margin: auto !important;
}
.valnew .news-heading {
	font-size: 13px;
}

.btn-summer {
	background: #fff;
	font-size: 14px;
	margin-top: 8px;
	float: right;
	color: #3d56a8;
	margin-bottom: 9px;
	padding: 2px 10px;
}
.valnew .col-sm-4 {
	padding: 0;
}
.news {	font-size: 13px !important; padding: 10px 20px !important;}
#demo {
	font-size: 16px !important;
	width: 100%;
	display: block !important;
	margin-top: 3px;
}
.volunteer_stories, .volunteer_mission_box {
	display: none;
}
.our_featured_programs .owl-carousel.owl-theme.owl-loaded .owl-stage {
	transform: none !important;
	display: inline-block;
	width: 100% !important;
}
.our_featured_programs .owl-theme .owl-controls {
	display: none;
}
.fearured_secc_img img {
	height: auto;
}
.our_featured_programs .owl-item.cloned {
	display: none;
}
.form_inputbox {
	opacity: 1 !important;
}
}
 @media (max-width:991px) {
	 .wel_section h1 {font-size:26px;}
	 .wel_section p {font-size:14px !important;}
	 .wel_section_in { padding-top:30px;}
	 .dataTables_wrapper {
    clear: both;
    margin-bottom: 1em;
    width: 100% !important;
    overflow: scroll;
}
 }
 @media (max-width:767px) {
#slideshow p { font-size:22px; }
.wel_section_in {padding-top:0;}
.a2a_floating_style{padding:9px !important;}
.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style { padding-bottom:0;}
.a2a_floating_style.a2a_default_style {bottom:5px !important;}
.header_bottom center {margin-left: 0; margin-top: 10px;}
.row-box .col-sm-3 {
    width: 100% !important;
}
.gooverseas-widget div{
    width: auto !important;
    height: auto;
}
.inner_banner h1 {
		 font-size: 18px !important;}	
iframe {
    width: 100%;
}
:lang(es) .content-area p span, :lang(es) .content-area p span a {
   font-size: 18px !important;
   letter-spacing: 0.5px;
}
:lang(es) .content-area a span {
    font-size: 16px !important;
}
:lang(es) h3{
    font-size: 20px;
}


/* start mobile footer button css  */




footer .mobFooteButtons a.readReviews {
    text-shadow: none;
    background: #63b45f;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #63b45f;
    font-family: 'OpenSans';
    padding: 13px;
    margin: 0px 5px;

    width: 50%;
    text-align: center;
font-weight: 600;

}

footer .mobFooteButtons a.requestInfo {
	text-shadow: none;

	color: #ffffff;
	font-size: 15px;
	border-radius: 5px;
	font-family: 'OpenSans';
	padding: 13px;
	margin: 0px 5px;
	background: hsl(218deg 72% 50%);
border: 1px solid hsl(218deg 72% 50%);
	width: 50%;
	text-align: center;
	font-weight: 600;

}
	 footer .mobFooteButtons a.requestInfo i, footer .mobFooteButtons i{
		 margin-right: 5px
	 }

footer .mobFooteButtons{
	margin: 10px auto;
    width: 100%;
    position: fixed;
    bottom: -10px;
    display: flex;
    background-color: #fff;
    border-top: 1px solid #e0e3e4;
    padding: 10.5px 0px;
    box-shadow: 0 2px 15px rgb(145 145 145 / 35%);
    z-index: 99999;
}

.footer_bottom {
    font-size: 12px;
    margin: 0px;
/*padding-bottom: 75px !important;*/
}

/* End mobile footer button css  */



/*  Request modal css */

#exampleModalLong .modal-body .wpcf7-form input[type="text"],#exampleModalLong .modal-body .wpcf7-form input[type="email"], #exampleModalLong .modal-body .wpcf7-form input[type="number"],#exampleModalLong .modal-body  .wpcf7-form input[type="password"],#exampleModalLong .modal-body  .wpcf7-form select, .content-area .wpcf7-form textarea {
    float: left;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #bbb;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    resize: vertical;
}

.content-area .wpcf7-form label.formate_set {
    font-weight: 100;
    font-family: 'OpenSansSemibold';
    color: #444;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

#exampleModalLong .modal-body  input[type="button"], #exampleModalLong .modal-body input[type="reset"], #exampleModalLong .modal-body input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #63b45f;
    color: #fff;
    font-size: 19px;
    font-family: 'OpenSansSemibold';
    text-transform: uppercase;
    padding: 0 32px;
    border: 0;
    text-decoration: none;
    vertical-align: inherit;
    margin: 5px 5px 0 0;
}

#exampleModalLong .modal-body .wpcf7-form textarea {
    float: left;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #bbb;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    resize: vertical;
}
#exampleModalLong  {
    z-index: 99999;
}

/*  Request modal css */




 }
 .widget__container{
    width: auto !important;
    height: auto;
}

  @media (max-width:480px) {
#slideshow p { font-size:15px; }
#slideshow { padding:0; min-height: 41px;}
 #header-slideshow {
    min-height: 84px !important;
}
}

.tour_program h4 a {color: #63b45f; font-style: inherit; font-size: 18px; text-decoration: none;}
.volunteer_stories_sect {min-height: 300px;}
i.fa.fa-whatsapp {/* background: green; */ color: green;}
img.wht {width: 20px; margin-top: -6px;}
.top_show_secc i { margin: 0px 3px;}
.es-video {
    display: none;
}
:lang(es) .es-video {
    display: block;
}
:lang(es) .en1 {
    display: none;
}
.langu-cls {
    display: none;
}
.form_col.program_block {
    display: none;
}
.container.row-box .row {

    display: -webkit-inline-box;

}
.container.row-box {

    text-align: center;
    display: inline-block;

}
.row-box .col-sm-3 {

    display: inline-block;
    margin: auto;
    text-align: center;
    width: auto !important;

}
.program-hide-text {
    display: none;
}
@media (min-width:768px) {
    
   
    
:lang(es) .header_top .container {
    width: 1300px;
}
iframe {
    width: 100%;
}
}

@media (max-width: 768px){
    
     .menu-item-has-children::after{
          width: 48px;
            height: 48px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            top: 0px !important;
            left: 0px !important;
    }
}


 @media (min-width:1380px) {
.header_bottom .container {
    width: 1340px;
}
.blog main#main {
    margin-left: 50px; }
}
 @media screen and (max-width: 1379px) and (min-width: 769px) {
:lang(es) #header-slideshow{
    min-height: 84px !important;
}
.blog main#main {
    margin-left: 50px; }
	 
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.header_bottom .col-sm-6.col-lg-2 {
    width: 30%;
}
.header_bottom .col-sm-6.col-lg-6 {
    width: 70%;
}
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
.header_bottom .col-sm-6.col-lg-2 {
    width: 30%;
}
.header_bottom .col-sm-6.col-lg-6 {
    width: 70%;
}
}
:lang(pt) .top_btn_skype ul li a.apply_now_btn{ width: 171px; font-size: 15px; }
:lang(pt) .top_btn_skype ul li a.apply_now_btn, :lang(fr) .top_btn_skype ul li a.apply_now_btn {
    width: 181px;
    font-size: 12px;
}
:lang(en) #header-slideshow, :lang(es) #header-slideshow{
    min-height: 84px;
}
.inner_banner {
    /* width: 100%; */
    /* float: left; */
    position: relative;
}
.inner_banner img {
    max-width: 100%;
   /* height: 400px; */
    width: 100%;
}
.inner_banner .inner_banner {
    position: absolute;
    top: 50%;
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    /* -webkit-transform: translate(0,-50%); */
}
.inner_banner h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    background: black;
    opacity: 0.6;
    width: 70%;
    position: relative;
     margin: auto; 
    text-align: center;
 margin-top: 10%; 
    top: 90% !important; 
    float: none;
    display: inline;
    padding: 20px;
    line-height: 2;
}
.page-template-start-dates-php article {
    margin-top: 20px;
}
.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0!important;
    border: 1px solid;
}
.apply-btn {
    text-align: center;
        margin-bottom: 30px;
}
.apply-btn button {
    background: #63b45f;
    color: white;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
}

.apply-btn a {
    color: white;
}
div#cookie-law-info-bar {
    width: 50%;
    right: 0;
}
.tab-pane p, .tab-pane p a {
    font-family: Georgia !important;
    font-size: 16px;
}
.tab-pane h2{font-family: Georgia !important;
    font-size: 16px;
    font-weight: bold;
    color: black !important;}
.content-area p a {
	color: #337ab7 !important; }
span.label.label-default a {
    color: white;
}
.label-default, .badge{
    background-color: #63b45f !important;
    
}
.type-post .entry-content h2 a { color: #63b45f !important; font-family: georgia;}
.type-post .entry-content p { font-family: georgia; }
#main header {
    display: none;
}
p.email span a {
    color: white;
}
.social_icons {
    margin-bottom: 20px;
}
.type-post .container {
    margin-right: 0;
    padding-right: 0;
    width: auto;
}
.blog .entry-content h2 a{
    font-weight: bold;
	font-size: 18px;
}
.blog p {
    font-size: 18px;
}
.footer_top p, .footer_top a {
	font-size: 16px !important;
}
.entry-content .tab-pane ul li {
    list-style-type: disc;
	font-size:16px;
	font-family: Georgia !important;
}
.single-post .header_bottom .container .col-sm-6.col-lg-6 span {
    font-family: georgia !important;
}
.tab-pane table {
    width: auto;
}
#header-slideshow div {
    position: absolute;
    top: 0px !important;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: white;
    font-weight: 900;
    font-size: 23px;
}

.slider {
  height: 200px;
  margin: 20px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
      background-size: cover;
    animation:fade 28s infinite;
-webkit-animation:fade 28s infinite;

} 
.slide2 {
      background-size: cover;
    animation:fade2 28s infinite;
-webkit-animation:fade2 28s infinite;
}

@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
.page-id-118 .entry-content p span, .page-id-118 .entry-content span {
    font-family: Georgia !important;
}
.page-id-118 label{
    font-family: Georgia !important;
}
.page-id-2899 li.page_item.page-item-2756, .page-id-2899 li.page_item.page-item-2931, .page-id-2899 li.page_item.page-item-2100, .page-id-2899 li.page_item.page-item-2098, .page-id-2899 li.page_item.page-item-2458 { display: none; }


.content-area .wpcf7-form input[type="text"], .content-area .wpcf7-form input[type="email"], .content-area .wpcf7-form input[type="number"], .content-area .wpcf7-form input[type="password"], .content-area .wpcf7-form select, .content-area .wpcf7-form textarea{ color:black!important;
    
    
}


.content-area .wpcf7-form input[type="text"], .content-area .wpcf7-form input[type="email"], .content-area .wpcf7-form input[type="number"], .content-area .wpcf7-form input[type="password"], .content-area .wpcf7-form select, .content-area .wpcf7-form textarea{

  -webkit-overflow-scrolling : touch !important;
   overflow: auto !important;

}