/*
    Theme Name: Hypersonics
    Theme URI:
    Description: Technion / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4.2
    Tags: 
*/


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



body {
    font-size:18px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#002147;
	}

a {
    color: #002147;
    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:#002147;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	box-sizing:border-box;
	width:100%;
	padding:8px 10px;
	background:#FFF;
	color:#010a38;
	font-size:16px;
	
		
}
input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input[type="submit"],
input[type="button"] {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	display: inline-block;
	cursor:pointer;
	padding: 8px 15px;
	text-align:center;
	color:#002147;	
	font-size:20px;
	font-weight: 600;
	text-align: center;
	border:none;
	text-transform:uppercase;
	background:#4FDBFF;
	
	
			
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color:#19171c;
}

:-moz-placeholder { /* Firefox 18- */
      color:#19171c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#19171c;
}

:-ms-input-placeholder {  
     color:#19171c;
}


.flaticon-right-1 {
	display: inline-block;
	transform: rotate(180deg);
}

.flaticon-next.right {
	display: inline-block;
	transform: rotate(180deg); 
}

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

.call {
	white-space: nowrap;
	
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wave-bg {
	background:#edf3f5 url(images/waves_bg.png) bottom center no-repeat;
	}


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

.container {
	position:relative;
}

.wide-container {
	position:relative;
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


#main {
	position: relative;
	padding:40px 0;

	}
	
.section {
	padding: 60px 0;
}


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

.grey {
	background:#f5f5f3;
}

/* =HEADER
-------------------------------------------------------------- */
#heading {
	
	position: relative;
	width:100%;
	
}

.topholder {
	height:108px;
}

#toprow {
	position: relative;
	z-index:200;
	padding:10px 0;
		
	}

#toprow a {

}

#toprow a:hover {
	color:#00aeef;
}

.logos {
	text-align: right;
	
}

.logos img {
	max-height:100px;
	width: auto;
}

.logo-tech {
	position: relative;
	padding-left:10px;
	border-left: #eee 1px solid;
	
	}
	

.logo {
	position: relative;
	z-index:10;
	padding-right:10px;
	
	}
	
.logoimg {
	 transition: all 300ms ease;
}

.logoimg.shrink {
	transform: scale(0.6) translateX(-30px) translatey(40px);
	
}



.flex-heading {
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding:5px 0;
  margin-left:312px;
  position: relative;
  background:#000e1f;
  border-left: #47c6e9 10px solid;
 
}

.flex-heading .f-1 {
	display: flex;
  align-items: center;
  justify-content: start;
}

.flex-heading .f-2 {
	display: flex;
  align-items: center;
  justify-content: flex-end;
}



#languages {
	width:60px;
	
	}

#languages .menu-lang-container ul {
		
}

#languages li {
	display: inline-block;
	float: none;
}

#languages li a {
	display: inline-block;
	font-size:16px;
	font-weight:500;
	text-align: center;
	text-transform: uppercase;
	padding:5px 10px;
	border:#FFF 1px solid;
	margin-left:10px;
	
}

#languages li a:hover {
	
}





#toprow .social-icons {
	padding:0px 5px;
	display: inline-block;
	}
	


.social-icons a {
	display: inline-block;
		
	}



#toprow .social-icons a {
	font-size:20px;
	padding:0px 5px;
	
}



.topsearch {
	padding:0px 10px;
	display: inline-block;
}

.topsearch form {
	background: none;
	position: relative;
	padding:0;
	margin:0;
	border:#FFF 1px solid;
	
}

.topsearch button {
	background: none;
	border: none;
	color:#FFF;
	font-size:16px;
	position: absolute;
	right:0;
	top:5px;
	z-index:10;
}

.topsearch input {
	background: none;
	padding:5px 10px;
	font-size:15px;
	color:#FFF;
}


.topsearch ::-webkit-input-placeholder {
       color:#FFF;}

.topsearch :-moz-placeholder { /* Firefox 18- */
      color:#FFF;
}

.topsearch ::-moz-placeholder {  /* Firefox 19+ */
       color:#FFF;
}

.topsearch :-ms-input-placeholder {  
     color:#FFF;
}



button.aicon_link {
	display: none;
}

.acc-icon {
	position: absolute;
	right:0 !important;
	left: auto !important;
	top: 10px;
	z-index:100;
	
}

.acc-icon button.aicon_link {
	display: inline-block;
	position: static;
	right:0 !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	max-width: inherit;
	max-height:inherit;
	padding:5px 20px 5px 10px;
	top:20px;
	z-index:10;
	border: none;
	background:#000F1F !important;
	border-radius:30px 0 0 30px;
}

.talk-button {
	position:fixed;
	right:15px;
	top: 600px;
	z-index:200;
	}


.talk-button a {	
	display: block;
		
}

.talk-button i {
	font-size:40px;
	display: block;
}


#menurow {
	position: relative;
	background:#010F20;
	 	z-index: 200;
}

#menurow .flex {
	 display: flex;
  
}

#menurow .logos {
	display: flex;
	align-items: center;
	padding-left:20px;
}



/* =MENUS
-------------------------------------------------------------- */
.menu-primary-container {
   	padding:0;
	text-align: center;
		
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float: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;
	  
}


.menu-primary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */


.menu-primary-container {
   z-index: 10;
   text-align: center;
   width: calc(100% - 60px);
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float: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;
	  
}


.menu-primary ul {
	min-width: 300px;
}


/* First Level - Menu Primary */
.menu-primary li a {
	font-size:19px;
	/*letter-spacing: 3.12px;*/
	display:block;
	color:#FFF;    
    padding: 20px 20px;
	border-bottom:transparent 4px solid;		
			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;	
	
	}

.menu-primary li:last-child a {
	
}
	

.menu-primary li a:hover, 
.menu-primary li.current-menu-item a {
	 color: #60DEFF;
	
}



.menu-item-description {
	display: none;
}


.sf-sub-indicator {
	display:none;
}




.menu-primary li:last-child a:after {
	display: none;
}




/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:300px;
	margin:0;
	text-align: right;
							
}

.menu-primary li li {
	padding:0;
	display: block;
}

.menu-primary li li a {
	display: block;
	font-size:16px;
	color:#000;
	padding:10px 10px;
	background: rgba(255, 255, 255, 1);
	border-radius:0;
	border-bottom:#eee 1px solid;
	font-weight:600;
	
	    }

.menu-primary li li a:after {
	display: none;
}

.menu-primary li:not(.mega) li a:hover,
.menu-primary li:not(.mega) li.current-menu-item a {
		background:#3ABDDF;
		color:#FFF;
		border-bottom:#eee 1px solid;
	
		   
}

.sf-sub-indicator {
	display:none;
}



/********************home******************/

#home-main-img {
}

#home-main-img img {
	display: block;
	width:100%;
}

#home-boxes {
	background:#edf3f5;
}

.home-title {
	font-size:31px;
	letter-spacing: 1.55px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
}

.home-title span {
	display: block;	
}

.home-title .chunk1 {
	margin-bottom:15px;
}

.home-title .chunk2 {
	color:#3ABDDF;
	font-size:51px;
}

.v-slider {
	display: flex;
}

.home-box {
	display: block;
	position: relative;
	width:25%;
	position: relative;
	margin-bottom:30px;
	padding:0 5px;
	transition: all 500ms ease;
	
}


.hb-img {
	position: relative;
	height:527px;
	overflow: hidden;
	
}

.hb-img img {
	display: block;
	width:100%;
}



