/*
    Theme Name: KerenYeda
    Theme URI:
    Description: Education/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 3.0
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */



body {
    font-size:15px;
	font-family: 'Open Sans';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#123A51;
	}

a {
    color: #123A51;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

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

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-family: 'Open Sans';
	border: none;
	width:100%;
    padding: 8.5px 10px;
    background: #FFF;
    border-radius: 10px;
    color: #123A51;   		
}

input[type="submit"],
input[type="button"],
button[type="submit"] {
	cursor:pointer;
	border:none;
	border-radius:10px;
	font-size:20px;
	color:#FFF;
	font-weight:300;
	padding:7px 53.5px;
    background: #83B840;
	width: auto;
	   -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
	
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	}
	


input[type="button"]:hover,
button[type="submit"] {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}
	
input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	width: auto;
}


::-webkit-input-placeholder {
       color: #062b45;
}

:-moz-placeholder { /* Firefox 18- */
       color: #062b45;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #062b45; 
}

:-ms-input-placeholder {  
      color: #062b45;
}

.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}
.text-center {
    text-align: center;
}

.blue {
	background:#F8FBFE;
}
.green_btn{
    background: #83B840 !important;
}
.the-link {
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
}

.play  {
	display: flex;
	align-items:center;
	justify-content:center;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}

.social-icons {
	font-size:26px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin-right:5px;
}

ul, li {
	margin:0;
	padding:0;
	list-style: none;
}

.call {
	white-space: nowrap;
}

button:focus {
	outline: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

.wrap {
	position: relative;
}

#main {
	position: relative;
	padding:60px 0;
	
	}
	
#main.toppad {
	padding-top:90px;
}
	
.section {
	padding:50px 0;
}

#menurow {
	position: relative;
	z-index:99;
	background:#0b5689;
	
}

#menurow .flex {
	align-items: center;
	 justify-content: space-between;
}

.menu-icons li {
	display: inline-block;
	margin-left:10px;
}

.menu-icons li button {
	padding:12px 12px;
	border:#566f80 1px solid;
	border-radius:10px;
	color:#FFF;
	background: none;
}

.menu-icons li button i {
	margin:0;
}

.menu-icons li a {
	display: inline-block;
	padding:12px 30px;
	border:#566f80 1px solid;
	border-radius:10px;
	color:#FFF;
	font-size:16px;
	line-height:22px;
	transition: all 500ms ease;
}

.menu-icons li:last-child a {
	background:#89c11e;
	border: none;
}

.menu-icons li a:hover {
	transform: scale(0.9);
	
}

.menu-icons li i {
	margin-left:10px;
	font-size:22px;
}

.validation_error, .validation_message {
    color: red;
}

.flex {
	display: flex;
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}
/* =HEADER
-------------------------------------------------------------- */

#heading {
	position: fixed;
	top:0;
	left:0;
	width:100%;	
	color:#FFF;
	padding:20px 0 10px 0;
	z-index:300;
    background: transparent;	
	}
	
#heading.scrolled {
	background:#FFF;
	color:#123A51 !important;
    box-shadow:0px 30px 40px #0000000D;
    padding-bottom: 0px;
    padding-top: 0px;    
}

#heading.scrolled a {
	color:#123A51 !important;
}
#heading.scrolled li{
    border-left: 1px solid rgb(162 155 155 / 28%);
    display: flex;
    align-items: center;
    justify-content: center;   
}
.h-mail,.mm{
    border-right: 1px solid rgb(162 155 155 / 28%);
}
#heading.scrolled .logo {
    padding-top: 20px;
    padding-bottom: 10px;
}
#heading.scrolled .container .row {
    align-items: stretch !important;    
}
#heading.scrolled .container .row ul.flex{
    height: 100%;
}
#heading li a {
	color:#FFF;
	display: block;
	padding:0 40px;
}

#heading li {
	display: block;
	text-align:center; 
}

#heading li i {
	font-size:42px;
}

#heading li span {
	display: block;
	font-size:16px;
	margin-top:7px;
}

.left-panel.flex {
	justify-content: end;
}
.left-panel.flex li:not(:last-child), .right-panel.flex li:not(:last-child) {
    border-left: 1px solid rgb(255 255 255 / 28%);
}	
.logo {
	text-align: center;
	
	}


#topimage {
	position:relative;
	width:100%;

	}
	
.timage-wrap {
	position: relative;
	width:100%;
	overflow: hidden;
}
	
#topimage .topimg {
	width:100%;
}

#topimage mask {
	position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
    height: 280px;
    background: transparent linear-gradient(0deg, #123A5100 0%, #07202E 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
}

#topimage .book-right {
	position: absolute;
	width:200px;
	top: auto;
	bottom:-80px;
	right:-60px;
	z-index:200;

}

.top-shadow {
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:15px;
-webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow:         inset 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
}

#breadcrumbs {
	font-size:14px;
	padding-top:10px;
	color:#FFF;
	
		}

#breadcrumbs a {
	color:#FFF;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

.textholder {
	position: absolute;
	top:0px;
	left:0;
	padding-top:152px;
	width:100%;
	height:100%;
	z-index:10;	
}