.home-box .box-title {
	position: absolute;
	bottom:0;
	left:5px;
	z-index:2;
	width:calc(100% - 10px);
	background:#002147;
	color:#FFF;
	padding:20px 15px;
	font-size:21px;
	height:103px;
	overflow: hidden;
	
}
.v-slider .box-title .t-line {
	opacity:1;
	transition: all 700ms ease;	
	font-size: 21px;
	font-weight:500;
	}


.box-title.b-2 {
	background:#135375;
}
.box-title.b-3 {
	background:#4d89b8;
}
.box-title.b-4 {
	background:#2dcaf2;
}
/************/
#content-section,
#intro-section {
	background:#edf3f5 url(images/waves_bg.png) no-repeat;
	background-size: cover;
}

.intro {
	padding:20px 0;
}

/********************************/
#icons-section {
	background:#1B42C1;
	color:#FFF;
}

#icons-section  a {
	color:#FFF !important;
}

#icons-section .colorbox {
	transition: all 500ms ease;
}

#icons-section .colorbox:hover {
	background:#2dcaf2;
}
#icons-section .box-item  {
	text-align: center;
	width:400px;
	margin: auto;
	padding:90px 0;
	
}

.colorbox.b-1 {
	background:#135375;
}
.colorbox.b-2 {
	background: #1B42C1;
}
.colorbox.b-3 {
	background: #135375;
}

#icons-section .box-item:hover {
	
}

#icons-section .box-icon {
	width: 175px;
	height: 175px;
	 display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #FFFFFF;
  border-radius:100%;
  margin-bottom:30px;
  transition: all 500ms ease;
}

#icons-section .box-icon a {
	display: block;
}

#icons-section .box-icon:hover {
	/*transform: rotateY(180deg);*/
	
}

.svg-icon {
	position: relative;
	z-index:10;
	
}

.svg-icon svg {
	width:88px;
	height:88px;
}

.svg-icon img {
	width:88px;
	filter: invert(87%) sepia(89%) saturate(0%) hue-rotate(187deg) brightness(111%) contrast(97%);
}

.svg-icon svg path {
	fill:#FFF;
}

#icons-section .box-title {
	font-size:31px;
	color:#FFF;
	font-weight:600;
	text-transform: uppercase;
	margin-bottom:15px;
}

#icons-section .box-title a:hover {
	color:#2dcaf2;
}

#icons-section  .box-text {
	letter-spacing: 0.9px;
	font-size:18px;
	line-height:1.4;
}

#presentation {
	position: relative;
	height:600px;
}

.primg {
	width:100%;
}

#presentation .cap {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	text-align: center;
}

/********/

#double-section .flex-item {
	width:50%;
}
#news-section {
	background:#e5effb;
	padding-left:65px;	
}

.ds-title {
	position: relative;
	font-size:34px;
	text-transform: uppercase;
	margin-bottom:40px;
	font-weight:600;
	
}

.ds-title:before {
	content:"";
	position: absolute;
	left:-65px;
	top:0;
	width:55px;
	height:31px;
	background:#4780E3;
}

.ds-title.t-2 {
	margin-left:65px;
}

.ds-title.t-2:before {
	background:#47C3E3;
}

.news-img.no-img {
	background:#070d25;
}

.news-item {
	margin-bottom:30px;
}

.news-item .date {
	color:#4780E3;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
}

.news-item .item-title {
	font-size:20px;
	font-weight:600;
	margin-bottom:7px;
}

.news-item .item-title a:hover {
	color:#47C3E3;
}

.news-entry {
	font-size:15px;
	font-weight:500;
	line-height:1.2;
}

.news-item .bottom {
	margin-top:7px;
}

a.read {
	display: inline-block;
	padding:5px 10px;
	font-size:14px;
	color:#FFF;
	background:#002147;
	font-weight:500;
}

#events-section {
	background:#e1f4fd;
	padding-left:65px;
}

#double-section-sem {
	background:#f4f8f9;
}

#seminars-section {
    padding-left: 65px;
}

.ds-title.t-3:before {
	background:#d1ad4a;
}

#seminars-section .home-event .date-area {
	color:#d1ad4a;
}

#calendar-section {
	padding: 60px 60px;
}

#calendar-section #hcal {
	width:720px;
	max-width:100%;
}

#calendar-section table {
	border-spacing:10px;
}

#calendar-section table.em-calendar thead {
	font-size:17px;
	text-transform: uppercase;
	
}

#calendar-section table.em-calendar thead td {
	background: none;
	padding:15px 4px;
}

#calendar-section table.em-calendar td {
	border: none;
	padding:15px 4px;
	font-weight: 600;
	
}

#calendar-section .days-names td {
	background: none;
	font-weight: bold;
	padding:10px 4px;
}


#calendar-section  .eventful-today,
.entry .eventful-today {
	background:#002147;
	
}

#calendar-section  .eventful-today a,
.entry .eventful-today a {
	color:#FFF;
}

#calendar-section  .eventful,
.entry .eventful {
	background:#D1AD4A;
	
}

#calendar-section  .eventful a,
.entry .eventful a {
	color:#FFF;
}

.hcal-legend {
	display: none;
}

#calendar-section .em.em-calendar .em-cal-nav .month input[type=text],
.entry .em.em-calendar .em-cal-nav .month input[type=text] {
	color:#002147;
	font-weight: bold;
}

#calendar-section .em.em-calendar .em-cal-head > div,
.entry .em.em-calendar .em-cal-head > div {
	overflow: hidden;
	color:#002147;
	font-weight:500;
	border: none;
}

#calendar-section .em.em-calendar .em-cal-head,
.entry .em.em-calendar .em-cal-head {
	border: none;
	background: none;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day, 
.em.em-calendar.size-small .em-cal-body .em-cal-day {
	aspect-ratio: 1/0.7 !important;
}

#calendar-section .em.em-calendar .em-cal-body > div,
.entry  .em.em-calendar .em-cal-body > div {
	border: #f3f8f9 10px solid;
	border-top: none;
}


.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, 
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
	color:#002147 !important;
	font-weight: bold !important;;
	font-size:17px !important;;
}

#calendar-section .eventless-today.em-cal-day,
.entry .eventless-today.em-cal-day {
	background:#002147;
	color:#FFF;
}

.entry .em.em-view-container {
	width:60%;
}




/*************/

#home-buttons {
	position: relative;
	z-index:20;
	margin-top: -60px;
	margin-bottom:10px;
	}

#home-buttons ul {
	display: flex;
  	 justify-content: center;
}

#home-buttons ul li{
	background:#FFF;
	text-align: center;
	transition: all 0.5s ease;
	padding:25px 40px;
	box-shadow: -3px 4px 5px 0px rgba(50, 50, 50, 0.3);
		}

#home-buttons ul li:nth-child(odd) {
	border-bottom:#9a237d 3px solid;
}

#home-buttons ul li:nth-child(even) {
	border-bottom:#e13f20 3px solid;
}

#home-buttons ul li:last-child {
	border-radius: 30px 0 0 0;
}

#home-buttons ul li:hover {
	background:#F0F0F0;
	
}


#home-buttons ul li .icon {
	display: inline-block;
	padding-left:10px;
}

#home-buttons ul li .icon img {
	vertical-align: middle;
}

.btn-title {
	display: inline;
	font-size:16px;
	margin: auto;
	}


.home-all {
	text-align: left;
	font-size:15px;
}

.home-all a {
	text-decoration: underline;
	display: inline-block;
	padding: 10px 10px;
}
.home-all a:hover {
	text-decoration: none;
	
}

#news-section .slide {
	padding:0 10px;
}

#news-section .article {

}


#boxes-section {
	position: relative;
	margin-top: -50px;
	z-index:20;
	
	
}



.hc-image {
	text-align: right;

}
.hc-title {
	font-size:37px;
}



.home-contact-main {
	border-top:#e2e9e9 1px solid;
	border-bottom:#9a237d 6px solid;
	}

.home-contact-main .form-area {
	padding:40px 40px 40px 80px;
}

.hc-image-area {
	position: relative;
	text-align: left;
}

.hc-image-area .tech-sign {
	position: absolute;
	bottom: 10px;
	right:-90px;
}

.home-form .gform_body ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top:20px;
}

.home-form .gform_body li {
	width:49%;
	margin-bottom:15px;
}

.home-form .gform_footer {
	margin-top:20px;

}

.home-form .gform_footer input[type="submit"] {
	width:280px;
}

#social-section {
	text-align:center;
	background:#f1eff6;
	padding:30px 0;
	font-size:20px;
}

#social-section .soc-title {
	margin-left:15px;
}

#social-section a {
	display: inline-block;
	width:35px;
	padding-left:8px;
}

#testi-scroll {
	padding: 0 50px;
}



.bq-open {
	position: absolute;
	right:20px;
	top: -15px;
	z-index:20;
}

#testi-section {
	color:#FFF;
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #010A38),
	color-stop(0.49, #002355),
	color-stop(1, #010B39)
);
background-image: -o-linear-gradient(right, #010A38 0%, #002355 49%, #010B39 100%);
background-image: -moz-linear-gradient(right, #010A38 0%, #002355 49%, #010B39 100%);
background-image: -webkit-linear-gradient(right, #010A38 0%, #002355 49%, #010B39 100%);
background-image: -ms-linear-gradient(right, #010A38 0%, #002355 49%, #010B39 100%);
background-image: linear-gradient(to right, #010A38 0%, #002355 49%, #010B39 100%);
}

.vertical-block {
	height:100%;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tes-img {
	position: relative;
	width:337px;
	height:337px;
	overflow: hidden;
	background:url(images/testi_bg.png) no-repeat;
	padding:20px;
	border-radius:100%;
}

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

.tes-img  a {
	display: block;
	position: relative;
	height:100%;
  	width:100%;
	
}

.tes-img  .play {
	position: absolute;
	top:35%;
	left:35%;
	z-index:20;
	
}

.vertical-block .side-title {
	width:100%;
}

#testi-scroll .testi-item {
	padding: 20px 20px;

}

.testi-scroll-section .title {
	text-align: center;
}

.testi-entry {
	position: absolute;
	right:-113px;
	z-index:10;
	margin-top:30px;
	background:#020f30;
	padding:30px 15px;
}

.testi-entry .entry {
	font-size:22px;
	line-height:1.2;
	font-weight:300;
	font-style:italic;
}

.entry-after {
	margin-top:10px;
	
}

.testi-title {
	font-size:20px;
	color:#c9b563;
	font-weight:500;	
}
.t-subtitle {
	font-size:16px;
}


.all-btn {
	margin-top:50px;
}

.all-btn a {
	display: inline-block;
	padding:10px 40px;
	border:1px solid #002147;
	font-size:20px;
	font-weight:600;
	text-transform: uppercase;
}

.all-btn a:hover {
	background:#002147;
	color:#FFF;
}

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


/*****************GENERAL SEARCH********************/
#search-m {
}

#search-m .modal-body {
	padding:30px;
	background:#051a35;
	color:#FFF;
}

#general-search {
	position: relative;
}

#general-search input[type="search"] {
	background:#051a35;
	color:#FFF;
	font-size:22px;
	padding:15px 0;
	border-bottom:#FFF 2px solid;
	
}

#general-search input:focus {
	outline: none;
}



.title .for {
	color:#e13f20;
}

#search-results-list  {
}

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

.s-result .meta-date {
	font-size:16px;
	margin-bottom:10px;
	font-weight: bold;
}

.s-result .readmore {
	font-size:16px;
	margin-top:10px;
	text-align: right;
	
}

.s-result .readmore a {
	display: inline-block;
	padding: 8px 20px;
	color:#FFF;
	background:#002147;
	font-weight: 600;
	
}

.s-result .readmore a:hover {
	transform: scale(0.8);
}


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

.more {
	margin:10px 0;	
}

.more a {
	display: inline-block;
    padding: 10px 30px;
    color: #c9b563;

}

.more a i {
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	text-align:center;
	border-radius:100%;
	background:#c9b563;
	color:#FFF;
	margin-right:10px;
}

.more a:hover {
	transform: scale(0.9);
	
}


.single-img {
	max-width:50%;
	
}


.single-img.alignright {
	padding-left:30px;
	padding-bottom:30px;
}
.single-img.alignleft {
	padding-right:30px;
	padding-bottom:30px;
}

.single-img img {
	
	
}

.single-img .videoWrapper {
	width:600px;
}



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

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

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

.entry {
	line-height:1.4;
	
}

.l-entry {
	font-size:20px;
	text-align: center;
	font-weight:300;
	line-height:1.4;
}

.entry h1 {	
	font-size:34px;
	color:#4FDBFF;
	font-weight:600;
	margin-bottom:15px;
}
.entry h2 {
	font-size:32px;
	color:#4FDBFF;
	font-weight:600;
	margin-bottom:15px;
}

.entry h3 {
	font-size:28px;
	color:#002147;
	font-weight:700;
	margin-bottom:15px;
}


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

.entry h5 {
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	color:#002147;
}

.entry h6 {
	font-size:18px;
	font-weight:600;
	color:#001a4a;
	letter-spacing:2px;
	margin-bottom:10px;
	
}

.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-left: 30px;
	margin-bottom:1.5em;
	}

.entry ul li {
	list-style: url(images/bullet.png);
	padding-left:10px;
}



.entry ol li {
	list-style: decimal;
}

.entry ol li::marker {
	
}

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


.entry a {	
	color:#1b42c1;
}

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

.the-link {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}

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

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

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
	max-width:50%;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
	max-width:50%;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	font-size:35px;
	margin-bottom:30px;
	font-weight:600;
	
	
}

.page-title {
	font-size:45px;
	font-weight:600;
	margin-bottom:50px;
}
.all-button {
	display: inline-block;
	font-size:15px;
	text-decoration: underline;
	
}

.all-button:hover {
	text-decoration: none;
}

#topimage {
	position: relative;
	width:100%;
	overflow: hidden;
	
	}

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

#topimage .textholder {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: auto;
	padding-bottom:130px;
	z-index:100;
}
.toptitle {
	display: inline-block;
	padding:12px 8px;
	font-size:60px;
	font-weight: bold;
	color:#c9b563;
	
	
}

.toptitle span {
	display: inline-block;
	padding:10px 15px 20px 40px;
	color:#FFF;
	font-size:65px;
	line-height:1;	
	background:#19171c;
	border-radius: 0 0 0 50px;
	
}

.toptitle .subtitle {
	display: block;
	position: relative;
	top: -10px;
}

.toptitle .subtitle span {
	display: inline-block;
	padding:10px 10px 10px 30px;
	color:#FFF;
	font-size:20px;
	line-height:1;	
	background:#7e3382;
	border-radius: 0 0 0 30px;
}

	

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

		}

#breadcrumbs a {
	color:#FFF;
	
}

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


#share {
	font-size:18px;
	font-weight: bold;
	background:#FFF;
}
#share text {
	display:inline-block;
	padding-right:10px;
}

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

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

.a2a_svg {
	background:none !important;
}

.a2a_svg path {
	
	fill: #010a38;
}

.content-area {
	
}

.category-content {
	background: #f7f9fa;
	padding:40px 0;
}

.article {
	margin-bottom:30px;
	background:#FFF;
	padding:15px;
	
	}
	
.art-img {
	position: relative;
	margin-bottom:10px;
}