.home-buttons.on-inner {
}


.toptitle  {
	font-size:45px;
	color:#0b5689;
	line-height:1;
}

#contact-bage {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 150px;
}

#floating-social {	
	 position: fixed;
    z-index: 500;
    left: -2px;
    top: 300px;
	width:56px;
}

#floating-social .social-icons a {
	margin-right:0;
	margin-bottom:5px;
	background:#0b5689;
	color:#FFF;
	border:#FFF 2px solid;
	border-radius: 0 6px 6px 0px;
	width:56px;
	height:56px;
	line-height:56px;
	text-align: center;
	font-size:30px;
	
}







/* =MENUS
-------------------------------------------------------------- */
/*************MOBILE MENU*************/
.mm {
	position: relative;
	cursor:pointer;
	
}



.mm .menu-close {
	position: absolute;
	display: block;
	right:0;
	top:0;
	z-index:0;
	font-size:0;
	width:100%;
		
}

.mm .menu-close.display {
	z-index:100;
	font-size:26px;
	
	}

.menu-open i {
	font-size:40px;
	display: block;
	
}

/*
@keyframes slideout {
 from { right: 0; }
 to { right: -600px; }
}

@keyframes slidein {
 from { right: -600px; }
 to { right:0px; }
}
*/

#menu-panel {
	position: fixed;
	display: none;
	top: auto;
	right:-700px;
	width:600px;
	max-width:100%;
	height:100%;
	max-width:100%;
	background:#FFF;
	z-index:900;
	
	-webkit-box-shadow: -4px 6px 7px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    -4px 6px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow:         -4px 6px 7px 0px rgba(0, 0, 0, 0.2);

	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
	
}



#menu-panel.open {
	display: block;
	right:0;
	animation:slidein 1s;
}



#menu-panel.close {	
	display: block;
	animation:slideout 1s;
	opacity:1;
	text-shadow: none;
	font-weight: normal;
}

#menu-panel .menu-close {
	position: absolute;
	display: inline-block;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	top: 0px;
	left:-70px;
	font-size:45px;
	background:#00041a;
	color:#FFF;
	z-index:990;
	
}
.menu-primary-container {
    position:relative;
	padding:60px;
	height:100%; 			
   }


.menu-primary ul {
	display: block;
	position: relative;
	top: 0;
}

.menu-primary li{
	position: relative;
	display:block !important;
	float:none;
	transition: all 300ms ease;
	border-bottom:#eee 1px solid;
		  
}

/* First Level - Menu Primary */

.menu-primary li a {
	display: block;
	position: relative;
	font-size:22px;
	font-weight:600;
	padding: 15px 0px 15px 30px;
	text-decoration: none;
	border-bottom: none;
	
   	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
	z-index:501;
}
	


.menu-primary  li:hover, .menu-primary  li:active, .menu-primary  li:focus, 
.menu-primary  li.current-cat, .menu-primary  li.current_page_item, .menu-primary  li.current-menu-item  {
	color:#24B8F3;
	
}	

.menu-primary li a:hover, 
.menu-primary li a:active,
.menu-primary li.current-menu-item a {	
	color:#24B8F3;
	
	
	}

.menu-primary li a:after {
	border: none;
	
}
	
.menu-primary li a i  {
	
	position: absolute;
	left: 0px;
	top: 0px;
	padding:10px;
	cursor: pointer;
	z-index:900;
	display: none;
	}



.menu-primary li.menu-item-has-children > a i {
	display: inline-block;
}





/* Child Levels - Menu Primary */

.menu-primary li ul.sub-menu {
	display: none;
	right:0;
	top: 0;
	position: relative;
	padding:0;
	
}

.menu-primary li.active ul.sub-menu  {
	display: block;
}

.menu-primary .sub-menu li {
	border: none;
	
}

.menu-primary .sub-menu li a {
	font-size:18px;
	font-weight:400;
	padding: 10px 0px 10px 30px;	
 }



.menu-primary .sub-menu li a:hover, 
.menu-primary .sub-menu li a:active, 
.menu-primary .sub-menu li a:focus, 
.menu-primary .sub-menu li:hover > a, 
.menu-primary .sub-menu li.current-cat > a, 
.menu-primary .sub-menu li.current_page_item > a, 
.menu-primary .sub-menu li.current-menu-item > a {
	font-weight: 400;
	color:#24B8F3;
	
		   
}


/***************************************HOMEPAGE*************************/
#home-video {
	width:100%;
	position: relative;
	overflow: hidden;
	    height: 100vh;
	}
#home-video video {
	position: absolute;
	z-index:1;
	left:0;
	bottom:0;
    width: 100%;
    top: 0;    
}

#home-video mask {
	position: absolute;
	z-index:5;
	top:0;
	width:100%;
	height:280px;
	background: transparent linear-gradient(0deg, #123A5100 0%, #07202E 100%) 0% 0% no-repeat padding-box;
mix-blend-mode: multiply;

opacity: 1;
}

#home-video .cap {
	position: absolute;
	top: 0;
	right:0;
	width:100%;
	height:100%;
	z-index:10;
	display:flex;
	align-items:center;

}

.posterimg {
	width:100%;
	display: block;
}

#home-video .inner {
	color:#FFF;
	
}

.video-title {
	font-weight: bold;
	font-size:77px;
	margin-bottom:10px;
	}
.video-subtitle {
	font-size:40px;
}

.home-buttons {
	position: absolute;
	bottom:70px;
	left:0;
	width:100%;
	z-index:20;
}



.home-buttons ul {
	display: flex;
	justify-content: center;
	margin:0 -5px;
}

.home-buttons ul li {
	position: relative;
	padding: 0 5px;
	width:25%;
}

.home-button {
	display: block;
	
}

.home-button .h-btn {
	display: flex;
	align-items:center;
	justify-content:center;
	border-radius: 10px;
	background: #8CBD4E;
	color:#FFF;
	font-size:24px;
	font-weight: bold;
	padding:30px;
	text-align: center;
}

.h-icon {
	margin-bottom: -20px;	
	left: 0;
	width: 100%;
	text-align:center;
}

.color-2 .h-btn {
	background:#FAA01F;
}

.color-3 .h-btn {
	background:#D41280;
}

.color-4 .h-btn {
	background:#009EDE;
}

.h-icon {
	transition: all 500ms ease;
}

.home-button:hover .h-icon {
	transform: rotate(15deg);
}

/***/
.sec-heading {
	align-items:center;
	justify-content:space-between;
	margin-bottom:40px;
}

.sec-heading .title {
	margin-bottom:0;
}

.title img {
	vertical-align: middle;
	margin-left:10px;
}

.all-btn a {
	display: inline-block;
	font-size:16px;
	padding:9px 20px;
	color:#FFF;
	background:#123A51;
	border-radius: 10px;
}

.all-btn a i {
	margin-right:5px;
}

#news-scroll .slide {
	padding:0 5px;
}

.book-right {
	position: absolute;
	right:0;
	top: -250px;
	z-index:10;
}

.book-left {
	position: absolute;
	left:0;
	top: -250px;
	z-index:10;
}

#home-banner {
	position: relative;
	color:#FFF;
	border-radius:8px;
	overflow: hidden;
}

.banner-img {
	position: relative;
	text-align: right;
	
}

.banner-cap {
	position: absolute;
	top: 0;
	right:0;
	width:50%;
	height: 100%;
	z-index:10;
	background: url(images/banner_mask.png) no-repeat;
	padding:40px 40px;
	
}

.banner-title {
	font-size:42px;
	font-weight: bold;
	margin-bottom:10px;
}

.banner-cap .txt {
	font-size:27px;
	font-weight: bold;
}

.banner-left {
	position: absolute;
	left: 0;
	top: 0;
	height:100%;
	z-index:10;
	width:405px;
	max-width:100%;
	background: url(images/ban_left.png) no-repeat;
	text-align:center;
	padding:40px 40px;
}

.banner-left .left-txt {
	font-size:21px;
	margin-bottom:5px;
}

.banner-left .banner-btn a {
	display: inline-block;
	background:#83B840;
	border-radius: 4px;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	padding:17px 63px;
}

.banner-left .banner-btn a:hover {
	transform: scale(0.9);
}
	
.home #adv-search {
	top: auto;
	bottom: -100px;
}

.advsearch-onhome.scroll-down #adv-search {
	position: fixed;
	bottom: 0;
	z-index:900;
}

.advsearch-onhome .advanced-search {
	border-radius: 20px 20px 0 0;
}

.advsearch-onhome .advanced-search .submit {
	border-radius:20px 0 0 0;
}

/********************TESTIMONIAL*************/
#testimonial-list {
	width:70%;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}

#testimonial-list .testi-item {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:#bfbfbf 1px solid;
}
#testimonial-list .testi-item:last-child {
	border-bottom: none;
}


/*********GENERAL*******/

.title {
    font-size: 45px;
	margin-bottom:40px;	
    color:#123A51;
	font-weight: bold;	
	}
.subtitle {
	 font-size: 34px;
	text-align: center;
	font-weight: bold;
}

.no-img {
	display:block;
	background: #eee; 
	
}

.no-img img {
		
		
}



.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 30px;
-webkit-column-count: 2;
-webkit-column-gap: 30px;
column-count: 2;
column-gap: 30px;
}


.three-cols {
	-moz-column-count: 3;
-moz-column-gap: 30px;
-webkit-column-count: 3;
-webkit-column-gap: 30px;
column-count: 3;
column-gap: 30px;
}



.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}




.one-third {
	width:33.33%;
	float:right;
}

.one-half {
	width:50%;
	float: right;
}

.content.eng {
	direction:ltr;
	
}

/* Post General
----------------------------*/

.single-img {
	box-shadow: 0px 3px 20px #0000000F;
	border-radius: 10px;
	max-width:50%;
	
}


.single-img img {
	border-radius:20px;
	border:#FFF 16px solid;
	}

.single-img.alignleft {
	position: relative;
	margin-right:30px;
	margin-bottom:30px;

		
}