.art-img.no-img {
	background: #1b42c1;
}

.art-img img {
	display: block;
}

	
.article .inner {
	padding:30px;
	
	}
	
.article .more-btn {
	margin-top:15px;
}

.meta-date day {
	font-size:36px;
}

.meta-date month {
	font-size:18px;
}

.meta-date year {
	font-size:18px;
}
	
.art-title {
	font-size: 24px;
	font-weight: bold;
   	margin-bottom:10px;
	
}

.art-title a {
	color:#4FDBFF;
	}

.art-title a:hover {
	color:#0F1D41
}

.excerpt {
	font-size:16px;
	line-height:1.4;
}

.article .readmore  {
	margin-top:10px;
	font-size:16px;	
}

.article .readmore a {
	display: inline-block;
	padding:8px 20px;
	background:#4FDBFF;
	font-weight:600;
}

.article .readmore a:hover {
	
}

.news .date {
	position: absolute;
	top: 0;
	left:0;
	background:#4FDBFF;
	font-size:15px;
	font-weight:600;
	display: inline-block;
	padding:5px 10px;
	color:#FFF;
}

.news .art-title a {
	color:#002147;
}

.news .art-title a:hover {
	color:#4FDBFF;
}

.article.news .readmore a {
	color:#FFF;
	background:#002147;
}

.news-heading {
 display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:50px;
	}

.news-heading .page-title {
	margin:0;
}
.news-heading .date {
	font-weight:600;
}
.er-404 {
	font-size:150%;
	text-align: center;
}


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

.navigation a,
.navigation span {
	display: inline-block;
	width:32px;
	height:32px;
	line-height:30px;
	color:#000;
	font-weight:600;
	font-size:16px;
	border-radius:100%;
	border:#eee 1px solid;
	margin-left:5px;
	}

.navigation a:hover,
.navigation .nextpostslink  {
	background:#001b4c;
	color:#FFF;
}

.navigation .current {
	background:#49C8EB;
	color:#FFF;
}

.navigation .pages {
	display: inline-block;
	margin: 0 10px;
	background: none;
}

.navigation select {
	padding:5px 10px;
	border: #2b92cc 1px solid;
	border-radius:4px;
}

#related-boxes {
	margin-bottom:30px;
}

.rel-title {
	font-size:30px;
	font-weight: bold;
	margin-bottom:30px;
}

.hover-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom:30px;
}

.hover-box mask {
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background-image: linear-gradient(to top, rgba(2, 9, 41, 1), rgba(2, 9, 41, 0.1));
}

.hov-hover {
	position: absolute;
	bottom: -125px;
	left:0;
	z-index:20;
	width:100%;
	text-align: center;
	padding:20px;
	transition: all 500ms ease;
	  }
	  
.hover-box:hover .hov-hover {
	bottom:0;
}

.hover-box .more a:hover {
    transform: scale(1);
}

.hov-title {
	color:#FFF;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	height: 60px;
}

.hov-title a {
	color:#FFF;
}

.hov-hover .excerpt {
	font-size:16px;
	line-height:1.2;
	color:#FFF;
	margin-bottom:10px;	
}

.hov-hover .more {
	margin:0;
}

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

.sec-title {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
	color:#9a237d;
}

.sec-title:hover {
	color:#000;
}

.side-contact {
	margin-top: 30px;
	border:#eee 1px solid;
	padding:30px;
	background: #efe6f0;
	border-radius:0 30px 0 30px;
}

.side-contact .title {
	font-size:24px;
	color:#000;
	border-bottom:#7e3382 2px solid;
	padding-bottom:15px;
	margin-bottom:15px;
	}

.side-contact ul {
	margin-top:20px;
	}
.side-contact ul li {
	margin-bottom:7px;
}
	
.side-contact ul li a {
	display: inline-block;
	margin-right:5px;
}

.side-contact .info {
	font-size:16px;
	margin-bottom:25px;
}

.side-contact .cont-line {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#d7cfd8 1px solid;
}

.side-contact .cont-line:last-child {
	border-bottom: none;
}

.side-contact .cont-line .text {
	font-size:16px;
	margin-bottom:10px;
	font-weight: bold;
	}

.side-contact .cont-line ul {
	margin:0;
}

/************native gallery*************/
.entry .gallery {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.entry .gallery figure {
	padding:0 15px;
	margin:0;
	margin-bottom:20px;
}

.gallery-columns-6 figure {
	width:16.66%;
}

.gallery-columns-5 figure {
	width:20%;
}

.gallery-columns-4 figure {
	width:25%;
}


.gallery-columns-3 figure {
	width:33.33%;
}

.gallery-columns-2 figure {
	width:50%;
}
/*************HISTORY**************/

.rgalley-i {
		margin-bottom:30px;
	}
	
.rgal-title a {
	 display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px;
  background:#4FDBFF;
  font-size:14px;
  letter-spacing: 2.3px;
}

.rgal-title a i {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
}

/***********************FLEXIBLE SECTIONS****************************/
#flexible-content .section {
	padding:30px 0;
}

.sec-text {
	padding-bottom:20px;
	line-height:1.2;
}

#related-pages {
	
}

#related-pages .entry {
	margin-bottom:30px;
}

.rel-list {
	
}

.boxed-loop {
	margin-bottom:30px;
	position: relative;
}

.box-hover {
	display: flex;
	 justify-content: center;
  	align-items: center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
	padding:15px;
	opacity:0;
	transition: all 500ms ease;
		
}

.boxed-loop:hover .box-hover {
	opacity:1;
}

.hover-title {
	color:#FFF;
	font-weight:600;
	font-size:24px;
	line-height:1.2;
	
}

/********/
.tab-section {
	display: none;
}

.tab-section.active {
	display: block;
	animation:slideInUp 0.3s;
}

.fixed-tabs {
	padding-top:50px;
}

a.side-tab {
	display: block;
	padding:15px 0;
	font-size:18px;
	font-weight:500;
	
}

a.side-tab.active  {
	color:#dea815;
}

#tab-sections h1,
#tab-sections h2,
#tab-sections h3,
#tab-sections h4 {
	color:#dea815;
}

/*****/
#buttons-section {
	
}
#buttons-section ul {
	position: relative;
	 display: flex;
   align-items: center;
  flex-wrap: wrap;
  background:#FFF;
  padding:20px 10px 0 10px;
}

#buttons-section ul li {
	margin:0 7px 20px 7px;
}

#buttons-section ul li a {
	 display: block;
  	background:#E53B69;
	font-size:20px;
	font-weight:600;
	padding:12px 25px;
	color:#FFF;
	font-weight:600;
}

#buttons-section ul li a i {
	color:#a08a31;
	font-size:30px;
}

/****************/
#downloads-section {
}

#downloads-section ul {
	 display: flex;
  
  align-items: center;
  flex-wrap: wrap;
  margin:0 -5px;
}

#downloads-section ul li {
	padding:0 5px;
	margin-bottom:10px;
}


#downloads-section ul li a {
	 display: flex;
  	justify-content: space-between;
  	align-items: center;
	font-size:20px;
	font-weight:500;
	padding:10px 25px;
	color:#FFF;
	font-weight:500;
	background:#4FDBFF;
}

#downloads-section ul li a i {
	color:#FFF;
	font-size:30px;
	margin-left:15px;
}

/*****************/
#content-flexy {
}

#content-flexy .content-img {
	position: relative;
	float:right;
}

.content-img mask {
	position: absolute;
	left:0px;
	top:-20px;
	z-index:10;
	}
	
	
#two-cols-flexy .entry h1,
#two-cols-flexy .entry h2,
#two-cols-flexy .entry h3,
#two-cols-flexy .entry h4 {
	color:#dea815;
}