.single-img.alignright {
	position: relative;
	margin-left:30px;
	margin-bottom:30px;
	
}


#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}


#share {
	margin:30px 0;
	padding:20px 20px;
	font-size:20px;
	border-top:#e6e6e6 1px solid;
		}
#share .txt {
	padding-top:5px;
	}

#share .addtoany_shortcode {
	display: inline-block;
	float: left;
}

#share .addtoany_list a>span {
	border-radius:100%;
}


.entry {
	line-height:1.4;
	font-size:18px;
}

.entry a {
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}

.entry h1 {
	font-size:28px;
	color:#24B8F3;
	font-weight: 600;
	margin-bottom:25px;
}

.entry h2 {
	font-size:24px;
	color:#24B8F3;
	font-weight: 600;
	margin-bottom:25px;
}
.entry h3 {
	font-size:20px;
	color:#24B8F3;
	margin-bottom:15px;
	}

.entry h4 {
	font-size:20px;
	color:#24B8F3;
	font-weight: 600;
	margin-bottom:15px;
}

.entry h5 {
	font-size:22px;
	color:#24B8F3;
	font-weight: 600;
	margin-bottom:10px;
}

.entry h6 {
	font-size:20px;
	color:#000;
	font-weight: bold;
	text-decoration: underline dotted #000;
	margin-bottom:10px;
}

.entry ul,
.entry ol {
	margin-right: 50px;
}

.entry ul li {
	list-style: square;
	margin-bottom:5px;
	
}

.entry ul li::marker {
	color:#24B8F3;
	

}


/**********posts-loop***************/

div#articles-section {
    background-color: #f3f3f3;
}
.page-title {
	font-size: 52px;
	margin-bottom: 30px;
	font-weight: 600;
	color:#123A51;
	}
.page-title h1{
    font-weight:bold;
}	
.page-title img {
	vertical-align: middle;
}
.milgot-btns li a span {
    background: #123A51;
    color: #fff;
    padding: 5px 30px 6px 21px;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 10px;
    width: 167px;
}	

.gallery-image {
	position: relative;
	margin-bottom:30px;
	text-align: center;
}

.gallery-image img {
	}

/*#articles-section {*/
/*	background:#f0f4f6;*/
	
/*}*/
.article {
	display: block;
	overflow: hidden;
    margin-bottom: 30px;
	padding:40px 30px;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px #0000000F;
	border-radius: 10px;
   
}
.article .date {
	font-size:14px;
	margin-bottom:10px;
}

.article .date i {
	margin-left:7px;
}
.art-image {
	width: 100%;
	overflow: hidden;
	margin-bottom:10px;

}

.art-image img {
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.art-image img:hover {
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.art-title {
	font-size:18px;
	font-weight: bold;
	margin-bottom:15px;
}

.art-title a {
	
}

.art-title a:hover {
	color:#009EDE;
}

.article .more a {
	display: inline-block;
	color:#FFF;
	padding:10px 35px;
	font-size:17px;
	font-size: 23px;
	font-weight: bold;
	border-radius:4px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #96D121), color-stop(1, #7FB11B) );
    background-image: -o-linear-gradient(bottom, #96D121 0%, #7FB11B 100%);
    background-image: -moz-linear-gradient(bottom, #96D121 0%, #7FB11B 100%);
    background-image: -webkit-linear-gradient(bottom, #96D121 0%, #7FB11B 100%);
    background-image: -ms-linear-gradient(bottom, #96D121 0%, #7FB11B 100%);
    background-image: linear-gradient(to bottom, #96D121 0%, #7FB11B 100%);
}

.article .more a:hover {
	color:#FFF;		
-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
	

.post-title a {
	color: #a07e3f;
}

.post-title a:hover {
	color: #c0a266;
}

.more  {
	margin:10px 0;
}

.more a {
	color:#3e3e42;
	display:inline-block;
	font-size:14px;
	font-weight: bold;
	
}

.more a:hover {
	color:#0f5997;
}

.more a i {
	margin-right:5px;
	display: inline-block;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**********************EVENTS LOOP***************/
.event-loop-item {
	position: relative;
	background:#FFF;
	box-shadow: 0px 3px 20px #0000000F;
	border-radius: 10px;
	overflow: hidden;
	font-size:15px;
	margin-bottom:30px;
}

.home .event-loop-item {
	margin-bottom:0;
}

.event-loop-image {
	position: relative;
}

.event-loop-image img {
	border-radius: 10px 10px 0px 0px;
	width:100%;
}

.sticker {
	display: inline-block;
	position: absolute;
	top:10px;
	left:10px;
	padding:10px 10px;
	border-radius:80px;
	background:#07202E;
	color:#FFF;
	font-size:12px;
	font-weight:500;
}

.event-loop-item .inner {
	padding:20px;
}

.ev-title {
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
}

.event-meta li {
	margin-bottom:7px;
}

.event-meta li i {
	margin-left:5px;
}

.event-loop-item .prices {
	text-align:center;
	font-weight: bold;
	margin-top:15px;
	}

.event-loop-item .prices li {
	display: inline-block;
	padding: 0 5px;
}

.event-loop-item .prices .border {
	color:#C8CED4;
}

.event-loop-item .prices label {
	margin-left:4px;
}

.event-loop-item .more  {
	text-align:center;
	margin:20px 0 0 0;
}

.event-loop-item .more a {
	display: block;
	border-radius: 4px;
	background:#83B840;
	color:#FFF;
	font-weight: bold;
	padding:13.5px 15px !important;
}



.ev-status {
	position:absolute;
	top: 10px;
	right:10px;
	z-index:10;
	display: inline-block;
	padding:4px 12px;
	font-size:13px;
	background:#123A51;
	border-radius: 80px;
	color:#FFF;
}

.ev-status.color-1{
	background:#83B840;
}

#conferences-section .all-btn a, 
.event-loop-item.conference .more a,
.conference .ev-status.color-1 {
	background:#FAA01F;
}


#courses-section .all-btn a, 
.event-loop-item.course .more a,
.course .ev-status.color-1 {
	background:#D41280;
}


.course .r-tabs .r-tabs-accordion-title {
	background:#D41280;
}

.seminar .r-tabs .r-tabs-accordion-title {
	background:#83B840;
}

.conference .r-tabs .r-tabs-accordion-title {
	background:#FAA01F;
}



/************************SEMINARS***********************/
#metadata {
	font-size:20px;
	font-weight:bold;
	padding-bottom:25px;
	border-bottom:rgba(18, 58, 81, 0.2) 1px solid;
}

#metadata ul {
	display: flex;
	justify-content: space-between;
	
}

#metadata ul li {
	padding-left:10px;
}

#metadata ul li a:hover {
	text-decoration: underline;
}

#metadata ul li i {
	margin-left:5px;
}

#metadata ul li.print {
	position: relative;
	padding-right:60px;
}

#metadata ul li.print a {
	display: inline-block;
	cursor: pointer;
}

#metadata ul li.print img {
	position: absolute;
	right:0;
	top: -20px;
}

.sem-section {
	margin:30px 0;
	
}

.sem-section .section-inner {
	padding:40px;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px #0000000F;
	border-radius: 10px;
}

.ss-title {
	font-size:35px;
	font-weight:600;
	color:#83B840;
	margin-bottom:30px;
}

.ss-title img {
	vertical-align: middle;
	margin-left:7px;
}

.seminar-img,
.seminar-slider {
	width:45%;
	margin-right:30px;
	margin-bottom:30px;

}

.seminar-img img,
.seminar-slider img {
	border-radius: 10px;

}

.seminar-content.whith-image {
	width:55%;
}

.seminar-content .entry {
	font-size:18px;
}

.date-section {
	margin-bottom:30px;
}

.pr-date {
	font-size:24px;
	font-weight:600;
	margin-bottom:15px;
}

.seminar-program ul li {
	display: flex;
	padding:12px 20px;
	background:#F4F7FA;
	font-weight:600;
	font-size:16px;
	margin-bottom:7px;
	border-radius: 5px;
	line-height:1.3;
}

.seminar-program ul li span {
	display: inline-block;
}

.seminar-program ul li .hours {
	width:130px;
}

.seminar-program ul li .subject {
	width: calc(100% - 130px);
}

.seminar-summary ul.ssummary li  {
	padding:12px 20px;
	background:#F4F7FA;
	font-weight:600;
	font-size:16px;
	margin-bottom:7px;
	border-radius: 5px;
}

.seminar-summary ul.ssummary li.price span {
	display: inline-block;
	width:70px;
}

.seminar-summary ul.ssummary li note {
	display: inline-block;
	font-size:15px;
	font-weight:400;
	
}

.seminar-summary ul {
	margin-bottom:30px;
}

.seminar-summary ul li label {
	display: inline-block;
	font-weight:400;
	width:30%;
}


.registration {
	padding:25px 0;
	text-align:center;
}

.registration a {
	display: inline-block;
	padding:20px 30px;
	text-align:center;
	font-size:25px;
	font-weight:600;
	width:350px;
	max-width:100%;
	background:#83B840;
	border-radius:80px;
	color:#FFF;
	
}

.seminar-summary .entry {
	font-size:15px;
}

.cancellation-terms ul {
	
}

.cancellation-terms ul li {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	padding:10px 15px;
	background: #F4F7FA;
	border-radius: 5px;
	font-weight:600;
	font-size:15px;
	margin-bottom:5px;
}

.cancellation-terms ul li.th {
	background: none;
	font-weight:400;
}

.cancellation-terms li label {
	width:35%
	
}

.cancellation-terms ul li span {
	width:65%
}

.cancellation-terms .notice {
	font-size:15px;
	padding:15px 0;
	line-height:1.5;
	
}

.page-title.flex {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
}

.page-title .status {
	font-size:18px;
	display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    background: #123A51;
    border-radius: 80px;
    color: #FFF;
	
}

.page-title .status.color-1 {
	background:#83B840;
}


.single-conference .ss-title {
	color:#FAA01F;
}

.single-conference .page-title .status.color-1 {
	background:#FAA01F;
}

.single-course .ss-title {
	color:#D41280;
}

.single-course  .page-title .status.color-1 {
	background:#D41280;
}

/******SEMINARS PAGE****************/
#category-tabs ul.cat-tabs {
	border-bottom: 1px solid #C4CDD6;
}