#two-cols-flexy .sec-content {
	padding-left:20px;
	border-left:#FFF 4px solid;
}

/***************/
.logo-item {
margin-bottom:20px;
}
.logo-item .logo-img {
display:flex;
justify-content: center;
align-items: center;
background: #FFF;
padding:20px;
height:140px;
width: 100%;
overflow: hidden;
} 
.logo-item .log-img img {
max-height:100px;
width: auto;
}

/***********************/
#color-boxes-flexy {
	
}

#color-boxes-flexy .before-boxes {
	font-size:20px;
	margin-bottom:30px;
}

#color-boxes-flexy .color-box {
	padding:15px 30px;
	color:#FFF;
	margin-bottom:10px;
	text-align:start;
}

/******************/

#image-boxes-flexy .title {
	text-align: center;
}

.imagebox {
	position: relative;
	margin-bottom:30px;
	height:100%;
}

.ibox-img {
	float: left;
	width: 65.3333%;
}

.ibox-content {
	position: absolute;
	right:0;
	top:20%;
	z-index:20;
	width:45%;
	padding:30px;
	background:rgba(255,255,255, 0.8);
}

.ibox-content .box-title  {
	font-size:26px;
	color:#dea916;
	font-weight:500;
	margin-bottom:10px;
}

.ibox-content .box-text  {
	
}

.ibox-content .more a {
	background:#dea916;
	font-size:15px;
	color:#FFF;
}

.ibox-content .more a i {
	color:#FFF;
}

/****/
#related-posts .entry {
	text-align: center;
	margin-bottom:30px;
}

#related-posts .title {
	text-align: center;
}

.blog-loop {
	display: block;
	background:#f5f5f3;
	margin-bottom:30px;
	
}

.blog-loop .inner {
	padding:15px 10px;
}

.blog-loop  .post-title {
	text-align: center;
	font-size:22px;
	font-weight: bold;
	line-height:1.2;
}
/***************/
#flexible-content .title {
	
}

#flexible-content .sec-text {
	
}

#regular-boxes-flexy.section {
	padding-bottom:10px;
}

.reg-box {
	background:#FFF;
	margin-bottom:20px;
}

.rbox-img {
	border:#FFF 10px solid;
}

.rbox-content {
	padding: 10px;
	}

.reg-box .box-title {
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	color:#4FDBFF;
}

.reg-box .box-text {
	margin-bottom:10px;
	font-size:16px;
	line-height:1.2;
}

/**********/
#icon-boxes-flexy {
	
}

#icon-boxes-flexy .flex {
	flex-wrap:wrap;
	justify-content:center;
}

#icon-boxes-flexy .flex-item {
	width:25%;
	padding:0 15px;
}

#icon-boxes-flexy .icon-box {
	padding:30px;
	background:#FFF;
	color:#D1AD4A;
	text-align: center;
	margin-bottom:20px;
	width:100%;
	display: block;
}

#icon-boxes-flexy .icon-box a {
	color:#D1AD4A;
}

#icon-boxes-flexy .svg-icon {
	width:40%;
	margin:0 auto 20px auto;
}

#icon-boxes-flexy .svg-icon svg {
	fill:#D1AD4A;
	width:100%;
	max-height:100%;
	margin-bottom:10px;
	
}

#icon-boxes-flexy .icon-title {
	font-size:24px;
	font-weight: 600;
}






/***********pageboxes**************/
.pageboxes-section {
	margin-bottom:40px;
}

#boxes .box-item {
	display: block;
	text-align: center;
	margin-bottom:20px;
	border: #e2e9e9 1px solid;
	border-bottom:#e7b22c 6px solid;
	padding:30px;

}

#boxes .box-icon {
	margin-bottom:15px;
}

#boxes .box-title {
	font-size:18px;
	color:#000;
}

#boxes .box-text {
	margin-top:10px;
}

.buttons-title {
	text-align: center;
	font-size:26px;
	margin-bottom:30px;
	border-bottom:#eee 1px solid;
	padding-bottom:15px;
}

.blue-scheme #boxes .box-item {
	background:#9a237d;
}

.blue-scheme #boxes .box-title  {
	color:#FFF;
}


/*********pagebuttons**********/
.more-buttons {
	margin:30px 0;
}

.before-buttons {
	padding-bottom:20px;
	font-size:15px;
	
}

.more-buttons ul {
	display: flex;
  align-items: center;
  
}


.more-buttons li {
}
.more-buttons a {
	display: block;
	padding:10px 25px;
	background:#000;
	border-radius:20px;
	color:#FFF;
	font-size:15px;
	margin-left:10px;
	text-align:center;
	}
	
/******************Accordion sec*************/

.acc-section {
	margin-bottom:15px;
	 background:#FFF;
}

.acc-section .beefup__head {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding:30px;
  margin-bottom:0;
 
}
.acc-section .acc-title  {
	font-size:22px;
	font-weight: 600;
	width:95%;
	cursor: pointer;
}

.acc-section .plus {
	width:5%;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	text-align: center;
	color:#4FDBFF;
	font-weight: bold;
	cursor: pointer;
}

.acc-section .long-text {
	padding:0 30px 30px 30px;
}
	

/*****************STUDIES*************/
#studies-top {
	display: flex;
  align-items: center;
  background:#1B42C1;
  color:#FFF;
}

.top-slice {
	width:50%;
	position: relative;
}

.top-slice  #breadcrumbs {
	position: absolute;
	top:30px;
	left:30px;
	z-index:10;
}

#studies-top .cap {
	padding:30px 60px;
}

.top-title {
	font-size:45px;
	font-weight:600;
	margin-bottom:30px;
}

.smenu {
	background:#FFF;
}

.smenu li {
	position: relative;
	
}

.smenu li a {
	display: block;
	background:#FFF;
	border-bottom:#edf3f5 2px solid;
	font-size:17px;
	font-weight: bold;
	padding:10px 10px 10px 15px;
	border-left: #FFF 4px solid;
}


.smenu li.current_page_item > a,
.smenu li a:hover {
	border-left:#49C8EB 4px solid;
}

.smenu ul.children .page_item_has_children > a:after {
	font-family:"FontAwesome";
	content:"\f105";
	color:#49C8EB;
	font-size:18px;
	position: absolute;
	right:7px;
	top:7px;
}

.smenu ul.children {
	padding-left:30px;
}

.smenu ul.children ul {
	padding-left:0;
}

.smenu ul.children ul li a {
	color:#49C8EB;
}



/***********TESTIMONIALS***********/
.top-subtitle {
	position: relative;
	margin-top: -20px;
	width:100%;
	text-align: center;
}

.top-subtitle span {
	display: inline-block;
	width:100%;
	padding:10px 20px;
	background:#e13f20;
	color:#FFF;
	font-size:16px;
	border-radius:0 0 0 30px;
}

.testi-section  {
	position: relative;
	padding:30px;
	border:#e2e9e9 1px solid;
	border-bottom:#000 2px solid;
	margin-bottom:40px;
}

.beefup__head {
	position: relative;
}

.testi-section  .readmore {
	display: inline-block;
	position: absolute;
	bottom:0px;
	left:0px;
	padding:7px 12px;
	background:#000;
	color:#FFF;
	font-size:13.5px;
	border-radius:0 20px 0 0;
	cursor: pointer;
}

.testi-section  .readmore:hover {
	background:#9a237d;
}

.testi-section .is-open .readmore {
	display: none;
}

#topimage.testi-ti {
	background:url(images/bogrim.jpg) no-repeat;
	background-size: cover;
}

.article.testi-loop {
	border-bottom: #000 3px solid;
}