#category-tabs li a {
	display: block;
	font-size:20px;
	padding:25px 30px;
	font-weight:600;
	border-radius: 10px 10px 0px 0px;
}

#category-tabs li.r-tabs-state-active a,
#category-tabs li:hover a {
	background:#83B840;
	color:#FFF;
	
}

#category-tabs.type-conference li.r-tabs-state-active a,
#category-tabs.type-conference li:hover a {
	background:#FAA01F;
}


#category-tabs.type-course li.r-tabs-state-active a,
#category-tabs.type-course li:hover a {
	background:#D41280;
}

#category-tabs .r-tabs-panel {
	margin-top:40px;
}


/**************STAFF******************/
.staff-group {
	margin-bottom:20px;
}
.sgroup-title {
	font-size:40px;
	text-align:center;
	margin-bottom:30px;
	font-weight:600;
	color:#83B840;
}

.staff-item {
	text-align:center;
	margin-bottom:30px;
}

.staff-img {
	margin-bottom:10px;
}

.staff-img img {
	border-radius:100%;
}

.staff-item .name {
	font-size:22px;
	font-weight:600;
	
}

.staff-item .position {
	font-size:18px;
	
}

/*************ACCORDION***************/
#faq-section {
	margin-top:30px;
}
.accordion-section {
	
}

.sec-title {
	font-size:34px;
	color:#A48D35;
	margin-bottom:20px;
}

.beefup .plus {
	display: inline-block;
	position: absolute;
	left:10px;
	top:25px;
	font-size:26px;
	width:30px;
	height:30px;
	line-height:23px;
	text-align:center;
	font-style: normal;
	font-weight:600;
	border:#83B840 3px solid;
	border-radius:100%;
	transition: all 300ms ease;
	
}

.beefup .plus:before {
	content:"+";
	color:#83B840;
	
	
}

.beefup.is-open .plus {
	color:#D41280;
	border:#D41280 3px solid;
}

.beefup.is-open .plus:before {
	content:"-";
	color:#D41280;
	
}


.acc-section {
	margin-bottom:10px;
	background:#FFF;
	box-shadow: 0px 3px 20px #0000000F;
	border-radius: 10px;

}

.beefup_title{
	font-size:22px;
	font-weight: 600;
	padding:25px 20px 25px 50px;
	line-height:1.2;
	color:#123A51;
	
	
}

.beefup__head {
	cursor: pointer;
	position: relative;
	
}

.beefup_title:hover {
	color:#83B840;
}

.long-text {
	padding:20px 20px;
}

/****************MILGOT**********************/
.milgot-btns {
	display:flex;
	justify-content: end;
	width:40%;
    gap: 30px;	
	
}
.milgot-btns img {
    vertical-align: middle;
    margin-left: -46px;
    position: relative;
    z-index: 9;
    top: 0px;
    right: -20px;
}
.milgot-btns li {
	font-size:24px;
	font-weight:600;
}

.milgot-btns li:first-child {
	margin-left:20px;
}

.milgot-btns li a {
	display: flex;
	align-items:center;
}

.milgot-btns li img {
	transition: all 500ms ease;
}

.milgot-btns li:hover img {
	transform: rotate(15deg);
}

#milgot {
}

.mtabs-heading {
	border-bottom: 1px solid #C4CDD6;
}

.mtabs-heading li a {
	display: block;
	font-size:20px;
	padding:25px 30px !important;
	font-weight:600;
	border-radius: 10px 10px 0px 0px;
}

.mtabs-heading li.r-tabs-state-active a,
.mtabs-heading li:hover a {
	background:#24B8F3;
	color:#FFF;
	
}


#milgot .r-tabs-panel {
	margin-top:40px;
}

.file-attachments {
	display: flex;
	margin-top:30px;
}
.file-attachments a{
    text-decoration: underline;
}
.file-attachments li {
	margin-left: 15px;
	font-size:20px;
	font-weight:600;
}

.file-attachments li img {
	vertical-align: middle;
	margin-left:10px;
}

.milgot-btns.bottom {
	width:100%;
	justify-content: bottom;
	border-top: #eee 1px solid;
	padding-top:30px;
	margin-top:30px;
}


/**********************SEARCH*****************/


#search #s {
     border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}



#search {
	position: relative;
	background:#fff;
	padding:20px 16px 20px 24px;
	border-radius:3px;
	font-size:20px;
}

#search button {
	position: absolute;
	left:4px;
	top:15px;
	background: none;
	border: none;
	font-size:30px;
	color: #C1C1C1;
	border-right: #F0F0F0 1px solid;
	padding-right:10px;
}
#search button i{
    color: #062b45;
}


.search-result {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:#F0F0F0 1px solid;
}

.sr-title {
	font-weight: bold;
	font-size:20px;
	margin-bottom:10px;
}

.wp-pagenavi {
	text-align:center;
	margin-top:30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width:38px;
	height:34px;
	line-height:30px;
	font-size:20px;
	margin:0 2px;
	color:#FFF;
}

.wp-pagenavi a {
	background:#07202E;
}

.wp-pagenavi a:hover,
.wp-pagenavi span  {
	background:#009EDE;
	
}

.noresults {
	font-size:30px;
	text-align: center;
}

/************ADVANCED SEARCH******************/
#adv-search {
	position: absolute;
	width:100%;
	top:-48px;
	z-index:20;

}

.advanced-search {
	position: relative;	
	background:#FFF;
	box-shadow: 0px 3px 28px #00000029;
	border-radius: 59px;
	padding:25px 50px;
}

.advanced-search ul {
	position:relative;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left:234px;
}

.advanced-search ul li {
	position:relative;
	padding-left:15px;
	display: flex;
	align-items: center;
	padding-left:15px;
	
}



.advanced-search label {
	display: inline-block;
	font-size:17px;
	font-weight:600;
	margin-left:5px;
	white-space: nowrap;
}

.advanced-search input,
.advanced-search select {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #CAD3E1;
	border-radius: 10px;
	font-size:15px;
	width:147px;
	color:#123A51;
}

.advanced-search .submit {
	position: absolute;
	left:0;
	top:0;
	padding:0;
	width:234px;
	height:100%;
	background:#83B840;
	border-radius: 59px 0px 0px 59px;
}

.advanced-search .submit i {
	position: absolute;
	top:35px;
	left:30px;
	font-size:25px;
	color:#FFF;
}

.advanced-search button[type="submit"] {
	position: absolute;
	left:0;
	top: 0;
	width:234px;
	height:100%;
	text-align: center;
	font-size:25px;
	border-radius: 59px 0px 0px 59px;
	background: none;
	z-index:20;
	font-weight:600;
}

.course .advanced-search .submit  {
	background:#D41280;
}

.conference .advanced-search .submit  {
	background:#FAA01F;
}

.date-input {
	position: relative;
}

.date-input input {
	padding-right:30px;
	background: none;
}

.f-date i {
	position: absolute;
	top:10px;
	right:5px;
	z-index:1;
	font-size:15px;
	opacity:0.6;
}

/****mobile*************/
#adv-search .btn-primary {
		display: inline-block;
		padding:30px;
		width:250px;
		font-size:30px;
		color:#FFF;
		background:#83B840;
		border-radius:30px;
		border:none;
		cursor: pointer;
	}
	
.course #adv-search .btn-primary {
	background:#D41280;
}

.conference #adv-search .btn-primary {
	background:#FAA01F;
}
	
	.modal#search-adv {
    top: 60px;
	}
	#search-adv  .modal-content {
		border-radius:20px;
		padding:50px 15px;
	}
	
	.modal #adv-search {
		position: relative;
		top:0px;		
	}
	
	.modal .advanced-search {
		background:#FFF;
		border-radius:0;
		box-shadow: none;
		padding:25px 20px;
	}
	
	.modal .advanced-search ul {
		display: block;
		padding-left:0;
		justify-content: start;
	}
	
	.modal .advanced-search ul li {
		width:100%;
		margin-bottom:15px;
		padding-left:0;
		justify-content: start;
		text-align: start;
	}
	
	.modal .advanced-search label {
		width:85px;
	}
	
	.modal .advanced-search input,
	.modal .advanced-search select,
	.modal .advanced-search .date-input {
		flex-grow:1;
		width:calc(100% - 90px);
	}
	
	.modal .advanced-search .date-input input {
		width:100%;
	}
	
	.modal .advanced-search .submit {
		position: relative;
		display: inline-block;
		border-radius:20px;
		width:100%;
		text-align:center;
	}
	
	.modal .advanced-search button[type="submit"] {
		position: relative;
		padding:15px 20px;
		text-align:center;
		border-radius:20px;
	}
	
	.modal .advanced-search .submit i {
		top:15px;
	}
	
	#search-adv button.close {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #000;
	z-index:600;
    font-size: 40px;
    opacity: 0.8;
	}
	
	.modal .title {
		text-align:center;
	}

/****CONTACT-INFO***************/
.contact-info ul{
	display: flex;
	align-items: center;
	margin:0 -15px;
}

.contact-info ul li {
	position: relative;
	display: flex;
	align-items: center;
	width:25%;
	padding:0 15px;
	font-size:21px;
	font-weight:bold;
}

.contact-info ul li i {
	font-size:70px;
	padding-left:12px;
}

.contact-info ul li.phone i {
	color:#83B840;
}
.contact-info ul li.address i {
	color:#D41280;
}

.contact-info ul li.fax i {
	color:#009EDE;
}

.contact-info ul li.hours i {
	color:#FAA01F;
}

.contact-info li label,
.contact-info ul li span,
.contact-info ul li a {
	display: block;
    font-weight: bold !important;	
}
.contact-info li label {
    margin-bottom: 10px;
}
.contact-info .address span,
.contact-info  .hours span {
	font-size:18px;
}