.testi-loop .info {
	padding:10px 15px;
}

.short-text,
.long-text {
	font-size:16px;
	line-height:1.4;
}

#videos {
	
}

#videos .video-item {
	padding: 30px;
    border: #e2e9e9 1px solid;
	margin-bottom:20px;
	text-align: center;
}

#videos .video-title {
	font-size: 30px;
    margin-bottom: 20px;
}

#videos .video-text {
	font-size:16px;
	margin-top:15px;
	line-height:1.5;
}

#programs-section .slide-item {
	padding: 0 15px;
}




/*****************JOBS************/
.job-loop {
	position: relative;
	background:#FFF;
	margin-bottom:30px;
}

.job-loop date {
	position: absolute;
	display: inline-block;
	top:0;
	left:0;
	padding:5px 10px;
	background:#4FDBFF;
	color:#FFF;
	font-size:15px;
	font-weight:600;
}

.job-loop .inner {
	padding:50px 30px 30px 30px;
}

.job-loop .logo-img {
	text-align: center;
	margin-bottom:20px;
}

.job-loop .emp,
.job-loop .for  {
	font-size:15px;
	margin-bottom:10px;
	font-weight: bold;
	margin-bottom:10px;
}

.job-loop .job-title {
	font-size:27px;
	font-weight:600;
	line-height:1.2;
	margin-bottom:7px;
	
}

.job-loop .entry {
	margin-bottom:20px;
	font-size:15px;
}

.job-loop .j-meta {
	font-size:14px;
	color:#9f8931;
}

.j-meta.type {
	text-align: end;
}

.job-loop .j-meta i {
	color:#9f8931;
	margin-left:5px;
	font-size:16px;
}

.j-slide {
	padding:0 5px;
}

.single-job .emp,
.single-job .for {
	font-weight: bold;
	margin-bottom:10px;
}

.single-job-img {
	margin-bottom:20px;
}

.news-heading date {
	font-weight: bold;
}

#jobs-list-section {
	padding-top:20px;
}


/******************RESEARCH*****************/
.r-box {
	border: #e2e9e9 1px solid;
    border-bottom: #000 3px solid;
    box-shadow: 0px 5px 5px 0px rgb(50 50 50 / 20%);
    margin-bottom: 30px;
}

.r-box .inner {
	padding:15px;
}

.r-box .readmore {
	margin-top:10px;
	font-size:26px;
}


/************filter************/
.filter-open,
.filter-close {
	position: relative;
	display: inline-block;
	font-size:15px;
	line-height:22px;
	color:#fff !important;
	padding:15px 35px;
	background:#1B42C1;
	border-radius:10px;
	cursor: pointer;
}

.filter-open {
	z-index:10;
}

.filter-open.hide {
	display: none;
}

.filter-close {
	position: absolute;
	top: 0;
	right:0;
	z-index:0;
}

.filter-open i,
.filter-close i {
	font-size:22px;
	margin-left:5px;
}

#filter-panel {
	padding:15px;
	background:#1B42C1;
	color:#FFF;
	font-size:15px;
	position: absolute;
	top: 40px;
	right:0;
	z-index:10;
	display: none;
	width:100%;
	
}

#filter-panel.open {
	display: block;
}

#filter-panel.close {
	display: none;
}

#filter-panel form ul {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#filter-panel ul li.sf-field-search {
	width:28%;
	justify-content: space-between;
  align-items: center;
  padding:20px 0 10px 0;
}

#filter-panel ul li.sf-field-search label {
	width:100%;
}

#filter-panel ul li.sf-field-search input {
	width:100%;
	border-radius:30px;
	border: none;
	padding:10px 10px;
}

#filter-panel input[type="checkbox"] {
	margin-left:10px;
	display: inline;
}


#filter-panel .searchandfilter label {
	display: inline;
}

#filter-panel .sf-field-taxonomy-research_area ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 10px;
}

#filter-panel .sf-field-taxonomy-research_area ul li {
	width:32%;
}



#open-filters {
	position: relative;
	text-align: right;
	margin-bottom:30px;
	margin-top:-80px;
	height:60px;
	
}

#filter-panel  .sf-field-submit,
#filter-panel  .sf-field-reset {
	display: inline-block;
	margin-left:10px;
	
}

#filter-panel  .sf-field-reset {
	width:140px;
	margin-left:0;
}

#filter-panel  .sf-field-submit input[type="submit"]{
	background:#4FDBFF;
	color:#FFF;
	font-size:16px;
	padding:5px 20px;
}


#filter-panel  .sf-field-reset a {
	display: inline-block;
	background:#332282;
	color:#FFF;
	font-size:16px;
	border:#FFF 1px solid;
	padding: 9px 30px;
    text-align: center;
     line-height: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
}

.search-results #open-filters {
	height: auto;
}

.search-results #filter-panel {
	display: block !important;
	position: relative;
	top:0;
	margin-bottom:40px;
	margin-top:-6px;

}



/******************EVENTS**************/

#events-section {
	position: relative;
	padding:60px 0;
	
}

#events-section .all-btn {
	margin-left:30px;
}


#events-section .flex-item {
	padding:0 15px;
	width:20%;
}

.home-events {
	padding:0 30px;
	
}

.home-event {
	position: relative;
	z-index:10;
	display: flex;
  align-items: center;
  margin-bottom:30px;	
}
.home-event .date-area {
	width:20%;
	color:#47c3e3;
	text-align: center;
	border-right:#FFF 2px solid;
	padding-right:20px;
	}


day{
	display: block;
	font-size:56px;
	font-weight:600;
}

month {
	display: block;
	font-size:17px;
	font-weight:400;
	text-transform: uppercase;
}

year {
	font-size:23px;
	font-weight:600;
}

time {
	display: block;
	font-size:15px;
	font-weight:600;
	margin-top:16px;

}

.home-event .details {
	padding:0 20px;
	width:80%;
}


.home-event .event-title {
	font-size:20px;
	margin-bottom:7px;
	font-weight:600;
}

.home-event .event-title a {
	}

.home-event .event-title a:hover {
	color:#47C3E3;
}

.home-event .excerpt {
	font-size:15px;
	font-weight:500;
	margin-bottom:10px;
}

.home-event .more a {
	display: inline-block;
	background: #020f30;
	color:#FFF;
	font-size:14px;
	font-weight: 500;
	border-radius:30px;
}
.home-event .more a i {
	color:#dea815;
	margin-right:10px;
}


#events-list {
	margin-bottom:40px;
}

#events-list .event-loop {
	padding:20px 20px;
	background:#FFF;
	margin-bottom:20px;
	
}

#events-list .date-area {
	border-right:1px solid #EDF3F5;
	color:#D1AD4A;
	text-align: center;
}

#events-list .date-area a {
	color:#D1AD4A;
}

#events-list .event-title {
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}

#events-list .event-title a:hover {
	color:#D1AD4A;
}

#events-list .details {
	border-right:1px solid #EDF3F5;
}

#events-list .readmore {
	display: flex;
  justify-content: center;
  align-items: center;
}



#events-nav  {
	margin-bottom:30px;
	
}

#events-nav ul {
	border-bottom:#D1AD4A 4px solid;
	
}

#events-nav ul li {
	display: inline-block;
	
}

#events-nav ul li a {
	display: block;
	padding:40px 20px;
	font-size:27px;
	font-weight: 600;
	color:#D1AD4A;
}

#events-nav ul li a.current {
	background:#D1AD4A;
	color:#FFF;
}

.single-date-area {
	text-align: center;
	color:#D1AD4A;
	font-weight:600;
}

.single-date-area date {
	display: block;
	font-size:27px;
	margin-bottom:10px;
}

.single-date-area time {
	display: block;
	font-size:20px;
}

.single-date-area gether {
	display: block;
	font-size:15px;
}

.single-e-meta {
	border-bottom:1px solid #EDF3F5;
}

.single-e-meta li {
	display: block;
	margin-bottom:10px;
	font-size:20px;
	font-weight:600;
}

	.single-e-meta label {
	display: inline-block;
	font-weight:400;
	
}

.single-e-meta li a {
	color:#D1AD4A;
	text-decoration: underline;
}
.single-e-meta li a:hover {
	text-decoration: none;
}

.s-event-side {
	border-left:1px solid #EDF3F5;
	padding-left:20px;
	
}

.s-event-side .entry {
	
}

.seminar-bottom {
	padding-top:20px;
	border-top:1px solid #EDF3F5;
	margin-bottom:20px;
	
}

.seminar-bottom label {
	font-weight:600;
}

.export-btns {
	margin-top:30px;
	display: flex;
}

.export-btns a {
	display: inline-block;
	margin-right:20px;
	padding:5px 15px;
	background:#002147;
	color:#FFF;
}

.export-btns a:hover {
	background:#D1AD4A;
}


.export-btns button {
	display: none;
}

.export-btns a.webcal {
	background:#D1AD4A;
	}

/**************NINJA TABLE**********/
#positions-table .footable_parent {
	overflow: inherit;
}

/*************IMAGE GALLERY**********/
.gallery-heading {
	 display: flex;
  justify-content: space-between;
  align-items: center;
  padding:7px 10px;
  color:#FFF;
  margin-bottom:30px;
  font-weight:300;
}

.gal-title {
	font-size:30px;
}

.gal-meta .download {
	display: inline-block;
	font-size:28px;
	text-align: left;
}

.gal-meta .date {
	display: inline-block;
	font-size:26px;
	padding-right:10px;
	margin-right:10px;
	border-right:rgba(255,255,255, 0.2) 1px solid;
}

.gal-meta .download a {
	color:#FFF;
}

.gallery-image {
	margin-bottom:30px;
	display: block;
}

.gallery-image a {
	display: block;
}

.fbx-caption {
	display: none;
}

.fbx-close-caption {
	opacity:0;
}



.mtooltip {
	position: relative;
}


.tooltip {
	background:#FFF;
	padding:5px;
	border-radius:4px;
	font-size:14px;
}

/**************MEMBERS***********/

#all-members .section {
	padding:20px 0;
}
#member-top {
	background:#1b42c1;
	color:#FFF;
	position: relative;
	
}

.breadcrumb-mask {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	padding:15px 0 40px 10%;
	background: transparent linear-gradient(180deg, #010F20 0%, #010F2000 100%) 0% 0% no-repeat padding-box;
}

.person-contacts {
	display: flex;
 	 align-items: center;
	 padding:60px;
	
}

.person-img {
	width:100%;
	 overflow: hidden;
	 }

 

.person-img img {
	display: block;
	min-height:100%;
	max-height:730px;
	max-width: inherit;
}

.person-title {
	font-size:45px;
	font-weight:500;
	margin-bottom:20px;
}

.academic-title {
	font-size:28px;
	font-weight:600;
	color:#4FDBFF;
}

ul.p-contacts {
	margin-top:50px;
}

ul.p-contacts  li {
	font-size:20px;
	color:#FFF;
	letter-spacing: 0.4px;
	margin-bottom:15px;
}

ul.p-contacts  li a {
	color:#FFF;
	text-decoration: underline;
}


ul.p-contacts  li a:hover {
	text-decoration: none;
	color:#FFF;
}

ul.p-contacts  li i {
	font-size:28px;
	color:#4FDBFF;
	margin-right:7px;
}

.persons-cat {
	margin-bottom:30px;
}

.person-content .bio {
	margin-bottom:20px;
}

.person-content .publications .entry {
	direction: ltr;
}

.person-content .publications .entry ul li {
	list-style: url(images/bullet.png);
	padding-left: 10px;
	padding-right:0;
}

.member-loop {
	background: #FFF;
	padding:10px;
	text-align: center;
	margin-bottom:30px;
}

.member-img {
	margin-bottom:20px;
	text-align: center;
}

.m-title {
	font-weight: bold;
	margin-bottom:10px;
}

.member-loop  .academic-title {
	font-size:15px;
	color:#4FDBFF;
	font-weight:600;
}

.member-list-item {
	display: block;
	background:#FFF;
	width:100%;
	margin-bottom:10px;
	font-weight:600;
}

.member-list .m-item {	
	padding:10px 10px;
	
}

.member-list .m-item i {
	font-size:22px;
	color:#4FDBFF;
	margin-right:5px;
}

.m-item.m-1 {
	width: 50%;										
}
.m-item.m-2 {
	width: 20%;										
}
.m-item.m-3 {
	width: 20%;										
}
.m-item.m-4 {
	width: 10%;										
}

.members-search {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}

.members-search .page-title {
	margin-bottom:0;
	}

.members-search form {
	position: relative;
	display: inline-block;
	border-radius:0px;
	width:420px;
	max-width:90%;
	overflow: hidden;
	
}

.members-search li {
	padding:0;

}

.members-search label {
	display: block;
}

.members-search .sf-field-submit {
	position: absolute;
	right:0;
	top:7px;
	z-index:50;
	width:30px;
	height:40px;
}

.members-search input[type="text"] {
	border:#49C8EB 1px solid;
}

.members-search input[type="submit"]  {
	position: relative;
	opacity:0;
	font-size:0;
	
}

.members-search .sf-field-submit:before {
	font-family: "flaticon";
	 content: "\f10b";
	 display: inline-block;
	 opacity:1;
	 color:#49C8EB;
	 position: absolute;
	 top:10px;
	 right:10px;
	 font-size:20px;
	 }
	 
/**********Graduate Students**************/
.graduate-list .m-item {
	font-weight:600;
	font-size:18px;
}

.graduate-list .name {
	font-weight:600;
	font-size:18px;
}

.graduate-list .adviser label {
	display: block;
	font-weight:400;
	margin-bottom:7px;
	font-size:15px;
}

.graduate-list .adviser a:hover {
	color:#4FDBFF;
}

.graduate-list .office {
	font-size:15px;
}

.graduate-list .office i {
	font-size:18px;
}

.graduate-list .g-1 {
	width:20%;
}

.graduate-list .g-2 {
	width:20%;
}

.graduate-list .g-3 {
	width:20%;
}
.graduate-list .g-4 {
	width:17%;
}
.graduate-list .g-5 {
	width:17%;
}

.graduate-list .g-6 {
	width:6%;
}

/******************ADVISORS**************/
#list-advisors .m-item.m-1 {
	width:20%;
}

#list-advisors .m-item.m-11 {
	width:45%;
}

#list-advisors .m-item.m-2 {
	width:15%;
}

#list-advisors .m-item.m-3 {
	width:15%;
}


#list-advisors .m-item.m-4 {
	width:5%;
}

#list-advisors .m-intrest {
	font-size:16px;
	font-weight:400;
}

/*********************ADMINISTRATIVE STAFF*******/

#tech-staff .m-item.m-1 {
	width:20%;
}

#tech-staff .m-item.m-11 {
	width:40%;
}

#tech-staff .m-item.m-2 {
	width:20%;
}

#tech-staff .m-item.m-3 {
	width:15%;
}


#tech-staff .m-item.m-4 {
	width:5%;
}

#tech-staff .m-pos {
	
}

/********************memoriam************/
.memo-img {
	margin-bottom:15px;
}

.years {
	font-size:20px;
	font-weight:600;
}