/*****************GRAVITY***************/
.gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gfield {
	position: relative;
	margin-bottom:10px;
	width:100%;
}

.gfield--type-consent legend {
	display: none;
}

.gfield--type-consent label {
	display: inline !important;
	font-size:13px;
	opacity:0.7;
}
.gfield--type-honeypot,
.gfield--type-hidden {
	display: none;
}


.gfield--type-consent legend {
	display: none;
}

.gfield--type-consent label {
	display: inline !important;
	font-size:13px;
}

fieldset {
	border: none;
	padding:0;
	margin:0;
}


.gfield label {
	display: none;
}


.gform_fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gfield--type-hidden,
.gfield--type-honeypot {
	display: none;
}

.gfield--width-half {
	width: 49%;
}

.gfield--width-third {	
	width:32%;
	}
	
.gfield--width-quarter {
	width:24%;
}


.gform_submission_error,
.validation_message  {
	color:#FF5353;
}

.gform_confirmation_message {
	padding:15px;
	background:#FFF;
}


.gform_required_legend {
	font-size:15px;
	font-style: italic;
}
.gform-body .screen-reader-text {
	font-size:11px;
	color:#CCC;
}

.gform_fileupload_rules {
	font-size:14px;
	font-style: italic;
	margin-top:5px;
}

.gform_submission_error,
.validation_message  {
	color:#FF5353;
}

.gform_confirmation_message {
	padding:15px;
	background:#FFF;
}


/***********************CONTACT***********************/

.gform_validation_container {
	display: none !important;
}

.gform_required_legend {
	font-size:14px;
}


/************CONTACT PAGE********/

.acf-map {
	min-height:500px;
}
#contact-page {
   
}

#maincontact {
	text-align:center;
	
}

#maincontact .title {
	color:#83B840;
	font-size:40px;
	font-weight:600;
	margin-bottom:20px;
}

#maincontact input,
#maincontact textarea, 
#maincontact select{
	border: 1px solid #CAD3E1;
	border-radius: 10px;
	font-size:18px;
	font-weight:300;
}

#maincontact textarea {
	height:220px;
}


#maincontact .gfield {
	margin-bottom:10px;
}



.padding {
	width:60%;
	margin: auto;
}

.main-form-title {
	font-size:30px;
	color:#FFF;
}



/******************MODALS*******************/

.modal#search-m {
	top: 30%;
}

#search-m .modal-dialog {
	width:70%;
}


#search-m .modal-content {
	background:#07202E;
	text-align: center;
	padding:70px 50px;
	border-radius:0;
}

#search-m .top-arrow {
	display: none;
}

#search-m button.close {
	position: absolute;
	top:5px;
	left:10px;
	color:#FFF;
	font-size:40px;
	opacity:0.8;
}

#search-m #search #s {
	
}

#search-m #search button {
	top:12px;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	position: relative;
	background:#000929;
	color:#FFF;
	font-size:16px;
	padding:60px 0;	
	
	}
	
	
#footer .book-left {
	left:0px;
	top: -150px;
	
	
}
	
.footer-inner {
   
}

.logo-bottom {
	text-align:center;
}


#footer .social-icons {
	}


#footer a {
	color:#FFF;
}

#footer a:hover {
	color:#FFF;
}

#footer .social-icons a {
	color:#FFF;
}

#footer .social-icons a:hover {
	color:#818a97;
}

.foot-widget-title {
	font-size:26px;
	color:#FFF;
	margin-bottom:20px;
}

.ff-subtitle {
	font-size:16px;
	margin-bottom:20px;
}

.footer-form {
}
.footer-form .foot-widget-title {
	margin-bottom:5px;
}

.footer-form label {
	display: none;
}

.footer-form .gfield {
	margin-bottom:10px;
}

.foot-wdg {
	margin-bottom:30px;
	padding-right:20px;
	border-right: 1px solid rgba(216, 221, 227, 0.2);
}

.foot-wdg li {
	float: none;
	display: block;
}

.foot-wdg li a {
	display: block;
	padding:10px 0;
	font-size:15px;
}

.f-contact-info li {
	display: block;
	margin-bottom:0px;
	font-size:15px;
}
.f-contact-info li i{
	display: block;
	font-size:23px;
	margin-bottom:5px;
}

.f-contact-info li i.flaticon-waze-2 {
	margin-bottom:0;
}

.f-contact-info li.tel i {
	color:#83B840;
}


.f-contact-info li.address i {
	color:#D41280;
}

.f-contact-info li.face i {
	color:#009EDE;
}

.f-contact-info li label {
	display: block;
}

.copyrights {
	font-size:12px;
	margin-bottom:7px;
	margin-top:50px;
	
	}
.credits {
	font-size:12px;
		}

.credits img {
	vertical-align:middle;
}

/**********/
#mobile-bottom {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	padding: 0 10px;
	z-index:500;
}

#mobile-bottom ul {
	display: flex;
	justify-content: center;
}

#mobile-bottom ul li {
	padding:0 4px;
}

#mobile-bottom ul li button {
	background: none;
	box-shadow: none;
	border:none;
}