/***************gvahim***************/
.single-gvahim-members ul.p-contacts li a,
.single-gvahim-members ul.p-contacts li label {
	color:#002147;
}

.single-gvahim-members label {
	font-weight: 600;
}

ul.gv-data {
	margin:20px 0;
}

ul.gv-data li {
	font-size:20px;
	margin-bottom:7px;
	line-height:1.2;
}

/************gallery*********/
.gallery-loop .gal-date {
	font-weight:600;
	margin-bottom:20px;
}

#wps-gallery {
	margin-top:20px;
}

/***************projects**********/
.project-info li {
	margin-bottom:7px;
	line-height:1.2;
}

.project-info li label {
	font-weight: bold;
}

.project-img {
	margin:20px 0;
}

/*************GRAVITY****************/
.gform_validation_container {
	display: none !important;
}

.gfield_label {
	display: none;
}

.gfield_required {
	color:#F00;
}

.gform_hidden {
	display: none !important;
}


.gfield_radio input {
	width: auto;
	display: inline-block;
}

.gfield_radio label {
	margin-bottom:0 !important;
	margin-right:0px;
	padding-right:5px;
}

.display-label .gfield_label {
	display: block !important;
	margin-bottom:10px;
	width:100%;
}

/**************gravity checkbox and radio*************/

.gfield_checkbox li,
.gfield_radio li {
	position: relative;
	width:auto;
}

.gfield_checkbox li label {
	padding-right:5px;
	display: inline;
}
.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
	display: inline-block;
	 transform: scale(1.2);
	
}

ul.gfield_radio li label {
	
}
.gchoice label {
	display: inline-block;
}

.gfield {
	width:100%;
}

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

.gform_required_legend {
	display: none;
}


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


#contact-section {
	
}

.acf-map {
	min-height:690px;
}

#maincontact {
	width:50%;
	margin: auto;
}

#maincontact .title {
	color:#a08a31;
}

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

#maincontact input,
#maincontact textarea,
#maincontact select {
	border:#000 1px solid;
}

#maincontact textarea {
	height:130px;
}

#maincontact input {
	padding:12px 10px;
}

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

#maincontact input[type="submit"]{
	width:290px;
	text-align: center;
	border: none;
}


#maincontact  .gform_footer {
	margin-top:20px;
	text-align:center;
}

.contact-content .entry h3{
	font-weight: normal;
	font-size:22px;
}

.contact-details  {
	
}


.contact-box {
	margin-bottom:10px;
	background:#FFF;
	padding: 30px;
	
}

.contact-box .cb-title {
	font-size: 24px;
    color: #4FDBFF;
    margin-bottom: 15px;
	font-weight: bold;
}

.contact-box .tel {
	margin-bottom:5px;
}

.contact-box .tel.address {
	line-height:1.2;
}

.contact-box i {
	display: inline-block;
	 color: #4FDBFF;
	 font-size:20px;
	width:30px;
		 
}

.contact-box a {
	color:#000000;
}








/*************************CONTACT LINE************/
#contact-line {
	background:#021D3B;
}

.validation_message {
	color:#F00;
}

#contact-line .form-area  {
	width:90%;
	
}

#contact-line .gform_fields {
	display: flex;
	justify-content: space-between;
}

#contact-line .gfield {
	width:32.5%;
}

#contact-line .gfield input {
	width:100%;
}

#contact-line .gfield_label {
	display: none;
}

#contact-line form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contact-line .gform_body {
	width:78%;
	 
	
}

#contact-line input {
	padding:15px 7px;
}

#contact-line input[type="submit"]{
	padding:12px 20px;
}

#contact-line .gform_footer {
	width:20%;
}

#form-container {
	padding:20px 20px;
}

#contact-line .title-area {
	color:#FFF;
	padding-right:30px;
	
}



#contact-line .form-title {
	font-size:37px;
	color: #FFF;
	font-weight:600;
}

#contact-line .form-subtitle {
	font-size:20px;
	color: #FFF;
}

.acc-comment {
	font-size:14px;
	margin-top:20px;
	color:#FFF;
}

/***********************POPUP***************/
#pop_contact .modal-dialog {
	width:866px;
}

#popup-contact {
	background: url(images/popup.png) no-repeat;
	background-size:cover;
	position: relative;
	 display: flex;
  justify-content: center;
  align-items: center;
  color:#FFF;
  text-align: center;
 
}

#pop_contact .modal-body {
	padding:0;
}

.p-body {
	padding:100px 50px 50px 50px;
	width:100%;
	
}

.pop-logo {
	position: absolute;
	top: -70px;
	left:0;
	width:100%;
	text-align: center;
	z-index:10;
}

.pop-title {
	text-align: center;
	font-size:30px;
	color:#FFF;
	font-weight:600;
	margin-bottom:40px;
}

#pop-form-container .gform_fields {
	display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  position: relative;
}

#pop-form-container .gfield {
	position: relative;
	margin-bottom:10px;
}

#pop-form-container .gfield--width-half {
	width:40%;
}

#pop-form-container .absolute {
	width:40%;
}

#pop-form-container input,
#pop-form-container textarea {
	border: none;
	padding:10px 10px;
	color:#010a38;
}

#pop-form-container textarea {
	position: absolute;
	top:0;
	left:0;
	height:90px;
}

#pop-form-container fieldset {
	border: none; 
	color:#FFF;
	text-align: center;
	margin:15px 0;
}

#pop-form-container .gform_footer {
	text-align: center;
}

#pop-form-container input[type="submit"]{
	width:250px;
}




/************ =FOOTER***************/
#footer {
	background: #021D3B;
	background-size:cover;
	font-size:14px;
	color:#FFF;
	}

.footer-inner {
	padding:50px 0;
	border-top: 1px solid #123863;
	border-bottom: 1px solid #123863;
}

.foot-widget-title {
	font-size:20px;
	margin-bottom:25px;
	font-weight:500;
	padding-bottom:10px;
	color:#4FDBFF;
}


.foot-wdg {
	margin-bottom:30px;
}

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

.foot-wdg li a {
	display: block;
	padding:7px 0;
	color:#FFF;
	
}

.foot-wdg li a:hover {
	color:#4FDBFF;
}

#footer .c-1 {
	padding-left:15px;
}

#footer .address-text {
	line-height:1.2;
	margin-bottom:20px;
}

#footer .map-btn {
	margin-bottom:20px;
}

#footer .map-btn a {
	display:inline-block;
	border-radius:30px;
	color:#FFF;
	font-size:15px;
	font-weight:500;
	padding:10px 20px;
}

#footer .map-btn a i {
	font-size:20px;
	margin-left:5px;
}

#footer .social-icons a {
	font-size:26px;
	margin: 0 7px;
}

#footer .social-icons a:hover {
	color:#dea815;
}
.logo-bottom {
	text-align: end;
	margin-bottom:30px;
}

.bottom-soc {
	text-align: end;
}

.bottom-soc, .bottom-soc a  {
	color:#FFF;
}

.bottom-soc label {
	font-size:18px;
	color:#4FDBFF;
}

.bottom-soc .social-icons {
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	padding:0 2px;
}


#bottom {
	position:relative;
	background:#021D3B;
	color: rgba(255, 255, 255, 0.4);
	font-size:13px;
	padding:15px 0;
	}

	
#bottom a {
	color: rgba(255, 255, 255, 0.4);
	}

.copyrights {
	text-align:left;
	}
.credits {
	position: relative;
	text-align:right;
}

.credits img {
	vertical-align:middle;
}

.mobileselect-label {
		display: none;
}

.link-container {
	font-size:20px;
}

.gs-link {
	padding:10px;
	background:#FF0;
}


